:root { color-scheme: light; --ink: #273444; --muted: #576779; --orange: #ed6c12; --line: rgba(255,255,255,.9); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: #e8ecf1; font-family: 'Source Sans 3', 'Segoe UI', sans-serif; }
body:has(dialog[open]) { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
button, a { touch-action: manipulation; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
a { color: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #aa4e15; outline-offset: 5px; }
.world { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.world::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(234,238,243,.95), rgba(234,238,243,.7) 27%, transparent 53%); }
.world canvas { display: block; width: 100%; height: 100%; }
.world-fallback { position: absolute; inset: 0; background: radial-gradient(ellipse at 78% 40%, #ed9b6590, transparent 28%), radial-gradient(ellipse at 73% 55%, #8cb7ca75, transparent 42%), linear-gradient(140deg,#edf1f5,#d9e4ec); }
.world.is-ready .world-fallback { display: none; }
.masthead { position: fixed; top: 18px; left: 28px; right: 28px; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 20px; background: rgba(246,249,252,.68); border: 1px solid white; border-radius: 20px; backdrop-filter: blur(25px) saturate(130%); -webkit-backdrop-filter: blur(25px) saturate(130%); box-shadow: 0 12px 35px #283e5010, inset 0 1px 0 white; }
.brand { display: flex; align-items: center; min-height: 42px; }
.brand img { display: block; width: 200px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.proposal-label { font-size: 10px; font-weight: 700; letter-spacing: 1.8px; color: #6a7885; }
.all-access, .motion-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 10px 14px; border: 1px solid white; border-radius: 12px; background: #ffffff96; color: var(--ink); font-size: 15px; font-weight: 650; }
.all-access svg { width: 20px; height: 20px; color: var(--orange); }
.motion-toggle { width: 44px; padding: 10px; background: none; border-color: transparent; }
.motion-toggle svg { width: 18px; height: 18px; }
.chapter { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: 140px 7.5vw 170px; }
.chapter-copy { width: 48%; max-width: 640px; }
.overline { display: block; font-size: 11px; font-weight: 750; letter-spacing: 2.4px; color: #ed6c12; margin-bottom: 22px; }
h1 { font-size: clamp(70px, 8.5vw, 132px); line-height: .92; letter-spacing: -5px; margin: 0 0 28px; font-weight: 700; }
h1 span { color: #ed6c12; }
.chapter h2 { font-size: clamp(45px, 5vw, 78px); line-height: 1.04; letter-spacing: -2.7px; margin: 0 0 24px; font-weight: 650; }
.chapter h2 span { color: #ed6c12; }
.chapter-copy p { font-size: 20px; line-height: 1.5; color: #4e6172; margin: 0 0 28px; max-width: 370px; }
.explore, .text-action { display: inline-flex; align-items: center; gap: 18px; padding: 10px 0; min-height: 44px; font-weight: 650; font-size: 16px; color: var(--ink); background: none; border: 0; }
.explore svg { width: 40px; height: 40px; border: 1px solid #c6d0d9; border-radius: 50%; padding: 10px; color: #ed6c12; }
.architecture-label { position: absolute; right: 6vw; bottom: 180px; font-size: 10px; font-weight: 700; letter-spacing: 2px; color: #526777; }
.quick-access { position: fixed; z-index: 12; bottom: 22px; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; width: min(1050px, calc(100% - 56px)); padding: 9px; border: 1px solid white; border-radius: 24px; background: linear-gradient(140deg,#ffffffbc,#e9eff4b8); backdrop-filter: blur(28px) saturate(140%); -webkit-backdrop-filter: blur(28px) saturate(140%); box-shadow: 0 24px 60px #263c5129, inset 0 1px 0 white; }
.quick-access a { display: flex; align-items: center; gap: 13px; padding: 19px 17px; min-width: 0; min-height: 96px; border: 1px solid #ffffffa8; border-radius: 17px; text-decoration: none; background: #ffffff50; transition: background .18s; }
.quick-access a:hover { background: #fff7efde; }
.quick-icon { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; color: #ed6c12; background: #ffffff86; box-shadow: inset 0 1px 0 white; border: 1px solid white; border-radius: 13px; }
.quick-copy { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.quick-copy strong { font-size: 23px; line-height: 1.1; }
.quick-copy > span { font-size: 12px; color: #596c7a; line-height: 1.3; }
.quick-arrow { width: 18px; margin-left: auto; color: #ed6c12; }
.primary-action { display: inline-flex; align-items: center; gap: 22px; padding: 14px 20px; min-height: 50px; background: linear-gradient(130deg,#ff8525,#ed6c12); color: white; border-radius: 13px; box-shadow: 0 12px 30px #d9763030, inset 0 1px 0 #ffc48f; text-decoration: none; font-weight: 700; }
.learning, .future { min-height: 100svh; }
.service-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; width: min(1040px,100%); margin-top: 48px; }
.service { display: flex; align-items: center; gap: 14px; min-height: 94px; padding: 18px; border: 1px solid #ffffffec; border-radius: 19px; background: #eef3f8d6; box-shadow: 0 14px 40px #263c5114, inset 0 1px 0 white; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); text-decoration: none; }
.service > svg { color: #ed6c12; }
.service strong { display: block; font-size: 17px; line-height: 1.25; }
.service small { display: block; margin-top: 4px; color: #576b7c; font-size: 12px; line-height: 1.4; }
.service:hover { background: #fff9f2; }
footer { padding-top: 30px; color: #5c6f7f; font-size: 12px; }
dialog { width: min(720px,calc(100% - 24px)); max-height: calc(100dvh - 32px); overflow-y: auto; padding: 26px; border: 1px solid white; border-radius: 25px; background: #edf2f8f5; color: var(--ink); box-shadow: 0 30px 90px #20354b4d; backdrop-filter: blur(25px); }
dialog::backdrop { background: #1b30405e; backdrop-filter: blur(8px); }
.dialog-heading, .help-dialog__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; }
.dialog-heading .overline { margin: 0 0 10px; font-size: 10px; }
.dialog-heading h2, .help-dialog h2 { font-size: 30px; margin: 0 0 22px; line-height: 1.15; }
.close-dialog, .help-close { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid white; border-radius: 13px; color: #526578; background: #ffffff85; }
.all-services { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.all-services .service { padding: 16px; min-height: 87px; }
.support-link { display: inline-flex; align-items: center; gap: 10px; padding: 12px 0 0; margin-top: 12px; min-height: 44px; border: 0; background: none; color: #ed6c12; font-weight: 700; }
.help-dialog { width: min(540px,calc(100% - 24px)); }
.help-dialog h2 { font-size: 26px; margin: 0 0 8px; }
.help-dialog__intro { margin: 0 0 18px; color: #576779; line-height: 1.4; }
.help-dialog details { background: #ffffff85; border: 1px solid white; border-radius: 15px; margin-top: 10px; }
.help-dialog summary { display: flex; align-items: center; gap: 10px; padding: 15px; list-style: none; cursor: pointer; font-weight: 650; }
.help-dialog summary::-webkit-details-marker { display: none; }
.help-dialog summary svg { color: #ed6c12; width: 21px; }
.help-dialog .chevron { margin-left: auto; }
.help-dialog details[open] .chevron { transform: rotate(180deg); }
.help-answer { padding: 0 15px 15px; }
.help-answer p { color: #526578; line-height: 1.5; margin: 0 0 12px; }
.help-answer a { color: #ed6c12; font-weight: 650; }
.help-contact { display: flex; gap: 15px; align-items: center; margin-top: 22px; padding-top: 18px; border-top: 1px solid #c4d0dc; }
.help-contact p { color: #526578; }
.help-contact .menu-link { display: inline-flex; padding: 12px 16px; border-radius: 11px; background: #ed6c12; color: white; text-decoration: none; font-weight: 700; }
@media (max-width: 1000px) { .chapter { padding-left: 6vw; padding-right: 6vw; } .quick-copy strong { font-size: 20px; } .quick-access a { padding: 15px 12px; gap: 10px; } .quick-arrow { display: none; } .service { padding: 15px; gap: 10px; } .service small { display: none; } }
@media (max-width: 640px) {
  .masthead { top: 12px; left: 12px; right: 12px; padding: 10px 12px; gap: 10px; border-radius: 17px; }
  .brand img { width: 140px; }
  .header-actions { gap: 3px; }
  .proposal-label { display: none; }
  .all-access { padding: 10px; }
  .all-access span { display: none; }
  .all-access::after { content: 'Menú'; font-size: 13px; }
  .all-access svg { display: none; }
  .motion-toggle { width: 40px; }
  .chapter { min-height: 100svh; padding: 118px 25px 144px; justify-content: flex-start; }
  .chapter-copy { width: 100%; }
  .overline { font-size: 9px; letter-spacing: 1.9px; margin-bottom: 17px; }
  h1 { font-size: clamp(65px,18vw,88px); letter-spacing: -3px; margin-bottom: 18px; }
  .chapter h2 { font-size: 44px; letter-spacing: -1.8px; margin-bottom: 18px; }
  .chapter-copy p { font-size: 16px; line-height: 1.45; max-width: 250px; margin-bottom: 12px; }
  .explore { font-size: 13px; gap: 13px; }
  .explore svg { width: 33px; height: 33px; padding: 8px; }
  .world::after { background: linear-gradient(90deg,rgba(233,237,243,.55),rgba(233,237,243,.06) 62%,transparent),linear-gradient(180deg,rgba(233,237,243,.2),transparent 34%); }
  .architecture-label { display: none; }
  .quick-access { width: calc(100% - 20px); gap: 5px; padding: 6px; border-radius: 21px; bottom: max(10px, env(safe-area-inset-bottom)); }
  .quick-access a { display: flex; flex-direction: column; justify-content: center; gap: 7px; min-height: 88px; padding: 11px 4px; border-radius: 15px; }
  .quick-icon { width: 28px; height: 25px; border: 0; background: none; box-shadow: none; }
  .quick-icon svg { width: 24px; height: 24px; }
  .quick-copy strong { font-size: 17px; white-space: nowrap; }
  .quick-copy > span { display: none; }
  .learning, .future { min-height: 100svh; }
  .service-row { grid-template-columns: 1fr; gap: 9px; margin-top: 30px; }
  .service { min-height: 63px; padding: 13px 15px; border-radius: 16px; }
  .service strong { font-size: 16px; }
  .primary-action { font-size: 15px; padding: 12px 17px; }
  .all-services { grid-template-columns: 1fr; }
  .all-services .service { min-height: 66px; }
  dialog { padding: 20px 16px; }
  .dialog-heading h2 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

/* One persistent menu, with a scene and row focus tied to native scroll. */
.world-tour { height: calc(100svh + 360px); }
.home-stage { position: sticky; top: 0; height: 100svh; }
.stage-shell { display: grid; grid-template-rows: minmax(120px, 1fr) auto auto auto; gap: 14px; width: min(1220px, 100%); height: 100%; padding: 118px 32px 20px; margin: 0 auto; }
.home-intro { align-self: center; padding: 10px 0; }
.home-intro .overline { margin: 0 0 17px; }
.home-intro h1 { margin: 0 0 18px; font-size: clamp(38px,4.6vw,66px); line-height: 1.02; letter-spacing: -2.5px; }
.home-intro p { margin: 0; color: #526477; font-size: 17px; line-height: 1.4; }
.quick-access { position: relative; bottom: auto; left: auto; transform: none; width: 100%; z-index: 2; }
.all-secondary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.all-secondary .service { min-height: 68px; padding: 13px 16px; border-radius: 16px; }
.all-secondary .service strong { font-size: 17px; }
.all-secondary .service small { display: none; }
.stage-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 40px; }
.stage-footer .text-action { font-size: 14px; gap: 9px; min-height: 40px; padding: 7px 0; }
.stage-footer .text-action svg { width: 20px; height: 20px; color: #ed6c12; }
.explore-space { display: inline-flex; align-items: center; gap: 9px; min-height: 40px; padding: 7px 0; border: 0; background: none; font-weight: 600; font-size: 13px; color: #526477; }
.explore-space svg { width: 19px; height: 19px; }
body.is-static .world-tour { height: 100svh; }
body.is-static .explore-space { visibility: hidden; }
@media (max-width: 1000px) { .stage-shell { padding: 108px 24px 14px; gap: 10px; } .all-secondary .service strong { font-size: 15px; } }
@media (max-width: 640px) {
  .stage-shell { padding: 96px 12px 12px; grid-template-rows: minmax(150px,1fr) auto auto auto; gap: 10px; }
  .home-intro { padding: 10px 12px; }
  .home-intro h1 { font-size: clamp(34px,9vw,42px); letter-spacing: -1.2px; margin-bottom: 12px; }
  .home-intro .overline { margin-bottom: 13px; }
  .home-intro p { font-size: 15px; }
  .all-secondary { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .all-secondary .service { min-height: 60px; padding: 10px; gap: 8px; border-radius: 14px; }
  .all-secondary .service strong { font-size: 14px; line-height: 1.2; }
  .all-secondary .service > svg { width: 20px; height: 20px; }
  .stage-footer { padding: 0 4px; gap: 8px; }
  .stage-footer .text-action, .explore-space { font-size: 12px; gap: 6px; }
  .quick-access a { min-height: 82px; }
}
@media (max-height: 650px) {
  .world-tour, body.is-static .world-tour { height: auto; }
  .home-stage { position: relative; height: auto; min-height: 100svh; }
  .stage-shell { min-height: 100svh; grid-template-rows: minmax(145px,auto) auto auto auto; }
  .explore-space { display: none; }
}

/* Reserved slots let options grow without reordering or touching neighbours. */
.quick-access { align-items: center; height: 124px; min-height: 124px; }
.quick-access a { --prominence: 0; height: calc(92px + 10px * var(--prominence)); min-height: 92px; position: relative; transform: scale(calc(.95 + .065 * var(--prominence))); border-color: rgba(255,255,255,.95); }
.quick-access .quick-icon { transform: scale(calc(1 + .13 * var(--prominence))); }
.all-secondary { grid-auto-rows: 86px; align-items: center; }
.all-secondary > .service { --prominence: 0; position: relative; height: calc(63px + 21px * var(--prominence)); min-height: 63px; transform: scale(calc(.95 + .07 * var(--prominence))); }
.all-secondary > .service > svg { transform: scale(calc(1 + .15 * var(--prominence))); }
.all-secondary > .service strong { font-size: calc(17px + 1px * var(--prominence)); }
.home-intro { pointer-events: none; }
@media (max-width: 1000px) { .all-secondary > .service strong { font-size: calc(15px + .7px * var(--prominence)); } }
@media (max-width: 640px) {
  .quick-access { height: 102px; min-height: 102px; }
  .quick-access a { min-height: 76px; height: calc(76px + 10px * var(--prominence)); }
  .all-secondary { grid-auto-rows: 77px; }
  .all-secondary > .service { min-height: 58px; height: calc(58px + 17px * var(--prominence)); transform: scale(calc(.96 + .055 * var(--prominence))); }
  .all-secondary > .service strong { font-size: calc(14px + .4px * var(--prominence)); }
  .home-intro h1 { font-size: clamp(32px,8.5vw,39px); }
  .home-intro .overline { margin-bottom: 10px; }
}
@media (prefers-reduced-motion:reduce) { .quick-access a,.all-secondary > .service,.quick-icon,.all-secondary > .service > svg { transform: none !important; } }

/* One liquid-glass lens follows the enlarged row; cards keep neutral colours. */
.stage-shell { position: relative; isolation: isolate; }
.quick-access { background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.all-secondary { position: relative; z-index: 2; padding-inline: 10px; }
.quick-access > a, .all-secondary > .service { z-index: 1; }
.quick-access a { background: rgba(255,255,255,.45); }
.all-secondary > .service { background: rgba(243,247,251,.62); }
.quick-access a:hover, .all-secondary > .service:hover { background: rgba(255,255,255,.82); }
.stage-footer { position: relative; z-index: 2; }
.row-glass-band { --band-sweep: 0%; --band-angle: -90deg; display: block; position: absolute; left: 0; top: 0; z-index: 0; transform: translateY(-50%); overflow: hidden; pointer-events: none; border: 1.5px solid rgba(255,255,255,.96); border-radius: 25px; background: linear-gradient(145deg,rgba(255,255,255,.72),rgba(213,232,246,.5)); box-shadow: 0 18px 38px rgba(38,60,81,.17),inset 0 1px 0 white,inset 0 -1px 0 rgba(163,197,218,.4); backdrop-filter: blur(26px) saturate(140%); -webkit-backdrop-filter: blur(26px) saturate(140%); }
.row-glass-band[hidden] { display: none; }
.row-glass-band::before { content: ''; position: absolute; inset: -1px; padding: 2px; border-radius: inherit; pointer-events: none; background: conic-gradient(from var(--band-angle),#ffffffed 0deg,rgba(141,207,231,.75) 65deg,rgba(255,255,255,.08) 125deg,rgba(184,218,237,.65) 182deg,#ffffff 233deg,rgba(177,224,241,.65) 298deg,#ffffffed 360deg); mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); mask-composite: exclude; }
.row-glass-band::after { content: ''; position: absolute; left: var(--band-sweep); top: 50%; width: clamp(80px,20%,240px); height: 220%; transform: translate(-50%,-50%) skewX(-23deg); pointer-events: none; background: linear-gradient(90deg,transparent,rgba(255,255,255,.94),rgba(218,245,253,.42),transparent); opacity: .62; filter: blur(9px); }
@media (max-width: 640px) {
  .all-secondary { padding-inline: 6px; }
  .row-glass-band { border-radius: 21px; }
}
body.is-static .quick-access a, body.is-static .all-secondary > .service { transform: none; }

/* Every service keeps a short, readable description at every scroll position. */
.all-secondary { grid-auto-rows: 104px; }
.all-secondary > .service { height: calc(83px + 17px * var(--prominence)); min-height: 83px; }
.all-secondary > .service small { display: block; font-size: 13px; line-height: 1.25; margin-top: 4px; color: #526477; }
@media (max-width: 640px) {
  .stage-shell { grid-template-rows: minmax(128px,1fr) auto auto auto; }
  .home-intro { padding-block: 4px; }
  .home-intro h1 { font-size: clamp(30px,8vw,37px); margin-bottom: 9px; }
  .home-intro .overline { margin-bottom: 8px; }
  .all-secondary { grid-auto-rows: 98px; }
  .all-secondary > .service { display: grid; grid-template-columns: 20px minmax(0,1fr); align-content: center; column-gap: 7px; row-gap: 4px; padding: 7px 9px; height: calc(84px + 12px * var(--prominence)); min-height: 84px; }
  .all-secondary > .service > span { display: contents; }
  .all-secondary > .service > svg { grid-column: 1; grid-row: 1; align-self: center; }
  .all-secondary > .service strong { grid-column: 2; grid-row: 1; font-size: calc(13px + .4px * var(--prominence)); line-height: 1.15; }
  .all-secondary > .service small { grid-column: 1 / -1; grid-row: 2; font-size: 11px; line-height: 1.18; margin-top: 0; }
}

/* A compact menu title brings every option closer to the top. */
.stage-shell { grid-template-rows: auto auto auto auto; align-content: start; }
.home-intro { align-self: start; padding: 12px 10px 6px; }
.home-intro h1 { margin: 0; font-size: clamp(28px,3.3vw,44px); line-height: 1.1; letter-spacing: -1px; }
@media (max-width: 640px) {
  .home-intro { padding: 8px 12px 4px; }
  .home-intro h1 { font-size: 28px; letter-spacing: -.7px; }
}

/* Midpoint placement leaves air above the menu without hiding its services. */
.stage-shell { padding-top: clamp(152px, calc(118px + (100svh - 650px) * .32), 206px); }
@media (max-width: 640px) {
  .stage-shell { padding-top: clamp(110px, calc(96px + (100svh - 650px) * .27), 154px); }
  .quick-access a { transform: scale(calc(.94 + .08 * var(--prominence))); }
  .quick-access .quick-icon { transform: scale(calc(1 + .21 * var(--prominence))); }
  .all-secondary > .service { transform: scaleX(calc(.96 + .06 * var(--prominence))) scaleY(calc(.96 + .095 * var(--prominence))); background: rgba(243,247,251,calc(.62 + .16 * var(--prominence))); box-shadow: 0 calc(5px + 8px * var(--prominence)) calc(16px + 12px * var(--prominence)) rgba(38,60,81,calc(.04 + .10 * var(--prominence))), inset 0 1px 0 white; }
  .all-secondary > .service > svg { transform: scale(calc(1 + .21 * var(--prominence))); }
  .row-glass-band { border-width: 2px; background: linear-gradient(145deg,rgba(255,255,255,.82),rgba(210,233,248,.56)); box-shadow: 0 18px 34px rgba(38,60,81,.19),inset 0 2px 0 white,inset 0 -2px 0 rgba(170,210,232,.5); }
  .row-glass-band::after { opacity: .8; filter: blur(6px); }
}
@media (max-height: 650px) { .stage-shell { padding-top: 108px; } }
@media (max-width: 640px) and (max-height: 650px) { .stage-shell { padding-top: 96px; } }

/* Main service descriptions remain visible while their row grows and shrinks. */
@media (max-width: 640px) {
  .quick-access { height: 142px; min-height: 142px; }
  .quick-access a { min-height: 112px; height: calc(112px + 10px * var(--prominence)); padding: 8px 4px; gap: 6px; }
  .quick-copy { width: 100%; align-items: center; text-align: center; }
  .quick-copy > span { display: block; width: 100%; font-size: 11px; line-height: 1.18; color: #526477; }
}

/* Mobile art direction; desktop retains its approved composition. */
@media (max-width: 640px) {

.masthead { background: linear-gradient(125deg,rgba(255,255,255,.82),rgba(243,250,255,.46)); border-color: rgba(255,255,255,.96); box-shadow: 0 14px 34px rgba(37,68,92,.09),inset 0 1px 0 white,inset 0 -1px 0 rgba(183,215,237,.26); }
.quick-access a, .all-secondary > .service { background: linear-gradient(130deg,rgba(255,255,255,calc(.72 + .12 * var(--prominence))),rgba(242,249,255,calc(.34 + .2 * var(--prominence)))); border: 1px solid rgba(255,255,255,.96); box-shadow: 0 calc(7px + 6px * var(--prominence)) calc(22px + 9px * var(--prominence)) rgba(30,67,94,calc(.065 + .065 * var(--prominence))),inset 0 1px 0 white,inset 0 -1px 0 rgba(169,205,231,.35); backdrop-filter: blur(20px) saturate(135%); -webkit-backdrop-filter: blur(20px) saturate(135%); }
.quick-access a:hover, .all-secondary > .service:hover { background: linear-gradient(130deg,rgba(255,255,255,.95),rgba(240,250,255,.72)); }
.quick-icon { width: 46px; height: 46px; color: white; border: 1px solid rgba(255,255,255,.8); border-radius: 15px; background: linear-gradient(145deg,#ff902b,#ff6b00 58%,#ed6000); box-shadow: inset 0 1px 1px rgba(255,255,255,.65),0 6px 14px rgba(239,103,0,.22); }
.quick-icon svg { width: 24px; height: 24px; stroke-width: 1.8; }
.row-glass-band { border: 1.5px solid white; border-radius: 27px; background: linear-gradient(130deg,rgba(255,255,255,.76),rgba(221,243,255,.42) 52%,rgba(255,255,255,.63)); box-shadow: 0 23px 42px rgba(31,71,100,.2),0 3px 7px rgba(255,255,255,.66),inset 0 2px 1px white,inset 0 -2px 2px rgba(150,200,232,.6); backdrop-filter: blur(28px) saturate(155%); -webkit-backdrop-filter: blur(28px) saturate(155%); }
.row-glass-band::before { padding: 2px; background: conic-gradient(from var(--band-angle),white 0deg,#abd9f6 65deg,rgba(255,255,255,.2) 120deg,#a1d0ef 180deg,white 235deg,#c0e9ff 298deg,white 360deg); }
.row-glass-band::after { width: clamp(100px,32%,320px); opacity: .9; filter: blur(5px); }
.stage-footer .text-action, .explore-space { padding: 7px 11px; border: 1px solid rgba(255,255,255,.86); border-radius: 999px; background: rgba(249,253,255,.67); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 5px 16px rgba(34,67,91,.05); color: #344f62; }

  .quick-access { height: 156px; min-height: 156px; }
  .quick-access a { min-height: 120px; height: calc(120px + 12px * var(--prominence)); border-radius: 20px; }
  .quick-access .quick-icon { width: 34px; height: 34px; min-height: 34px; border-radius: 11px; transform: scale(calc(1 + .12 * var(--prominence))); }
  .quick-icon svg { width: 21px; height: 21px; }
  .all-secondary > .service { border-radius: 19px; }
  .row-glass-band { border-radius: 27px; }
  .stage-footer { padding-inline: 0; gap: 6px; }
  .stage-footer .text-action, .explore-space { padding: 7px 8px; font-size: 11px; }

}
