/* ANDALUS_V75_ADAPTIVE_YOUTUBE_ASPECT_START */
/* Andalus Installment 50 — V74 native YouTube browser-player release.
 * Page-owned selectors use the an69 namespace. Shared header, footer, popup,
 * exact catalogue and global navigation remain owned by their source files.
 */
.an69-page{
  --an69-bg:#f5f3f0;
  --an69-paper:#fff;
  --an69-ink:#1b1921;
  --an69-muted:#6f6972;
  --an69-dark:#17151c;
  --an69-dark-2:#2d2a35;
  --an69-dark-3:#494550;
  --an69-line:rgba(45,42,53,.14);
  --an69-soft:rgba(255,255,255,.11);
  --an69-wrap:1280px;
  --an69-shadow:0 24px 70px rgba(23,21,28,.14);
  --an69-shadow-soft:0 12px 34px rgba(23,21,28,.08);
  color:var(--an69-ink);
  background:var(--an69-bg);
  font-family:inherit;
  line-height:1.75;
}
.an69-page,.an69-page *,.an69-sticky,.an69-sticky *{box-sizing:border-box}
.an69-page a,.an69-sticky a{color:inherit;text-decoration:none}
.an69-page button,.an69-page input,.an69-page select{font:inherit}
.an69-page img{display:block;max-width:100%}
.an69-wrap{width:min(var(--an69-wrap),calc(100% - 32px));margin-inline:auto}
.an69-sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Hero */
.an69-hero{padding:16px 0 32px}
.an69-hero__panel{overflow:hidden;border:1px solid rgba(255,255,255,.48);border-radius:34px;color:#fff;background:linear-gradient(140deg,var(--an69-dark),var(--an69-dark-2) 60%,var(--an69-dark-3));box-shadow:var(--an69-shadow)}
.an69-media{position:relative;overflow:hidden;background:#07070a}
.an69-media__top{position:absolute;z-index:8;top:0;right:0;left:0;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 22px 42px;background:linear-gradient(180deg,rgba(5,5,8,.9),rgba(5,5,8,.5) 58%,transparent);pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.an69-media.is-playing .an69-media__top{opacity:0;visibility:hidden}
.an69-media__label{display:grid;gap:1px}
.an69-media__label span{color:rgba(255,255,255,.7);font-size:.72rem;font-weight:800}
.an69-media__label strong{color:#fff;font-size:1.05rem;line-height:1.35;font-weight:900}
.an69-media__sound{flex:0 0 auto;padding:6px 11px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(8,8,11,.52);font-size:.72rem;font-weight:900;backdrop-filter:blur(12px)}
.an69-video-shell{position:relative;overflow:hidden;width:100%;aspect-ratio:16/9;background:radial-gradient(circle at 50% 44%,#403b47,#17151c 46%,#050507 100%)}
.an69-video{position:relative;display:grid;place-items:center;width:100%;height:100%;overflow:hidden;background:#050507}
.an69-video iframe,.an69-video>div:not(.an69-float-tools){display:block;width:100%;height:100%;border:0}
.an69-video__poster{position:absolute;z-index:5;inset:0;overflow:hidden;width:100%;height:100%;padding:0;border:0;color:#fff;background:radial-gradient(circle at 50% 42%,#45404b,#17151c 45%,#050507 100%);cursor:pointer;text-align:center}
.an69-video__poster[hidden]{display:none!important}
.an69-video__poster>img{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.an69-video__poster>img[hidden]{display:none!important}
.an69-video__shade{position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.08) 45%,rgba(0,0,0,.82))}
.an69-video__play{position:absolute;z-index:3;top:48%;left:50%;width:84px;height:84px;transform:translate(-50%,-50%);filter:drop-shadow(0 16px 34px rgba(0,0,0,.44));transition:transform .18s ease}
.an69-video__play svg{display:block;width:100%;height:100%}
.an69-video__play circle{fill:rgba(255,255,255,.97);stroke:rgba(255,255,255,.5);stroke-width:2}
.an69-video__play path{fill:#201d26}
.an69-video__poster:hover .an69-video__play,.an69-video__poster:focus-visible .an69-video__play{transform:translate(-50%,-50%) scale(1.06)}
.an69-video__poster:focus-visible{outline:3px solid #fff;outline-offset:-6px}
.an69-video__copy{position:absolute;z-index:3;right:18px;bottom:22px;left:18px;display:grid;gap:1px;place-items:center;text-shadow:0 2px 18px rgba(0,0,0,.8)}
.an69-video__copy strong{font-size:1.16rem;font-weight:900}
.an69-video__copy small{color:rgba(255,255,255,.84);font-size:.76rem;font-weight:800}
.an71-video__loading{position:absolute;z-index:4;top:48%;left:50%;display:none;place-items:center;width:88px;height:88px;transform:translate(-50%,-50%);border-radius:50%;background:rgba(12,11,16,.88);box-shadow:0 16px 38px rgba(0,0,0,.46);backdrop-filter:blur(10px)}
.an71-video__loading>span{width:42px;height:42px;border:4px solid rgba(255,255,255,.28);border-top-color:#fff;border-radius:50%;animation:an73-video-spin .72s linear infinite}
.an69-media.is-loading .an69-video__play{opacity:0;visibility:hidden}
.an69-media.is-loading .an71-video__loading{display:grid}
.an69-media.is-loading .an69-video__poster{cursor:progress}
.an71-video__fallback{position:absolute;z-index:14;right:50%;bottom:82px;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 18px;transform:translateX(50%);border:1px solid rgba(255,255,255,.8);border-radius:999px;color:#1d1a22!important;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.38);font-size:.82rem;font-weight:900}
.an71-video__fallback[hidden]{display:none!important}
@keyframes an73-video-spin{to{transform:rotate(360deg)}}
.an69-video__fullscreen{position:absolute;z-index:12;bottom:18px;left:18px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.5);border-radius:14px;color:#fff;background:rgba(8,8,11,.76);box-shadow:0 8px 24px rgba(0,0,0,.36);cursor:pointer;backdrop-filter:blur(12px)}
.an69-video__fullscreen svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.an69-video__fullscreen-exit{display:none}
.an69-video__fullscreen.is-active .an69-video__fullscreen-enter{display:none}
.an69-video__fullscreen.is-active .an69-video__fullscreen-exit{display:block}

.an69-hero__summary{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);grid-template-areas:"offer timer";gap:28px;padding:28px 30px 30px;border-top:1px solid rgba(255,255,255,.14);background:rgba(12,11,16,.22)}
.an69-offer{grid-area:offer;min-width:0}
.an69-kicker{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:7px 12px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.1);font-size:.79rem;font-weight:900}
.an69-offer h1{margin:10px 0 8px;color:#fff;font-size:clamp(2.05rem,4vw,3.7rem);line-height:1.08;font-weight:900;letter-spacing:-.02em}
.an69-offer__lead{max-width:760px;margin:0;color:rgba(255,255,255,.88);font-size:1.03rem;font-weight:800}
.an69-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:15px}
.an69-benefits span{display:grid;place-items:center;min-height:52px;padding:8px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(255,255,255,.1);text-align:center;font-size:.78rem;line-height:1.4;font-weight:900}
.an69-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}
.an69-btn{display:inline-flex;align-items:center;justify-content:center;min-height:47px;padding:11px 18px;border:1px solid transparent;border-radius:999px;cursor:pointer;text-align:center;font-weight:900;transition:transform .16s ease,background .16s ease,border-color .16s ease}
.an69-btn:hover{transform:translateY(-1px)}
.an69-btn--primary{color:var(--an69-dark-2)!important;background:#fff;border-color:#fff;box-shadow:0 14px 30px rgba(0,0,0,.2)}
.an69-btn--ghost{color:#fff!important;background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.28)}
.an69-btn--dark{color:#fff!important;background:linear-gradient(145deg,var(--an69-dark),var(--an69-dark-2));border-color:var(--an69-dark-2)}
.an69-btn--wa{color:#fff!important;background:linear-gradient(145deg,#128c4a,#0f713c);border-color:#128c4a}
.an69-btn--light{color:#fff!important;background:transparent;border-color:rgba(255,255,255,.34)}
.an69-timer{grid-area:timer;align-self:center;padding:15px;border:1px solid rgba(255,255,255,.72);border-radius:22px;color:var(--an69-ink);background:linear-gradient(135deg,#fff,#f5f2ef);box-shadow:0 18px 42px rgba(0,0,0,.2)}
.an69-timer p{margin:0 0 10px;color:var(--an69-dark-2);font-size:.9rem;font-weight:900}
.an69-timer small{display:block;margin-top:9px;color:var(--an69-muted);font-size:.72rem;line-height:1.6;font-weight:800}
.an69-timer__units{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;direction:ltr}
.an69-timer__units[hidden]{display:none!important}
.an69-timer__units div{display:grid;place-items:center;padding:10px 5px;border-radius:15px;color:#fff;background:linear-gradient(145deg,var(--an69-dark),var(--an69-dark-2))}
.an69-timer__units strong{font-size:1.38rem;line-height:1;font-weight:900}
.an69-timer__units span{margin-top:4px;color:rgba(255,255,255,.76);font-size:.68rem;font-weight:800}

/* Sections */
.an69-section{padding:38px 0}
.an69-section--paper{background:linear-gradient(180deg,#fff,var(--an69-bg))}
.an69-section--dark{color:#fff;background:linear-gradient(140deg,var(--an69-dark),var(--an69-dark-2) 64%,var(--an69-dark-3))}
.an69-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.an69-section__head .an69-kicker{color:var(--an69-dark-2);background:#eeebe7;border-color:#ddd7d1}
.an69-section__head h2{margin:7px 0 5px;color:var(--an69-ink);font-size:clamp(1.5rem,3vw,2.35rem);line-height:1.22;font-weight:900}
.an69-section__head p{max-width:800px;margin:0;color:var(--an69-muted);font-weight:800}
.an69-section__link{flex:0 0 auto;padding:9px 14px;border:1px solid var(--an69-line);border-radius:999px;background:#fff;font-weight:900}

.an69-packages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.an69-package{display:flex;flex-direction:column;gap:12px;min-width:0;min-height:100%;padding:21px;border:1px solid var(--an69-line);border-radius:25px;background:#fff;box-shadow:var(--an69-shadow-soft)}
.an69-package:nth-child(2){border:2px solid rgba(168,159,150,.68);box-shadow:0 22px 60px rgba(45,42,53,.15)}
.an69-package__badge{align-self:flex-start;padding:5px 9px;border:1px solid #ded9d4;border-radius:999px;color:var(--an69-dark-2);background:#f1efec;font-size:.76rem;font-weight:900}
.an69-package h3{margin:0;color:var(--an69-dark-2);font-size:1.25rem;line-height:1.35;font-weight:900}
.an69-package>p{min-height:54px;margin:0;color:var(--an69-muted);font-weight:800}
.an69-package__tags{display:flex;flex-wrap:wrap;gap:6px}
.an69-package__tags span{padding:5px 8px;border:1px solid var(--an69-line);border-radius:999px;background:#f5f3f0;color:var(--an69-dark-2);font-size:.7rem;font-weight:900}
.an69-package__price{margin-top:auto;color:var(--an69-dark-2);font-size:1.9rem;line-height:1.1;font-weight:900}
.an69-package__price small{color:var(--an69-muted);font-size:.82rem}
.an69-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.an69-plan{display:grid;gap:2px;padding:8px 5px;border:1px solid var(--an69-line);border-radius:13px;background:#f5f3f0;text-align:center}
.an69-plan span{color:var(--an69-muted);font-size:.68rem;font-weight:800}
.an69-plan strong{color:var(--an69-dark-2);font-size:.82rem;line-height:1.3;font-weight:900}
.an69-plan small{color:var(--an69-muted);font-size:.62rem;font-weight:700}
.an69-package__note{color:var(--an69-muted);font-size:.69rem;line-height:1.55;font-weight:700}
.an69-package .an69-btn{width:100%;margin-top:2px}

.an69-docs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.an69-doc{display:flex;flex-direction:column;align-items:flex-start;min-height:160px;padding:18px;border:1px solid var(--an69-line);border-radius:22px;color:var(--an69-ink);background:#fff;box-shadow:var(--an69-shadow-soft);text-align:right;cursor:pointer}
.an69-doc strong{color:var(--an69-dark-2);font-size:1rem;font-weight:900}
.an69-doc span{margin-top:7px;color:var(--an69-muted);font-weight:800}
.an69-doc em{margin-top:auto;padding-top:10px;color:var(--an69-dark-2);font-size:.84rem;font-style:normal;font-weight:900}
.an69-doc.is-selected{border-color:#9d948b;background:#f2efeb;box-shadow:0 16px 40px rgba(45,42,53,.14)}
.an69-doc.is-selected em:before{content:'✓ '}

.an69-showroom{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center}
.an69-showroom .an69-kicker{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22)}
.an69-showroom h2{margin:10px 0 8px;color:#fff;font-size:clamp(1.8rem,4vw,3rem);line-height:1.2;font-weight:900}
.an69-showroom p{margin:0;color:rgba(255,255,255,.82);font-weight:800}
.an69-services{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}
.an69-services span{padding:7px 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.07);font-size:.84rem;font-weight:800}
.an69-showroom__actions{display:grid;gap:8px;min-width:250px}
.an69-empty{display:grid;place-items:center;min-height:55vh;padding:48px 0;text-align:center}
.an69-empty p{margin:0 0 16px;color:var(--an69-muted)}

/* Floating player: visual-only transition. The live iframe is never reparented,
 * which preserves its playback position across float, return and fullscreen. */
.an69-video.is-floating{position:fixed!important;z-index:2147482400!important;inset-inline-end:14px!important;bottom:16px!important;width:clamp(210px,22vw,320px)!important;height:auto!important;max-width:calc(100vw - 28px)!important;max-height:70svh!important;aspect-ratio:9/16!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.46)!important;border-radius:19px!important;background:#050507!important;box-shadow:0 28px 90px rgba(0,0,0,.58)!important;isolation:isolate!important;animation:an69FloatIn .2s ease both}
.an69-video.is-floating .an69-video__poster{display:none!important}
body.an69-video-floating .an69-hero__panel,body.an69-video-floating .an69-media,body.an69-video-floating .an69-video-shell,body.an69-video-fullscreen .an69-hero__panel,body.an69-video-fullscreen .an69-media,body.an69-video-fullscreen .an69-video-shell{overflow:visible!important}
.an69-float-tools{position:absolute;z-index:40;top:9px;right:9px;display:inline-flex!important;align-items:center;gap:7px;width:auto!important;height:auto!important;padding:5px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(8,8,11,.7);box-shadow:0 10px 30px rgba(0,0,0,.34);backdrop-filter:blur(14px);pointer-events:none}
.an69-float-tools[hidden]{display:none!important}
.an69-float-action{display:grid;place-items:center;width:36px;height:36px;min-height:0;padding:0;border:1px solid rgba(255,255,255,.24);border-radius:50%;color:#fff;background:rgba(255,255,255,.12);cursor:pointer;pointer-events:auto}
.an69-float-action--close{background:rgba(180,34,46,.88);border-color:rgba(255,255,255,.3)}
.an69-float-action svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.an69-video.is-floating .an69-video__fullscreen{top:auto;right:auto;bottom:8px;left:8px;width:36px;height:36px;border-radius:11px}
body.an69-video-floating .an69-sticky,body.an69-video-floating .an-surprise-launcher{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important}
@keyframes an69FloatIn{from{opacity:0;transform:translateY(14px) scale(.95)}to{opacity:1;transform:none}}

/* Fullscreen */
.an69-video.is-pseudo-fullscreen,.an69-video:fullscreen,.an69-video:-webkit-full-screen{position:fixed!important;z-index:2147483000!important;inset:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;aspect-ratio:auto!important;border:0!important;border-radius:0!important;background:#000!important;box-shadow:none!important}
.an69-video.is-pseudo-fullscreen iframe,.an69-video:fullscreen iframe,.an69-video:-webkit-full-screen iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important}
.an69-video.is-pseudo-fullscreen .an69-video__fullscreen,.an69-video:fullscreen .an69-video__fullscreen,.an69-video:-webkit-full-screen .an69-video__fullscreen{top:max(12px,env(safe-area-inset-top))!important;right:auto!important;bottom:auto!important;left:max(12px,env(safe-area-inset-left))!important;width:48px;height:48px;border-radius:15px;background:rgba(8,8,11,.86)}
body.an69-video-fullscreen{overflow:hidden!important;overscroll-behavior:none!important}
body.an69-video-fullscreen .an69-sticky,body.an69-video-fullscreen .an-surprise-launcher{opacity:0!important;visibility:hidden!important;pointer-events:none!important}

.an69-sticky{--an69-dark-2:#2d2a35;position:fixed;z-index:2147481500;right:10px;left:10px;bottom:max(9px,env(safe-area-inset-bottom));display:none;align-items:center;justify-content:space-between;gap:9px;padding:9px 10px 9px 13px;border:1px solid rgba(255,255,255,.14);border-radius:18px;color:#fff;background:rgba(23,21,28,.96);box-shadow:0 16px 45px rgba(0,0,0,.3);backdrop-filter:blur(14px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}
.an69-sticky span{color:rgba(255,255,255,.72);font-size:.76rem;font-weight:800}
.an69-sticky a{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:9px 14px;border-radius:999px;color:var(--an69-dark-2);background:#fff;font-size:.84rem;font-weight:900}

@media(max-width:1180px){.an69-packages{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.an69-hero__summary{grid-template-columns:1fr;grid-template-areas:"offer" "timer"}.an69-showroom{grid-template-columns:1fr}.an69-showroom__actions{grid-template-columns:repeat(3,1fr);min-width:0}.an69-docs{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){
  body.an-has-bottom-cta{padding-bottom:max(86px,var(--an-bottom-cta-space,86px))}
  .an69-wrap{width:min(100% - 20px,var(--an69-wrap))}
  .an69-hero{padding:0 0 22px}
  .an69-hero>.an69-wrap{width:100%}
  .an69-hero__panel{border-width:0 0 1px;border-radius:0 0 26px 26px;box-shadow:0 18px 48px rgba(23,21,28,.18)}
  .an69-media__top{padding:12px 14px 24px}
  .an69-media__label span{font-size:.62rem}
  .an69-media__label strong{font-size:.9rem}
  .an69-media__sound{padding:5px 9px;font-size:.64rem}
  .an69-video-shell{height:auto;max-height:none;aspect-ratio:16/9}
  .an69-video__play{width:74px;height:74px}
  .an69-video__copy{right:14px;bottom:20px;left:14px}
  .an69-video__copy strong{font-size:1rem}
  .an69-video__copy small{font-size:.69rem}
  .an69-video__fullscreen{bottom:14px;left:11px;width:40px;height:40px;border-radius:12px}
  .an69-hero__summary{gap:14px;padding:20px 13px 22px}
  .an69-offer h1{font-size:1.9rem;line-height:1.12}
  .an69-offer__lead{font-size:.92rem}
  .an69-benefits{gap:5px;margin-top:11px}
  .an69-benefits span{min-height:54px;padding:7px 4px;font-size:.68rem}
  .an69-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}
  .an69-btn{min-height:45px;padding:9px 8px;font-size:.78rem}
  .an69-timer{padding:12px;border-radius:19px}
  .an69-timer__units{gap:5px}
  .an69-timer__units strong{font-size:1.18rem}
  .an69-section{padding:30px 0}
  .an69-section__head{align-items:flex-start;flex-direction:column}
  .an69-section__link{width:100%;text-align:center}
  .an69-packages,.an69-docs{grid-template-columns:1fr}
  .an69-package{padding:18px;border-radius:22px}
  .an69-showroom__actions{grid-template-columns:1fr}
  .an69-sticky{display:flex}
  .an69-video.is-floating{inset-inline-end:10px!important;bottom:calc(env(safe-area-inset-bottom) + 12px)!important;width:min(47vw,190px)!important;max-width:calc(100vw - 20px)!important;max-height:64svh!important;border-radius:18px!important}
  .an69-float-tools{top:7px;right:7px;gap:5px;padding:4px}
  .an69-float-action{width:33px;height:33px}
  .an69-float-action svg{width:17px;height:17px}
}
@media(max-width:430px){.an69-offer h1{font-size:1.72rem}.an69-actions{grid-template-columns:1fr}.an69-timer__units span{font-size:.62rem}.an69-sticky span{display:none}.an69-sticky a{width:100%}}
@media(prefers-reduced-motion:reduce){.an69-page *,.an69-sticky *{scroll-behavior:auto!important;transition:none!important}.an69-video.is-floating{animation:none!important}}



/* V74 native YouTube player: YouTube owns playback, sound, captions and
 * fullscreen. The site owns only the responsive frame and floating shell. */
.an74-youtube-experience{isolation:isolate;background:#050507}
.an74-youtube-shell{aspect-ratio:16/9;background:#000}
.an74-youtube-player{display:block;position:relative;width:100%;height:100%;background:#000}
.an74-youtube-player>iframe{position:absolute;z-index:1;inset:0;display:block;width:100%;height:100%;border:0;background:#000}
.an74-youtube-experience .an69-video__poster,
.an74-youtube-experience .an69-video__fullscreen,
.an74-youtube-experience .an71-video__fallback,
.an74-youtube-experience .an71-video__loading{display:none!important}
.an74-youtube-float-tools{z-index:20;top:10px;right:10px;bottom:auto;left:auto}
.an74-youtube-player.is-floating{width:clamp(356px,30vw,480px)!important;aspect-ratio:16/9!important;max-height:none!important;border-radius:18px!important;box-shadow:0 22px 70px rgba(0,0,0,.42)!important}
.an74-youtube-player.is-floating>iframe{border-radius:inherit}
@media(max-width:700px){
  .an74-youtube-shell{aspect-ratio:16/9}
  .an74-youtube-player.is-floating{inset-inline-end:10px!important;bottom:calc(env(safe-area-inset-bottom) + 10px)!important;width:calc(100vw - 20px)!important;max-width:420px!important;aspect-ratio:16/9!important;border-radius:15px!important}
}
@media(max-width:360px){.an74-youtube-player.is-floating{position:relative!important;inset:auto!important;width:100%!important;border-radius:0!important;box-shadow:none!important}}
/* ANDALUS_V75_ADAPTIVE_YOUTUBE_ASPECT_READY */
/* ANDALUS_V75_ADAPTIVE_YOUTUBE_ASPECT_END */


/* V75 — aspect ratio follows the administrator selection. */
.an75-video-layout--landscape{--an75-video-ratio:16/9;display:grid;place-items:center}
.an75-video-layout--portrait{--an75-video-ratio:9/16;display:grid;place-items:center;padding-block:14px}
.an75-video-layout--square{--an75-video-ratio:1/1;display:grid;place-items:center;padding-block:14px}
.an75-video-layout--landscape .an74-youtube-shell{width:100%;aspect-ratio:16/9}
.an75-video-layout--portrait .an74-youtube-shell{width:auto;height:min(78dvh,820px);max-width:100%;aspect-ratio:9/16}
.an75-video-layout--square .an74-youtube-shell{width:min(100%,760px);aspect-ratio:1/1}
.an75-video-layout--portrait .an74-youtube-player.is-floating{width:clamp(190px,18vw,250px)!important;aspect-ratio:9/16!important}
.an75-video-layout--square .an74-youtube-player.is-floating{width:clamp(240px,24vw,340px)!important;aspect-ratio:1/1!important}
@media(max-width:700px){
  .an75-video-layout--portrait{padding-block:8px}
  .an75-video-layout--portrait .an74-youtube-shell{height:min(72dvh,740px);width:auto;max-width:100%;aspect-ratio:9/16}
  .an75-video-layout--square{padding-block:8px}
  .an75-video-layout--square .an74-youtube-shell{width:100%;aspect-ratio:1/1}
  .an75-video-layout--portrait .an74-youtube-player.is-floating{width:min(44vw,190px)!important;max-width:calc(100vw - 20px)!important;aspect-ratio:9/16!important}
  .an75-video-layout--square .an74-youtube-player.is-floating{width:min(62vw,260px)!important;max-width:calc(100vw - 20px)!important;aspect-ratio:1/1!important}
}
/* ANDALUS_V75_ADAPTIVE_YOUTUBE_ASPECT_READY */


/* ANDALUS_V75R1_MOBILE_VIDEO_FOCUS_START
 * Keep site-owned fixed UI away from the native YouTube player. YouTube's own
 * title/channel/controls remain untouched and continue to be browser-native. */
body.an75-video-playback-active .an69-sticky,
body.an75-video-playback-active .an-surprise-launcher{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(calc(100% + 24px))!important;
}
@media(max-width:700px){
  body.an75-video-in-view .an69-sticky,
  body.an75-video-in-view .an-surprise-launcher{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(calc(100% + 24px))!important;
  }
}
/* ANDALUS_V75R1_MOBILE_VIDEO_FOCUS_READY */

/* ANDALUS_V75R2_MOBILE_PLAYER_LAYER_START
 * A protected top-level stacking route for the existing iframe (no reparenting,
 * no playback reset), plus a calmer mobile stage for each video orientation. */
:root{
  --an75r2-viewport-bottom:0px;
  --an75r2-viewport-top:0px;
}

/* Neutralise ancestor stacking/containing contexts only while the mini player
 * is active. This lets the fixed player stay above shared header, popup and CTA
 * layers without moving or recreating the YouTube iframe. */
body.an69-video-floating .an69-hero,
body.an69-video-floating .an69-hero>.an69-wrap,
body.an69-video-floating .an69-hero__panel,
body.an69-video-floating .an69-media,
body.an69-video-floating .an69-video-shell,
body.an69-video-floating .an74-youtube-experience{
  position:relative!important;
  z-index:2147483600!important;
  overflow:visible!important;
  isolation:auto!important;
  transform:none!important;
  filter:none!important;
  perspective:none!important;
  contain:none!important;
  clip-path:none!important;
  will-change:auto!important;
}
body.an69-video-floating .an69-video.is-floating{
  position:fixed!important;
  z-index:2147483646!important;
  inset-block-start:auto!important;
  inset-inline-start:auto!important;
  inset-inline-end:12px!important;
  bottom:calc(var(--an75r2-viewport-bottom,0px) + env(safe-area-inset-bottom) + 12px)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  isolation:isolate!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.5)!important;
  background:#000!important;
  box-shadow:0 22px 64px rgba(0,0,0,.58),0 0 0 1px rgba(0,0,0,.2)!important;
  transform:translateZ(0)!important;
}
body.an69-video-floating .an69-video.is-floating>iframe{
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border-radius:inherit!important;
}
body.an69-video-floating .an69-float-tools{
  z-index:2147483647!important;
}
body.an69-video-floating .an69-sticky,
body.an69-video-floating .an-surprise-launcher,
body.an69-video-floating [data-an-bottom-cta]{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

@media(max-width:700px){
  /* The video reads as an intentional media card, not a narrow iframe floating
   * in an oversized black strip. */
  .an69-media.an74-youtube-experience{
    padding:12px 10px 16px;
    background:linear-gradient(180deg,#111015,#050507);
  }
  .an75-video-layout--landscape .an74-youtube-shell{
    width:100%;
    max-width:720px;
    aspect-ratio:16/9;
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 16px 38px rgba(0,0,0,.34);
  }
  .an75-video-layout--portrait{
    padding:14px 10px 18px;
  }
  .an75-video-layout--portrait .an74-youtube-shell{
    width:auto;
    height:min(72svh,680px);
    max-width:min(88vw,390px);
    aspect-ratio:9/16;
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 20px 52px rgba(0,0,0,.44);
  }
  .an75-video-layout--square{
    padding:14px 10px 18px;
  }
  .an75-video-layout--square .an74-youtube-shell{
    width:min(100%,520px);
    aspect-ratio:1/1;
    border-radius:20px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 18px 46px rgba(0,0,0,.38);
  }
  .an75-video-layout--landscape .an74-youtube-player.is-floating{
    width:min(54vw,238px)!important;
    max-width:calc(100vw - 24px)!important;
    aspect-ratio:16/9!important;
    border-radius:15px!important;
  }
  .an75-video-layout--portrait .an74-youtube-player.is-floating{
    width:min(35vw,150px)!important;
    max-width:calc(100vw - 24px)!important;
    max-height:min(48svh,300px)!important;
    aspect-ratio:9/16!important;
    border-radius:17px!important;
  }
  .an75-video-layout--square .an74-youtube-player.is-floating{
    width:min(43vw,184px)!important;
    max-width:calc(100vw - 24px)!important;
    aspect-ratio:1/1!important;
    border-radius:16px!important;
  }
  body.an69-video-floating .an69-float-tools{
    top:6px!important;
    right:6px!important;
    gap:4px!important;
    padding:3px!important;
    background:rgba(8,8,11,.82)!important;
  }
  body.an69-video-floating .an69-float-action{
    width:31px!important;
    height:31px!important;
  }
}

/* Override the legacy <=360px fallback that turned the mini player back into a
 * normal document element. Small phones keep a genuine fixed mini player. */
@media(max-width:360px){
  body.an69-video-floating .an74-youtube-player.is-floating{
    position:fixed!important;
    inset-block-start:auto!important;
    inset-inline-start:auto!important;
    inset-inline-end:8px!important;
    bottom:calc(var(--an75r2-viewport-bottom,0px) + env(safe-area-inset-bottom) + 10px)!important;
    box-shadow:0 18px 52px rgba(0,0,0,.58)!important;
  }
  .an75-video-layout--landscape .an74-youtube-player.is-floating{width:min(58vw,205px)!important;aspect-ratio:16/9!important}
  .an75-video-layout--portrait .an74-youtube-player.is-floating{width:min(36vw,126px)!important;aspect-ratio:9/16!important}
  .an75-video-layout--square .an74-youtube-player.is-floating{width:min(44vw,154px)!important;aspect-ratio:1/1!important}
  .an75-video-layout--portrait .an74-youtube-shell{height:min(68svh,590px);max-width:88vw}
}
/* ANDALUS_V75R2_MOBILE_PLAYER_LAYER_READY */
/* ANDALUS_V75R2_MOBILE_PLAYER_LAYER_END */

/* ANDALUS_V75R3_MOBILE_VIDEO_REDESIGN_START
 * The player is moved once, before YouTube API initialisation, into a direct
 * body child. The original shell remains as an exact-size slot. This avoids
 * ancestor stacking contexts without recreating the iframe during playback. */
:root{
  --an75r3-viewport-bottom:0px;
  --an75r3-viewport-top:0px;
  --an75r3-portrait-width:290px;
  --an75r3-square-width:330px;
}

.an75r3-video-slot{position:relative!important;visibility:visible!important}
.an75r3-video-layer{
  position:absolute;
  z-index:80;
  pointer-events:none;
  box-sizing:border-box;
}
.an75r3-video-layer>.an69-video{
  position:relative!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  border-radius:inherit!important;
  pointer-events:auto!important;
  overflow:hidden!important;
  background:#000!important;
  box-shadow:none!important;
  transform:none!important;
}
.an75r3-video-layer>.an69-video>iframe{
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:inherit!important;
}

/* Cancel the previous ancestor-z-index workaround now that the player owns a
 * real body-level layer. */
body.an69-video-floating .an69-hero,
body.an69-video-floating .an69-hero>.an69-wrap,
body.an69-video-floating .an69-hero__panel,
body.an69-video-floating .an69-media,
body.an69-video-floating .an69-video-shell,
body.an69-video-floating .an74-youtube-experience{
  z-index:auto!important;
  isolation:auto!important;
}
body.an69-video-floating .an75r3-video-layer{
  position:fixed!important;
  z-index:2147483646!important;
  top:auto!important;
  left:auto!important;
  right:12px!important;
  bottom:calc(var(--an75r3-viewport-bottom,0px) + env(safe-area-inset-bottom) + 12px)!important;
  width:min(54vw,230px)!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  pointer-events:auto!important;
  overflow:visible!important;
  border:1px solid rgba(255,255,255,.52)!important;
  border-radius:16px!important;
  background:#000!important;
  box-shadow:0 24px 72px rgba(0,0,0,.62),0 0 0 1px rgba(0,0,0,.22)!important;
  transform:translateZ(0)!important;
}
body.an69-video-floating .an75r3-video-layer[data-video-layout="portrait"]{width:min(34vw,142px)!important;aspect-ratio:9/16!important;border-radius:18px!important}
body.an69-video-floating .an75r3-video-layer[data-video-layout="square"]{width:min(43vw,178px)!important;aspect-ratio:1/1!important;border-radius:17px!important}
body.an69-video-floating .an75r3-video-layer>.an69-video.is-floating{
  position:relative!important;
  z-index:auto!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  border:0!important;
  border-radius:inherit!important;
  box-shadow:none!important;
}
body.an69-video-floating .an75r3-video-layer .an69-float-tools{z-index:12!important}

.an75r3-video-actions{
  display:flex;
  justify-content:center;
  width:100%;
  margin-top:10px;
}
.an75r3-fullscreen{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:8px 15px;
  border:1px solid rgba(45,42,53,.18);
  border-radius:999px;
  color:#2d2a35;
  background:#fff;
  box-shadow:0 8px 24px rgba(31,27,38,.1);
  font:800 14px/1.2 inherit;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.an75r3-fullscreen svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.an75r3-fullscreen.is-active svg{transform:rotate(180deg)}
.an75r3-fullscreen:focus-visible{outline:3px solid rgba(220,52,45,.32);outline-offset:3px}
.an75r3-fullscreen--mini{
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:9px!important;
  color:#fff!important;
  background:transparent!important;
  box-shadow:none!important;
}
.an75r3-fullscreen--mini svg{width:18px;height:18px}

body.an75r3-video-fullscreen{overflow:hidden!important;overscroll-behavior:none!important}
.an75r3-video-layer.is-pseudo-fullscreen,
.an75r3-video-layer:fullscreen,
.an75r3-video-layer:-webkit-full-screen{
  position:fixed!important;
  z-index:2147483647!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  height:100dvh!important;
  max-width:none!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  border:0!important;
  border-radius:0!important;
  background:#000!important;
  box-shadow:none!important;
  pointer-events:auto!important;
}
.an75r3-video-layer.is-pseudo-fullscreen>.an69-video,
.an75r3-video-layer:fullscreen>.an69-video,
.an75r3-video-layer:-webkit-full-screen>.an69-video{border-radius:0!important}
body.an75r3-video-fullscreen .an69-sticky,
body.an75r3-video-fullscreen .an-surprise-launcher,
body.an75r3-video-fullscreen [data-an-bottom-cta]{opacity:0!important;visibility:hidden!important;pointer-events:none!important}

@media(max-width:700px){
  /* Remove the oversized black stage. Only the actual video remains dark. */
  .an69-media.an74-youtube-experience{
    padding:10px 0 14px!important;
    background:transparent!important;
    overflow:visible!important;
  }
  .an69-hero__panel{overflow:visible!important}
  .an75-video-layout--landscape .an74-youtube-shell{
    width:calc(100% - 8px)!important;
    max-width:680px!important;
    height:auto!important;
    aspect-ratio:16/9!important;
    border-radius:15px!important;
    border:1px solid rgba(45,42,53,.13)!important;
    box-shadow:0 12px 30px rgba(31,27,38,.16)!important;
    background:#000!important;
  }
  .an75-video-layout--portrait{
    padding:8px 0 12px!important;
    background:transparent!important;
  }
  .an75-video-layout--portrait .an74-youtube-shell{
    width:var(--an75r3-portrait-width)!important;
    height:auto!important;
    max-width:76vw!important;
    max-height:none!important;
    aspect-ratio:9/16!important;
    border-radius:18px!important;
    border:1px solid rgba(45,42,53,.14)!important;
    box-shadow:0 14px 34px rgba(31,27,38,.2)!important;
    background:#000!important;
  }
  .an75-video-layout--square{
    padding:8px 0 12px!important;
    background:transparent!important;
  }
  .an75-video-layout--square .an74-youtube-shell{
    width:var(--an75r3-square-width)!important;
    height:auto!important;
    max-width:84vw!important;
    aspect-ratio:1/1!important;
    border-radius:17px!important;
    border:1px solid rgba(45,42,53,.14)!important;
    box-shadow:0 14px 32px rgba(31,27,38,.18)!important;
    background:#000!important;
  }
  .an75r3-video-layer.is-docked{border-radius:inherit!important;overflow:hidden!important}
  .an75r3-video-actions{margin-top:9px}
  .an75r3-fullscreen{min-height:40px;padding:8px 14px;font-size:13px;box-shadow:0 6px 18px rgba(31,27,38,.09)}
  .an69-offer h1{font-size:clamp(30px,8.4vw,40px)!important;line-height:1.12!important}
  .an69-offer__lead{font-size:clamp(16px,4.4vw,19px)!important;line-height:1.65!important}
}

@media(max-width:390px){
  body.an69-video-floating .an75r3-video-layer{right:8px!important;bottom:calc(var(--an75r3-viewport-bottom,0px) + env(safe-area-inset-bottom) + 9px)!important}
  body.an69-video-floating .an75r3-video-layer[data-video-layout="landscape"]{width:min(56vw,205px)!important}
  body.an69-video-floating .an75r3-video-layer[data-video-layout="portrait"]{width:min(33vw,126px)!important}
  body.an69-video-floating .an75r3-video-layer[data-video-layout="square"]{width:min(41vw,154px)!important}
  .an75r3-fullscreen span{font-size:12px}
}
/* ANDALUS_V75R3_MOBILE_VIDEO_REDESIGN_READY */
/* ANDALUS_V75R3_MOBILE_VIDEO_REDESIGN_END */
.an75r3-video-layer.is-docked{overflow:hidden!important;border-radius:18px!important;background:#000!important}
.an75r3-video-layer.is-docked[data-video-layout="portrait"]{border-radius:18px!important}
.an75r3-video-layer.is-docked[data-video-layout="square"]{border-radius:17px!important}
@media(max-width:700px){.an75r3-video-layer.is-docked[data-video-layout="landscape"]{border-radius:15px!important}}

/* ANDALUS_V76_LITE_YOUTUBE_MODAL_START
 * Lightweight poster on the page; YouTube is created only after a customer
 * click inside a focused modal. No mobile mini-player and no page overlays. */
.an76-video-experience{display:grid;place-items:center;padding:clamp(10px,1.8vw,22px);background:radial-gradient(circle at 50% 35%,#48434f 0,#24212a 38%,#0b0a0e 100%);isolation:isolate}
.an76-video-card{position:relative;width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:clamp(18px,2vw,28px);background:#07070a;box-shadow:0 24px 70px rgba(0,0,0,.32)}
.an76-video-layout--landscape .an76-video-card{max-width:1180px;aspect-ratio:16/9}
.an76-video-layout--portrait .an76-video-card{width:min(100%,430px);aspect-ratio:9/16}
.an76-video-layout--square .an76-video-card{width:min(100%,680px);aspect-ratio:1/1}
.an76-lite-player{position:absolute;inset:0;display:block;width:100%;height:100%;padding:0;overflow:hidden;border:0;color:#fff;background:#09090c;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent}
.an76-lite-player__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;background:#111}
.an76-video-layout--portrait .an76-lite-player__poster{object-fit:cover}
.an76-lite-player__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.06) 48%,rgba(0,0,0,.72));transition:background .18s ease}
.an76-lite-player__play{position:absolute;top:50%;left:50%;width:clamp(68px,8vw,92px);height:clamp(68px,8vw,92px);transform:translate(-50%,-50%);filter:drop-shadow(0 16px 32px rgba(0,0,0,.45));transition:transform .18s ease}
.an76-lite-player__play svg{display:block;width:100%;height:100%}
.an76-lite-player__play circle{fill:rgba(255,255,255,.98);stroke:rgba(255,255,255,.65);stroke-width:2}
.an76-lite-player__play path{fill:#24212a}
.an76-lite-player__label{position:absolute;right:18px;bottom:18px;left:18px;color:#fff;font-size:clamp(.92rem,1.6vw,1.16rem);line-height:1.4;font-weight:900;text-shadow:0 3px 18px rgba(0,0,0,.75)}
.an76-lite-player:hover .an76-lite-player__play,.an76-lite-player:focus-visible .an76-lite-player__play{transform:translate(-50%,-50%) scale(1.06)}
.an76-lite-player:hover .an76-lite-player__shade{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.03) 48%,rgba(0,0,0,.62))}
.an76-lite-player:focus-visible{outline:4px solid #fff;outline-offset:-7px}
.an76-video-empty{display:grid;place-items:center;width:100%;min-height:260px;padding:28px;color:#fff;background:#0c0b10}

.an76-video-modal{position:fixed;z-index:2147483646;inset:0;display:grid;place-items:center;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.an76-video-modal[hidden]{display:none!important}
.an76-video-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.an76-video-modal__backdrop{position:absolute;inset:0;background:rgba(5,5,8,.91);backdrop-filter:blur(12px)}
.an76-video-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(1120px,96vw);max-height:calc(100dvh - max(24px,env(safe-area-inset-top) + env(safe-area-inset-bottom)));overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:24px;color:#fff;background:#0b0a0f;box-shadow:0 32px 120px rgba(0,0,0,.68);outline:0}
.an76-video-modal[data-video-layout="portrait"] .an76-video-modal__dialog{width:min(480px,94vw)}
.an76-video-modal[data-video-layout="square"] .an76-video-modal__dialog{width:min(760px,94vw)}
.an76-video-modal__header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px;padding:8px 10px 8px 18px;border-bottom:1px solid rgba(255,255,255,.12);background:#15131a}
.an76-video-modal__header strong{font-size:clamp(.94rem,1.7vw,1.12rem);font-weight:900}
.an76-video-modal__close{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:13px;color:#fff;background:rgba(255,255,255,.1);cursor:pointer}
.an76-video-modal__close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}
.an76-video-modal__close:hover{background:rgba(255,255,255,.18)}
.an76-video-modal__close:focus-visible{outline:3px solid #fff;outline-offset:2px}
.an76-video-modal__stage{position:relative;display:grid;place-items:center;flex:1 1 auto;min-height:0;background:#000;aspect-ratio:16/9}
.an76-video-modal[data-video-layout="portrait"] .an76-video-modal__stage{height:min(82dvh,820px);aspect-ratio:9/16}
.an76-video-modal[data-video-layout="square"] .an76-video-modal__stage{aspect-ratio:1/1}
.an76-video-modal__stage iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}
body.an76-video-modal-open{overflow:hidden!important;overscroll-behavior:none!important;touch-action:none}
body.an76-video-modal-open .an69-sticky,
body.an76-video-modal-open .an-surprise-launcher,
body.an76-video-modal-open .an-pop{opacity:0!important;visibility:hidden!important;pointer-events:none!important}

@media(max-width:700px){
  .an76-video-experience{padding:10px 10px 12px}
  .an76-video-card{border-radius:18px;box-shadow:0 18px 48px rgba(0,0,0,.28)}
  .an76-video-layout--landscape .an76-video-card{width:100%;aspect-ratio:16/9}
  .an76-video-layout--portrait .an76-video-card{width:min(76vw,320px);max-height:64dvh;aspect-ratio:9/16}
  .an76-video-layout--square .an76-video-card{width:min(88vw,390px);aspect-ratio:1/1}
  .an76-lite-player__play{width:70px;height:70px}
  .an76-lite-player__label{right:12px;bottom:12px;left:12px;font-size:.86rem}
  .an69-hero__summary{padding-top:17px}
  .an69-offer h1{font-size:clamp(1.45rem,7.2vw,1.82rem);line-height:1.18}
  .an69-offer__lead{font-size:.88rem;line-height:1.7}
  .an76-video-modal{padding:0}
  .an76-video-modal__dialog,.an76-video-modal[data-video-layout="portrait"] .an76-video-modal__dialog,.an76-video-modal[data-video-layout="square"] .an76-video-modal__dialog{width:100vw;max-width:none;height:100dvh;max-height:100dvh;border:0;border-radius:0}
  .an76-video-modal__header{min-height:calc(52px + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(10px,env(safe-area-inset-right)) 0 max(15px,env(safe-area-inset-left));background:#0c0b10}
  .an76-video-modal__header strong{font-size:.94rem}
  .an76-video-modal__close{width:40px;height:40px;border-radius:12px}
  .an76-video-modal__stage{flex:1 1 auto;width:100%;height:auto;aspect-ratio:auto;background:#000}
  .an76-video-modal[data-video-layout="landscape"] .an76-video-modal__stage{align-self:center;flex:0 0 auto;width:100%;aspect-ratio:16/9;margin-block:auto}
  .an76-video-modal[data-video-layout="portrait"] .an76-video-modal__stage{align-self:center;flex:0 0 auto;width:min(100%,calc((100dvh - 58px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) * 9 / 16));height:auto;max-height:calc(100dvh - 58px - env(safe-area-inset-top) - env(safe-area-inset-bottom));aspect-ratio:9/16;margin:auto}
  .an76-video-modal[data-video-layout="square"] .an76-video-modal__stage{align-self:center;flex:0 0 auto;width:100%;aspect-ratio:1/1;margin-block:auto}
}
@media(max-height:520px) and (orientation:landscape){
  .an76-video-modal__header{position:absolute;z-index:3;top:max(6px,env(safe-area-inset-top));right:max(6px,env(safe-area-inset-right));left:auto;width:auto;min-height:0;padding:0;border:0;background:transparent}
  .an76-video-modal__header strong{display:none}
  .an76-video-modal__close{background:rgba(8,8,11,.86)}
  .an76-video-modal__stage,.an76-video-modal[data-video-layout="landscape"] .an76-video-modal__stage{width:100%;height:100dvh;aspect-ratio:auto;margin:0}
}
@media(prefers-reduced-motion:reduce){.an76-video-modal,.an76-lite-player__play,.an76-lite-player__shade{transition:none!important}}
/* ANDALUS_V76R1_YOUTUBE_EMBED_COMPAT_READY */

/* V76R1 — embed compatibility and graceful fallback */
.an76-video-modal__fallback{flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-height:46px;padding:8px 14px;border-top:1px solid rgba(255,255,255,.1);background:#111016}
.an76-video-modal__fallback a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#fff;text-decoration:none;font-size:.86rem;font-weight:800;background:rgba(255,255,255,.08)}
.an76-video-modal__fallback a:hover{background:rgba(255,255,255,.15)}
.an76-video-modal__fallback a:focus-visible{outline:3px solid #fff;outline-offset:2px}
@media(max-width:760px){.an76-video-modal__fallback{position:absolute;z-index:4;right:max(58px,calc(env(safe-area-inset-right) + 58px));top:max(8px,env(safe-area-inset-top));min-height:40px;padding:0;border:0;background:transparent}.an76-video-modal__fallback a{min-height:40px;padding:7px 12px;background:rgba(8,8,11,.86);font-size:.78rem}}
