:root {
  color-scheme: light;
  --ucb-navy: #062f57;
  --ucb-blue: #004b87;
  --ucb-blue-2: #0067a7;
  --ucb-gold: #f2cf23;
  --ucb-gold-soft: #fff5b9;
  --ucb-ink: #12202d;
  --ucb-muted: #5b6a78;
  --ucb-line: #dce4eb;
  --ucb-surface: #f5f8fb;
  --ucb-white: #ffffff;
  --ucb-shadow: 0 18px 45px rgba(4, 41, 73, 0.12);
  --ucb-radius: 22px;
  --ucb-shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ucb-white); color: var(--ucb-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.ucb-beneficios { overflow: clip; background: var(--ucb-white); color: var(--ucb-ink); line-height: 1.5; }
.ucb-beneficios h1, .ucb-beneficios h2, .ucb-beneficios h3, .ucb-beneficios p { margin-top: 0; }
.ucb-shell { width: min(calc(100% - 32px), var(--ucb-shell)); margin-inline: auto; }
.ucb-visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.ucb-skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); border-radius: 8px; background: #fff; color: var(--ucb-navy); padding: 10px 14px; font-weight: 800; box-shadow: var(--ucb-shadow); }
.ucb-skip-link:focus { transform: translateY(0); }

.ucb-hero { position: relative; isolation: isolate; color: #fff; background: linear-gradient(130deg, #052a4e 0%, #004b87 62%, #06669d 100%); }
.ucb-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .16; background-image: radial-gradient(circle at 16% 20%, #fff 0 1px, transparent 1.5px), radial-gradient(circle at 72% 75%, #fff 0 1px, transparent 1.5px); background-size: 32px 32px, 46px 46px; }
.ucb-hero__wash { position: absolute; z-index: -1; right: -10%; bottom: -50%; width: 600px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(242, 207, 35, .32), rgba(242, 207, 35, 0) 68%); }
.ucb-hero__content { padding: 34px 0 42px; }
.ucb-hero__brand { position: relative; width: min(720px, 76vw); height: clamp(72px, 9vw, 92px); margin-bottom: 42px; overflow: hidden; }
.ucb-hero__logo { position: absolute; top: 50%; left: 0; width: 100%; max-width: none; height: auto; transform: translateY(-50%); filter: brightness(0) invert(1); }
.ucb-hero__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: clamp(32px, 7vw, 86px); align-items: end; }
.ucb-eyebrow, .ucb-kicker { margin-bottom: 12px; color: var(--ucb-gold); font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.ucb-hero h1 { max-width: 840px; margin-bottom: 18px; font-size: clamp(2.35rem, 6vw, 5.2rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.ucb-hero__lead { max-width: 730px; margin-bottom: 0; color: rgba(255, 255, 255, .83); font-size: clamp(1rem, 1.8vw, 1.2rem); text-wrap: pretty; }
.ucb-lifestyle { position: relative; isolation: isolate; min-height: 300px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: #0c416c; box-shadow: 0 22px 52px rgba(0, 22, 42, .25); }
.ucb-lifestyle::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(6,47,87,0) 25%, rgba(6,47,87,.2) 48%, rgba(3,28,51,.96) 100%); }
.ucb-lifestyle > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ucb-lifestyle__content { position: absolute; right: 22px; bottom: 20px; left: 22px; }
.ucb-lifestyle__content > span { display: inline-flex; margin-bottom: 8px; border-radius: 999px; padding: 5px 9px; color: var(--ucb-navy); background: var(--ucb-gold); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ucb-lifestyle__content strong { display: block; max-width: 330px; margin-bottom: 5px; color: #fff; font-size: clamp(1.1rem, 2vw, 1.42rem); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
.ucb-lifestyle__content p { max-width: 330px; margin: 0; color: rgba(255,255,255,.76); font-size: .78rem; line-height: 1.42; }
.ucb-hero__stats { display: flex; gap: 42px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .17); }
.ucb-hero__stats div { display: grid; gap: 1px; }
.ucb-hero__install-wrap { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; margin-top: 25px; }
.ucb-hero__install-wrap > span { color: rgba(255,255,255,.68); font-size: .72rem; font-weight: 700; }
.ucb-install { display: grid; grid-template-columns: 38px auto 20px; gap: 10px; align-items: center; min-height: 58px; border: 2px solid #fff; border-radius: 16px; padding: 8px 12px 8px 9px; color: var(--ucb-navy); background: #fff; box-shadow: 0 12px 30px rgba(0,20,40,.24); text-align: left; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.ucb-install:hover { transform: translateY(-2px); border-color: var(--ucb-gold); box-shadow: 0 16px 34px rgba(0,20,40,.3); }
.ucb-install__icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--ucb-navy); background: var(--ucb-gold); }
.ucb-install__icon svg { width: 20px; fill: currentColor; }
.ucb-install__copy { display: grid; gap: 1px; min-width: 0; }
.ucb-install__copy strong { color: var(--ucb-navy); font-size: .88rem; line-height: 1.15; }
.ucb-install__copy > span { color: var(--ucb-muted); font-size: .62rem; font-weight: 800; letter-spacing: .055em; line-height: 1.25; text-transform: uppercase; }
.ucb-install__arrow { color: var(--ucb-blue); font-size: 1.15rem; transition: transform .2s ease; }
.ucb-install:hover .ucb-install__arrow { transform: translateX(3px); }
.ucb-hero__stats > div > strong { font-size: 1.25rem; }
.ucb-hero__stats > div > span { color: rgba(255, 255, 255, .66); font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; }

.ucb-directory { padding: clamp(58px, 7vw, 92px) 0 78px; background: linear-gradient(#fff, var(--ucb-surface)); }
.ucb-directory__intro { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: 36px; align-items: end; margin-bottom: 32px; }
.ucb-kicker { color: var(--ucb-blue); }
.ucb-directory h2, .ucb-how h2 { margin-bottom: 0; color: var(--ucb-navy); font-size: clamp(1.9rem, 4vw, 3.25rem); line-height: 1.05; letter-spacing: -.04em; }
.ucb-directory__intro > p { margin-bottom: 3px; color: var(--ucb-muted); }
.ucb-toolbar { position: relative; z-index: 5; display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 12px; border: 1px solid var(--ucb-line); border-radius: 18px; background: rgba(255, 255, 255, .94); box-shadow: 0 12px 30px rgba(16, 54, 82, .08); }
.ucb-search { position: relative; display: flex; align-items: center; gap: 10px; min-height: 50px; padding-inline: 16px; border-radius: 12px; background: var(--ucb-surface); }
.ucb-search:focus-within { box-shadow: 0 0 0 3px rgba(0, 75, 135, .16); }
.ucb-search svg { width: 22px; flex: none; fill: var(--ucb-blue); }
.ucb-search input { width: 100%; border: 0; outline: 0; color: var(--ucb-ink); background: transparent; }
.ucb-search input::placeholder { color: #7a8792; }
.ucb-search__clear { display: grid; place-items: center; width: 30px; height: 30px; border: 0; border-radius: 50%; color: var(--ucb-navy); background: #e6edf3; font-size: 1.25rem; }
.ucb-sort { display: flex; align-items: center; gap: 8px; padding-inline: 12px; border-left: 1px solid var(--ucb-line); color: var(--ucb-muted); font-size: .8rem; font-weight: 700; }
.ucb-sort select { min-height: 42px; border: 0; outline: 0; color: var(--ucb-navy); background: #fff; font-weight: 750; }
.ucb-filters { display: flex; gap: 9px; padding: 18px 1px 8px; overflow-x: auto; scrollbar-width: thin; }
.ucb-filter { flex: none; border: 1px solid var(--ucb-line); border-radius: 999px; padding: 9px 14px; color: var(--ucb-muted); background: #fff; font-size: .84rem; font-weight: 750; transition: .2s ease; }
.ucb-filter:hover { border-color: #9cb3c6; color: var(--ucb-blue); }
.ucb-filter[aria-pressed="true"] { border-color: var(--ucb-blue); color: #fff; background: var(--ucb-blue); }
.ucb-discount-filter { display: flex; gap: 16px; align-items: center; margin-top: 9px; padding: 12px 14px; border: 1px solid var(--ucb-line); border-radius: 16px; background: rgba(255,255,255,.7); }
.ucb-discount-filter__label { flex: none; color: var(--ucb-navy); font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.ucb-filters--discount { flex: 1; padding: 0; }
.ucb-filter--discount { background: var(--ucb-surface); }
.ucb-filter--discount[aria-pressed="true"] { border-color: var(--ucb-gold); color: var(--ucb-navy); background: var(--ucb-gold); }
.ucb-results-bar { display: flex; justify-content: space-between; align-items: center; min-height: 58px; }
.ucb-results-bar p { margin: 0; color: var(--ucb-muted); font-size: .9rem; }
.ucb-results-bar strong { color: var(--ucb-navy); }
.ucb-link-button { border: 0; padding: 6px; color: var(--ucb-blue); background: none; font-weight: 800; }

.ucb-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ucb-card { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--ucb-line); border-radius: var(--ucb-radius); background: #fff; box-shadow: 0 8px 24px rgba(5, 40, 70, .05); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.ucb-card:hover { transform: translateY(-4px); border-color: #bdcbd7; box-shadow: var(--ucb-shadow); }
.ucb-card__media { position: relative; overflow: hidden; aspect-ratio: 1; background: #dce9f2; }
.ucb-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ucb-card:hover .ucb-card__media img { transform: scale(1.025); }
.ucb-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; padding: 24px; color: #fff; background: radial-gradient(circle at 75% 20%, rgba(242, 207, 35, .7), transparent 25%), linear-gradient(145deg, #07355f, #0067a7); text-align: center; }
.ucb-card__placeholder::before { content: attr(data-initials); display: grid; place-items: center; width: 102px; height: 102px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.1); font-size: 2rem; font-weight: 900; letter-spacing: -.04em; }
.ucb-card__discount { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; min-height: 38px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 12px; color: var(--ucb-navy); background: rgba(255, 255, 255, .93); box-shadow: 0 6px 16px rgba(0,0,0,.14); font-size: .83rem; font-weight: 900; backdrop-filter: blur(8px); }
.ucb-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.ucb-card__category { margin-bottom: 8px; color: var(--ucb-blue); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ucb-card h3 { margin-bottom: 9px; color: var(--ucb-navy); font-size: 1.22rem; line-height: 1.2; letter-spacing: -.02em; }
.ucb-card__summary { display: -webkit-box; min-height: 48px; margin-bottom: 16px; overflow: hidden; color: var(--ucb-muted); font-size: .9rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ucb-card__location { display: flex; gap: 7px; align-items: flex-start; margin-top: auto; margin-bottom: 18px; color: #697986; font-size: .78rem; }
.ucb-card__location svg { width: 15px; margin-top: 2px; flex: none; fill: var(--ucb-blue); }
.ucb-card__button { display: flex; justify-content: space-between; align-items: center; width: 100%; border: 0; border-top: 1px solid var(--ucb-line); padding: 15px 20px; color: var(--ucb-blue); background: #fbfdff; font-weight: 850; }
.ucb-card__button span:last-child { font-size: 1.1rem; transition: transform .2s ease; }
.ucb-card:hover .ucb-card__button span:last-child { transform: translateX(3px); }

.ucb-empty { padding: 58px 20px; border: 1px dashed #a9bbc9; border-radius: var(--ucb-radius); background: #fff; text-align: center; }
.ucb-empty > span { color: var(--ucb-blue); font-size: 3rem; }
.ucb-empty h3 { margin: 6px 0 5px; color: var(--ucb-navy); }
.ucb-empty p { color: var(--ucb-muted); }
.ucb-button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 46px; border: 1px solid transparent; border-radius: 12px; padding: 10px 17px; font-weight: 850; text-decoration: none; }
.ucb-button--primary { color: #fff; background: var(--ucb-blue); }
.ucb-button--secondary { border-color: var(--ucb-line); color: var(--ucb-navy); background: #fff; }

.ucb-how { position: relative; isolation: isolate; overflow: hidden; padding: 78px 0; color: #fff; background: linear-gradient(145deg, #052b50 0%, #073a68 100%); }
.ucb-how::before { content: ""; position: absolute; z-index: -1; right: -120px; top: -190px; width: 430px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(242,207,35,.15), rgba(242,207,35,0) 68%); }
.ucb-how__header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.ucb-how .ucb-kicker { display: inline-flex; align-items: center; min-height: 30px; margin-bottom: 0; border: 1px solid rgba(242,207,35,.8); border-radius: 999px; padding: 6px 11px; color: var(--ucb-navy); background: var(--ucb-gold); box-shadow: 0 8px 20px rgba(0,0,0,.12); font-size: .7rem; letter-spacing: .12em; }
.ucb-how h2 { max-width: 580px; color: #fff; }
.ucb-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.ucb-steps li { display: flex; gap: 15px; min-height: 138px; padding: 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.085); box-shadow: 0 12px 30px rgba(0,20,39,.12); }
.ucb-steps li > span { flex: none; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--ucb-navy); background: var(--ucb-gold); font-weight: 950; }
.ucb-steps strong { display: block; margin: 4px 0 6px; }
.ucb-steps p { margin: 0; color: rgba(255,255,255,.65); font-size: .88rem; }
.ucb-audience { display: flex; gap: 22px; align-items: center; margin-top: 22px; padding: 18px 22px; border-radius: 16px; color: var(--ucb-navy); background: var(--ucb-gold); }
.ucb-audience ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.ucb-audience li { border: 1px solid rgba(6,47,87,.2); border-radius: 999px; padding: 4px 10px; background: rgba(255,255,255,.35); font-size: .78rem; font-weight: 750; }
.ucb-note { padding: 24px 0; background: #f3f6f8; }
.ucb-note__inner { display: flex; gap: 12px; align-items: flex-start; }
.ucb-note svg { width: 22px; flex: none; margin-top: 1px; fill: var(--ucb-blue); }
.ucb-note p { margin: 0; color: var(--ucb-muted); font-size: .84rem; }

.ucb-dialog { width: min(930px, calc(100% - 24px)); max-height: min(88vh, 780px); border: 0; border-radius: 24px; padding: 0; overflow: hidden auto; color: var(--ucb-ink); background: #fff; box-shadow: 0 30px 80px rgba(0, 25, 47, .32); }
.ucb-dialog::backdrop { background: rgba(4, 24, 42, .72); backdrop-filter: blur(5px); }
.ucb-dialog__close { position: sticky; z-index: 5; float: right; top: 14px; right: 14px; display: grid; width: 42px; height: 42px; place-items: center; margin: 14px 14px -56px 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--ucb-navy); background: rgba(255,255,255,.92); box-shadow: 0 8px 22px rgba(0,0,0,.16); font-size: 1.45rem; }
.ucb-dialog__grid { display: grid; grid-template-columns: minmax(310px, .9fr) 1.1fr; min-height: 580px; }
.ucb-dialog__visual { position: relative; min-height: 380px; background: #dce9f2; }
.ucb-dialog__visual img { width: 100%; height: 100%; object-fit: cover; }
.ucb-dialog__visual .ucb-card__placeholder { min-height: 100%; }
.ucb-dialog__body { align-self: center; padding: 48px 44px 38px; }
.ucb-dialog__category { color: var(--ucb-blue); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.ucb-dialog h2 { margin: 8px 0 9px; color: var(--ucb-navy); font-size: clamp(1.9rem, 4vw, 2.9rem); line-height: 1.03; letter-spacing: -.045em; }
.ucb-dialog__headline { margin-bottom: 22px; color: var(--ucb-blue); font-size: 1.05rem; font-weight: 850; }
.ucb-dialog__details { margin: 0 0 24px; padding: 0; list-style: none; }
.ucb-dialog__details li { position: relative; margin-bottom: 9px; padding-left: 20px; color: var(--ucb-muted); }
.ucb-dialog__details li::before { content: ""; position: absolute; left: 1px; top: .58em; width: 7px; height: 7px; border-radius: 50%; background: var(--ucb-gold); box-shadow: 0 0 0 3px var(--ucb-gold-soft); }
.ucb-dialog__location { margin-bottom: 24px; padding: 16px; border-radius: 14px; background: var(--ucb-surface); }
.ucb-dialog__location strong { display: block; margin-bottom: 3px; color: var(--ucb-navy); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.ucb-dialog__location p { margin: 0; color: var(--ucb-muted); font-size: .88rem; }
.ucb-dialog__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ucb-dialog__fineprint { margin: 20px 0 0; color: #71808c; font-size: .72rem; }

.ucb-install-prompt { position: fixed; z-index: 9990; inset: 0; opacity: 0; pointer-events: none; transition: opacity .24s ease; }
.ucb-install-prompt.is-visible { opacity: 1; pointer-events: auto; }
.ucb-install-prompt__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; background: rgba(2, 22, 40, .48); backdrop-filter: blur(3px); }
.ucb-install-prompt__panel { position: absolute; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); width: min(430px, calc(100% - 44px)); max-height: calc(100dvh - 44px); overflow: auto; border: 1px solid rgba(6,47,87,.1); border-radius: 26px; padding: 26px; color: var(--ucb-ink); background: #fff; box-shadow: 0 28px 80px rgba(0,24,46,.32); transform: translateY(24px) scale(.98); transition: transform .28s cubic-bezier(.2,.8,.2,1); }
.ucb-install-prompt.is-visible .ucb-install-prompt__panel { transform: translateY(0) scale(1); }
.ucb-install-prompt__close { position: absolute; top: 14px; right: 14px; display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; color: var(--ucb-navy); background: var(--ucb-surface); font-size: 1.35rem; line-height: 1; }
.ucb-install-prompt__brand { display: flex; gap: 12px; align-items: center; margin-right: 42px; }
.ucb-install-prompt__brand img { width: 62px; height: 62px; border-radius: 16px; box-shadow: 0 8px 18px rgba(5,49,84,.18); }
.ucb-install-prompt__brand div { display: grid; gap: 2px; }
.ucb-install-prompt__brand span { color: var(--ucb-blue); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ucb-install-prompt__brand strong { color: var(--ucb-navy); font-size: .8rem; line-height: 1.3; }
.ucb-install-prompt__eyebrow { margin: 24px 0 7px; color: var(--ucb-blue); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ucb-install-prompt h2 { max-width: 360px; margin: 0 0 10px; color: var(--ucb-navy); font-size: clamp(1.75rem, 5vw, 2.25rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.ucb-install-prompt h2 + p { margin: 0; color: var(--ucb-muted); font-size: .92rem; line-height: 1.5; }
.ucb-install-prompt__benefits { display: grid; gap: 8px; margin: 17px 0 20px; padding: 0; list-style: none; color: #40515f; font-size: .82rem; }
.ucb-install-prompt__benefits li { display: flex; gap: 8px; align-items: flex-start; }
.ucb-install-prompt__benefits li span { display: grid; width: 20px; height: 20px; flex: none; place-items: center; border-radius: 50%; color: var(--ucb-navy); background: var(--ucb-gold); font-size: .7rem; font-weight: 950; }
.ucb-install-prompt__ios { margin: -5px 0 18px; border-left: 4px solid var(--ucb-gold); border-radius: 0 10px 10px 0; padding: 11px 13px; color: var(--ucb-muted); background: var(--ucb-surface); font-size: .8rem; }
.ucb-install-prompt__actions { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.ucb-button--install { min-height: 50px; color: #fff; background: var(--ucb-blue); box-shadow: 0 10px 24px rgba(0,75,135,.2); }
.ucb-button--install:hover { background: var(--ucb-navy); }
.ucb-button--install svg { width: 20px; fill: currentColor; }
.ucb-install-prompt__later { min-height: 50px; border: 1px solid var(--ucb-line); border-radius: 12px; padding: 10px 15px; color: var(--ucb-navy); background: #fff; font-weight: 800; }
.ucb-install-prompt__fineprint { margin: 11px 0 0; color: #778591; font-size: .7rem; text-align: center; }

:focus-visible { outline: 3px solid #ffdb28; outline-offset: 3px; }

@media (max-width: 920px) {
  .ucb-hero__grid, .ucb-directory__intro { grid-template-columns: 1fr; }
  .ucb-lifestyle { width: min(100%, 620px); min-height: 320px; }
  .ucb-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ucb-dialog__grid { grid-template-columns: .8fr 1.2fr; }
  .ucb-dialog__body { padding-inline: 30px; }
}

@media (max-width: 680px) {
  .ucb-shell { width: min(calc(100% - 22px), var(--ucb-shell)); }
  .ucb-hero__content { padding-top: 24px; }
  .ucb-hero__brand { width: min(100%, 390px); height: 50px; margin: 0 auto 32px; }
  .ucb-hero h1 { font-size: clamp(2.25rem, 12vw, 3.8rem); }
  .ucb-hero__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 10px; }
  .ucb-hero__stats div { min-width: 0; }
  .ucb-hero__install-wrap { align-items: stretch; flex-direction: column; margin-top: 22px; }
  .ucb-hero__install-wrap > span { text-align: center; }
  .ucb-install { grid-template-columns: 38px 1fr 20px; width: 100%; text-align: left; }
  .ucb-hero__stats > div > strong { font-size: 1.05rem; }
  .ucb-hero__stats > div > span { max-width: none; font-size: .65rem; overflow-wrap: anywhere; }
  .ucb-lifestyle { min-height: 290px; }
  .ucb-directory { padding-top: 54px; }
  .ucb-toolbar { grid-template-columns: 1fr; }
  .ucb-sort { justify-content: space-between; min-height: 42px; border-top: 1px solid var(--ucb-line); border-left: 0; }
  .ucb-discount-filter { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ucb-filters { flex-wrap: wrap; overflow-x: visible; }
  .ucb-filters--discount { width: 100%; }
  .ucb-cards { grid-template-columns: 1fr; gap: 16px; }
  .ucb-card { display: flex; flex-direction: column; border-radius: 18px; }
  .ucb-card__media { width: 100%; height: auto; min-height: 0; aspect-ratio: 1; }
  .ucb-card__discount { left: 8px; bottom: 8px; min-height: 30px; padding: 6px 8px; font-size: .68rem; }
  .ucb-card__body { padding: 16px 15px 12px; }
  .ucb-card h3 { font-size: 1.05rem; }
  .ucb-card__summary { min-height: 42px; margin-bottom: 10px; font-size: .82rem; -webkit-line-clamp: 2; }
  .ucb-card__location { margin-bottom: 0; font-size: .7rem; }
  .ucb-card__button { padding: 13px 16px; }
  .ucb-card__placeholder::before { width: 72px; height: 72px; font-size: 1.35rem; }
  .ucb-how { padding: 58px 0; }
  .ucb-how__header { display: grid; justify-items: center; gap: 14px; margin-bottom: 26px; text-align: center; }
  .ucb-how h2 { font-size: clamp(1.85rem, 9vw, 2.65rem); text-wrap: balance; }
  .ucb-steps { grid-template-columns: 1fr; gap: 12px; }
  .ucb-steps li { min-height: 0; padding: 18px; background: rgba(255,255,255,.1); }
  .ucb-audience { align-items: flex-start; flex-direction: column; gap: 10px; }
  .ucb-dialog { max-height: 94vh; border-radius: 20px; }
  .ucb-dialog__grid { grid-template-columns: 1fr; }
  .ucb-dialog__visual { min-height: 280px; max-height: 50vh; aspect-ratio: 1; }
  .ucb-dialog__body { padding: 28px 22px 30px; }
  .ucb-install-prompt__panel { right: 0; bottom: 0; width: 100%; max-height: 90dvh; border-width: 1px 0 0; border-radius: 26px 26px 0 0; padding: 22px 18px calc(18px + env(safe-area-inset-bottom)); transform: translateY(100%); }
  .ucb-install-prompt__brand img { width: 54px; height: 54px; border-radius: 14px; }
  .ucb-install-prompt__eyebrow { margin-top: 20px; }
  .ucb-install-prompt h2 { font-size: clamp(1.7rem, 8vw, 2.1rem); }
  .ucb-install-prompt__actions { grid-template-columns: 1fr; }
  .ucb-install-prompt__later { min-height: 44px; border: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
