:root{--slj-green:#48c953;--slj-dark:#07140d;--slj-white:#fff}
.slj-header,.slj-hero{font-family:inherit;box-sizing:border-box}.slj-header *,.slj-hero *{box-sizing:border-box}

/* Header */
.slj-header{position:relative;z-index:90;width:100%;padding-inline:20px;pointer-events:none}
.slj-header__bar{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:space-between;gap:28px;width:100%;margin:0 auto;border:1px solid rgba(255,255,255,.18);background:rgba(8,33,20,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 46px rgba(0,0,0,.18);pointer-events:auto;backdrop-filter:blur(16px) saturate(125%);-webkit-backdrop-filter:blur(16px) saturate(125%)}
.slj-header__bar::before{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.08),rgba(255,255,255,.018) 38%,rgba(78,207,89,.035) 75%,rgba(255,255,255,.045));opacity:.88}
.slj-header__logo{display:inline-flex;align-items:center;min-width:0}.slj-header__logo img{display:block;height:auto;max-width:100%;object-fit:contain}
.slj-header__nav{margin-left:auto}.slj-header__menu{display:flex;align-items:center;margin:0;padding:0;list-style:none}.slj-header__menu li{position:relative}.slj-header__menu a{position:relative;display:inline-flex;padding:8px 0;text-decoration:none;transition:color .25s ease,transform .25s ease}.slj-header__menu a:hover{transform:translateY(-1px)}.slj-header__menu .is-active>a::after{content:"";position:absolute;left:50%;bottom:-3px;width:5px;height:5px;border-radius:999px;transform:translateX(-50%)}
.slj-header__actions,.slj-header__mobile-actions{display:flex;align-items:center;gap:12px}.slj-header__mobile-actions{display:none}
.slj-canvas-btn,.slj-mobile-toggle,.slj-offcanvas__close,.slj-slider-arrow{appearance:none;-webkit-appearance:none;margin:0;padding:0;border:1px solid;cursor:pointer;line-height:0}
.slj-canvas-btn,.slj-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;aspect-ratio:1/1;min-width:0;min-height:0;border-radius:50%!important;background:rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.09);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .25s ease,transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.slj-canvas-btn:hover,.slj-mobile-toggle:hover{background:rgba(255,255,255,.12);transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 22px rgba(0,0,0,.16)}
.slj-menu-glyph{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px}.slj-menu-glyph svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.slj-book-btn,.slj-hero-cta{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;white-space:nowrap;transition:transform .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease}
.slj-book-btn::before,.slj-hero-cta::before{content:"";position:absolute;z-index:-1;inset:-2px auto -2px -35%;width:30%;transform:skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transition:left .55s ease}.slj-book-btn:hover::before,.slj-hero-cta:hover::before{left:115%}.slj-book-btn:hover,.slj-hero-cta:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.16)}.slj-btn-arrow{display:inline-block;transition:transform .28s ease}.slj-book-btn:hover .slj-btn-arrow,.slj-hero-cta:hover .slj-btn-arrow{transform:translateX(4px)}

/* Mobile menu */
.slj-mobile-menu{position:absolute;top:calc(100% + 12px);left:20px;right:20px;z-index:91;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.985);transform-origin:top center;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:rgba(4,20,12,.58);box-shadow:0 26px 70px rgba(0,0,0,.36),0 2px 10px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.14),inset 0 -1px 0 rgba(255,255,255,.04);backdrop-filter:blur(26px) saturate(150%);-webkit-backdrop-filter:blur(26px) saturate(150%);transition:max-height .38s cubic-bezier(.2,.75,.25,1),opacity .24s ease,transform .28s cubic-bezier(.2,.75,.25,1),visibility .24s ease;pointer-events:auto}.slj-mobile-menu::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,rgba(255,255,255,.035) 34%,rgba(55,210,82,.06) 68%,rgba(255,255,255,.02) 100%);opacity:.9}.slj-mobile-menu::after{content:"";position:absolute;left:14%;right:14%;top:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);opacity:.8}.slj-mobile-menu.is-open{max-height:560px;opacity:1;visibility:visible;transform:translateY(0) scale(1)}.slj-mobile-menu ul{position:relative;z-index:1;margin:0;padding:14px 18px;list-style:none}.slj-mobile-menu li{margin:0}.slj-mobile-menu a{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 10px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.085);transition:background .24s ease,transform .24s ease,border-color .24s ease,color .24s ease}.slj-mobile-menu a::before{content:"";position:absolute;left:-6px;top:50%;width:3px;height:0;border-radius:999px;background:#57d95b;transform:translateY(-50%);opacity:0;transition:height .24s ease,opacity .24s ease}.slj-mobile-menu li.is-active a::before{height:24px;opacity:1}.slj-mobile-menu li.is-active a{color:#fff}.slj-mobile-menu a:hover,.slj-mobile-menu a:focus-visible{background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.015));transform:translateX(2px);outline:none}.slj-mobile-menu li:last-child a{border-bottom:0}.slj-mobile-menu__text{display:block;flex:1 1 auto;min-width:0}.slj-mobile-menu__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 8px 20px rgba(0,0,0,.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;transition:transform .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease}.slj-mobile-menu__icon svg{display:block;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.slj-mobile-menu li.is-active .slj-mobile-menu__icon{background:rgba(78,207,89,.16);border-color:rgba(98,226,110,.32);box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 8px 24px rgba(47,166,66,.12)}.slj-mobile-menu a:hover .slj-mobile-menu__icon,.slj-mobile-menu a:focus-visible .slj-mobile-menu__icon{transform:translate(2px,-1px);background:rgba(78,207,89,.16);border-color:rgba(98,226,110,.32)}
.slj-offcanvas{position:fixed;z-index:99998;inset:0;visibility:hidden;pointer-events:none}.slj-offcanvas.is-open{visibility:visible;pointer-events:auto}.slj-offcanvas__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;opacity:0;cursor:pointer;transition:opacity .35s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.slj-offcanvas.is-open .slj-offcanvas__backdrop{opacity:1}
.slj-offcanvas__panel{position:absolute;top:0;right:0;height:100%;transform:translate3d(100%,0,0);overflow-y:auto;overscroll-behavior:contain;border-left:1px solid rgba(255,255,255,.12);background:rgba(5,22,13,.91);box-shadow:-28px 0 70px rgba(0,0,0,.38),inset 1px 0 0 rgba(255,255,255,.035);backdrop-filter:blur(20px) saturate(125%);-webkit-backdrop-filter:blur(20px) saturate(125%);transition:transform .45s cubic-bezier(.2,.75,.2,1);will-change:transform}.slj-offcanvas__panel::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 100% 0,rgba(72,201,83,.1),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.045),transparent 42%)}.slj-offcanvas.is-open .slj-offcanvas__panel{transform:translate3d(0,0,0)}.slj-offcanvas__inner{position:relative;z-index:1;min-height:100%}.slj-offcanvas__top{display:flex;align-items:center;justify-content:space-between;gap:24px}.slj-offcanvas__logo{display:block;width:min(260px,72%);height:auto}
.slj-offcanvas__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 46px;width:46px;height:46px;aspect-ratio:1/1;border-radius:50%!important;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.065);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 10px 28px rgba(0,0,0,.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .25s ease,color .25s ease,border-color .25s ease,background .25s ease}.slj-offcanvas__close svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.slj-offcanvas__close:hover{transform:rotate(8deg) scale(1.03);background:rgba(255,255,255,.105)}
.slj-offcanvas__description{margin:28px 0 0;line-height:1.8}.slj-offcanvas__section{padding-top:30px;margin-top:30px;border-top:1px solid rgba(255,255,255,.10)}.slj-offcanvas h3{margin:0 0 16px;font-size:15px;letter-spacing:.08em;text-transform:uppercase}.slj-offcanvas__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.slj-offcanvas__gallery img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .3s ease,filter .3s ease}.slj-offcanvas__gallery img:hover{transform:scale(1.025);filter:brightness(1.07)}.slj-contact-list{display:grid;gap:10px}.slj-contact-item{display:flex;align-items:center;gap:14px;padding:12px 0;color:inherit;text-decoration:none}.slj-contact-item__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.06)}.slj-contact-item__icon svg,.slj-social-link svg{width:1em;height:1em;fill:currentColor}.slj-contact-item span:last-child{display:grid;gap:2px}.slj-contact-item strong{color:#fff;font-size:13px;font-weight:600}.slj-contact-item small{font-size:13px}.slj-social-list{display:flex;gap:10px;flex-wrap:wrap}.slj-social-link{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.14);border-radius:50%;color:#fff;text-decoration:none;transition:transform .25s ease,background .25s ease,color .25s ease}.slj-social-link:hover{transform:translateY(-3px);background:rgba(255,255,255,.08)}body.slj-no-scroll{overflow:hidden}

/* Hero */
.slj-hero{position:relative;isolation:isolate;width:100%;overflow:hidden;background:#0a1710;color:#fff}.slj-hero__bg{position:absolute;z-index:-4;inset:0;margin:0;background-position:center center;opacity:0;transform:scale(1.025);transition:opacity var(--slj-transition,650ms) ease,transform calc(var(--slj-transition,650ms)*1.2) ease;will-change:opacity,transform}.slj-hero__bg img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.slj-hero__bg.is-active{opacity:1;transform:scale(1)}.slj-hero__overlay{--slj-overlay-left:rgba(3,15,8,.88);--slj-overlay-right:rgba(3,15,8,.30);--slj-overlay-bottom:rgba(1,8,4,.35);position:absolute;z-index:-3;inset:0;background:linear-gradient(180deg,transparent 45%,var(--slj-overlay-bottom) 100%),linear-gradient(90deg,var(--slj-overlay-left) 0%,rgba(5,18,10,.60) 34%,var(--slj-overlay-right) 74%,rgba(0,0,0,.14) 100%)}
.slj-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.84fr) minmax(540px,1.36fr);align-items:center;gap:68px;width:100%;min-height:inherit;margin:0 auto}.slj-hero__copy{position:relative;display:grid;align-items:center;min-height:380px}.slj-slide-copy{grid-area:1/1;position:relative;width:100%;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,22px,0) scale(.99);transition:opacity var(--slj-transition,650ms) ease,transform var(--slj-transition,650ms) cubic-bezier(.22,.8,.2,1),visibility var(--slj-transition,650ms) ease}.slj-slide-copy.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0) scale(1)}.slj-slide-copy__eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:22px;font-size:14px;letter-spacing:.03em}.slj-slide-copy__eyebrow::before{content:"";width:38px;height:2px;border-radius:99px}.slj-slide-copy__title{display:grid;margin:0;font-size:clamp(44px,5vw,78px);font-weight:800;line-height:.98;letter-spacing:-.045em;text-transform:uppercase}.slj-slide-copy__title strong{font-weight:800}.slj-slide-copy__description{max-width:520px;margin-top:0;line-height:1.75}.slj-hero-cta{border:1px solid transparent;background:rgba(8,24,13,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}

/* Left-side vertical progress for whole hero */

/* Cards / slider */
.slj-hero__slider-area{display:block;align-self:center;min-width:0}.slj-card-column{min-width:0}.slj-card-window{position:relative;min-width:0;overflow:hidden}.slj-card-window::after{display:none!important}.slj-card-viewport{width:100%;overflow-x:auto;scrollbar-width:none;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scroll-padding-inline:4px}.slj-card-viewport::-webkit-scrollbar{display:none}.slj-card-track{display:flex;align-items:stretch;width:max-content;padding:9px 4px 15px}.slj-safari-card{position:relative;overflow:hidden;flex:0 0 245px;height:335px;padding:0;border:1px solid;background:#122319;color:#fff;cursor:pointer;text-align:left;scroll-snap-align:center;box-shadow:0 10px 30px rgba(0,0,0,.10);opacity:.9;transition:transform .38s cubic-bezier(.2,.8,.2,1),border-color .3s ease,box-shadow .3s ease,opacity .3s ease}.slj-safari-card:hover{transform:translateY(-4px);opacity:1}.slj-safari-card.is-active{transform:translateY(-7px) scale(1.01);opacity:1;box-shadow:0 20px 48px rgba(0,0,0,.28)}.slj-safari-card img{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center;transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .4s ease}.slj-safari-card:hover img,.slj-safari-card.is-active img{transform:scale(1.045)}.slj-safari-card__shade{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.18) 55%,rgba(0,0,0,.72) 100%);pointer-events:none}.slj-safari-card__caption{position:absolute;z-index:2;left:10px;right:10px;bottom:10px;display:grid;gap:7px;padding:14px 15px;border:1px solid rgba(255,255,255,.17);border-radius:12px;background:rgba(15,28,13,.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%)}.slj-safari-card__kicker{display:block;font-size:12px;line-height:1.2}.slj-safari-card__title{display:block;font-size:16px;line-height:1.25}

/* Slider controls */
.slj-hero__controls-row{display:grid!important;grid-template-columns:auto minmax(120px,1fr) auto;align-items:center;gap:16px;width:100%;min-width:0;margin-top:10px}.slj-slider-arrows{grid-column:1;display:flex;align-items:center;gap:9px;flex:0 0 auto}.slj-slider-arrow{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;aspect-ratio:1/1;border-radius:50%!important;background:rgba(9,25,14,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .25s ease,transform .25s ease,border-color .25s ease,box-shadow .25s ease}.slj-slider-arrow svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.slj-slider-arrow:hover{transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 8px 18px rgba(0,0,0,.12)}
.slj-slider-progress{position:relative!important;z-index:12;grid-column:2;display:block!important;visibility:visible!important;opacity:1!important;justify-self:stretch;align-self:center;width:100%!important;min-width:120px;max-width:var(--slj-progress-max-width,420px)!important;height:var(--slj-progress-height,3px)!important;overflow:hidden;border-radius:var(--slj-progress-radius,999px)!important;background:var(--slj-progress-track-color,rgba(255,255,255,.38))!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 1px 8px rgba(0,0,0,.14);transform:translateZ(0)}.slj-slider-progress__fill{position:absolute!important;z-index:1;inset:0;display:block!important;width:100%!important;height:100%!important;border-radius:inherit!important;background:var(--slj-progress-fill-color,#F4C84A)!important;box-shadow:0 0 12px rgba(244,200,74,.34);transform:scaleX(0);transform-origin:left center;will-change:transform}.slj-slider-progress.is-running .slj-slider-progress__fill{animation:sljSliderProgress var(--slj-autoplay-delay,6000ms) linear forwards}.slj-hero.is-progress-paused .slj-slider-progress__fill{animation-play-state:paused}@keyframes sljSliderProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.slj-hero__counter{grid-column:3;display:flex;align-items:flex-end;justify-content:flex-end;gap:3px;min-width:62px;font-size:21px;font-weight:700;letter-spacing:.03em;font-variant-numeric:tabular-nums}.slj-hero__counter small{padding-bottom:2px;font-size:12px;opacity:.55}

/* Trust bar */
.slj-trust-wrap{position:absolute;z-index:5;left:0;right:0;bottom:-1px;transform:translateY(45%);padding-inline:20px;pointer-events:none}.slj-trust{display:grid;grid-template-columns:minmax(330px,.9fr) minmax(0,1.35fr);align-items:center;gap:34px;width:100%;margin:0 auto;border:1px solid rgba(20,60,33,.10);box-shadow:0 20px 55px rgba(15,55,28,.08),inset 0 1px 0 rgba(255,255,255,.7);backdrop-filter:blur(16px) saturate(112%);-webkit-backdrop-filter:blur(16px) saturate(112%);pointer-events:auto}.slj-rating{display:flex;align-items:center;gap:16px;padding-right:30px;border-right:1px solid rgba(20,60,33,.10)}.slj-rating__badge{display:grid;place-items:center;width:54px;height:54px;flex:0 0 54px;border-radius:14px;color:#062611;font-weight:800}.slj-rating__content{min-width:0}.slj-rating__top{display:flex;align-items:center;gap:9px}.slj-rating__value,.slj-stat__value{font-size:25px;line-height:1.1}.slj-rating__stars{font-size:21px;letter-spacing:1px}.slj-rating__caption,.slj-stat__label{display:block;margin-top:6px;font-size:12px;line-height:1.35}.slj-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.slj-stat{text-align:center}.slj-stat__value{display:flex;align-items:baseline;justify-content:center;font-weight:800}.slj-stat__value b{font:inherit;color:inherit}.slj-stat__value span{font:inherit;color:inherit}.slj-stat__label{white-space:normal}

@media (max-width:1024px){
  .slj-header__nav{display:none}.slj-header__actions{display:none}.slj-header__mobile-actions{display:flex;margin-left:auto}.slj-header__bar{gap:14px}
  .slj-hero__inner{grid-template-columns:1fr;align-items:center;align-content:center;gap:34px}.slj-hero__copy{min-height:300px}.slj-hero__slider-area{max-width:100%}.slj-trust{grid-template-columns:1fr;gap:22px}.slj-rating{padding-right:0;padding-bottom:20px;border-right:0;border-bottom:1px solid rgba(20,60,33,.10)}.slj-trust-wrap{position:relative;transform:none;margin-top:-115px;padding-bottom:20px}.slj-hero{overflow:hidden}
}

@media (max-width:767px){
  .slj-header{padding-inline:12px}.slj-header__bar{padding:9px 10px 9px 14px!important;border-radius:24px!important}.slj-header__logo img{max-width:145px}.slj-header__mobile-actions{gap:7px}.slj-book-btn--mobile{padding:11px 14px!important;font-size:12px}.slj-mobile-toggle{width:40px!important;height:40px!important}.slj-mobile-menu{left:12px;right:12px}.slj-offcanvas{display:none!important}
  .slj-hero__inner{gap:26px}.slj-hero__copy{min-height:270px}.slj-slide-copy__eyebrow{margin-bottom:16px;font-size:12px}.slj-slide-copy__title{font-size:clamp(40px,14vw,62px);line-height:.95}.slj-slide-copy__description{font-size:14px;line-height:1.65}.slj-card-track{padding-top:8px}.slj-hero__controls-row{gap:10px}.slj-slider-arrow{width:40px;height:40px;flex-basis:40px}.slj-slider-arrow svg{width:16px;height:16px}.slj-hero__counter{min-width:50px;font-size:18px}.slj-trust-wrap{padding-inline:12px;margin-top:-105px}.slj-trust{gap:18px}.slj-rating{align-items:flex-start}.slj-rating__badge{width:46px;height:46px;flex-basis:46px;border-radius:12px}.slj-rating__top{flex-wrap:wrap}.slj-rating__stars{font-size:16px}.slj-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.slj-stat{padding:8px 4px}.slj-stat__value{font-size:21px}
}

@media (prefers-reduced-motion:reduce){.slj-header *,.slj-hero *{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}.slj-safari-card:hover,.slj-safari-card.is-active,.slj-book-btn:hover,.slj-hero-cta:hover,.slj-slider-arrow:hover,.slj-offcanvas__close:hover{transform:none}}

/* v1.4 lightweight responsive carousel refinements */
.slj-progress,.slj-hero__line{display:none!important} /* legacy vertical progress stays disabled */
.slj-hero{overflow:visible;background:#07140d}
.slj-hero__bg{z-index:0;display:block;width:100%;height:100%;min-width:100%;min-height:100%;overflow:hidden;background:#07140d}
.slj-hero__bg img{display:block;width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover}
.slj-hero__overlay{z-index:1}
.slj-hero__inner{z-index:2}
.slj-card-track{align-items:stretch;padding-inline:var(--slj-edge-space,4px)}
.slj-safari-card{transform-origin:center center}
.slj-safari-card__caption{left:12px;right:12px;bottom:12px;gap:8px;border-color:rgba(255,255,255,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 12px 30px rgba(0,0,0,.16);backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%)}
.slj-safari-card.is-active{border-width:1.5px}
.slj-hero__controls-row{justify-content:flex-start}
.slj-hero__counter{margin-left:auto}
.slj-trust{--slj-trust-blur:20px;position:relative;isolation:isolate;overflow:hidden;border-color:rgba(255,255,255,.5);background:rgba(239,247,241,.78);box-shadow:0 24px 70px rgba(3,20,10,.18),inset 0 1px 0 rgba(255,255,255,.72);backdrop-filter:blur(var(--slj-trust-blur)) saturate(132%);-webkit-backdrop-filter:blur(var(--slj-trust-blur)) saturate(132%)}
.slj-trust::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.32),rgba(255,255,255,.04) 48%,rgba(74,201,86,.04));opacity:.8}
.slj-trust>*{position:relative;z-index:1}

@media (max-width:1280px){
  .slj-hero__inner{grid-template-columns:minmax(0,.78fr) minmax(480px,1.22fr);gap:44px}
}

@media (max-width:1180px){
  .slj-hero{overflow:hidden}
  .slj-hero__inner{grid-template-columns:1fr;align-content:start;gap:34px}
  .slj-hero__copy{width:100%;max-width:min(680px,100%);min-height:300px}
  .slj-hero__slider-area,.slj-card-column{width:100%;max-width:100%;min-width:0}
  .slj-card-viewport{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:50%;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
  .slj-trust-wrap{position:relative;left:auto;right:auto;bottom:auto;transform:none;margin:28px auto 0;padding:0 24px 28px;pointer-events:auto}
  .slj-trust{grid-template-columns:minmax(280px,.9fr) minmax(0,1.35fr);gap:24px}
  .slj-rating{padding-right:24px;padding-bottom:0;border-right:1px solid rgba(20,60,33,.1);border-bottom:0}
}

@media (max-width:900px){
  .slj-hero__inner{gap:28px}
  .slj-hero__copy{min-height:280px}
  .slj-trust{grid-template-columns:1fr;gap:18px}
  .slj-rating{padding-right:0;padding-bottom:18px;border-right:0;border-bottom:1px solid rgba(20,60,33,.1)}
  .slj-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
}

@media (max-width:767px){
  .slj-hero{--slj-mobile-card-width:62%;--slj-mobile-slider-edge:0px;overflow:hidden}
  .slj-hero__bg{inset:0;width:100%;height:100%;min-height:100%}
  .slj-hero__bg img{width:100%;height:100%;min-height:100%;object-fit:cover!important}
  .slj-hero__overlay{background:linear-gradient(180deg,rgba(3,15,8,.18) 0%,rgba(3,15,8,.34) 38%,rgba(2,12,7,.72) 72%,rgba(1,8,4,.9) 100%),linear-gradient(90deg,var(--slj-overlay-left) 0%,rgba(5,18,10,.28) 62%,var(--slj-overlay-right) 100%)}
  .slj-hero__inner{display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:30px;width:100%;min-width:0}
  .slj-hero__copy{min-height:0;max-width:100%;min-width:0}
  .slj-slide-copy__title{font-size:clamp(36px,12vw,58px);line-height:.93;letter-spacing:-.04em}
  .slj-slide-copy__description{max-width:100%;font-size:15px;line-height:1.7}
  .slj-hero__slider-area,.slj-card-column{width:100%;max-width:100%;min-width:0;overflow:hidden}
  .slj-card-viewport{width:100%;max-width:100%;min-width:0;margin:0;padding:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:var(--slj-mobile-slider-edge);overscroll-behavior-x:contain;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}
  .slj-card-track{width:100%;min-width:100%;padding:12px var(--slj-mobile-slider-edge) 20px;align-items:stretch}
  .slj-safari-card{flex:0 0 var(--slj-mobile-card-width)!important;width:var(--slj-mobile-card-width)!important;opacity:.78;transform:none!important;scroll-snap-align:start;scroll-snap-stop:normal;box-shadow:0 12px 30px rgba(0,0,0,.18);transition:border-color .24s ease,box-shadow .24s ease,opacity .24s ease}
  .slj-safari-card:hover,.slj-safari-card.is-active{transform:none!important;opacity:1}
  .slj-safari-card.is-active{box-shadow:0 18px 42px rgba(0,0,0,.26)}
  .slj-safari-card img,.slj-safari-card:hover img,.slj-safari-card.is-active img{transform:none!important;transition:none}
  .slj-safari-card__caption{left:10px;right:10px;bottom:10px;gap:6px;background:linear-gradient(145deg,rgba(54,35,20,.72),rgba(13,33,18,.72));border-color:rgba(255,255,255,.22);backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%)}
  .slj-safari-card__kicker{font-size:12px}.slj-safari-card__title{font-size:16px;line-height:1.2}
  .slj-hero__controls-row{gap:12px;margin-top:0;padding-inline:0;justify-content:flex-start;min-width:0}.slj-slider-progress{min-width:54px;max-width:none}.slj-hero__counter{flex:0 0 auto}
  .slj-slider-arrows{gap:9px}
  .slj-hero__counter{margin-left:auto}
  .slj-trust-wrap{position:relative;transform:none;margin:18px 0 0;padding:0 14px 24px}
  .slj-trust{width:100%;gap:18px;border-radius:24px;background:rgba(239,247,241,.76)}
  .slj-rating{align-items:center;padding-bottom:18px}
  .slj-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}

@media (max-width:480px){
  .slj-hero__inner{gap:26px}
  .slj-hero__controls-row{gap:9px}.slj-slider-progress{min-width:42px}
  .slj-slide-copy__eyebrow{gap:10px}.slj-slide-copy__eyebrow::before{width:28px}
  .slj-slide-copy__title{font-size:clamp(34px,11.6vw,48px)}
  .slj-slide-copy__description{font-size:14px}
  .slj-slider-arrow{width:42px;height:42px;flex-basis:42px}
  .slj-hero__counter{font-size:20px;min-width:58px}
  .slj-trust-wrap{padding-inline:10px}
  .slj-rating{gap:12px}.slj-rating__badge{width:44px;height:44px;flex-basis:44px}
  .slj-rating__top{gap:7px}.slj-rating__stars{font-size:15px}
  .slj-stat__value{font-size:20px}.slj-stat__label{font-size:12px}
}

/* v1.5 image fill safeguard */
.slj-hero .slj-safari-card>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}

/* v1.7 guaranteed progress + next-card-only mobile fade */
.slj-hero__controls-row .slj-slider-progress{display:block!important;visibility:visible!important;opacity:1!important}
.slj-hero .slj-safari-card>img{position:absolute!important;inset:-1px!important;width:calc(100% + 2px)!important;height:calc(100% + 2px)!important;max-width:none!important;min-width:calc(100% + 2px)!important;min-height:calc(100% + 2px)!important;object-fit:cover!important}

@media (max-width:767px){
  .slj-card-window::after{display:none!important;content:none!important}
  .slj-hero__controls-row{grid-template-columns:auto minmax(64px,1fr) auto!important;gap:11px!important}
  .slj-slider-progress{min-width:64px!important;max-width:none!important;height:var(--slj-progress-height,3px)!important}
  .slj-safari-card{opacity:1!important}
}

@media (max-width:420px){
  .slj-hero__controls-row{grid-template-columns:auto minmax(52px,1fr) auto!important;gap:9px!important}
  .slj-slider-progress{min-width:52px!important}
}

/* v1.9 instant upcoming-media discovery */
.slj-hero__preload{position:absolute!important;left:0;top:0;width:1px!important;height:1px!important;overflow:hidden!important;opacity:.001!important;pointer-events:none!important;z-index:-1!important}
.slj-hero__preload picture,.slj-hero__preload img{display:block!important;width:1px!important;height:1px!important;max-width:1px!important;max-height:1px!important}

/* v1.10 mobile card rail: ignore only the hero's right inner padding.
   Copy, controls and trust content keep the Elementor inner padding. */
@media (max-width:767px){
  .slj-hero__slider-area,.slj-card-column{overflow:visible!important}
  .slj-card-window{
    width:calc(100% + var(--slj-hero-pad-right,0px));
    max-width:none;
    overflow:hidden;
  }
  .slj-card-viewport{
    width:100%;
    max-width:none;
    margin-right:0!important;
    padding-right:0!important;
  }
}

/* v1.12 trust badge image support */
.slj-rating__badge img{display:block;width:54px;height:54px;max-width:100%;object-fit:cover;border-radius:14px}

/* v1.12 why choose us widget */
.slj-why,.slj-why *{box-sizing:border-box}.slj-why{--slj-why-overlay-top:rgba(5,17,10,.64);--slj-why-overlay-bottom:rgba(5,17,10,.74);--slj-why-overlay-side:rgba(7,18,11,.36);position:relative;isolation:isolate;width:100%;overflow:hidden;color:#fff;background:#08140d}.slj-why__bg{position:absolute;inset:0;z-index:0}.slj-why__bg img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.slj-why__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,var(--slj-why-overlay-top) 0%,rgba(6,17,11,.55) 33%,var(--slj-why-overlay-bottom) 100%),linear-gradient(90deg,var(--slj-why-overlay-side) 0%,rgba(7,18,11,.14) 45%,var(--slj-why-overlay-side) 100%)}.slj-why__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto}.slj-why__heading{text-align:center}.slj-why__pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px;border:1px solid rgba(255,255,255,.22);background:rgba(64,79,56,.45);box-shadow:inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(12px) saturate(125%);-webkit-backdrop-filter:blur(12px) saturate(125%);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.slj-why__pill i,.slj-why__pill svg{width:12px;height:12px}.slj-why__title{display:grid;gap:0;margin:0;font-size:clamp(34px,4vw,56px);font-weight:800;line-height:1.02;letter-spacing:-.03em}.slj-why__title-line--secondary{display:block}.slj-why__title-accent{font-style:normal;color:#6EE34D}.slj-why__description{max-width:660px;margin:14px auto 0;font-size:14px;line-height:1.75;color:rgba(240,245,241,.9)}.slj-why__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.slj-why-card{--slj-why-card-blur:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:20px;min-height:300px;border:1px solid rgba(255,255,255,.18);background:rgba(53,63,53,.28);box-shadow:0 18px 42px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(var(--slj-why-card-blur)) saturate(125%);-webkit-backdrop-filter:blur(var(--slj-why-card-blur)) saturate(125%)}.slj-why-card__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(125,228,92,.2);border-radius:50%;background:rgba(87,140,61,.2);color:#7DE45C}.slj-why-card__icon i,.slj-why-card__icon svg{display:block;width:14px;height:14px;fill:currentColor}.slj-why-card__body{display:grid;align-content:start;gap:12px;min-width:0}.slj-why-card__title{margin:0;font-size:26px;line-height:1.18;color:#fff}.slj-why-card__line{display:block;width:22px;height:2px;border-radius:999px;background:#7ADD58}.slj-why-card__desc{margin:0;font-size:14px;line-height:1.75;color:rgba(234,241,234,.86)}.slj-why-card__arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.04);color:#fff;text-decoration:none;transition:transform .25s ease,background .25s ease,border-color .25s ease}.slj-why-card__arrow svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.slj-why-card:hover .slj-why-card__arrow{transform:translateX(2px);background:rgba(125,228,92,.14);border-color:rgba(125,228,92,.35)}
@media (max-width:1180px){.slj-why__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){.slj-why__description{font-size:14px}.slj-why__grid{grid-template-columns:1fr}.slj-why-card__title{font-size:22px}.slj-why-card{min-height:260px}}

/* v1.13 why choose us mobile slider / badge animation / background fill */
.slj-why,.slj-why *{box-sizing:border-box}
.slj-why{--slj-why-mobile-card-width:88%;--slj-why-mobile-edge:0px;--slj-why-overlay-top:rgba(5,17,10,.48);--slj-why-overlay-bottom:rgba(5,17,10,.58);--slj-why-overlay-side:rgba(7,18,11,.28);position:relative;isolation:isolate;width:100%;overflow:hidden;background:#07130d;color:#fff}
.slj-why__bg,.slj-why__bg picture{position:absolute;inset:0;z-index:0;display:block;width:100%;height:100%}.slj-why__bg img{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center}
.slj-why__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,var(--slj-why-overlay-top) 0%,rgba(5,16,10,.42) 30%,rgba(5,16,10,.42) 55%,var(--slj-why-overlay-bottom) 100%),linear-gradient(90deg,var(--slj-why-overlay-side) 0%,rgba(7,18,11,.12) 50%,var(--slj-why-overlay-side) 100%)}
.slj-why__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto}
.slj-why__heading{text-align:center}.slj-why__pill{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px;border:1px solid rgba(255,255,255,.18);background:rgba(54,75,52,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 8px 18px rgba(0,0,0,.12);backdrop-filter:blur(12px) saturate(130%);-webkit-backdrop-filter:blur(12px) saturate(130%);overflow:hidden;isolation:isolate;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.slj-why__pill>*{position:relative;z-index:2}.slj-why__pill::before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:conic-gradient(from 0deg,rgba(255,255,255,.0),rgba(255,255,255,.38),rgba(125,228,92,.95),rgba(255,255,255,.28),rgba(255,255,255,.0) 70%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:sljWhyPillBorder 3.4s linear infinite}.slj-why__pill::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.12),transparent 35%,transparent 60%,rgba(255,255,255,.09));transform:translateX(-120%);animation:sljWhyPillGlass 3.8s ease-in-out infinite}
@keyframes sljWhyPillBorder{to{transform:rotate(1turn)}}@keyframes sljWhyPillGlass{0%,14%{transform:translateX(-120%)}42%,100%{transform:translateX(120%)}}
.slj-why__pill i,.slj-why__pill svg{width:12px;height:12px;display:block}
.slj-why__title{display:grid;gap:0;margin:0;font-size:clamp(34px,4vw,56px);font-weight:800;line-height:1.04;letter-spacing:-.03em}.slj-why__title-line--secondary{display:block}.slj-why__title-accent{font-style:normal;color:#6EE34D}.slj-why__description{max-width:660px;margin:14px auto 0;font-size:14px;line-height:1.75;color:rgba(240,245,241,.9)}
.slj-why__slider-shell{width:100%}.slj-why__cards-wrap{width:100%}.slj-why__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}
.slj-why-card{--slj-why-card-blur:18px;position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:24px;min-height:300px;border:1px solid rgba(255,255,255,.18);background:linear-gradient(145deg,rgba(13,39,24,.50),rgba(8,25,17,.28));box-shadow:0 18px 42px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(var(--slj-why-card-blur)) saturate(125%);-webkit-backdrop-filter:blur(var(--slj-why-card-blur)) saturate(125%);overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease}
.slj-why-card::before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.04);background:linear-gradient(120deg,rgba(255,255,255,.12),transparent 34%,transparent 64%,rgba(255,255,255,.07));transform:translateX(-120%);transition:transform .55s ease;pointer-events:none}.slj-why-card:hover{transform:translateY(-6px);border-color:rgba(125,228,92,.38);box-shadow:0 24px 52px rgba(0,0,0,.22),0 0 0 1px rgba(125,228,92,.12) inset}.slj-why-card:hover::before{transform:translateX(120%)}.slj-why-card.is-active{border-color:rgba(125,228,92,.42);box-shadow:0 22px 48px rgba(0,0,0,.2),0 0 0 1px rgba(125,228,92,.12) inset}
.slj-why-card__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:1px solid rgba(125,228,92,.2);border-radius:50%;background:rgba(87,140,61,.20);color:#7DE45C}.slj-why-card__icon i,.slj-why-card__icon svg{display:block;width:18px;height:18px;fill:currentColor}
.slj-why-card__body{display:grid;align-content:start;gap:12px;min-width:0}.slj-why-card__title{margin:0;font-size:26px;line-height:1.18;color:#fff}.slj-why-card__line{display:block;width:22px;height:2px;border-radius:999px;background:#7ADD58}.slj-why-card__desc{margin:0;font-size:14px;line-height:1.75;color:rgba(234,241,234,.86)}
.slj-why__mobile-controls{display:none;align-items:center;justify-content:center;gap:16px;margin-top:16px}.slj-why__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(8,24,13,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;transition:transform .24s ease,background .24s ease,border-color .24s ease}.slj-why__nav-btn:hover{transform:translateY(-2px);background:rgba(125,228,92,.14);border-color:rgba(125,228,92,.48)}.slj-why__nav-btn svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.slj-why__pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.slj-why__pagination button{display:block;width:8px;height:8px;border:0;padding:0;border-radius:999px;background:rgba(255,255,255,.30);opacity:1;transition:width .22s ease,background .22s ease,transform .22s ease}.slj-why__pagination button.is-active{width:24px;background:#6EE34D;transform:translateY(-1px)}
@media (max-width:1180px){.slj-why__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){.slj-why{min-height:auto}.slj-why__description{font-size:14px}.slj-why__slider-shell{overflow:hidden}.slj-why__cards-wrap{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-right:0}.slj-why__cards-wrap::-webkit-scrollbar{display:none}.slj-why__grid{display:flex!important;grid-template-columns:none!important;width:max-content;min-width:100%;gap:16px;padding-right:0}.slj-why-card{flex:0 0 var(--slj-why-mobile-card-width);width:var(--slj-why-mobile-card-width);scroll-snap-align:start;scroll-snap-stop:always}.slj-why__mobile-controls{display:flex}.slj-why__heading{max-width:100%}.slj-why__title{font-size:clamp(30px,9vw,46px)}.slj-why-card__title{font-size:22px}.slj-why__cards-wrap{padding-left:0;padding-right:0;scroll-padding-left:var(--slj-why-mobile-edge);margin-right:calc(var(--slj-why-mobile-edge) * -1)}.slj-why__grid{padding-left:var(--slj-why-mobile-edge);padding-right:0}.slj-why__inner{padding-bottom:28px}}

/* v1.14 why choose us polish */
.slj-why__pill::before{animation:none!important;transform:none!important;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(110,227,77,.52),rgba(255,255,255,.14))!important;opacity:.95}
.slj-why__pill::after{animation:none!important;transform:none!important;opacity:.22;background:linear-gradient(120deg,rgba(255,255,255,.08),transparent 42%,transparent 64%,rgba(255,255,255,.06))!important}

@media (max-width:767px){
  .slj-why__slider-shell{margin-top:8px}
  .slj-why__cards-wrap{padding-top:6px;padding-bottom:4px}
  .slj-why__grid{gap:14px!important;padding-left:0!important}
  .slj-why-card{flex:0 0 min(84vw,330px)!important;width:min(84vw,330px)!important;padding:24px 18px 24px!important;gap:18px!important;border-radius:22px!important;background:linear-gradient(145deg,rgba(12,37,24,.54),rgba(7,22,15,.34))!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 16px 34px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08)!important;overflow:hidden}
  .slj-why-card__icon{width:54px!important;height:54px!important;min-width:54px;border-radius:999px!important}
  .slj-why-card__body{gap:14px!important}
  .slj-why-card__title{font-size:18px!important;line-height:1.25!important;margin:0}
  .slj-why-card__desc{font-size:14px!important;line-height:1.75!important;margin:0;max-width:100%}
  .slj-why-card__line{width:26px!important;height:3px!important}
  .slj-why__mobile-controls{display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;width:100%!important;padding:0 6px!important;margin-top:20px!important;position:relative;z-index:3}
  .slj-why__nav-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 50px!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;padding:0!important;border-radius:999px!important;border:1.2px solid rgba(255,255,255,.5)!important;background:rgba(10,23,15,.36)!important;box-shadow:0 10px 26px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.12)!important;-webkit-backdrop-filter:blur(14px) saturate(145%)!important;backdrop-filter:blur(14px) saturate(145%)!important;color:#fff!important;opacity:1!important;visibility:visible!important}
  .slj-why__nav-btn svg{display:block!important;width:20px!important;height:20px!important;stroke:currentColor!important;stroke-width:2.2!important;fill:none!important;opacity:1!important}
  .slj-why__nav-btn:disabled{opacity:.45!important}
  .slj-why__pagination{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:56px}
  .slj-why__pagination button{width:8px!important;height:8px!important;border-radius:999px!important;background:rgba(255,255,255,.34)!important;box-shadow:none!important;flex:0 0 auto}
  .slj-why__pagination button.is-active{width:24px!important;background:#6EE34D!important;border-radius:999px!important}
}

/* v1.15 Why Choose Us: one complete mobile card per view */
@media (max-width:767px){
  .slj-why__cards-wrap{width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;padding:6px 0 4px!important}
  .slj-why__grid{display:flex!important;width:100%!important;min-width:100%!important;gap:14px!important;padding:0!important}
  .slj-why-card{flex:0 0 100%!important;width:100%!important;max-width:none!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}
}

/* v1.15 How It Works */
.slj-how,.slj-how *{box-sizing:border-box}.slj-how{--slj-how-bg:#F5FBF3;--slj-how-glow-left:rgba(208,246,226,.52);--slj-how-glow-right:rgba(239,247,186,.62);position:relative;isolation:isolate;width:100%;overflow:hidden;background:radial-gradient(circle at 8% 78%,var(--slj-how-glow-left) 0%,transparent 38%),radial-gradient(circle at 92% 74%,var(--slj-how-glow-right) 0%,transparent 40%),var(--slj-how-bg);color:#0A1E0F}.slj-how__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;margin:0 auto}.slj-how__head{width:100%;margin-left:auto;margin-right:auto;margin-bottom:var(--slj-how-head-gap,72px);text-align:center}.slj-how__badge{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px;border:1px solid rgba(63,151,57,.20);background:rgba(223,244,217,.75);font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.slj-how__badge i,.slj-how__badge svg{display:block;width:12px;height:12px}.slj-how__title{margin:0;font-size:clamp(38px,4.1vw,62px);font-weight:800;line-height:1.03;letter-spacing:-.04em}.slj-how__title strong{font:inherit;color:#3E9F3E}.slj-how__description{max-width:660px;margin-left:auto;margin-right:auto;margin-bottom:0;font-size:14px;line-height:1.65;color:#4E5F52}.slj-how__slider-shell,.slj-how__viewport{width:100%;position:relative}.slj-how__viewport{overflow:visible}.slj-how__track{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;width:100%}.slj-how-card{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:310px;border:1px solid rgba(30,86,44,.08);background:rgba(255,255,255,.76);box-shadow:0 20px 48px rgba(46,86,50,.08);text-align:center;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease}.slj-how-card:hover{transform:translateY(-5px);border-color:rgba(62,169,73,.20);background:rgba(255,255,255,.9);box-shadow:0 26px 58px rgba(46,86,50,.13)}.slj-how-card__number{display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;background:#3EA949;color:#fff;font-size:18px;font-weight:800;box-shadow:0 12px 24px rgba(62,169,73,.28);font-variant-numeric:tabular-nums}.slj-how-card__icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto;margin-top:22px;border:1px solid rgba(65,156,65,.16);background:rgba(223,244,217,.78);color:#1F5A36}.slj-how-card__icon i,.slj-how-card__icon svg{display:block;fill:currentColor}.slj-how-card__title{margin:22px 0 0;font-size:20px;font-weight:800;line-height:1.25}.slj-how-card__text{margin:12px 0 0;font-size:13px;line-height:1.72;color:#556159}.slj-how__connectors{position:absolute;z-index:1;left:0;right:0;pointer-events:none}.slj-how__connector-line{position:absolute;left:12.5%;right:12.5%;top:0;border-top:1px dashed rgba(57,140,65,.26)}.slj-how__connector-dot,.slj-how__connector-arrow{position:absolute;top:0;transform:translate(-50%,-50%)}.slj-how__connector-dot{width:8px;height:8px;border-radius:50%;background:#65B95E;box-shadow:0 0 0 5px rgba(101,185,94,.08)}.slj-how__connector-arrow{margin-left:15px;color:#65B95E;font-size:16px;font-weight:800;line-height:1}.slj-how__mobile-controls{display:none;align-items:center;justify-content:center;gap:14px}.slj-how__nav-btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0;border:1px solid rgba(31,90,54,.18);border-radius:50%;background:rgba(255,255,255,.78);box-shadow:0 10px 24px rgba(37,79,45,.10);color:#184121}.slj-how__nav-btn svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.slj-how__pagination{display:flex;align-items:center;justify-content:center;gap:8px}.slj-how__pagination button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(31,90,54,.22);transition:width .22s ease,background .22s ease}.slj-how__pagination button.is-active{width:24px;background:#3EA949}.slj-how__nav-btn:disabled{opacity:.4}
@media (max-width:1180px){.slj-how__track{grid-template-columns:repeat(2,minmax(0,1fr))}.slj-how__connectors{display:none}}
@media (max-width:767px){.slj-how{min-height:auto}.slj-how__head{max-width:100%}.slj-how__title{font-size:clamp(34px,10vw,48px)}.slj-how__description{font-size:14px}.slj-how__viewport{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.slj-how__viewport::-webkit-scrollbar{display:none}.slj-how__track{display:flex!important;grid-template-columns:none!important;width:100%!important;min-width:100%!important;gap:14px!important}.slj-how-card{flex:0 0 100%;width:100%;scroll-snap-align:start;scroll-snap-stop:always;min-height:310px}.slj-how__mobile-controls{display:flex}.slj-how-card:hover{transform:none}.slj-how-card__number{margin-top:0}.slj-how-card__icon{margin-top:20px}}
@media (max-width:767px){
  .slj-why-card{flex-basis:var(--slj-why-mobile-card-width,100%)!important;width:var(--slj-why-mobile-card-width,100%)!important}
}

/* v1.16 final mobile single-card view + precision How It Works connectors */
@media (max-width:767px){
  .slj-why__slider-shell{width:100%!important;max-width:100%!important;overflow:hidden!important}
  .slj-why__cards-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding:6px 0 4px!important;margin:0!important;scroll-padding:0!important;scroll-snap-type:x mandatory!important;overscroll-behavior-x:contain!important}
  .slj-why__grid{display:flex!important;width:100%!important;min-width:100%!important;max-width:none!important;gap:0!important;padding:0!important;margin:0!important}
  .slj-why-card{flex:0 0 100%!important;flex-basis:100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}
}

.slj-how__connectors{overflow:visible}
.slj-how__connector-line{right:auto!important;height:0;border-top-width:1px;border-top-style:dashed}
.slj-how__connector-node{position:absolute;top:0;display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:34px;height:22px;padding:0 6px;border:1px solid rgba(76,169,74,.16);border-radius:999px;background:rgba(247,252,245,.92);box-shadow:0 4px 12px rgba(55,112,60,.08);transform:translate(-50%,-50%);white-space:nowrap}
.slj-how__connector-node .slj-how__connector-dot{position:static!important;display:block;width:8px;height:8px;flex:0 0 8px;margin:0!important;border-radius:50%!important;transform:none!important;box-shadow:0 0 0 4px rgba(101,185,94,.10)}
.slj-how__connector-node .slj-how__connector-arrow{position:static!important;display:block;width:11px;height:11px;margin:0!important;transform:none!important;fill:none!important;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;font-size:0!important;line-height:0!important}
@media (max-width:1180px){.slj-how__connectors{display:none!important}}

/* v1.17 modern How It Works cards + stacked mobile layout */
.slj-how-card{
  --slj-how-card-glow:rgba(96,206,101,.34);
  isolation:isolate;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(155deg,rgba(255,255,255,.92),rgba(247,252,246,.78));
  border-color:rgba(40,101,52,.10);
  box-shadow:0 18px 48px rgba(41,83,47,.09),inset 0 1px 0 rgba(255,255,255,.9);
  padding-top:32px;
  transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease,border-color .3s ease,background .3s ease;
}
.slj-how-card::before{content:"";position:absolute;z-index:-1;left:12%;right:12%;top:-52px;height:86px;border-radius:50%;background:var(--slj-how-card-glow);filter:blur(30px);opacity:.52;pointer-events:none;transition:opacity .3s ease,transform .3s ease}
.slj-how-card::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.16),transparent 28%,transparent 72%,rgba(80,178,88,.035));pointer-events:none}
.slj-how-card:hover{transform:translateY(-7px);box-shadow:0 26px 64px rgba(41,83,47,.14),0 0 0 1px rgba(75,181,78,.06) inset}.slj-how-card:hover::before{opacity:.8;transform:translateY(6px)}
.slj-how-card__number{position:relative;background:linear-gradient(145deg,#47B34F,#2E9639);box-shadow:0 12px 28px rgba(55,158,66,.28),inset 0 1px 0 rgba(255,255,255,.18)}
.slj-how-card__number::after{content:"";position:absolute;inset:-5px;border:1px solid rgba(71,179,79,.16);border-radius:50%;pointer-events:none}
.slj-how-card__icon{position:relative;margin-top:24px;background:linear-gradient(145deg,rgba(231,248,226,.96),rgba(216,242,211,.76));border-color:rgba(57,148,65,.17);box-shadow:0 10px 22px rgba(43,112,49,.08),inset 0 1px 0 rgba(255,255,255,.75)}
.slj-how-card__title{margin-top:24px;letter-spacing:-.015em}.slj-how-card__text{max-width:250px;margin-left:auto;margin-right:auto}

.slj-how__connectors{z-index:3}.slj-how__connector-line{border-top-style:dashed!important;border-top-width:1px!important;opacity:.72}.slj-how__connector-node{min-width:34px!important;height:18px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;gap:5px!important}.slj-how__connector-node .slj-how__connector-dot{width:8px!important;height:8px!important;flex:0 0 8px!important;box-shadow:0 0 0 4px rgba(101,185,94,.12),0 2px 8px rgba(72,155,76,.16)!important}.slj-how__connector-node .slj-how__connector-arrow{width:12px!important;height:12px!important;opacity:.75}

@media (max-width:1180px){
  .slj-how__track{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media (max-width:767px){
  .slj-how{min-height:auto!important}
  .slj-how__slider-shell,.slj-how__viewport{width:100%!important;overflow:visible!important}
  .slj-how__viewport{scroll-snap-type:none!important;-webkit-overflow-scrolling:auto!important}
  .slj-how__track{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important;gap:16px!important;transform:none!important}
  .slj-how-card{display:flex!important;flex:initial!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:250px!important;scroll-snap-align:none!important;scroll-snap-stop:normal!important;padding:28px 22px 26px!important;border-radius:20px!important;background:linear-gradient(155deg,rgba(255,255,255,.94),rgba(245,251,244,.84))!important;box-shadow:0 16px 40px rgba(41,83,47,.10),inset 0 1px 0 rgba(255,255,255,.9)!important}
  .slj-how-card:hover{transform:none!important}
  .slj-how-card__number{width:50px!important;height:50px!important;font-size:16px!important}
  .slj-how-card__icon{width:54px!important;height:54px!important;margin-top:22px!important}
  .slj-how-card__title{margin-top:22px!important;font-size:19px!important;line-height:1.3!important}
  .slj-how-card__text{max-width:300px!important;margin-top:10px!important;font-size:13px!important;line-height:1.72!important}
  .slj-how__mobile-controls{display:none!important}
  .slj-how__connectors{display:none!important}
}

/* v1.18 How It Works — sample-inspired cards + mobile sticky stack */
.slj-how{--slj-how-gap:54px;--slj-how-sticky-top:24px;--slj-how-sticky-step:12px;--slj-how-mobile-card-gap:22px}
.slj-how__viewport{overflow:visible!important}
.slj-how__track{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:var(--slj-how-gap);width:100%}
.slj-how-card{position:relative;z-index:2;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;column-gap:14px;row-gap:0;min-width:0;overflow:visible;text-align:left;background:rgba(255,255,255,.92);border:1px solid rgba(55,91,132,.11);box-shadow:0 18px 45px rgba(48,75,98,.09);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.slj-how-card::before{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;background:radial-gradient(circle at 78% 8%,var(--slj-step-soft) 0%,transparent 52%);pointer-events:none;opacity:1;filter:none;transform:none}
.slj-how-card::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.16),transparent 34%,transparent 72%,rgba(255,255,255,.05));pointer-events:none}
.slj-how-card:hover{transform:translateY(-7px);border-color:color-mix(in srgb,var(--slj-step-accent) 24%,transparent);box-shadow:0 28px 62px rgba(48,75,98,.14),0 0 0 1px color-mix(in srgb,var(--slj-step-accent) 8%,transparent) inset}
.slj-how-card__accent{position:absolute;left:-1px;top:18%;bottom:18%;width:4px;border-radius:0 5px 5px 0;background:var(--slj-step-accent);box-shadow:0 0 18px color-mix(in srgb,var(--slj-step-accent) 45%,transparent)}
.slj-how-card__number{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:52px;height:52px;margin:0;border:1px solid color-mix(in srgb,var(--slj-step-accent) 18%,transparent);border-radius:13px;background:rgba(255,255,255,.90);color:var(--slj-step-accent);font-size:18px;font-weight:800;box-shadow:0 10px 24px color-mix(in srgb,var(--slj-step-accent) 12%,transparent),inset 0 1px 0 rgba(255,255,255,.9)}
.slj-how-card__number::after{display:none}
.slj-how-card__icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:62px;height:62px;margin:0;border:1px solid color-mix(in srgb,var(--slj-step-accent) 16%,transparent);border-radius:50%;background:rgba(255,255,255,.76);color:var(--slj-step-accent);box-shadow:0 10px 25px color-mix(in srgb,var(--slj-step-accent) 11%,transparent),inset 0 1px 0 rgba(255,255,255,.92)}
.slj-how-card__icon i,.slj-how-card__icon svg{display:block;fill:currentColor}
.slj-how-card__content{min-width:0;display:grid;align-content:center;gap:8px;padding-left:1px}
.slj-how-card__title{margin:0!important;font-size:21px;font-weight:800;line-height:1.18;letter-spacing:-.02em;color:#112B18}
.slj-how-card__title-line{display:block;width:34px;height:2px;border-radius:999px;background:var(--slj-step-accent)}
.slj-how-card__text{max-width:none!important;margin:0!important;font-size:12px;line-height:1.65;color:#61706A}
.slj-how-card__bridge{position:absolute;z-index:6;left:100%;top:50%;width:var(--slj-how-gap);height:50px;transform:translateY(-50%);overflow:visible;pointer-events:none}
.slj-how-card__bridge path,.slj-how-card__bridge polyline{fill:none;stroke:rgba(100,135,190,.65);stroke-width:1.5;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}
.slj-how-card__bridge path{stroke-dasharray:5 6}
.slj-how__connectors{display:none!important}

@media (max-width:1180px) and (min-width:768px){
  .slj-how__track{grid-template-columns:repeat(2,minmax(0,1fr))}
  .slj-how-card__bridge{display:none}
}

@media (max-width:767px){
  .slj-how{overflow:visible!important;min-height:auto!important}
  .slj-how__inner,.slj-how__slider-shell,.slj-how__viewport{overflow:visible!important}
  .slj-how__track{display:block!important;width:100%!important;min-width:0!important;transform:none!important}
  .slj-how-card{display:grid!important;grid-template-columns:44px 52px minmax(0,1fr)!important;align-items:center!important;column-gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:160px!important;margin:0 0 var(--slj-how-mobile-card-gap) 0!important;padding:20px 14px 20px 20px!important;border-radius:18px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 15px 35px rgba(48,75,98,.12)!important;transform:none!important}
  .slj-how.is-mobile-sticky .slj-how-card{position:sticky!important;top:calc(var(--slj-how-sticky-top) + (var(--slj-step-index) * var(--slj-how-sticky-step)))!important;z-index:calc(20 + var(--slj-step-index))!important}
  .slj-how-card:last-child{margin-bottom:0!important}
  .slj-how-card__accent{top:16%;bottom:16%;width:4px}
  .slj-how-card__number{width:44px!important;height:44px!important;border-radius:11px!important;font-size:15px!important}
  .slj-how-card__icon{width:52px!important;height:52px!important;margin:0!important;border-radius:50%!important}
  .slj-how-card__icon i,.slj-how-card__icon svg{width:18px!important;height:18px!important}
  .slj-how-card__content{gap:7px!important;padding-left:0!important}
  .slj-how-card__title{margin:0!important;font-size:17px!important;line-height:1.2!important}
  .slj-how-card__title-line{width:26px;height:2px}
  .slj-how-card__text{margin:0!important;max-width:none!important;font-size:12px!important;line-height:1.55!important}
  .slj-how-card__bridge{display:none!important}
  .slj-how__mobile-controls{display:none!important}
}

@media (max-width:390px){
  .slj-how-card{grid-template-columns:40px 48px minmax(0,1fr)!important;column-gap:8px!important;padding:18px 12px 18px 18px!important}
  .slj-how-card__number{width:40px!important;height:40px!important}
  .slj-how-card__icon{width:48px!important;height:48px!important}
  .slj-how-card__title{font-size:16px!important}.slj-how-card__text{font-size:12px!important}
}

/* v1.19 How It Works — restore original cards, 3 desktop steps, refined gap connectors */
.slj-how-card__title--mobile,.slj-how-card__text--mobile{display:none}

@media (min-width:768px){
  .slj-how__track{display:grid!important;align-items:stretch!important;width:100%!important;min-width:0!important}
  .slj-how-card:nth-child(n+4){display:none!important}
  .slj-how-card{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-width:0!important;
    min-height:310px!important;
    padding:32px 24px 28px!important;
    overflow:visible!important;
    text-align:center!important;
    border:1px solid rgba(30,86,44,.08)!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.78)!important;
    box-shadow:0 20px 48px rgba(46,86,50,.08)!important;
    transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease!important;
  }
  .slj-how-card:hover{transform:translateY(-5px)!important;border-color:rgba(62,169,73,.20)!important;background:rgba(255,255,255,.92)!important;box-shadow:0 26px 58px rgba(46,86,50,.13)!important}
  .slj-how-card::before,.slj-how-card::after,.slj-how-card__accent{display:none!important}
  .slj-how-card__number{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    width:54px;
    height:54px;
    margin:0!important;
    border:0!important;
    border-radius:50%!important;
    background:#3EA949;
    color:#fff;
    font-size:18px;
    font-weight:800;
    box-shadow:0 12px 24px rgba(62,169,73,.28)!important;
    font-variant-numeric:tabular-nums;
  }
  .slj-how-card__number::after{content:""!important;display:block!important;position:absolute!important;inset:-5px!important;border:1px solid rgba(62,169,73,.14)!important;border-radius:50%!important;pointer-events:none!important}
  .slj-how-card__icon{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    width:58px;
    height:58px;
    margin:22px 0 0!important;
    border:1px solid rgba(65,156,65,.16)!important;
    border-radius:13px!important;
    background:rgba(223,244,217,.78)!important;
    color:#1F5A36!important;
    box-shadow:none!important;
  }
  .slj-how-card__content{display:contents!important}
  .slj-how-card__title{display:block;margin:22px 0 0!important;font-size:20px;font-weight:800;line-height:1.25;letter-spacing:0!important;color:#0A1E0F;text-align:center}
  .slj-how-card__title-line{display:none!important}
  .slj-how-card__text{display:block;max-width:250px!important;margin:12px auto 0!important;font-size:13px;line-height:1.72;color:#556159;text-align:center}
  .slj-how-card__title--mobile,.slj-how-card__text--mobile{display:none!important}
  .slj-how-card__title--desktop,.slj-how-card__text--desktop{display:block!important}
}

@media (min-width:1024px){
  .slj-how__track{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:var(--slj-how-gap,54px)!important}
  .slj-how-card__bridge{display:block!important;position:absolute!important;z-index:8!important;left:100%!important;top:50%;width:var(--slj-how-gap,54px)!important;height:54px!important;transform:translateY(-50%)!important;overflow:visible!important;pointer-events:none!important}
  .slj-how-card__bridge path{fill:none!important;stroke:rgba(62,169,73,.46);stroke-width:1.35!important;stroke-dasharray:4 5!important;vector-effect:non-scaling-stroke;stroke-linecap:round}
  .slj-how-card__bridge polyline{fill:none!important;stroke:rgba(62,169,73,.58);stroke-width:1.7!important;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}
  .slj-how-card__bridge-dot{fill:#65B95E;stroke:rgba(255,255,255,.92);stroke-width:1.3;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 5px rgba(101,185,94,.45))}
}

@media (min-width:768px) and (max-width:1023px){
  .slj-how__track{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important}
  .slj-how-card__bridge{display:none!important}
}

@media (max-width:767px){
  .slj-how-card__title--desktop,.slj-how-card__text--desktop{display:none!important}
  .slj-how-card__title--mobile,.slj-how-card__text--mobile{display:block!important}
  .slj-how-card__number{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    border:0!important;
    border-radius:50%!important;
    background:var(--slj-step-accent,#3EA949)!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:800!important;
    line-height:1!important;
    box-shadow:0 10px 22px color-mix(in srgb,var(--slj-step-accent,#3EA949) 26%,transparent)!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .slj-how-card__number::after{display:none!important}
}

/* v1.21 How It Works — exact lightweight dotted-curve connectors, no SVG shapes */
.slj-how{--slj-how-number-bg:#3EA949;--slj-how-number-color:#fff;--slj-how-connector-color:rgba(150,169,205,.92);--slj-how-connector-dot:#65B95E;--slj-how-connector-top:50%}
.slj-how-card__bridge,.slj-how-card__bridge-mobile{display:none!important}
.slj-how-card__number{background:var(--slj-how-number-bg,#3EA949)!important;color:var(--slj-how-number-color,#fff)!important;-webkit-text-fill-color:var(--slj-how-number-color,#fff)!important;opacity:1!important;visibility:visible!important;text-shadow:none!important}
.slj-how-card__connector{pointer-events:none;box-sizing:border-box}
.slj-how-card__connector i{position:absolute;display:block;width:9px;height:9px;border:2px solid rgba(255,255,255,.96);border-radius:50%;background:var(--slj-how-connector-dot,#65B95E);box-shadow:0 0 0 3px rgba(101,185,94,.10),0 3px 9px rgba(55,105,80,.18)}

@media (min-width:1024px){
  .slj-how-card__connector--desktop{display:block!important;position:absolute!important;z-index:12;left:100%;top:var(--slj-how-connector-top,50%);width:var(--slj-how-gap,54px);height:44px;transform:translateY(-50%);overflow:visible}
  .slj-how-card__connector--desktop::before{content:"";position:absolute;left:4px;right:9px;top:4px;height:30px;border-top:1.8px dashed var(--slj-how-connector-color,rgba(150,169,205,.92));border-radius:50% 50% 0 0 / 100% 100% 0 0}
  .slj-how-card__connector--desktop::after{content:"";position:absolute;right:1px;top:27px;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid var(--slj-how-connector-color,rgba(150,169,205,.92));transform:rotate(18deg);transform-origin:center}
  .slj-how-card__connector--desktop i{left:50%;top:1px;transform:translateX(-50%)}
  .slj-how-card__connector--mobile{display:none!important}
}

@media (min-width:768px) and (max-width:1023px){
  .slj-how-card__connector{display:none!important}
}

@media (max-width:767px){
  .slj-how-card__connector--desktop{display:none!important}
  .slj-how-card__connector--mobile{display:block!important;position:absolute!important;z-index:14;left:50%;bottom:-53px;width:72px;height:54px;transform:translateX(-50%);overflow:visible}
  .slj-how-card__connector--mobile::before{content:"";position:absolute;left:17px;top:2px;width:36px;height:42px;border-right:1.8px dashed var(--slj-how-connector-color,rgba(150,169,205,.92));border-bottom:1.8px dashed var(--slj-how-connector-color,rgba(150,169,205,.92));border-radius:0 0 30px 0}
  .slj-how-card__connector--mobile::after{content:"";position:absolute;left:48px;bottom:0;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid var(--slj-how-connector-color,rgba(150,169,205,.92));transform:rotate(-7deg)}
  .slj-how-card__connector--mobile i{left:48px;top:22px;transform:translate(-50%,-50%)}
  .slj-how-card{margin-bottom:66px!important}
  .slj-how-card:last-child{margin-bottom:0!important}
  .slj-how-card:last-child .slj-how-card__connector--mobile{display:none!important}
}


/* v1.22 How It Works — S2A Our Process matching connector system */
.slj-how{
  --slj-how-connector-color:#9eacc9;
  --slj-how-connector-width:1.6px;
  --slj-how-connector-dash:6 7;
}
.slj-how__slider-shell{position:relative!important;isolation:isolate}
.slj-how__viewport{position:relative!important;z-index:2}
.slj-how__connectors{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:visible!important;
  pointer-events:none!important;
}
.slj-how__connectors path.slj-how__connector{
  fill:none!important;
  stroke:var(--slj-how-connector-color,#9eacc9)!important;
  stroke-width:var(--slj-how-connector-width,1.6px)!important;
  stroke-dasharray:var(--slj-how-connector-dash,6 7)!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  opacity:.9!important;
  vector-effect:non-scaling-stroke;
}
.slj-how-card__connector,
.slj-how-card__connector--desktop,
.slj-how-card__connector--mobile,
.slj-how-card__bridge,
.slj-how-card__bridge-mobile{display:none!important}

@media (max-width:1023px){
  .slj-how__connectors{display:none!important}
}

/* v1.23 How It Works — 4 desktop cards + green S2A-style connectors on every device */
.slj-how{
  --slj-how-connector-color:#3EA949;
}
@media (min-width:1024px){
  .slj-how__track{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--slj-how-gap,54px)!important}
  .slj-how-card:nth-child(n+4){display:flex!important}
  .slj-how__connectors{display:block!important}
}
@media (min-width:768px) and (max-width:1023px){
  .slj-how-card:nth-child(n+4){display:flex!important}
  .slj-how__connectors{display:block!important}
}
@media (max-width:767px){
  .slj-how__connectors{display:block!important;z-index:3!important}
  .slj-how__viewport{z-index:4!important}
}

/* v1.24 How It Works — stable mobile connectors + full responsive hardening */
.slj-how{width:100%;max-width:100%;overflow-x:clip}
.slj-how__inner,.slj-how__slider-shell,.slj-how__viewport,.slj-how__track{max-width:100%;min-width:0}
.slj-how__connectors marker path{fill:var(--slj-how-connector-color,#3EA949)!important}

@media (min-width:1200px){
  .slj-how__track{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--slj-how-gap,46px)!important}
  .slj-how-card{min-width:0!important}
  .slj-how__connectors{display:block!important;overflow:hidden!important}
}

@media (min-width:1024px) and (max-width:1199px){
  .slj-how__track{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:34px 38px!important}
  .slj-how-card{min-width:0!important;min-height:290px!important}
  .slj-how__connectors{display:block!important;overflow:hidden!important}
}

@media (min-width:768px) and (max-width:1023px){
  .slj-how__track{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important}
  .slj-how-card{min-width:0!important;min-height:270px!important;padding-left:20px!important;padding-right:20px!important}
  .slj-how__connectors{display:block!important;overflow:hidden!important}
}

@media (max-width:767px){
  .slj-how{overflow-x:clip!important;min-height:auto!important}
  .slj-how__inner{width:100%!important;max-width:100%!important;overflow:visible!important}
  .slj-how__slider-shell{position:relative!important;width:100%!important;max-width:100%!important;overflow:visible!important;contain:layout paint style}
  .slj-how__viewport{position:relative!important;z-index:4!important;width:100%!important;max-width:100%!important;overflow:visible!important}
  .slj-how__track{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important}
  .slj-how__connectors{display:block!important;z-index:3!important;inset:0 1px!important;width:calc(100% - 2px)!important;max-width:calc(100% - 2px)!important;height:100%!important;overflow:hidden!important;clip-path:inset(0)!important}
  .slj-how-card{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}
  .slj-how-card__number,.slj-how-card__icon{flex-shrink:0!important}
  .slj-how-card__content{min-width:0!important;max-width:100%!important;overflow-wrap:anywhere}
  .slj-how-card__title,.slj-how-card__text{max-width:100%!important}
}

@media (max-width:560px){
  .slj-how-card{grid-template-columns:42px 50px minmax(0,1fr)!important;column-gap:9px!important;padding:19px 14px 19px 18px!important;border-radius:18px!important}
  .slj-how-card__number{width:42px!important;height:42px!important;min-width:42px!important;font-size:14px!important}
  .slj-how-card__icon{width:50px!important;height:50px!important;min-width:50px!important}
  .slj-how-card__title{font-size:16px!important;line-height:1.25!important}
  .slj-how-card__text{font-size:12px!important;line-height:1.58!important}
}

@media (max-width:390px){
  .slj-how-card{grid-template-columns:38px 46px minmax(0,1fr)!important;column-gap:8px!important;padding:17px 11px 17px 14px!important}
  .slj-how-card__number{width:38px!important;height:38px!important;min-width:38px!important;font-size:13px!important}
  .slj-how-card__icon{width:46px!important;height:46px!important;min-width:46px!important}
  .slj-how-card__icon i,.slj-how-card__icon svg{width:16px!important;height:16px!important}
  .slj-how-card__title{font-size:15px!important}
  .slj-how-card__text{font-size:12px!important}
}

/* v1.25 Safari Testimonials */
.slj-testimonials,.slj-testimonials *{box-sizing:border-box}.slj-testimonials{--slj-testimonial-gap:24px;--slj-testimonial-overlay-top:rgba(27,23,17,.72);--slj-testimonial-overlay-bottom:rgba(4,17,11,.91);--slj-testimonial-overlay-side:rgba(8,20,13,.45);position:relative;isolation:isolate;width:100%;overflow:hidden;background:#07140d;color:#fff}.slj-testimonials__bg,.slj-testimonials__bg picture{position:absolute;inset:0;z-index:0;display:block;width:100%;height:100%}.slj-testimonials__bg img{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center}.slj-testimonials__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,var(--slj-testimonial-overlay-top) 0%,rgba(13,21,15,.52) 38%,var(--slj-testimonial-overlay-bottom) 100%),linear-gradient(90deg,var(--slj-testimonial-overlay-side),transparent 45%,var(--slj-testimonial-overlay-side))}.slj-testimonials__inner{position:relative;z-index:2;width:100%;margin:0 auto}.slj-testimonials__head{margin-right:auto;margin-left:auto;text-align:center}.slj-testimonials__badge{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(12px) saturate(130%);-webkit-backdrop-filter:blur(12px) saturate(130%);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.slj-testimonials__badge i,.slj-testimonials__badge svg{width:11px;height:11px}.slj-testimonials__title{display:grid;margin:0;font-size:clamp(34px,4.2vw,58px);font-weight:800;line-height:1.04;letter-spacing:-.035em;color:#fff}.slj-testimonials__title strong{font-weight:800;color:#73D83D}.slj-testimonials__description{max-width:720px;margin-right:auto;margin-left:auto;line-height:1.7}.slj-testimonials__viewport{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.slj-testimonials__viewport::-webkit-scrollbar{display:none}.slj-testimonials__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--slj-testimonial-gap) * 2))/3);gap:var(--slj-testimonial-gap);width:100%}.slj-testimonial-card{--slj-testimonial-blur:18px;position:relative;display:flex;flex-direction:column;min-width:0;min-height:320px;padding:28px;border:1px solid rgba(255,255,255,.28);border-radius:16px;background:rgba(8,29,17,.54);box-shadow:0 18px 46px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(var(--slj-testimonial-blur)) saturate(126%);-webkit-backdrop-filter:blur(var(--slj-testimonial-blur)) saturate(126%);scroll-snap-align:center;transition:transform .32s cubic-bezier(.22,.8,.2,1),border-color .3s ease,background .3s ease,box-shadow .3s ease,opacity .3s ease;opacity:.92}.slj-testimonial-card::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.08),transparent 34%,transparent 68%,rgba(112,221,70,.04));opacity:.75}.slj-testimonial-card:hover{transform:translateY(-5px);opacity:1;box-shadow:0 25px 58px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.08)}.slj-testimonial-card.is-active{border-color:rgba(111,215,67,.78);opacity:1;box-shadow:0 24px 56px rgba(0,0,0,.26),0 0 0 1px rgba(111,215,67,.10) inset}.slj-testimonial-card__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px}.slj-testimonial-card__quote{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 auto;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:rgba(255,255,255,.10);color:#72D448;font-size:28px;font-weight:800;line-height:1;padding-top:7px}.slj-testimonial-card__stars{display:block;color:#FFD32A;font-size:15px;line-height:1;letter-spacing:2px;white-space:nowrap}.slj-testimonial-card__review{position:relative;z-index:1;flex:1;margin:28px 0 26px;color:rgba(255,255,255,.88);font-size:14px;line-height:1.9}.slj-testimonial-card__footer{position:relative;z-index:1;display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid rgba(255,255,255,.18)}.slj-testimonial-card__avatar{position:relative;overflow:hidden;width:50px;height:50px;flex:0 0 50px;border-radius:50%;background:rgba(255,255,255,.10)}.slj-testimonial-card__avatar img{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}.slj-testimonial-card__identity{min-width:0}.slj-testimonial-card__name-row{display:flex;align-items:center;gap:6px}.slj-testimonial-card__name{display:block;color:#fff;font-size:14px;line-height:1.25}.slj-testimonial-card__verified{display:inline-flex;width:15px;height:15px;color:#6FDD50}.slj-testimonial-card__verified svg{display:block;width:15px;height:15px}.slj-testimonial-card__verified svg>path:first-child{fill:currentColor}.slj-testimonial-card__verified-check{fill:none!important;stroke:#0a2412;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.slj-testimonial-card__country{display:flex;align-items:center;gap:5px;margin-top:6px;color:rgba(255,255,255,.55);font-size:12px;line-height:1.2}.slj-testimonial-card__country span{font-size:12px}.slj-testimonials__controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:34px}.slj-testimonials__arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 auto;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:50%!important;background:rgba(8,27,16,.26);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;transition:transform .24s ease,background .24s ease,border-color .24s ease}.slj-testimonials__arrow:hover{transform:translateY(-2px);background:rgba(111,216,61,.20);border-color:rgba(111,216,61,.45)}.slj-testimonials__arrow svg{display:block;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.slj-testimonials__pagination{display:flex;align-items:center;justify-content:center;gap:9px;min-width:76px}.slj-testimonials__pagination button{display:block;width:8px;height:8px;flex:0 0 auto;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.32);cursor:pointer;transition:width .22s ease,background .22s ease,transform .22s ease}.slj-testimonials__pagination button.is-active{width:24px;background:#70DD46;transform:translateY(-1px)}
@media (max-width:1024px){.slj-testimonials__track{grid-auto-columns:calc((100% - var(--slj-testimonial-gap))/2)}.slj-testimonial-card__review{font-size:13px}}
@media (max-width:767px){.slj-testimonials{overflow:hidden}.slj-testimonials__track{grid-auto-columns:100%;gap:var(--slj-testimonial-gap)}.slj-testimonials__viewport{scroll-padding-inline:0}.slj-testimonial-card{min-height:300px;opacity:1}.slj-testimonial-card:hover{transform:none}.slj-testimonials__title{font-size:clamp(34px,10vw,48px)}.slj-testimonials__description{font-size:14px}.slj-testimonial-card__review{margin:24px 0 22px;font-size:13px;line-height:1.8}.slj-testimonials__controls{gap:12px}.slj-testimonials__pagination{min-width:62px}}
@media (max-width:420px){.slj-testimonial-card{padding:22px 18px}.slj-testimonial-card__quote{width:38px;height:38px;font-size:25px}.slj-testimonial-card__stars{font-size:13px;letter-spacing:1.5px}.slj-testimonial-card__footer{gap:11px}.slj-testimonials__arrow{width:42px;height:42px}}
@media (prefers-reduced-motion:reduce){.slj-testimonial-card,.slj-testimonials__arrow,.slj-testimonials__pagination button{transition:none!important}.slj-testimonial-card:hover,.slj-testimonials__arrow:hover{transform:none!important}}

/* v1.26 Who We Are */
.slj-who,.slj-who *{box-sizing:border-box}.slj-who{--slj-who-bg:#F5FBF3;--slj-who-left:rgba(213,246,226,.52);--slj-who-right:rgba(240,247,187,.60);position:relative;width:100%;overflow:hidden;background:radial-gradient(circle at 5% 78%,var(--slj-who-left) 0%,transparent 42%),radial-gradient(circle at 94% 56%,var(--slj-who-right) 0%,transparent 44%),var(--slj-who-bg);color:#0A1E0F}.slj-who__inner{width:100%;margin:0 auto}.slj-who__grid{display:grid;grid-template-columns:minmax(0,49%) minmax(0,1fr);align-items:center;gap:64px}.slj-who__visual{position:relative;min-width:0}.slj-who__image-frame{position:relative;width:100%;height:500px;padding:12px;overflow:hidden;border:1px solid rgba(31,102,45,.05);border-radius:25px;background:rgba(255,255,255,.78);box-shadow:0 18px 46px rgba(48,91,54,.08)}.slj-who__image-frame img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;border-radius:25px}.slj-who__experience{position:absolute;z-index:3;left:-18px;bottom:-18px;display:flex;align-items:center;gap:17px;min-width:180px;padding:20px 26px;border:1px solid rgba(30,88,40,.05);border-radius:15px;background:rgba(255,255,255,.90);box-shadow:0 15px 34px rgba(34,73,42,.12);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.slj-who__experience-number{display:block;flex:0 0 auto;font-size:34px;font-weight:800;line-height:1;color:#11612A;letter-spacing:-.04em}.slj-who__experience-label{display:block;font-size:12px;line-height:1.55;color:#59645D}.slj-who__content{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.slj-who__badge{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 15px;border:1px solid rgba(61,150,62,.18);border-radius:999px;background:rgba(224,245,217,.78);color:#24582B;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.slj-who__badge i,.slj-who__badge svg{display:block;width:11px;height:11px;color:#50AD48;fill:currentColor}.slj-who__title{margin:24px 0 0;font-size:clamp(32px,3.5vw,48px);font-weight:800;line-height:1.05;letter-spacing:-.035em;color:#0A1E0F}.slj-who__title strong{color:#2F8938}.slj-who__description{max-width:640px;margin:22px 0 0;font-size:14px;line-height:1.8;color:#526059}.slj-who__features{display:grid;width:100%;gap:24px;margin-top:26px;padding:30px;border:1px solid rgba(37,90,44,.05);border-radius:22px;background:rgba(255,255,255,.62);box-shadow:0 14px 36px rgba(46,79,49,.04);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.slj-who-feature{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px}.slj-who-feature__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:#4AB957;color:#fff}.slj-who-feature__icon i,.slj-who-feature__icon svg{display:block;width:12px;height:12px;fill:currentColor}.slj-who-feature__content{min-width:0}.slj-who-feature__title{margin:0;font-size:16px;font-weight:800;line-height:1.25;color:#0D2714}.slj-who-feature__text{margin:6px 0 0;font-size:12px;line-height:1.6;color:#627068}.slj-who__button{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:14px;margin-top:22px;padding:15px 26px;overflow:hidden;border-radius:999px;background:#39A446;color:#fff;text-decoration:none!important;font-size:13px;font-weight:700;box-shadow:0 12px 26px rgba(57,164,70,.24);transition:transform .26s ease,background .26s ease,box-shadow .26s ease}.slj-who__button::before{content:"";position:absolute;z-index:-1;inset:-2px auto -2px -38%;width:32%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transform:skewX(-20deg);transition:left .5s ease}.slj-who__button:hover{transform:translateY(-2px);background:#2E8839;box-shadow:0 16px 32px rgba(47,137,56,.28)}.slj-who__button:hover::before{left:116%}.slj-who__button svg{display:block;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:1023px){.slj-who__grid{grid-template-columns:minmax(0,46%) minmax(0,1fr);gap:36px}.slj-who__image-frame{height:430px}.slj-who__features{padding:24px;gap:20px}.slj-who__title{font-size:clamp(30px,4.3vw,42px)}}
@media (max-width:767px){.slj-who{overflow:hidden}.slj-who__grid{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:42px!important}.slj-who__visual,.slj-who__content{width:100%;max-width:100%}.slj-who__image-frame{height:340px}.slj-who__experience{left:12px;bottom:-18px;min-width:170px;padding:17px 20px;gap:13px}.slj-who__experience-number{font-size:28px}.slj-who__content{align-items:flex-start}.slj-who__title{font-size:clamp(30px,9.5vw,40px)}.slj-who__description{font-size:14px;line-height:1.75}.slj-who__features{padding:24px 18px;gap:22px;border-radius:20px}.slj-who-feature{gap:13px}.slj-who-feature__title{font-size:15px}.slj-who-feature__text{font-size:12px;line-height:1.65}.slj-who__button{width:auto}}
@media (max-width:420px){.slj-who__image-frame{height:300px;padding:9px}.slj-who__experience{left:8px;right:8px;bottom:-18px;min-width:0;width:max-content;max-width:calc(100% - 16px)}.slj-who__features{padding:22px 16px}.slj-who-feature__icon{width:30px;height:30px;flex-basis:30px}}

/* v1.27 Who We Are refinements */
.slj-who{--slj-who-float-distance:8px;--slj-who-float-duration:3.4s}
.slj-who.is-experience-floating .slj-who__experience{animation:sljWhoFloat var(--slj-who-float-duration) ease-in-out infinite}
@keyframes sljWhoFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,calc(var(--slj-who-float-distance) * -1),0)}}
@media (max-width:767px){
  .slj-who__grid{display:flex!important;flex-direction:column!important}
  .slj-who__content{order:1!important}
  .slj-who__visual{order:2!important;margin-top:4px!important;padding-bottom:28px!important}
  .slj-who__button{margin-bottom:0!important}
  .slj-who__experience{z-index:4!important}
}
@media (prefers-reduced-motion:reduce){.slj-who.is-experience-floating .slj-who__experience{animation:none!important}}

/* v1.27 Safari FAQ */
.slj-faq,.slj-faq *{box-sizing:border-box}.slj-faq{--slj-faq-overlay-top:rgba(8,55,34,.88);--slj-faq-overlay-bottom:rgba(19,72,31,.87);--slj-faq-overlay-side:rgba(4,32,22,.28);position:relative;isolation:isolate;width:100%;overflow:hidden;background:#103d28;color:#fff}.slj-faq__bg,.slj-faq__bg picture{position:absolute;z-index:0;inset:0;display:block;width:100%;height:100%}.slj-faq__bg img{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center}.slj-faq__overlay{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,var(--slj-faq-overlay-top) 0%,rgba(11,58,34,.80) 44%,var(--slj-faq-overlay-bottom) 100%),linear-gradient(90deg,var(--slj-faq-overlay-side) 0%,transparent 44%,var(--slj-faq-overlay-side) 100%)}.slj-faq__inner{position:relative;z-index:2;width:100%;margin:0 auto}.slj-faq__head{display:flex;flex-direction:column;align-items:center;margin:0 auto;text-align:center}.slj-faq__badge{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.slj-faq__badge i,.slj-faq__badge svg{display:block;width:11px;height:11px}.slj-faq__title{margin:20px 0 0;font-size:clamp(34px,4.2vw,58px);font-weight:800;line-height:1.04;letter-spacing:-.035em}.slj-faq__title strong{color:#78DF3F}.slj-faq__description{margin:14px 0 0;font-size:14px;line-height:1.7;color:rgba(255,255,255,.76)}.slj-faq__list{display:grid;width:100%;margin-left:auto;margin-right:auto}.slj-faq-item{overflow:hidden;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.035);backdrop-filter:blur(10px) saturate(115%);-webkit-backdrop-filter:blur(10px) saturate(115%);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.slj-faq-item[open]{background:rgba(255,255,255,.105);border-color:rgba(255,255,255,.28);box-shadow:0 12px 30px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.05)}.slj-faq-item__summary{display:flex;align-items:center;justify-content:space-between;gap:22px;list-style:none;cursor:pointer;user-select:none}.slj-faq-item__summary::-webkit-details-marker{display:none}.slj-faq-item__summary::marker{display:none;content:""}.slj-faq-item__question{min-width:0;font-size:14px;font-weight:600;line-height:1.45;color:#fff}.slj-faq-item__toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border:1px solid rgba(108,211,76,.46);border-radius:50%;background:rgba(85,185,57,.16);color:#7EE55D;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}.slj-faq-item__toggle i,.slj-faq-item__toggle b{position:absolute;display:block;width:9px;height:1.5px;border-radius:99px;background:currentColor}.slj-faq-item__toggle b{transform:rotate(90deg);transition:transform .22s ease,opacity .22s ease}.slj-faq-item[open] .slj-faq-item__toggle{background:#52BE54;color:#fff}.slj-faq-item[open] .slj-faq-item__toggle b{transform:rotate(0deg);opacity:0}.slj-faq-item[open] .slj-faq-item__toggle i{transform:rotate(45deg)}.slj-faq-item[open] .slj-faq-item__toggle::after{content:"";position:absolute;width:9px;height:1.5px;border-radius:99px;background:currentColor;transform:rotate(-45deg)}.slj-faq-item__answer{font-size:13px;line-height:1.75;color:rgba(255,255,255,.78)}
@media (max-width:1023px){.slj-faq__title{font-size:clamp(34px,6vw,50px)}.slj-faq__list{max-width:100%}}
@media (max-width:767px){.slj-faq{min-height:auto!important}.slj-faq__title{font-size:clamp(30px,9.3vw,42px);line-height:1.08}.slj-faq__description{font-size:13px;line-height:1.65}.slj-faq-item__summary{gap:14px}.slj-faq-item__question{font-size:13px}.slj-faq-item__answer{font-size:12px;line-height:1.7}.slj-faq-item__toggle{flex-shrink:0}.slj-faq__bg img{object-fit:cover!important}}
@media (max-width:420px){.slj-faq__title{font-size:30px}.slj-faq__badge{font-size:12px}.slj-faq-item__summary{gap:10px}}

/* v1.28 FAQ alignment + smooth accordion + responsive accent typography */
.slj-faq-item__summary{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  min-height:68px;
}
.slj-faq-item:not([open]) .slj-faq-item__summary{min-height:68px}
.slj-faq-item__question{
  display:flex;
  align-items:center;
  min-height:34px;
  margin:0;
}
.slj-faq-item__toggle{
  align-self:center!important;
  justify-self:end!important;
  flex:none!important;
  aspect-ratio:1/1;
  border-radius:999px!important;
  margin:0!important;
}
.slj-faq-item__answer{
  overflow:hidden;
  will-change:height,opacity,transform;
}
.slj-faq-item.is-animating{overflow:hidden}
.slj-faq-item.is-opening .slj-faq-item__toggle,
.slj-faq-item.is-closing .slj-faq-item__toggle{transform:scale(.96)}
.slj-faq__title strong{display:inline-block}

@media (max-width:767px){
  .slj-faq-item__summary{min-height:64px}
  .slj-faq-item:not([open]) .slj-faq-item__summary{min-height:64px}
  .slj-faq-item__question{min-height:30px}
}

/* v1.29 Safari Footer */
.slj-footer,.slj-footer *{box-sizing:border-box}.slj-footer{--slj-footer-top-band:150px;--slj-footer-top-color:#EFFAF0;--slj-footer-base:#121E13;--slj-footer-overlay-top:rgba(10,24,12,.70);--slj-footer-overlay-bottom:rgba(9,18,10,.90);position:relative;isolation:isolate;width:100%;overflow:hidden;background:linear-gradient(var(--slj-footer-top-color) 0 var(--slj-footer-top-band),var(--slj-footer-base) var(--slj-footer-top-band) 100%);color:#fff}.slj-footer__scene{position:absolute;z-index:0;left:0;right:0;top:var(--slj-footer-top-band);bottom:0;background:var(--slj-footer-base)}.slj-footer__scene picture,.slj-footer__scene img{display:block;width:100%;height:100%}.slj-footer__scene img{object-fit:cover;object-position:center center}.slj-footer__scene span{position:absolute;inset:0;background:linear-gradient(180deg,var(--slj-footer-overlay-top) 0%,rgba(13,24,14,.76) 40%,var(--slj-footer-overlay-bottom) 100%)}.slj-footer__inner{position:relative;z-index:2;width:100%;margin:0 auto}.slj-footer-cta{--slj-cta-start:#247A43;--slj-cta-mid:#65BB66;--slj-cta-end:#F1C810;--slj-cta-image:none;position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:42px;overflow:hidden;border:1px solid rgba(255,255,255,.28);background:linear-gradient(102deg,var(--slj-cta-start) 0%,var(--slj-cta-mid) 55%,var(--slj-cta-end) 100%);box-shadow:0 18px 44px rgba(28,86,42,.15),inset 0 1px 0 rgba(255,255,255,.15)}.slj-footer-cta::before{content:"";position:absolute;z-index:-2;inset:0;background-image:var(--slj-cta-image);background-size:cover;background-position:center;opacity:.30}.slj-footer-cta::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(20,102,53,.68),rgba(55,161,78,.34) 50%,rgba(245,199,13,.28));pointer-events:none}.slj-footer-cta__shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.06),transparent 34%,transparent 68%,rgba(255,255,255,.08))}.slj-footer-cta__content,.slj-footer-cta__actions{position:relative;z-index:2}.slj-footer-cta__badge{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px;padding:8px 14px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.slj-footer-cta__badge i,.slj-footer-cta__badge svg{display:block;width:11px;height:11px}.slj-footer-cta__title{margin:0;font-size:clamp(28px,3.3vw,46px);font-weight:800;line-height:1.08;letter-spacing:-.035em}.slj-footer-cta__description{max-width:560px;margin:14px 0 0;font-size:13px;line-height:1.75;color:rgba(255,255,255,.88)}.slj-footer-cta__benefits{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:26px}.slj-footer-cta__benefit{display:inline-flex;align-items:center;gap:8px;font-size:12px;line-height:1.2;color:#fff}.slj-footer-cta__benefit i,.slj-footer-cta__benefit svg{display:block;width:13px;height:13px;flex:0 0 auto}.slj-footer-cta__actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.slj-footer-cta__button{position:relative;overflow:hidden;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:142px;border:1px solid transparent;text-decoration:none;white-space:nowrap;font-size:13px;font-weight:700;line-height:1;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.slj-footer-cta__button::before{content:"";position:absolute;z-index:-1;top:-2px;bottom:-2px;left:-35%;width:28%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transform:skewX(-18deg);transition:left .5s ease}.slj-footer-cta__button:hover::before{left:118%}.slj-footer-cta__button:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.14)}.slj-footer-cta__button--primary{background:#fff;color:#1B5B36}.slj-footer-cta__button--secondary{border-color:rgba(255,255,255,.65);background:rgba(255,255,255,.05);color:#fff;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.slj-footer__grid{display:grid;grid-template-columns:1.22fr .86fr .86fr 1.05fr;align-items:stretch}.slj-footer-card{--slj-footer-card-blur:16px;min-width:0;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(var(--slj-footer-card-blur)) saturate(118%);-webkit-backdrop-filter:blur(var(--slj-footer-card-blur)) saturate(118%)}.slj-footer-card__title{margin:0 0 24px;font-size:14px;font-weight:700;line-height:1.25;color:#fff}.slj-footer__logo{display:block}.slj-footer__logo img{display:block;width:210px;max-width:100%;height:auto;object-fit:contain}.slj-footer__brand-text{max-width:310px;margin:22px 0 0;font-size:12px;line-height:1.9;color:rgba(255,255,255,.65)}.slj-footer__socials{display:flex;align-items:center;gap:12px;margin-top:24px}.slj-footer__social{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(255,255,255,.06);color:#fff;text-decoration:none;transition:transform .22s ease,background .22s ease,border-color .22s ease}.slj-footer__social:hover{transform:translateY(-2px);background:rgba(111,216,73,.16);border-color:rgba(111,216,73,.38)}.slj-footer__social i,.slj-footer__social svg{display:block;width:14px;height:14px}.slj-footer-links{display:grid;gap:18px;margin:0!important;padding:0!important;list-style:none!important}.slj-footer-links li{margin:0!important;padding:0!important}.slj-footer-links a{display:inline-block;text-decoration:none;font-size:12px;line-height:1.35;color:rgba(255,255,255,.62);transition:color .2s ease,transform .2s ease}.slj-footer-links a:hover{transform:translateX(2px);color:#77DB55}.slj-footer__contact{display:grid;gap:20px}.slj-footer__contact-line{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:9px;font-size:12px;line-height:1.65;color:rgba(255,255,255,.62)}.slj-footer__contact-line a{color:inherit;text-decoration:none}.slj-footer__contact-icon{display:flex;align-items:center;justify-content:center;width:15px;height:15px;margin-top:1px;color:rgba(255,255,255,.72)}.slj-footer__contact-icon svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.slj-footer__newsletter{margin-top:24px}.slj-footer__newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;overflow:hidden;border:1px solid rgba(255,255,255,.20);border-radius:999px;background:rgba(255,255,255,.06)}.slj-footer__newsletter-form input{min-width:0;width:100%;height:100%;padding:0 16px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;font:inherit;font-size:12px}.slj-footer__newsletter-form input::placeholder{color:rgba(255,255,255,.47)}.slj-footer__newsletter-form button{min-width:66px;padding:0 16px;border:0!important;border-radius:999px!important;background:#4EC65E;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.slj-footer__newsletter .ff-el-group{margin-bottom:0}.slj-footer__newsletter form{margin:0}.slj-footer__bottom{--slj-footer-bottom-blur:14px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(var(--slj-footer-bottom-blur));-webkit-backdrop-filter:blur(var(--slj-footer-bottom-blur));font-size:12px;line-height:1.35;color:rgba(255,255,255,.54)}.slj-footer__bottom-left{display:flex;align-items:center;gap:26px;flex-wrap:wrap;min-width:0}.slj-footer__bottom a{color:rgba(255,255,255,.58);text-decoration:none}.slj-footer__payments{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-width:0}.slj-footer__payments img{display:block;width:190px;max-width:100%;height:auto;object-fit:contain}
@media (max-width:1100px){.slj-footer-cta{grid-template-columns:1fr;gap:28px}.slj-footer-cta__actions{justify-content:flex-start}.slj-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.slj-footer-card--brand{grid-column:span 1}.slj-footer__bottom{align-items:flex-start}.slj-footer__payments{flex:0 0 auto}}
@media (max-width:767px){.slj-footer{--slj-footer-top-band:110px;min-height:auto!important}.slj-footer__scene{top:var(--slj-footer-top-band)}.slj-footer-cta{grid-template-columns:1fr;gap:26px}.slj-footer-cta__actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:12px}.slj-footer-cta__button{min-width:0;width:100%}.slj-footer-cta__benefits{gap:14px 18px}.slj-footer__grid{grid-template-columns:1fr}.slj-footer-card{min-height:auto}.slj-footer__brand-text{max-width:100%}.slj-footer__bottom{flex-direction:column;align-items:stretch;justify-content:flex-start}.slj-footer__bottom-left{display:grid;gap:12px}.slj-footer__payments{justify-content:flex-start;flex-wrap:wrap}.slj-footer__newsletter-form{width:100%}.slj-footer-card__title{margin-bottom:20px}}
@media (max-width:420px){.slj-footer-cta__title{font-size:30px}.slj-footer-cta__description{font-size:12px}.slj-footer-cta__actions{grid-template-columns:1fr}.slj-footer-cta__benefits{display:grid;grid-template-columns:1fr}.slj-footer__payments{gap:10px}.slj-footer__payments img{max-width:170px}}
@media (prefers-reduced-motion:reduce){.slj-footer-cta__button,.slj-footer__social,.slj-footer-links a{transition:none!important}.slj-footer-cta__button:hover,.slj-footer__social:hover,.slj-footer-links a:hover{transform:none!important}}
/* Footer shortcode newsletter normalization */
.slj-footer__newsletter .ff-el-group,.slj-footer__newsletter .ff-t-cell{margin:0!important;padding:0!important}.slj-footer__newsletter .ff-t-container{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:0!important;overflow:hidden;border:1px solid rgba(255,255,255,.20);border-radius:999px;background:rgba(255,255,255,.06)}.slj-footer__newsletter .ff-el-form-control{min-height:46px!important;margin:0!important;padding:0 16px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important}.slj-footer__newsletter .ff-el-form-control::placeholder{color:rgba(255,255,255,.47)!important}.slj-footer__newsletter .ff-btn-submit{min-height:46px!important;margin:0!important;padding:0 18px!important;border:0!important;border-radius:999px!important;background:#4EC65E!important;color:#fff!important}.slj-footer__newsletter .ff-el-is-error .text-danger{display:none!important}

/* v1.30 footer refinements: full-scene background, green CTA gradient, white icons */
.slj-footer{
  --slj-footer-base:#121E13;
  --slj-cta-end:#173E2A;
  background:var(--slj-footer-base)!important;
}
/* Background image now fills the complete footer, including the area behind the CTA. */
.slj-footer__scene{
  inset:0!important;
  top:0!important;
  bottom:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
}
.slj-footer__scene picture{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
}
.slj-footer__scene img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
}
/* Replace the yellow edge with the site's dark green while preserving the CTA layout. */
.slj-footer-cta{
  --slj-cta-end:#173E2A;
  background:linear-gradient(102deg,var(--slj-cta-start,#247A43) 0%,var(--slj-cta-mid,#65BB66) 55%,var(--slj-cta-end,#173E2A) 100%)!important;
}
.slj-footer-cta::after{
  background:linear-gradient(90deg,rgba(20,102,53,.54),rgba(55,161,78,.22) 50%,rgba(15,61,39,.42))!important;
}
/* Elementor/Font Awesome can inject black fills; keep footer UI icons white. */
.slj-footer-cta__badge i,
.slj-footer-cta__benefit i,
.slj-footer__social i{
  color:#fff!important;
}
.slj-footer-cta__badge svg,
.slj-footer-cta__benefit svg,
.slj-footer__social svg{
  color:#fff!important;
  fill:currentColor!important;
}
.slj-footer-cta__badge svg *,
.slj-footer-cta__benefit svg *,
.slj-footer__social svg *{
  fill:currentColor!important;
  color:inherit!important;
}
/* Keep line-based contact icons white without filling their interior. */
.slj-footer__contact-icon,
.slj-footer__contact-icon svg{
  color:#fff!important;
  stroke:currentColor!important;
}
@media (max-width:767px){
  .slj-footer__scene{
    inset:0!important;
    top:0!important;
    bottom:0!important;
    width:100%!important;
    height:100%!important;
  }
  .slj-footer__scene picture,
  .slj-footer__scene img{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    object-fit:cover!important;
  }
}

/* v1.31 footer CTA position + complete CTA color controls */
.slj-footer{
  /* Restore the original floating-CTA composition without adding a solid color behind it. */
  background:linear-gradient(to bottom,transparent 0 var(--slj-footer-top-band,150px),var(--slj-footer-base,#121E13) var(--slj-footer-top-band,150px) 100%)!important;
}
.slj-footer__scene{
  inset:auto 0 0 0!important;
  top:var(--slj-footer-top-band,150px)!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
}
.slj-footer__scene picture{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
}
.slj-footer__scene img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
}
.slj-footer-cta{
  --slj-cta-angle:102deg;
  --slj-cta-image-opacity:.30;
  --slj-cta-overlay-start:rgba(20,102,53,.54);
  --slj-cta-overlay-mid:rgba(55,161,78,.22);
  --slj-cta-overlay-end:rgba(15,61,39,.42);
  --slj-cta-highlight:rgba(255,255,255,.08);
  --slj-cta-badge-icon:#fff;
  --slj-cta-benefit-icon:#fff;
  --slj-cta-button-shine:rgba(255,255,255,.38);
  background:linear-gradient(var(--slj-cta-angle),var(--slj-cta-start,#247A43) 0%,var(--slj-cta-mid,#65BB66) 55%,var(--slj-cta-end,#173E2A) 100%)!important;
}
.slj-footer-cta::before{opacity:var(--slj-cta-image-opacity,.30)!important}
.slj-footer-cta::after{background:linear-gradient(90deg,var(--slj-cta-overlay-start) 0%,var(--slj-cta-overlay-mid) 50%,var(--slj-cta-overlay-end) 100%)!important}
.slj-footer-cta__shade{background:linear-gradient(120deg,var(--slj-cta-highlight) 0%,transparent 34%,transparent 68%,var(--slj-cta-highlight) 100%)!important}
.slj-footer-cta__badge i{color:var(--slj-cta-badge-icon,#fff)!important}
.slj-footer-cta__badge svg{color:var(--slj-cta-badge-icon,#fff)!important;fill:currentColor!important}
.slj-footer-cta__badge svg *{color:inherit!important;fill:currentColor!important}
.slj-footer-cta__benefit i{color:var(--slj-cta-benefit-icon,#fff)!important}
.slj-footer-cta__benefit svg{color:var(--slj-cta-benefit-icon,#fff)!important;fill:currentColor!important}
.slj-footer-cta__benefit svg *{color:inherit!important;fill:currentColor!important}
.slj-footer-cta__button::before{background:linear-gradient(90deg,transparent,var(--slj-cta-button-shine),transparent)!important}
/* Keep the non-CTA footer icons white by default. */
.slj-footer__social i{color:#fff!important}.slj-footer__social svg{color:#fff!important;fill:currentColor!important}.slj-footer__social svg *{fill:currentColor!important;color:inherit!important}
@media (max-width:767px){
  .slj-footer__scene{
    inset:auto 0 0 0!important;
    top:var(--slj-footer-top-band,110px)!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
  }
  .slj-footer__scene picture,.slj-footer__scene img{width:100%!important;height:100%!important;min-height:100%!important;object-fit:cover!important}
}

/* v1.46 Our Tours grid */
.slj-tours-grid,.slj-tours-grid *{box-sizing:border-box}.slj-tours-grid{width:100%;background:#f0faf1;color:#10281b}.slj-tours-grid__inner{width:100%;margin:0 auto}.slj-tours-grid__heading{margin-left:auto;margin-right:auto;text-align:center}.slj-tours-grid__badge{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #bfe6c3;border-radius:999px;background:#e5f6e6;color:#286e3a;font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.slj-tours-grid__badge i,.slj-tours-grid__badge svg{display:block;width:12px;height:12px}.slj-tours-grid__title{display:grid;gap:0;margin:16px 0 0;color:#10281b;font-size:clamp(34px,3.3vw,50px);font-weight:500;line-height:1.06;letter-spacing:-.03em}.slj-tours-grid__title em{font-style:normal}.slj-tours-grid__description{max-width:720px;margin:18px auto 0;color:#68786d;font-size:14px;font-weight:400;line-height:1.7}.slj-tours-grid__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.slj-tour-grid-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid rgba(46,151,61,.15);border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(34,91,45,.07);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.slj-tour-grid-card:hover{transform:translateY(-5px);box-shadow:0 22px 44px rgba(34,91,45,.11)}.slj-tour-grid-card__image{position:relative;display:block;width:100%;height:245px;overflow:hidden;background:#dfe9e1}.slj-tour-grid-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.slj-tour-grid-card:hover .slj-tour-grid-card__image img{transform:scale(1.035)}.slj-tour-grid-card__price{position:absolute;left:16px;bottom:14px;display:inline-flex;align-items:baseline;gap:5px;padding:10px 13px;border-radius:10px;background:rgba(18,49,29,.88);color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.slj-tour-grid-card__price strong{font-size:16px;font-weight:500;line-height:1}.slj-tour-grid-card__price span{font-size:12px;font-weight:400;opacity:.8}.slj-tour-grid-card__discount{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 12px;border-radius:999px;background:#ffd21d;color:#17301f;font-size:12px;font-weight:500;box-shadow:0 7px 18px rgba(0,0,0,.09)}.slj-tour-grid-card__body{display:flex;flex:1;flex-direction:column;height:auto;padding:22px}.slj-tour-grid-card__title{margin:0;color:#12281b;font-size:19px;font-weight:500;line-height:1.22}.slj-tour-grid-card__title a{color:inherit;text-decoration:none}.slj-tour-grid-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.slj-tour-grid-card__meta span{display:inline-flex;align-items:center;gap:5px;min-height:27px;padding:6px 8px;border-radius:7px;background:#f0f8f1;color:#5c6f62;font-size:12px;font-weight:400;line-height:1}.slj-tour-grid-card__meta b{font-weight:400;white-space:nowrap}.slj-tour-grid-card__meta svg{display:block;width:12px;height:12px;fill:none;stroke:#278e3a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.slj-tour-grid-card__desc{margin:16px 0 18px;color:#647268;font-size:12px;font-weight:400;line-height:1.65}.slj-tour-grid-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid #e8eee9}.slj-tour-grid-card__details{display:inline-flex;align-items:center;gap:5px;color:#176d2c;font-size:12px;font-weight:500;text-decoration:none;transition:color .2s ease,transform .2s ease}.slj-tour-grid-card__details:hover{transform:translateX(2px)}.slj-tour-grid-card__book{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;background:#42a84b;color:#fff;font-size:12px;font-weight:500;text-decoration:none;box-shadow:0 9px 20px rgba(52,143,61,.18);transition:transform .22s ease,background .22s ease,box-shadow .22s ease}.slj-tour-grid-card__book:hover{transform:translateY(-2px);box-shadow:0 13px 24px rgba(52,143,61,.24)}.slj-tours-grid__empty{grid-column:1/-1;padding:28px;border:1px dashed rgba(37,116,52,.25);border-radius:16px;text-align:center;color:#647268;background:rgba(255,255,255,.55)}
@media(max-width:1100px){.slj-tours-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.slj-tours-grid__cards{grid-template-columns:1fr}.slj-tour-grid-card__image{height:220px}.slj-tour-grid-card__body{height:auto}.slj-tour-grid-card__title{font-size:18px}.slj-tour-grid-card__footer{gap:10px}.slj-tour-grid-card__book{padding:11px 18px}}

/* v1.47 tour-card images always fill their media boxes */
.slj-tour-grid-card__image{overflow:hidden!important;background:#e5eee7!important}.slj-tour-grid-card__image>img,.slj-tour-grid-card__image picture,.slj-tour-grid-card__image picture>img{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important}


/* v1.48 — mobile navigation redesign, compact Why Choose cards, readable Tour cards */
@media (max-width:767px){
  /* Compact premium mobile navigation: two-column glass command panel instead of a tall list. */
  .slj-mobile-menu{
    top:calc(100% + 10px);
    left:12px;
    right:12px;
    max-height:0;
    border-radius:22px;
    background:linear-gradient(145deg,rgba(7,30,18,.90),rgba(4,20,12,.82));
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 22px 56px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.10);
    backdrop-filter:blur(22px) saturate(145%);
    -webkit-backdrop-filter:blur(22px) saturate(145%);
    transform:translateY(-8px) scale(.985);
  }
  .slj-mobile-menu.is-open{max-height:420px;transform:translateY(0) scale(1)}
  .slj-mobile-menu::before{
    background:radial-gradient(circle at 12% 8%,rgba(82,213,99,.13),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.08),transparent 48%,rgba(82,213,99,.035));
  }
  .slj-mobile-menu::after{left:18%;right:18%;opacity:.5}
  .slj-mobile-menu ul{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    padding:12px;
  }
  .slj-mobile-menu li{min-width:0}
  .slj-mobile-menu a{
    min-height:54px;
    padding:11px 12px;
    gap:8px;
    border:1px solid rgba(255,255,255,.09)!important;
    border-radius:14px;
    background:rgba(255,255,255,.035);
    overflow:hidden;
    transform:none!important;
  }
  .slj-mobile-menu a::before{display:none!important}
  .slj-mobile-menu li.is-active a{
    background:linear-gradient(135deg,rgba(82,213,99,.16),rgba(82,213,99,.055));
    border-color:rgba(92,225,108,.28)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  }
  .slj-mobile-menu a:hover,.slj-mobile-menu a:focus-visible{
    background:rgba(82,213,99,.10);
    border-color:rgba(92,225,108,.22)!important;
  }
  .slj-mobile-menu__text{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:13px;
    line-height:1.2;
    font-weight:500;
  }
  .slj-mobile-menu__icon{
    flex:0 0 30px;
    width:30px;
    height:30px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.13);
    background:rgba(255,255,255,.055);
    box-shadow:none;
  }
  .slj-mobile-menu__icon svg{width:13px;height:13px;stroke-width:1.8}
  .slj-mobile-menu li.is-active .slj-mobile-menu__icon,
  .slj-mobile-menu a:hover .slj-mobile-menu__icon,
  .slj-mobile-menu a:focus-visible .slj-mobile-menu__icon{
    transform:none;
    color:#78e869;
    background:rgba(82,213,99,.10);
    border-color:rgba(92,225,108,.25);
  }

  /* Why Choose: keep the one-card mobile experience compact and content-led. */
  .slj-why__cards-wrap{padding-top:4px!important;padding-bottom:4px!important}
  .slj-why-card{
    min-height:0!important;
    height:auto!important;
    padding:22px 20px!important;
    gap:18px!important;
    justify-content:flex-start!important;
    border-radius:22px!important;
  }
  .slj-why-card__icon{width:50px!important;height:50px!important;min-width:50px!important}
  .slj-why-card__body{gap:11px!important}
  .slj-why-card__title{font-size:20px!important;line-height:1.3!important}
  .slj-why-card__desc{font-size:14px!important;line-height:1.65!important}
  .slj-why-card__line{margin:0!important}
  .slj-why__mobile-controls{margin-top:16px!important}

  /* Our Tours: metadata and body copy must stay comfortably readable on phones. */
  .slj-tour-grid-card__price span{font-size:12px!important}
  .slj-tour-grid-card__discount{font-size:12px!important}
  .slj-tour-grid-card__meta{gap:8px!important}
  .slj-tour-grid-card__meta span{min-height:30px;padding:7px 9px;font-size:12px!important;line-height:1.25!important}
  .slj-tour-grid-card__meta svg{width:14px;height:14px;flex:0 0 14px}
  .slj-tour-grid-card__desc{font-size:14px!important;line-height:1.7!important;margin-top:15px!important}
  .slj-tour-grid-card__details{font-size:13px!important}
  .slj-tour-grid-card__book{font-size:13px!important}
}

@media (max-width:374px){
  .slj-mobile-menu ul{grid-template-columns:1fr!important}
  .slj-mobile-menu.is-open{max-height:520px}
}

/* Added only by the tiny IntersectionObserver helper. No animation library. */
.slj-reveal{
  opacity:0;
  transform:translate3d(0,18px,0);
  transition:
    opacity .62s cubic-bezier(.2,.72,.2,1) var(--slj-reveal-delay,0ms),
    transform .62s cubic-bezier(.2,.72,.2,1) var(--slj-reveal-delay,0ms);
  will-change:opacity,transform;
}
.slj-reveal.is-visible{
  opacity:1;
  transform:none;
  will-change:auto;
}
.slj-reveal--soft{
  transform:translate3d(0,12px,0) scale(.992);
}
.slj-reveal--soft.is-visible{transform:none}
@media (prefers-reduced-motion:reduce){
  .slj-reveal,.slj-reveal--soft{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
  .slj-about__hero-float.is-floating{animation:none!important}
}

/* v1.60 PageSpeed refinements */
.slj-stat__value b{display:inline-block;min-width:4ch;font-variant-numeric:tabular-nums;text-align:center}
@supports (content-visibility:auto){
  .slj-why,.slj-how,.slj-tours-grid,.slj-testimonials,.slj-who,.slj-faq,.slj-footer{
    content-visibility:auto;
    contain-intrinsic-size:auto 720px;
  }
}

/* Safari Testimonials: external reviews shortcode source */
.slj-testimonials__shortcode{width:100%;margin:0 auto;position:relative;z-index:2}
.slj-testimonials__shortcode>*{max-width:100%}
.slj-testimonials__shortcode--glass{border:1px solid rgba(255,255,255,.18);background:rgba(10,42,29,.42);box-shadow:0 22px 55px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.07);backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);overflow:hidden}
.slj-testimonials__editor-notice{padding:14px 18px;border:1px solid rgba(47,154,73,.25);border-radius:14px;background:#f1fbf4;color:#17492f;font-size:13px;line-height:1.6}
.slj-testimonials--shortcode .slj-testimonials__inner{overflow:visible}
.slj-testimonials--shortcode .slj-testimonials__shortcode iframe{max-width:100%}
@media (max-width:767px){.slj-testimonials__shortcode--glass{padding:10px}.slj-testimonials--shortcode .slj-testimonials__head{margin-bottom:30px}}

/* Trustindex / Widgets for Google Reviews — Safari glass card override */
.slj-testimonials__shortcode--trustindex-glass{
  --slj-google-card-bg:rgba(7,37,25,.30);
  --slj-google-card-border:rgba(75,220,91,.82);
  --slj-google-card-border-width:2px;
  --slj-google-card-radius:24px;
  --slj-google-card-blur:14px;
  --slj-google-card-shadow:rgba(0,0,0,.18);
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-widget-container .ti-review-item>.ti-inner{
  background:var(--slj-google-card-bg)!important;
  background-color:var(--slj-google-card-bg)!important;
  border-style:solid!important;
  border-color:var(--slj-google-card-border)!important;
  border-width:var(--slj-google-card-border-width)!important;
  border-radius:var(--slj-google-card-radius)!important;
  -webkit-backdrop-filter:blur(var(--slj-google-card-blur)) saturate(125%)!important;
  backdrop-filter:blur(var(--slj-google-card-blur)) saturate(125%)!important;
  box-shadow:0 14px 34px var(--slj-google-card-shadow),inset 0 1px 0 rgba(255,255,255,.07)!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-widget-container .ti-review-item>.ti-inner:after{
  border-top-color:var(--slj-google-card-bg)!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-review-item:hover{
  transform:translateY(-3px)!important;
}

/* Trustindex Dark Luxury Frame — remove remaining gold accent */
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-widget-container .ti-review-item>.ti-inner:before{
  border-top-color:var(--slj-google-card-border)!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-controls .ti-next,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-controls .ti-prev,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-next,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-prev{
  border-color:var(--slj-google-card-border)!important;
  color:var(--slj-google-card-border)!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-controls .ti-next:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-controls .ti-prev:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-next:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-prev:before{
  border-color:var(--slj-google-card-border)!important;
  color:var(--slj-google-card-border)!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog [class*="quote"],
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog [class*="quote"]:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog [class*="quote"]:after,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-review-content:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-review-content:after{
  color:var(--slj-google-card-border)!important;
  border-color:var(--slj-google-card-border)!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog [class*="quote"] svg,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog [class*="quote"] svg path,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog svg [fill="#c6ad72"],
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog svg [fill="#C6AD72"]{
  fill:var(--slj-google-card-border)!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog svg [stroke="#c6ad72"],
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog svg [stroke="#C6AD72"]{
  stroke:var(--slj-google-card-border)!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog [style*="#c6ad72"],
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog [style*="#C6AD72"],
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog [style*="198, 173, 114"]{
  color:var(--slj-google-card-border)!important;
  border-color:var(--slj-google-card-border)!important;
}

/* Trustindex Dark Luxury Fame — final Safari green accent override */
.slj-testimonials__shortcode--trustindex-glass{
  --slj-ti-accent:#4bdc5b;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-controls .ti-next,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-controls .ti-prev,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-next,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-prev{
  border-color:var(--slj-ti-accent)!important;
  color:var(--slj-ti-accent)!important;
  box-shadow:none!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-controls .ti-next:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-controls .ti-prev:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-next:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-prev:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-controls .ti-next:after,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-controls .ti-prev:after,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-next:after,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-prev:after{
  border-color:var(--slj-ti-accent)!important;
  color:var(--slj-ti-accent)!important;
  background-color:transparent!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-review-item>.ti-inner:before{
  border-top-color:var(--slj-ti-accent)!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-review-item>.ti-inner:after{
  border-top-color:var(--slj-google-card-bg)!important;
}
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-review-content:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-review-content:after,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-review-text-container:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-review-text-container:after,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-inner>.ti-read-more:before,
.slj-testimonials__shortcode--trustindex-glass .ti-widget.ti-goog .ti-inner>.ti-read-more:after{
  color:var(--slj-ti-accent)!important;
  border-color:var(--slj-ti-accent)!important;
  fill:var(--slj-ti-accent)!important;
  stroke:var(--slj-ti-accent)!important;
}
.slj-testimonials__shortcode--trustindex-glass .slj-ti-gold-before::before,
.slj-testimonials__shortcode--trustindex-glass .slj-ti-gold-after::after{
  color:var(--slj-ti-accent)!important;
  fill:var(--slj-ti-accent)!important;
  stroke:var(--slj-ti-accent)!important;
}
.slj-testimonials__shortcode--trustindex-glass .slj-ti-gold-before-top::before,
.slj-testimonials__shortcode--trustindex-glass .slj-ti-gold-after-top::after{border-top-color:var(--slj-ti-accent)!important}
.slj-testimonials__shortcode--trustindex-glass .slj-ti-gold-before-right::before,
.slj-testimonials__shortcode--trustindex-glass .slj-ti-gold-after-right::after{border-right-color:var(--slj-ti-accent)!important}
.slj-testimonials__shortcode--trustindex-glass .slj-ti-gold-before-bottom::before,
.slj-testimonials__shortcode--trustindex-glass .slj-ti-gold-after-bottom::after{border-bottom-color:var(--slj-ti-accent)!important}
.slj-testimonials__shortcode--trustindex-glass .slj-ti-gold-before-left::before,
.slj-testimonials__shortcode--trustindex-glass .slj-ti-gold-after-left::after{border-left-color:var(--slj-ti-accent)!important}


/* v1.60.9 Safari Hero - How Safari Works popup */
.slj-slide-copy__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.slj-hero-how-btn{appearance:none;-webkit-appearance:none;position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 20px;border:1px solid rgba(108,229,92,.62);border-radius:38px;background:linear-gradient(135deg,rgba(70,201,80,.94),rgba(42,159,63,.92));box-shadow:0 12px 28px rgba(21,111,43,.23),inset 0 1px 0 rgba(255,255,255,.22);color:#fff;font:inherit;font-size:13px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease,border-color .25s ease}
.slj-hero-how-btn::before{content:"";position:absolute;z-index:-1;inset:-2px auto -2px -35%;width:28%;transform:skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transition:left .55s ease}.slj-hero-how-btn:hover::before{left:118%}.slj-hero-how-btn:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 16px 34px rgba(21,111,43,.32),inset 0 1px 0 rgba(255,255,255,.24)}
.slj-hero-how-btn svg{display:block;width:16px;height:16px;flex:0 0 16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.slj-safari-works-modal{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:22px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease}.slj-safari-works-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.slj-safari-works-modal__backdrop{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;border:0;background:rgba(2,13,8,.72);cursor:pointer;backdrop-filter:blur(10px) saturate(115%);-webkit-backdrop-filter:blur(10px) saturate(115%)}
.slj-safari-works-modal__dialog{position:relative;z-index:2;width:min(1080px,calc(100vw - 44px));min-width:500px;max-height:min(88dvh,900px);overflow:hidden;border:1px solid rgba(255,255,255,.42);border-radius:30px;background:#f4f8f4;box-shadow:0 34px 100px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.88);transform:translateY(18px) scale(.985);transition:transform .28s cubic-bezier(.2,.75,.25,1)}.slj-safari-works-modal.is-open .slj-safari-works-modal__dialog{transform:translateY(0) scale(1)}
.slj-safari-works-modal__header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 30px 24px;overflow:hidden;background:radial-gradient(circle at 82% 10%,rgba(109,223,85,.18),transparent 34%),linear-gradient(135deg,#0b2a18 0%,#143d23 58%,#1c512b 100%);color:#fff}.slj-safari-works-modal__header::after{content:"";position:absolute;left:30px;right:30px;bottom:0;height:1px;background:linear-gradient(90deg,rgba(109,223,85,.72),rgba(255,255,255,.14),transparent)}
.slj-safari-works-modal__heading{position:relative;z-index:1;max-width:760px}.slj-safari-works-modal__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;font-size:11px;font-weight:800;letter-spacing:.16em;color:#78e461}.slj-safari-works-modal__eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:#78e461;box-shadow:0 0 0 5px rgba(120,228,97,.12)}
.slj-safari-works-modal__heading h2{margin:0;font-size:clamp(28px,3.6vw,44px);font-weight:800;line-height:1.06;letter-spacing:-.035em;color:#fff}.slj-safari-works-modal__heading p{max-width:680px;margin:10px 0 0;font-size:13px;line-height:1.7;color:rgba(255,255,255,.75)}
.slj-safari-works-modal__close{appearance:none;-webkit-appearance:none;position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;margin:0;padding:0;border:1px solid rgba(255,255,255,.26);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .22s ease,background .22s ease,border-color .22s ease}.slj-safari-works-modal__close:hover{transform:rotate(6deg);background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.44)}.slj-safari-works-modal__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
.slj-safari-works-modal__body{max-height:calc(min(88dvh,900px) - 145px);overflow:auto;overscroll-behavior:contain;padding:24px 26px 28px;scrollbar-width:thin;scrollbar-color:rgba(47,154,73,.45) transparent}.slj-safari-works-modal__body::-webkit-scrollbar{width:8px}.slj-safari-works-modal__body::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(47,154,73,.38)}
.slj-safari-works__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.slj-safari-works__card{min-width:0;padding:20px;border:1px solid rgba(31,97,50,.13);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 12px 34px rgba(16,55,29,.07),inset 0 1px 0 rgba(255,255,255,.95)}.slj-safari-works__card--wide{grid-column:1/-1}.slj-safari-works__card--rules{background:linear-gradient(135deg,rgba(255,249,247,.96),rgba(255,255,255,.96));border-color:rgba(177,68,47,.16)}
.slj-safari-works__card-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:16px}.slj-safari-works__section-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border:1px solid rgba(52,167,71,.16);border-radius:13px;background:linear-gradient(145deg,rgba(92,211,87,.14),rgba(53,164,72,.08));color:#2f9a49;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.slj-safari-works__section-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.slj-safari-works__section-icon--warning{border-color:rgba(205,91,61,.18);background:rgba(205,91,61,.08);color:#b84d36}
.slj-safari-works__kicker{display:block;margin-bottom:4px;font-size:10px;font-weight:800;letter-spacing:.13em;color:#2f9a49}.slj-safari-works__card--rules .slj-safari-works__kicker{color:#a64431}.slj-safari-works__card h3{margin:0;font-size:18px;font-weight:800;line-height:1.25;letter-spacing:-.018em;color:#12351e}
.slj-safari-works__list,.slj-safari-works__compact-list{display:grid;gap:12px;margin:0!important;padding:0!important;list-style:none!important}.slj-safari-works__list li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start;margin:0!important}.slj-safari-works__tick{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:1px;border-radius:50%;background:#e7f7e8;color:#2f9a49;font-size:12px;font-weight:900}.slj-safari-works__list strong,.slj-safari-works__steps strong{display:block;margin-bottom:3px;font-size:13px;color:#163a22}.slj-safari-works__list p,.slj-safari-works__steps p{margin:0;font-size:12px;line-height:1.65;color:#5f6e63}
.slj-safari-works__compact-list li{position:relative;margin:0!important;padding-left:19px;font-size:12px;line-height:1.65;color:#536358}.slj-safari-works__compact-list li::before{content:"";position:absolute;left:2px;top:.67em;width:6px;height:6px;border-radius:50%;background:#49b95b;box-shadow:0 0 0 4px rgba(73,185,91,.10)}
.slj-safari-works__steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.slj-safari-works__steps article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;align-items:start;padding:14px;border:1px solid rgba(30,101,51,.10);border-radius:16px;background:linear-gradient(145deg,#fbfdfb,#f4f9f4)}.slj-safari-works__steps article>span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:#173f25;color:#82e56d;font-size:11px;font-weight:900;letter-spacing:.04em;box-shadow:0 8px 18px rgba(19,66,36,.12)}
.slj-safari-works__rules-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px}.slj-safari-works__rules-grid span{position:relative;display:block;padding:11px 12px 11px 34px;border:1px solid rgba(182,73,50,.10);border-radius:13px;background:rgba(255,248,246,.75);font-size:12px;line-height:1.5;color:#644941}.slj-safari-works__rules-grid span::before{content:"×";position:absolute;left:11px;top:9px;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#f7dfda;color:#a9432e;font-size:12px;font-weight:900;line-height:1}

/* v1.60.10: equal hero CTA sizing on desktop + 500px minimum popup width. */
@media (min-width:768px){
  .slj-slide-copy__actions .slj-hero-cta,.slj-slide-copy__actions .slj-hero-how-btn{box-sizing:border-box!important;width:190px!important;min-width:190px!important;height:50px!important;min-height:50px!important;padding:0 18px!important;justify-content:center!important}
}
@media (max-width:767px){
  .slj-slide-copy__actions{display:flex!important;align-items:stretch!important;flex-wrap:nowrap!important;gap:8px!important;width:100%!important;max-width:100%!important}
  .slj-slide-copy__actions .slj-hero-cta,.slj-slide-copy__actions .slj-hero-how-btn{flex:1 1 0!important;min-width:0!important;width:auto!important;max-width:none!important;padding:12px 8px!important;border-radius:999px!important;font-size:11.5px!important;line-height:1.1!important;gap:6px!important;white-space:nowrap!important}
  .slj-slide-copy__actions .slj-btn-arrow{font-size:12px}.slj-hero-how-btn svg{width:14px;height:14px;flex-basis:14px}
  .slj-safari-works-modal{padding:10px}.slj-safari-works-modal__dialog{width:calc(100vw - 20px);min-width:0;max-height:94dvh;border-radius:22px}.slj-safari-works-modal__header{padding:20px 18px 18px;gap:12px}.slj-safari-works-modal__header::after{left:18px;right:18px}.slj-safari-works-modal__heading h2{font-size:29px}.slj-safari-works-modal__heading p{margin-top:7px;font-size:12px;line-height:1.55}.slj-safari-works-modal__eyebrow{font-size:9px}.slj-safari-works-modal__close{width:38px;height:38px;flex-basis:38px}.slj-safari-works-modal__body{max-height:calc(94dvh - 132px);padding:14px 12px 18px}.slj-safari-works__grid{grid-template-columns:1fr;gap:12px}.slj-safari-works__card,.slj-safari-works__card--wide{grid-column:auto;padding:15px;border-radius:17px}.slj-safari-works__card-head{gap:10px;margin-bottom:13px}.slj-safari-works__section-icon{width:38px;height:38px;flex-basis:38px;border-radius:12px}.slj-safari-works__card h3{font-size:16px}.slj-safari-works__steps,.slj-safari-works__rules-grid{grid-template-columns:1fr}.slj-safari-works__steps article{grid-template-columns:34px minmax(0,1fr);padding:12px}.slj-safari-works__steps article>span{width:32px;height:32px;border-radius:10px}.slj-safari-works__list p,.slj-safari-works__steps p,.slj-safari-works__compact-list li,.slj-safari-works__rules-grid span{font-size:11.5px}
}
@media (max-width:390px){.slj-slide-copy__actions{gap:6px!important}.slj-slide-copy__actions .slj-hero-cta,.slj-slide-copy__actions .slj-hero-how-btn{padding:11px 6px!important;font-size:10.5px!important}.slj-slide-copy__actions .slj-btn-arrow{display:none}.slj-safari-works-modal__heading h2{font-size:26px}}
@media (prefers-reduced-motion:reduce){.slj-hero-how-btn,.slj-safari-works-modal,.slj-safari-works-modal__dialog,.slj-safari-works-modal__close{transition:none!important}}

/* Footer mobile Explore links — two columns */
@media (max-width:767px){
  .slj-footer-card--explore .slj-footer-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:18px;
    row-gap:16px;
    align-items:start;
  }
  .slj-footer-card--explore .slj-footer-links li{
    min-width:0;
  }
  .slj-footer-card--explore .slj-footer-links a{
    display:block;
    width:100%;
    line-height:1.45;
    overflow-wrap:anywhere;
    word-break:normal;
  }
}

/* Global tour discount display */
.slj-tour-grid-card__price.has-sale{gap:6px;flex-wrap:wrap}
.slj-tour-grid-card__price.has-sale del{font-size:12px;line-height:1;color:rgba(255,255,255,.62);text-decoration-thickness:1px}
.slj-tour-grid-card__price.has-sale strong{color:#fff}
