/* ===== Aurex — Squeeze (webinar) · page-specific styles =====================
   Built ON the ApexQuant design system: colors_and_type.css + components.css +
   shell.css supply tokens, buttons, nav+sticky, footer, section rhythm and the
   ambient background. data-brand="aurex" repigments the whole accent set to gold.
   This file only adds the squeeze's own sections (hero copy, video, featured,
   testimonials, speakers, blocks, FAQ, modals). No new colours invented —
   everything references the design-system tokens. ========================== */

/* ---- Hero pill: red LIVE chip (live webinar = red, per the design system) ---- */
.hero .aq-pill { flex-wrap: wrap; justify-content: center; row-gap: 4px; max-width: min(100%, calc(100vw - 40px)); }
/* date shown below the pill only on mobile (desktop keeps it inside the pill) */
.sq-pill-date { display: none; }

/* ---- Hero copy (fluid type, identical scale to the home hero) ---- */
.sq-hero .t-hero { max-width: 22ch; padding-bottom: 0; }
/* hero spacing aligned to the landing; bottom zeroed for the video that follows */
.sq-hero { padding-bottom: 0; }
/* mobile: match the landing's nav→pill gap exactly — the squeeze top bar is ~9px shorter (no menu button), so it needs slightly less top padding for the same visual gap */
@media (max-width: 900px){ .sq-hero { padding-top: 87px; } }
/* mobile: fixed top nav removed (only the sticky remains) → hero starts near the top */
@media (max-width: 768px){ .sq-hero { padding-top: 30px; } }
.hero-sub { margin-top: 18px; max-width: 580px; font-family: var(--font); font-size: clamp(1rem, 0.9rem + 0.6vw, 1.125rem); line-height: 1.6; color: var(--soft-grey); text-wrap: pretty; }
.hero-sub strong { color: var(--bone); font-weight: 600; }
.sec .hl { color: var(--aurex-gold-hi); }
.hero-cta-row { margin-top: 24px; display: flex; justify-content: center; }
.hero .trust-wrap { margin-top: 18px; }

/* the gold CTA arrow slides +4px on hover (matches the system) */
.aq-btn .cta-arrow { width: 14px; height: 14px; flex: none; display: inline-block; transition: transform .26s var(--ease); }
.aq-btn:hover .cta-arrow { transform: translateX(4px); }


/* ===== Video (16:9, large, gold glow; play opens the lightbox) ============= */
.scroll-vid { position: relative; margin-top: 52px; }
.scroll-vid__sticky { display: flex; justify-content: center; }
.scroll-vid__frame {
  position: relative; overflow: hidden; flex: 0 0 auto;
  width: min(1240px, calc(100vw - 48px)); aspect-ratio: 16/9; border-radius: var(--r-box, 24px);
  box-shadow: 0 50px 120px -50px rgba(0,0,0,.75), 0 0 48px 1px rgba(201,162,39,.20), 0 0 110px 16px rgba(201,162,39,.07);
  background: #05070d;
}
.scroll-vid__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; border: 0; }
.scroll-vid__play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 76px; height: 76px; border-radius: 999px; border: 0; cursor: pointer; z-index: 2;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.18); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: 0 8px 30px -8px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.35);
  transition: background .2s var(--ease), transform .2s var(--ease);
}
.scroll-vid__play:hover { background: rgba(255,255,255,.30); transform: translate(-50%,-50%) scale(1.05); }
.scroll-vid__play svg { width: 26px; height: 26px; margin-left: 3px; fill: #fff; }
@media (max-width: 767px){ .scroll-vid { margin-top: 32px; } .scroll-vid__play { width: 60px; height: 60px; } .scroll-vid__play svg { width: 21px; height: 21px; } }

/* ===== Featured at — static centered logo row (matches the home strip) ===== */
.sq-proof { padding: 52px 0 8px; }
.aq-feat { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.aq-feat__label { font-family: var(--mono); font-weight: 500; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: rgba(200,218,231,.55); }
.aq-feat__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 26px 54px; }
.aq-feat__row img { height: var(--h,28px); width: auto; object-fit: contain; display: block; opacity: .62; filter: brightness(0.95); }
@media (max-width: 767px){
  /* press logos: centered 3-up grid; an incomplete last row (2 of 3) stays centered */
  .aq-feat__row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; row-gap: 28px; column-gap: 0; }
  .aq-feat__row img { flex: 0 0 33.333%; box-sizing: border-box; padding: 0 8px; height: calc(var(--h,28px) * .88); width: auto; max-width: 33.333%; }
  /* hero pill on mobile: only the "WEBINAR LIVE" chip; the date moves below the pill */
  .sq-hero .aq-pill--live .label { display: none; }
  .sq-pill-date { display: block; margin-top: 8px; font-family: var(--font); font-size: 15px; font-weight: 500; letter-spacing: -0.005em; color: var(--soft-grey); text-align: center; }
  /* tighten the gap between the date and the headline on mobile */
  .sq-hero .t-hero { margin-top: 14px; }
}

/* ===== Testimonials (Italian content, design-system card style) =========== */
.sq-testi { padding: 48px 0 var(--apx-section-y, 96px); }
.sq-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sq-tcard { background: #fff; border: 1px solid rgba(10,23,54,0.08); border-radius: 20px; padding: 24px; display: flex; flex-direction: column; gap: 18px;
  box-shadow: 0 2px 4px -2px rgba(10,23,54,0.08), 0 8px 16px -10px rgba(10,23,54,0.12), 0 20px 36px -26px rgba(13,29,63,0.22); }
.sq-tquote { font-size: 16px; line-height: 1.55; color: #4E5670; margin: 0; }
.sq-tquote .b { color: #0A1736; font-weight: 700; }
.sq-tfoot { display: flex; align-items: center; gap: 12px; }
.sq-tav { width: 35px; height: 35px; border-radius: 999px; flex: 0 0 35px; background-size: cover; background-position: center; filter: grayscale(1); }
.sq-tmeta { display: flex; flex-direction: column; gap: 3px; }
.sq-tstars { color: var(--star-gold, #FBBF24); font-size: 13px; letter-spacing: 1px; line-height: 1; }
.sq-trole { font-size: 13px; color: #6E748A; }
/* video testimonial cards */
.sq-vrow { display: grid; grid-template-columns: repeat(2, 220px); gap: 18px; justify-content: center; margin-top: 18px; }
.sq-vcard { background: #fff; border: 1px solid rgba(10,23,54,0.08); border-radius: 22px; padding: 12px 10px; display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 2px 4px -2px rgba(10,23,54,0.08), 0 8px 16px -10px rgba(10,23,54,0.12), 0 20px 36px -26px rgba(13,29,63,0.22); }
.sq-vhead { display: flex; align-items: center; gap: 10px; }
.sq-vav { width: 34px; height: 34px; border-radius: 999px; flex: 0 0 34px; background-size: cover; background-position: center; }
.sq-vname { font-size: 15px; font-weight: 600; color: #0A1736; }
.sq-vmedia { position: relative; width: 100%; aspect-ratio: 9/16; border-radius: 14px; overflow: hidden; background: #0e1830; cursor: pointer; }
.sq-vmedia img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.sq-vplay { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; border-radius: 999px; background: rgba(255,255,255,0.92); color: #0A1736; display: grid; place-items: center; box-shadow: 0 6px 18px rgba(0,0,0,0.35); }
.sq-vplay svg { margin-left: 2px; }
@media (max-width: 680px){ .sq-testi-grid { grid-template-columns: 1fr; } .sq-vrow { grid-template-columns: repeat(2, 1fr); } }

/* ---- CTA repeated under the videos (pulled up ~100px, closer to the marquee) ---- */
.cta-after-videos { padding: 36px 0 8px; margin-top: -100px; position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 22px; }

/* ===== Generic content sections (speakers, blocks, perché diverso) ======== */
.sec { padding: var(--apx-section-y, 96px) 0; position: relative; z-index: 2; }
.sec-inner { width: min(920px, calc(100% - 48px)); margin: 0 auto; }
.sec-inner.narrow { width: min(700px, calc(100% - 48px)); }
.sec-inner.center { text-align: center; }
.sec-inner.center .lede { margin-left: auto; margin-right: auto; }
/* centered CTA + social-proof cluster (matches the hero rhythm) */
.sec-cta { display: flex; flex-direction: column; align-items: center; gap: 26px; margin-top: 4px; }

/* "perché è diverso" — us-vs-them contrast panels */
.vs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 36px auto 38px; max-width: 720px; text-align: left; }
.vs__col { border-radius: 20px; padding: 26px 24px; }
.vs__col--them { background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.07); }
.vs__col--us { position: relative; background: linear-gradient(168deg, rgba(201,162,39,.11), rgba(201,162,39,.03) 70%); border: 1px solid rgba(201,162,39,.34); box-shadow: 0 30px 64px -34px rgba(201,162,39,.32); }
.vs__tag { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 18px; }
.vs__col--them .vs__tag { color: var(--muted); }
.vs__col--us .vs__tag { color: var(--aurex-gold); }
.vs__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.vs__list li { position: relative; padding-left: 30px; font-family: var(--font); font-size: 15px; line-height: 1.45; }
.vs__col--them .vs__list li { color: var(--soft-grey); }
.vs__col--us .vs__list li { color: var(--bone); }
.vs__list li::before { content: ""; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; line-height: 1; }
.vs__col--them .vs__list li::before { content: "×"; color: var(--muted); background: rgba(255,255,255,.06); }
.vs__col--us .vs__list li::before { content: "✓"; color: #0A1736; background: var(--aurex-gold); font-size: 10px; }
@media (max-width: 600px){ .vs { grid-template-columns: 1fr; } }
.sec-cta .sec-trust { display: flex; justify-content: center; }
.sec .kicker { display: inline-block; margin: 0 0 14px; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--aurex-gold); }
.sec h2 { margin: 0 0 16px; color: var(--bone); font-family: var(--font); font-size: clamp(1.75rem, 1.45rem + 1.6vw, 2.75rem); font-weight: 500; line-height: 1.08; letter-spacing: -0.025em; text-wrap: balance; }
.sec .lede { max-width: 680px; margin: 0 0 28px; color: var(--soft-grey); font-family: var(--font); font-size: 18px; line-height: 1.6; text-wrap: pretty; }

/* speakers */
.speakers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 14px; }
.speaker { text-align: center; }
.speaker__photo { width: 170px; max-width: 64%; aspect-ratio: 1/1; border-radius: 18px; margin: 0 auto 16px; background: #0F1A3A center/cover no-repeat; box-shadow: inset 0 0 0 2px rgba(201,162,39,.55); display: grid; place-items: center; font-family: var(--font); font-weight: 600; font-size: 48px; color: var(--aurex-gold-hi); }
.speaker__photo::after { content: attr(data-initials); }
.speaker__role { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--aurex-gold); }
.speaker__name { margin: 6px 0 12px; font-family: var(--font); font-size: 20px; font-weight: 600; letter-spacing: -.01em; color: var(--bone); }
.speaker__bio { margin: 0; color: var(--soft-grey); font-size: 14.5px; line-height: 1.6; }

/* "cosa vedrai" — premium editorial agenda: gold ghost numerals on a connecting rail */
.sec-agenda .sec-inner.center { text-align: center; }
.agenda { list-style: none; margin: 44px auto 0; padding: 0; max-width: 720px; position: relative; }
/* the connecting rail runs through the centre of the number column */
.agenda::before {
  content: ""; position: absolute; left: 34px; top: 40px; bottom: 40px; width: 1px;
  background: linear-gradient(180deg, rgba(201,162,39,0) 0%, rgba(201,162,39,.45) 14%, rgba(201,162,39,.45) 86%, rgba(201,162,39,0) 100%);
}
.ag { position: relative; display: grid; grid-template-columns: 68px 1fr; gap: 30px; padding: 28px 0; align-items: start; }
.ag + .ag { border-top: 1px solid rgba(255,255,255,.07); }
.ag__rail { position: relative; z-index: 1; display: flex; justify-content: center; }
.ag__num {
  font-family: var(--font); font-size: 46px; font-weight: 300; line-height: 1; letter-spacing: -.03em;
  background: linear-gradient(155deg, var(--aurex-gold-hi), var(--aurex-gold) 70%); -webkit-background-clip: text; background-clip: text; color: transparent;
  transition: transform .4s var(--ease), filter .4s var(--ease);
}
/* gold node anchoring each number to the rail */
.ag__rail::after {
  content: ""; position: absolute; left: 50%; bottom: -28px; transform: translateX(-50%);
  width: 7px; height: 7px; border-radius: 50%; background: var(--aurex-gold);
  box-shadow: 0 0 0 4px rgba(201,162,39,.12), 0 0 12px rgba(201,162,39,.6); opacity: .9;
}
.ag:last-child .ag__rail::after { display: none; }
.ag__step { font-family: var(--mono); color: var(--aurex-gold); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.ag__body h3 { margin: 12px 0 9px; color: var(--bone); font-family: var(--font); font-size: 23px; font-weight: 600; letter-spacing: -.018em; line-height: 1.18; }
.ag__body p { margin: 0; color: var(--soft-grey); font-size: 15px; line-height: 1.62; max-width: 52ch; text-wrap: pretty; }
.ag:hover .ag__num { transform: scale(1.06); filter: brightness(1.12); }
@media (max-width: 680px){
  .ag { grid-template-columns: 52px 1fr; gap: 20px; padding: 24px 0; }
  .agenda::before { left: 26px; }
  .ag__num { font-size: 36px; }
  .ag__body h3 { font-size: 20px; }
}

/* speakers — design-system "aq-person" variante A (foto SU SFONDO): cerchio + anello oro + alone, niente box */
.speakers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px; margin-top: 48px; }
.speaker { text-align: center; }
.speaker__photo { position: relative; width: 176px; max-width: 62%; aspect-ratio: 1/1; border-radius: 50%; margin: 0 auto 22px; background: none; box-shadow: none; display: grid; place-items: center; font-family: var(--font); font-weight: 600; font-size: 52px; letter-spacing: -0.02em; color: var(--aurex-gold-hi); }
/* alone (halo) oro dietro la foto — atmosfera su sfondo scuro */
.speaker__photo::before { content: ""; position: absolute; inset: -22% -22% -10% -22%; border-radius: 50%; background: radial-gradient(circle at 50% 38%, rgba(201,162,39,0.20), transparent 66%); filter: blur(4px); z-index: 0; pointer-events: none; }
.speaker__photo::after { content: attr(data-initials); position: relative; z-index: 1; }
/* When a real photo is present, it fills the circle; the ::after initials only show as fallback */
.speaker__photo:has(img)::after { content: none; }
.speaker__photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 50%; display: block; box-shadow: inset 0 0 0 2px rgba(201,162,39,0.55); }
.speaker__role { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--aurex-gold); }
.speaker__name { margin: 8px 0 12px; font-family: var(--font); font-size: 22px; font-weight: 600; letter-spacing: -.02em; color: var(--bone); }
.speaker__bio { margin: 0 auto; max-width: 34ch; color: var(--soft-grey); font-size: 14.5px; line-height: 1.62; }

@media (max-width: 680px){ .speakers, .blocks { grid-template-columns: 1fr; } }

/* ===== Booking modal ====================================================== */
.modal-backdrop { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(4,6,12,.72); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.modal-backdrop.open { opacity: 1; visibility: visible; }
.modal { position: relative; width: 100%; max-width: 440px; background: var(--card, #131D3F); border: 1px solid var(--card-line); border-radius: 20px; padding: 30px 26px 26px; box-shadow: 0 40px 100px -30px rgba(0,0,0,.7); transform: translateY(14px) scale(.98); transition: transform .25s var(--ease); }
.modal-backdrop.open .modal { transform: none; }
.modal-close { position: absolute; top: 14px; right: 14px; z-index: 4; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; cursor: pointer; background: rgba(255,255,255,.06); color: var(--muted); font-size: 20px; line-height: 1; transition: background .15s ease, color .15s ease; }
.modal-close:hover { background: rgba(255,255,255,.12); color: var(--bone); }
.modal h2 { margin: 0 30px 8px 0; font-family: var(--font); font-size: 22px; font-weight: 600; letter-spacing: -.02em; line-height: 1.2; color: var(--bone); text-align: left; }
.modal-sub { margin: 0 0 18px; color: var(--muted); font-family: var(--font); font-size: 14px; line-height: 1.5; text-align: left; }
.modal-sub b { color: var(--bone); }

/* ---- Two-panel conversion modal ---- */
.book-modal { max-width: 760px; padding: 0; overflow: hidden; }
.bm { display: grid; grid-template-columns: 0.92fr 1fr; }
.bm__aside { position: relative; padding: 36px 32px; overflow: hidden; background: linear-gradient(165deg, #142243 0%, #0E1A38 58%, #0B1430 100%); border-right: 1px solid rgba(255,255,255,.06); }
.bm__aside::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 28% 14%, rgba(201,162,39,.18), transparent 70%); pointer-events: none; }
.bm__aside > * { position: relative; z-index: 1; }
.bm__when { margin: 20px 0 24px; }
.bm__when-day { display: block; font-family: var(--font); font-size: 22px; font-weight: 600; letter-spacing: -.018em; color: var(--bone); }
.bm__when-time { display: block; margin-top: 5px; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--aurex-gold); }
.bm__perks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.bm__perks li { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; color: var(--soft-grey); font-size: 13.5px; line-height: 1.42; }
.bm__perks li b { color: var(--bone); font-weight: 600; }
.bm__perks svg { width: 18px; height: 18px; color: var(--aurex-gold); margin-top: 1px; }
.bm__proof { margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; gap: 8px; }
.bm__proof-txt { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

.bm__main { padding: 38px 34px 34px; display: flex; flex-direction: column; }
.reg-field { display: flex; flex-direction: column; gap: 7px; }
.reg-label { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--soft-grey); }
.reg-assure { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 4px; color: var(--muted); font-size: 12.5px; line-height: 1.45; }
.reg-assure b { color: var(--soft-grey); font-weight: 600; }
.reg-assure svg { width: 15px; height: 15px; color: var(--aurex-gold); margin-top: 1px; }
.reg-done { text-align: center; padding: 14px 0 6px; }
.reg-done__check { width: 52px; height: 52px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; font-size: 26px; font-weight: 700; color: #0A1736; background: linear-gradient(155deg, var(--aurex-gold-hi), var(--aurex-gold)); box-shadow: 0 0 0 6px rgba(201,162,39,.14), 0 0 22px rgba(201,162,39,.5); }
.reg-done h3 { margin: 0 0 8px; font-family: var(--font); font-size: 21px; font-weight: 600; letter-spacing: -.018em; color: var(--bone); }
.reg-done p { margin: 0; color: var(--soft-grey); font-size: 14.5px; line-height: 1.55; }
.reg-done b { color: var(--bone); font-weight: 600; }
@media (max-width: 600px){
  .book-modal { max-width: 440px; overflow-x: hidden; overflow-y: auto; max-height: calc(100dvh - 28px); }
  .bm { display: flex; flex-direction: column; }
  /* drop the aside wrapper so header + social-proof reorder around the form */
  .bm__aside { display: contents; }
  .bm__aside::before { display: none; }
  .bm__head { order: 1; display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; padding: 24px 24px 0; }
  .bm__head .bm__when { margin: 0; display: flex; align-items: baseline; flex-wrap: wrap; gap: 2px 8px; }
  .bm__head .bm__when-day { display: inline; font-size: 16px; }
  .bm__head .bm__when-time { display: inline; margin: 0; font-size: 10px; }
  .bm__when-live { display: none; }
  .bm__main { order: 2; padding: 16px 24px 6px; }
  .bm__extra { order: 3; padding: 18px 24px 24px; border-top: 1px solid var(--card-line); }
  .bm__proof { margin-top: 16px; padding-top: 16px; }
  .bm__perks { gap: 12px; }
}
.reg-form { display: flex; flex-direction: column; gap: 12px; }
.reg-form input { width: 100%; background: #fff; border: 1px solid rgba(10,23,54,.14); border-radius: 12px; color: #0A1736; padding: 14px 16px; font-family: var(--font); font-size: 15px; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.reg-form input::placeholder { color: #8A93A6; }
.reg-form input:focus { border-color: var(--aurex-gold); box-shadow: 0 0 0 3px rgba(201,162,39,.18); background: #fff; }
.reg-form .aq-btn { width: 100%; }
.reg-ok { margin: 14px 0 0; color: #3ECF8E; font-weight: 600; font-size: 15px; background: rgba(62,207,142,.08); border: 1px solid rgba(62,207,142,.30); border-radius: 12px; padding: 14px 16px; line-height: 1.5; text-align: center; }
.microcta { display: block; color: var(--muted); font-size: 13px; margin-top: 12px; text-align: center; }

/* ===== Video lightbox ===================================================== */
.vid-modal { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(4,6,12,.88); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility .5s ease; }
.vid-modal.open { opacity: 1; visibility: visible; }
.vid-modal__frame { position: relative; width: min(1240px, calc(100vw - 48px)); aspect-ratio: 16/9; max-height: calc(100vh - 96px); border-radius: 16px; overflow: hidden; background: #000; box-shadow: 0 40px 120px -30px rgba(0,0,0,.85); transform: scale(.85); opacity: 0; transition: transform .6s cubic-bezier(.16,.84,.3,1), opacity .5s ease; }
.vid-modal.open .vid-modal__frame { transform: none; opacity: 1; }
.vid-modal__frame video, .vid-modal__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: contain; background: #000; display: block; }
.vid-modal__close { position: absolute; top: 18px; right: 22px; width: 44px; height: 44px; border-radius: 999px; border: 0; cursor: pointer; z-index: 2; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 26px; line-height: 1; background: rgba(255,255,255,.12); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: background .2s ease; }
.vid-modal__close:hover { background: rgba(255,255,255,.26); }

/* slightly larger hero CTA + trustline, like the home (15%) */
.hero .aq-btn-aurex, .cta-after-videos .aq-btn-aurex, .sec-cta .aq-btn-aurex { transform: scale(1.08); transform-origin: center; }
