:root {
  --up-orange: #e97d1f;
  --up-orange-dark: #b94807;
  --up-orange-deep: #943804;
  --up-orange-soft: #fff0e4;
  --up-blue: #0b6d9f;
  --up-blue-dark: #074f76;
  --up-blue-soft: #eaf5fa;
  --up-ink: #0b2637;
  --up-muted: #526d7c;
  --up-line: #d8e6ed;
  --up-cream: #fffaf4;
  --up-white: #fff;
  --up-green: #2e6d44;
  --up-shadow: 0 24px 70px rgba(11, 38, 55, .12);
  --up-shadow-soft: 0 14px 40px rgba(11, 38, 55, .08);
  --up-radius-xl: 42px;
  --up-radius-lg: 30px;
  --up-radius-md: 22px;
  --up-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body.upaw-page { margin: 0; color: var(--up-ink); background: var(--up-cream); font-family: var(--up-font); font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.upaw-page, body.upaw-page button, body.upaw-page input, body.upaw-page textarea { font-family: var(--up-font); }
body.upaw-menu-open { overflow: hidden; }
body.upaw-page.admin-bar .upaw-site-header { top: 32px; }
.upaw-page a { color: inherit; }
.upaw-page img { display: block; max-width: 100%; }
.upaw-page svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.upaw-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.upaw-container { width: min(1180px, calc(100% - 42px)); margin-inline: auto; }
.upaw-skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 12px 16px; border-radius: 12px; background: var(--up-ink); color: #fff !important; font-weight: 800; text-decoration: none; transition: top .2s ease; }
.upaw-skip-link:focus { top: 16px; }
.upaw-page :focus-visible { outline: 3px solid rgba(233, 125, 31, .62); outline-offset: 4px; }

/* Header */
.upaw-site-header { position: sticky; z-index: 400; top: 0; border-bottom: 1px solid rgba(11, 38, 55, .07); background: rgba(255, 250, 244, .88); backdrop-filter: blur(18px) saturate(1.2); }
.upaw-header-inner { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.upaw-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 218px; color: var(--up-ink); text-decoration: none; }
.upaw-brand img { width: 52px; height: 52px; border-radius: 15px; box-shadow: 0 8px 24px rgba(11, 38, 55, .12); }
.upaw-brand span { display: grid; line-height: 1.05; }
.upaw-brand strong { font-size: 1.08rem; letter-spacing: -.02em; }
.upaw-brand small { margin-top: 5px; color: var(--up-muted); font-size: .74rem; font-weight: 700; }
.upaw-nav { display: flex; align-items: center; justify-content: center; gap: 8px; margin-left: auto; }
.upaw-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 13px; color: #27485a; font-size: .9rem; font-weight: 800; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.upaw-nav a:hover { color: var(--up-orange-dark); background: rgba(233, 125, 31, .08); transform: translateY(-1px); }
.upaw-header-cta { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 0 18px; border-radius: 16px; background: var(--up-ink); color: #fff !important; font-size: .86rem; font-weight: 900; text-decoration: none; box-shadow: 0 10px 26px rgba(11, 38, 55, .18); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.upaw-header-cta:hover { transform: translateY(-2px); background: var(--up-blue-dark); box-shadow: 0 14px 32px rgba(11, 38, 55, .24); }
.upaw-header-cta svg { width: 17px; height: 17px; }

/* Hero */
.upaw-landing { overflow: clip; }
.upaw-hero { position: relative; isolation: isolate; min-height: 760px; padding: 78px 0 72px; background: radial-gradient(circle at 78% 10%, rgba(233,125,31,.13), transparent 26%), radial-gradient(circle at 8% 82%, rgba(11,109,159,.12), transparent 24%), linear-gradient(180deg, #fffaf4 0%, #fff 82%); }
.upaw-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .25; background-image: radial-gradient(rgba(11,38,55,.18) .7px, transparent .7px); background-size: 20px 20px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.upaw-hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.upaw-hero-glow--one { width: 360px; height: 360px; right: -130px; top: 170px; background: rgba(233,125,31,.08); }
.upaw-hero-glow--two { width: 280px; height: 280px; left: -120px; bottom: -80px; background: rgba(11,109,159,.08); }
.upaw-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(470px, .88fr); align-items: center; gap: 46px; }
.upaw-hero-copy { position: relative; z-index: 3; max-width: 660px; }
.upaw-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--up-blue-dark); font-size: .75rem; line-height: 1.3; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.upaw-kicker > span { width: 30px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--up-orange), var(--up-blue)); }
.upaw-kicker--light { color: #d9eff9; }
.upaw-kicker--light > span { background: linear-gradient(90deg, #ffd8b8, #72c5eb); }
.upaw-hero h1 { margin: 0; font-size: clamp(4.35rem, 7.4vw, 7.25rem); line-height: .85; letter-spacing: -.075em; font-weight: 950; }
.upaw-hero h1 em { color: var(--up-orange-dark); font-style: normal; }
.upaw-lead { max-width: 625px; margin: 30px 0 0; color: #3d5c6d; font-size: clamp(1.08rem, 1.7vw, 1.28rem); line-height: 1.65; }
.upaw-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 32px; }
.upaw-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 22px; border: 0; border-radius: 18px; font-size: .94rem; font-weight: 900; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.upaw-button > svg:first-child { width: 20px; height: 20px; }
.upaw-button > svg:last-child { width: 19px; height: 19px; margin-left: 3px; transition: transform .2s ease; }
.upaw-button:hover > svg:last-child { transform: translateX(4px); }
.upaw-button--primary { background: linear-gradient(135deg, var(--up-orange-deep), #c6530b); color: #fff !important; box-shadow: 0 15px 34px rgba(185, 72, 7, .27), inset 0 1px rgba(255,255,255,.18); }
.upaw-button--primary:hover { transform: translateY(-3px); box-shadow: 0 19px 40px rgba(185, 72, 7, .34); }
.upaw-button--ghost { border: 1px solid rgba(11, 38, 55, .13); background: rgba(255,255,255,.72); color: var(--up-ink); box-shadow: 0 10px 25px rgba(11,38,55,.06); }
.upaw-button--ghost:hover { transform: translateY(-3px); background: #fff; box-shadow: var(--up-shadow-soft); }
.upaw-trust-list { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 24px 0 0; padding: 0; list-style: none; }
.upaw-trust-list li { display: inline-flex; align-items: center; gap: 7px; color: #3c5b6b; font-size: .86rem; font-weight: 800; }
.upaw-trust-list svg { width: 18px; height: 18px; color: var(--up-green); }
.upaw-hero-note { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 23px; color: var(--up-muted); font-size: .78rem; font-weight: 750; }
.upaw-hero-note__pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--up-green); box-shadow: 0 0 0 7px rgba(46,109,68,.11); }

.upaw-hero-stage { position: relative; min-height: 620px; display: grid; place-items: center; perspective: 1200px; }
.upaw-hero-stage [data-upaw-depth] { translate: var(--upaw-parallax-x, 0) var(--upaw-parallax-y, 0); transition: translate .18s ease-out; }
.upaw-device { position: relative; z-index: 5; width: 356px; aspect-ratio: 944 / 2048; overflow: hidden; padding: 9px; border: 1px solid rgba(255,255,255,.9); border-radius: 55px; background: linear-gradient(145deg, #1d313d, #07151d); box-shadow: 0 42px 90px rgba(11,38,55,.30), 0 12px 28px rgba(11,38,55,.16), inset 0 0 0 1px rgba(255,255,255,.18); transform: rotate(2.2deg); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.upaw-hero-stage:hover .upaw-device { transform: rotate(.6deg) translateY(-5px); }
.upaw-device > img { width: 100%; height: 100%; object-fit: cover; border-radius: 47px; }
.upaw-device__island { position: absolute; z-index: 4; top: 19px; left: 50%; width: 94px; height: 27px; transform: translateX(-50%); border-radius: 20px; background: #07151d; box-shadow: inset 0 -1px rgba(255,255,255,.08); }
.upaw-device__side { position: absolute; right: -4px; width: 4px; border-radius: 4px 0 0 4px; background: #223946; }
.upaw-device__side--one { top: 128px; height: 62px; }
.upaw-device__side--two { top: 209px; height: 92px; }
.upaw-route-map { position: absolute; z-index: 1; inset: 65px 3px 38px; border-radius: 50%; transform: rotate(-9deg); }
.upaw-route-map::before { content: ""; position: absolute; inset: 17% 5% 18% 4%; border: 6px dashed rgba(233,125,31,.42); border-color: rgba(233,125,31,.45) transparent rgba(11,109,159,.36) transparent; border-radius: 50%; transform: rotate(20deg); }
.upaw-route-map span { position: absolute; width: 18px; height: 18px; border: 5px solid #fff; border-radius: 50%; background: var(--up-blue); box-shadow: 0 6px 16px rgba(11,38,55,.22); }
.upaw-route-map span:nth-child(1) { left: 5%; top: 54%; background: var(--up-orange); }
.upaw-route-map span:nth-child(2) { right: 8%; top: 19%; }
.upaw-route-map span:nth-child(3) { right: 2%; bottom: 24%; background: var(--up-orange); }
.upaw-route-map span:nth-child(4) { left: 12%; top: 13%; }
.upaw-orbit { position: absolute; border: 1px solid rgba(11,109,159,.12); border-radius: 50%; }
.upaw-orbit--one { width: 520px; height: 520px; }
.upaw-orbit--two { width: 610px; height: 610px; border-color: rgba(233,125,31,.1); }
.upaw-floating-card { position: absolute; z-index: 8; display: flex; align-items: center; gap: 10px; min-width: 160px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.85); border-radius: 20px; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); box-shadow: 0 16px 40px rgba(11,38,55,.15); }
.upaw-floating-card > svg { width: 29px; height: 29px; color: var(--up-blue); }
.upaw-floating-card span { display: grid; line-height: 1.1; }
.upaw-floating-card small { color: var(--up-muted); font-size: .68rem; font-weight: 700; }
.upaw-floating-card strong { margin-top: 4px; color: var(--up-ink); font-size: .98rem; }
.upaw-floating-card--distance { left: -15px; top: 120px; }
.upaw-floating-card--ideas { right: -8px; top: 194px; }
.upaw-floating-card--saved { right: 2px; bottom: 105px; }
.upaw-heart-badge { position: relative; display: grid !important; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--up-orange-soft); color: var(--up-orange-dark); }
.upaw-heart-badge svg { width: 20px; height: 20px; fill: currentColor; }
.upaw-heart-badge b { position: absolute; right: -7px; top: -8px; min-width: 21px; height: 21px; display: grid; place-items: center; padding-inline: 5px; border: 3px solid #fff; border-radius: 99px; background: var(--up-blue-dark); color: #fff; font-size: .62rem; }
.upaw-category-bubble { position: absolute; z-index: 7; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 16px; background: #fff; color: var(--up-ink); font-size: .79rem; font-weight: 900; box-shadow: 0 13px 30px rgba(11,38,55,.13); }
.upaw-category-bubble svg { width: 21px; height: 21px; color: var(--up-orange-dark); }
.upaw-category-bubble--one { left: 25px; bottom: 125px; transform: rotate(-6deg); }
.upaw-category-bubble--two { right: 34px; top: 73px; transform: rotate(6deg); }
.upaw-category-bubble--three { left: 28px; top: 48px; transform: rotate(-4deg); }

/* Proof bar */
.upaw-proof-strip { position: relative; z-index: 8; margin-top: -1px; background: var(--up-ink); color: #fff; }
.upaw-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.upaw-proof-grid > div { min-height: 112px; display: flex; align-items: center; gap: 13px; padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.09); }
.upaw-proof-grid > div:last-child { border-right: 0; }
.upaw-proof-grid svg { flex: 0 0 auto; width: 26px; height: 26px; color: #ffb06d; }
.upaw-proof-grid span { display: grid; }
.upaw-proof-grid strong { font-size: .92rem; }
.upaw-proof-grid small { margin-top: 4px; color: #a9c1ce; font-size: .75rem; }

/* Shared sections */
.upaw-section { padding: 108px 0; background: #fff; }
.upaw-section--tint { background: linear-gradient(180deg, #f3f9fc, #fffaf4); }
.upaw-section--showcase { background: #fff; }
.upaw-section--dark { position: relative; overflow: hidden; background: var(--up-ink); color: #fff; }
.upaw-section--dark::before { content: ""; position: absolute; width: 500px; height: 500px; right: -170px; top: -190px; border-radius: 50%; background: rgba(233,125,31,.1); }
.upaw-section--dark::after { content: ""; position: absolute; width: 380px; height: 380px; left: -160px; bottom: -200px; border-radius: 50%; background: rgba(11,109,159,.16); }
.upaw-section-head { max-width: 780px; margin-bottom: 50px; }
.upaw-section-head--center { margin-inline: auto; text-align: center; }
.upaw-section-head--center .upaw-kicker { justify-content: center; }
.upaw-section-head h2 { margin: 0; font-size: clamp(2.65rem, 5vw, 5rem); line-height: .98; letter-spacing: -.06em; font-weight: 950; }
.upaw-section-head p:not(.upaw-kicker) { max-width: 710px; margin: 22px 0 0; color: var(--up-muted); font-size: 1.06rem; line-height: 1.7; }
.upaw-section-head--center p:not(.upaw-kicker) { margin-inline: auto; }
.upaw-section-head--light p:not(.upaw-kicker) { color: #b9d0dc; }

/* Bento */
.upaw-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.upaw-bento-card { position: relative; min-height: 330px; overflow: hidden; padding: 30px; border: 1px solid var(--up-line); border-radius: var(--up-radius-lg); background: #fff; box-shadow: var(--up-shadow-soft); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.upaw-bento-card:hover { transform: translateY(-6px); border-color: rgba(11,109,159,.28); box-shadow: var(--up-shadow); }
.upaw-bento-card--wide { grid-column: span 7; display: grid; grid-template-columns: 1fr 230px; align-items: center; gap: 18px; background: linear-gradient(135deg, #fffaf4, #f7fbfd); }
.upaw-bento-card--stack { grid-column: span 5; background: linear-gradient(160deg, #f1f8fc, #fff); }
.upaw-bento-card--favorite, .upaw-bento-card--source, .upaw-bento-card--weather { grid-column: span 4; }
.upaw-bento-card--favorite { background: linear-gradient(160deg, #fff8f1, #fff); }
.upaw-bento-card--source { background: linear-gradient(160deg, #f3f9fc, #fff); }
.upaw-bento-card--weather { background: linear-gradient(160deg, #f4fbf5, #fff); }
.upaw-feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: var(--up-orange-soft); color: var(--up-orange-dark); }
.upaw-feature-icon svg { width: 25px; height: 25px; }
.upaw-card-label { margin: 22px 0 7px !important; color: var(--up-blue-dark) !important; font-size: .72rem !important; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.upaw-bento-card h3 { max-width: 530px; margin: 0; font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.06; letter-spacing: -.045em; }
.upaw-bento-card > p, .upaw-bento-copy > p:not(.upaw-card-label) { max-width: 540px; margin: 15px 0 0; color: var(--up-muted); line-height: 1.65; }
.upaw-radar-demo { position: relative; width: 225px; height: 225px; border-radius: 50%; background: radial-gradient(circle, rgba(233,125,31,.11), rgba(11,109,159,.06) 56%, transparent 57%); }
.upaw-radar-ring { position: absolute; inset: 50%; border: 1px solid rgba(11,109,159,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.upaw-radar-ring--1 { width: 70px; height: 70px; }
.upaw-radar-ring--2 { width: 135px; height: 135px; }
.upaw-radar-ring--3 { width: 205px; height: 205px; }
.upaw-radar-pin { position: absolute; left: 50%; top: 50%; width: 56px; height: 56px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 8px solid rgba(255,255,255,.75); border-radius: 50%; background: var(--up-orange-dark); color: #fff; box-shadow: 0 12px 30px rgba(185,72,7,.27); }
.upaw-radar-pin svg { width: 25px; height: 25px; }
.upaw-radar-dot { position: absolute; width: 13px; height: 13px; border: 4px solid #fff; border-radius: 50%; background: var(--up-blue); box-shadow: 0 5px 12px rgba(11,38,55,.18); }
.upaw-radar-dot--1 { left: 30px; top: 88px; }
.upaw-radar-dot--2 { right: 35px; top: 42px; background: var(--up-orange); }
.upaw-radar-dot--3 { right: 17px; bottom: 62px; }
.upaw-radar-dot--4 { left: 58px; bottom: 22px; background: var(--up-orange); }
.upaw-stack-demo { position: relative; height: 135px; margin-top: 26px; }
.upaw-stack-demo > span { position: absolute; left: 12%; right: 12%; height: 62px; border: 1px solid #d9e7ee; border-radius: 19px; background: #fff; box-shadow: 0 9px 22px rgba(11,38,55,.07); }
.upaw-stack-demo > span:nth-child(1) { top: 0; transform: scale(.88); opacity: .5; }
.upaw-stack-demo > span:nth-child(2) { top: 12px; transform: scale(.94); opacity: .75; }
.upaw-stack-demo > span:nth-child(3) { top: 25px; }
.upaw-stack-demo button { position: absolute; z-index: 3; left: 18%; right: 18%; bottom: 0; min-height: 53px; border: 0; border-radius: 16px; background: var(--up-blue-dark); color: #fff; font-size: .78rem; font-weight: 900; }
.upaw-stack-demo button b { display: block; margin-top: 3px; color: #bde5f7; font-size: .64rem; }
.upaw-favorite-demo { position: absolute; right: 30px; bottom: 27px; width: 120px; height: 120px; display: grid; place-items: center; border-radius: 34px; background: #fff; color: var(--up-orange-dark); box-shadow: 0 18px 38px rgba(185,72,7,.13); }
.upaw-favorite-demo svg { width: 55px; height: 55px; fill: currentColor; }
.upaw-favorite-demo b { position: absolute; right: 17px; top: 15px; min-width: 32px; height: 32px; display: grid; place-items: center; padding-inline: 6px; border: 4px solid #fff; border-radius: 99px; background: var(--up-blue-dark); color: #fff; font-size: .72rem; }
.upaw-favorite-demo span { position: absolute; bottom: 12px; color: var(--up-ink); font-size: .67rem; font-weight: 900; }
.upaw-source-demo { display: grid; gap: 9px; margin-top: 25px; }
.upaw-source-demo span { display: flex; align-items: center; gap: 9px; min-height: 38px; padding: 0 12px; border: 1px solid #dbe8ee; border-radius: 13px; background: rgba(255,255,255,.82); color: #355769; font-size: .75rem; font-weight: 800; }
.upaw-source-demo i { width: 9px; height: 9px; border-radius: 50%; background: var(--up-green); }
.upaw-source-demo span:nth-child(2) i { background: var(--up-blue); }
.upaw-source-demo span:nth-child(3) i { background: var(--up-orange); }
.upaw-weather-demo { display: grid; grid-template-columns: auto auto; align-items: center; width: 175px; margin-top: 25px; padding: 17px; border-radius: 22px; background: #fff; box-shadow: 0 16px 34px rgba(46,109,68,.11); }
.upaw-weather-demo svg { grid-row: span 2; width: 44px; height: 44px; margin-right: 12px; color: var(--up-blue); }
.upaw-weather-demo strong { font-size: 1.65rem; line-height: 1; }
.upaw-weather-demo span { margin-top: 4px; color: var(--up-muted); font-size: .67rem; }

/* Journey */
.upaw-journey { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.upaw-journey article { position: relative; min-height: 315px; padding: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 30px; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.upaw-journey-no { color: #7ba5b9; font-size: .75rem; font-weight: 950; letter-spacing: .14em; }
.upaw-journey-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 48px 0 23px; border-radius: 20px; background: linear-gradient(145deg, rgba(233,125,31,.25), rgba(11,109,159,.22)); color: #fff; }
.upaw-journey-icon svg { width: 30px; height: 30px; }
.upaw-journey h3 { margin: 0; font-size: 1.55rem; letter-spacing: -.035em; }
.upaw-journey p { margin: 13px 0 0; color: #b9d0dc; line-height: 1.65; }
.upaw-journey-line { position: absolute; z-index: 2; width: 54px; height: 3px; right: -36px; top: 126px; background: linear-gradient(90deg, var(--up-orange), var(--up-blue)); }
.upaw-journey-line::after { content: ""; position: absolute; right: 0; top: -4px; width: 11px; height: 11px; border-radius: 50%; background: #72c5eb; box-shadow: 0 0 0 5px rgba(114,197,235,.12); }

/* Categories */
.upaw-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.upaw-category-card { position: relative; min-height: 230px; overflow: hidden; padding: 27px; border: 1px solid rgba(11,38,55,.08); border-radius: 28px; background: #fff; box-shadow: var(--up-shadow-soft); transition: transform .28s ease, box-shadow .28s ease; }
.upaw-category-card::before { content: ""; position: absolute; width: 150px; height: 150px; right: -55px; top: -55px; border-radius: 50%; background: var(--card-soft); transition: transform .32s ease; }
.upaw-category-card:hover { transform: translateY(-7px) rotate(-.35deg); box-shadow: var(--up-shadow); }
.upaw-category-card:hover::before { transform: scale(1.14); }
.upaw-category-card--orange { --card: #b94807; --card-soft: #fff0e4; }
.upaw-category-card--green { --card: #2e6d44; --card-soft: #eaf5ed; }
.upaw-category-card--blue { --card: #0b6d9f; --card-soft: #eaf5fa; }
.upaw-category-card--rose { --card: #9f4961; --card-soft: #faedf1; }
.upaw-category-card--violet { --card: #69548f; --card-soft: #f1edfa; }
.upaw-category-card--gold { --card: #8b6500; --card-soft: #fff6d9; }
.upaw-category-icon { position: relative; z-index: 2; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--card-soft); color: var(--card); }
.upaw-category-icon svg { width: 30px; height: 30px; }
.upaw-category-arrow { position: absolute; z-index: 2; right: 23px; top: 23px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; background: rgba(255,255,255,.8); color: var(--card); }
.upaw-category-arrow svg { width: 19px; height: 19px; }
.upaw-category-card h3 { position: relative; z-index: 2; margin: 29px 0 0; font-size: 1.35rem; letter-spacing: -.035em; }
.upaw-category-card p { position: relative; z-index: 2; margin: 9px 0 0; color: var(--up-muted); font-size: .9rem; line-height: 1.55; }

/* App showcase */
.upaw-showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 24px; }
.upaw-showcase-card { padding: 25px; border: 1px solid var(--up-line); border-radius: 34px; background: linear-gradient(180deg, #f4f9fc, #fff); box-shadow: var(--up-shadow-soft); }
.upaw-showcase-card--raised { transform: translateY(38px); }
.upaw-crafted-screen { position: relative; width: min(100%, 295px); aspect-ratio: 944 / 2048; overflow: hidden; margin-inline: auto; border: 7px solid #132a38; border-radius: 42px; background: #fff; box-shadow: 0 22px 48px rgba(11,38,55,.2); }
.upaw-showcase-copy { margin-top: 24px; }
.upaw-showcase-copy > span { color: var(--up-orange-dark); font-size: .72rem; font-weight: 950; letter-spacing: .14em; }
.upaw-showcase-copy h3 { margin: 7px 0 0; font-size: 1.45rem; letter-spacing: -.04em; }
.upaw-showcase-copy p { margin: 10px 0 0; color: var(--up-muted); line-height: 1.58; }
.upaw-crafted-screen { padding: 42px 18px 18px; background: linear-gradient(180deg, #fffaf4, #f3f9fc); }
.upaw-crafted-status { position: absolute; top: 15px; left: 18px; right: 18px; display: flex; align-items: center; gap: 4px; font-size: .55rem; font-weight: 900; }
.upaw-crafted-status span { margin-right: auto; }
.upaw-crafted-status i { width: 7px; height: 7px; border-radius: 2px; background: var(--up-ink); }
.upaw-crafted-screen > p { margin: 18px 0 4px; color: var(--up-blue); font-size: .58rem; font-weight: 950; letter-spacing: .16em; }
.upaw-crafted-screen > h4 { margin: 0 0 18px; font-size: 1.45rem; letter-spacing: -.05em; }
.upaw-crafted-favorite { display: grid; grid-template-columns: 42px 1fr 26px; align-items: center; gap: 10px; margin-bottom: 11px; padding: 12px; border: 1px solid #deebf0; border-radius: 18px; background: #fff; box-shadow: 0 9px 18px rgba(11,38,55,.06); }
.upaw-crafted-favorite > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--up-blue-soft); color: var(--up-blue); }
.upaw-crafted-favorite > span svg { width: 22px; height: 22px; }
.upaw-crafted-favorite > div { display: grid; min-width: 0; }
.upaw-crafted-favorite small { color: var(--up-blue-dark); font-size: .43rem; font-weight: 950; letter-spacing: .09em; }
.upaw-crafted-favorite strong { overflow: hidden; margin-top: 3px; font-size: .73rem; text-overflow: ellipsis; white-space: nowrap; }
.upaw-crafted-favorite em { margin-top: 3px; color: var(--up-muted); font-size: .54rem; font-style: normal; }
.upaw-crafted-favorite > svg { width: 21px; height: 21px; color: var(--up-orange-dark); fill: currentColor; }
.upaw-crafted-tabs { position: absolute; left: 18px; right: 18px; bottom: 17px; height: 55px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #dbe8ee; border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 12px 25px rgba(11,38,55,.1); }
.upaw-crafted-tabs span { position: relative; display: grid; place-items: center; align-content: center; color: var(--up-ink); font-size: .95rem; }
.upaw-crafted-tabs small { font-size: .47rem; font-weight: 800; }
.upaw-crafted-tabs .is-active { color: var(--up-orange-dark); }
.upaw-crafted-tabs b { position: absolute; right: 11px; top: 5px; min-width: 16px; height: 16px; display: grid; place-items: center; border-radius: 99px; background: var(--up-blue-dark); color: #fff; font-size: .42rem; }

/* Trust */
.upaw-trust-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .85fr); align-items: center; gap: 80px; }
.upaw-trust-copy h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.06em; }
.upaw-trust-copy > p:not(.upaw-kicker) { margin: 24px 0 0; color: var(--up-muted); font-size: 1.05rem; line-height: 1.75; }
.upaw-trust-points { display: grid; gap: 13px; margin-top: 30px; }
.upaw-trust-points > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--up-line); border-radius: 18px; background: #fff; }
.upaw-trust-points > div > svg { width: 48px; height: 48px; padding: 12px; border-radius: 15px; background: var(--up-blue-soft); color: var(--up-blue); }
.upaw-trust-points span { display: grid; }
.upaw-trust-points small { margin-top: 4px; color: var(--up-muted); line-height: 1.45; }
.upaw-trust-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; }
.upaw-text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--up-orange-dark) !important; font-weight: 900; text-decoration: none; }
.upaw-text-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.upaw-text-link:hover svg { transform: translateX(4px); }
.upaw-trust-visual { position: relative; min-height: 560px; }
.upaw-trust-card { border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.82); backdrop-filter: blur(15px); box-shadow: var(--up-shadow); }
.upaw-trust-card--main { position: absolute; inset: 50px 40px 50px 0; padding: 40px; border-radius: 38px; background: linear-gradient(155deg, var(--up-ink), #123e55); color: #fff; }
.upaw-trust-card--main::after { content: ""; position: absolute; width: 230px; height: 230px; right: -80px; bottom: -100px; border-radius: 50%; background: rgba(233,125,31,.18); }
.upaw-trust-shield { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 25px; background: linear-gradient(145deg, rgba(233,125,31,.35), rgba(11,109,159,.34)); color: #fff; }
.upaw-trust-shield svg { width: 38px; height: 38px; }
.upaw-trust-card--main > p { margin: 48px 0 9px; color: #8fc6df; font-size: .7rem; font-weight: 950; letter-spacing: .16em; }
.upaw-trust-card--main h3 { margin: 0; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.02; letter-spacing: -.05em; }
.upaw-trust-card--main ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; color: #c8dae3; font-weight: 750; }
.upaw-trust-card--main li { display: flex; align-items: center; gap: 10px; }
.upaw-trust-card--main li span { width: 9px; height: 9px; border-radius: 50%; background: #77d49c; box-shadow: 0 0 0 6px rgba(119,212,156,.1); }
.upaw-trust-card--small { position: absolute; z-index: 3; width: 190px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 10px; padding: 15px; border-radius: 21px; }
.upaw-trust-card--small svg { grid-row: span 2; width: 42px; height: 42px; padding: 10px; border-radius: 13px; background: var(--up-orange-soft); color: var(--up-orange-dark); }
.upaw-trust-card--small strong { font-size: .87rem; }
.upaw-trust-card--small small { color: var(--up-muted); font-size: .66rem; }
.upaw-trust-card--a { right: 0; top: 16px; transform: rotate(4deg); }
.upaw-trust-card--b { right: 5px; bottom: 14px; transform: rotate(-3deg); }
.upaw-trust-card--b svg { background: var(--up-blue-soft); color: var(--up-blue); }

/* FAQ */
.upaw-section--faq { background: #f5f9fb; }
.upaw-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.upaw-faq-list { display: grid; gap: 11px; }
.upaw-faq-list details { border: 1px solid var(--up-line); border-radius: 20px; background: #fff; box-shadow: 0 9px 25px rgba(11,38,55,.05); }
.upaw-faq-list summary { position: relative; min-height: 70px; display: flex; align-items: center; padding: 16px 64px 16px 20px; cursor: pointer; list-style: none; font-weight: 900; }
.upaw-faq-list summary::-webkit-details-marker { display: none; }
.upaw-faq-list summary span { position: absolute; right: 19px; top: 50%; width: 34px; height: 34px; transform: translateY(-50%); border-radius: 12px; background: var(--up-orange-soft); }
.upaw-faq-list summary span::before, .upaw-faq-list summary span::after { content: ""; position: absolute; left: 9px; right: 9px; top: 16px; height: 2px; border-radius: 2px; background: var(--up-orange-dark); transition: transform .2s ease; }
.upaw-faq-list summary span::after { transform: rotate(90deg); }
.upaw-faq-list details[open] summary span::after { transform: rotate(0); }
.upaw-faq-list details p { margin: 0; padding: 0 20px 22px; color: var(--up-muted); line-height: 1.65; }

/* CTA */
.upaw-cta-section { padding: 80px 0; background: #fff; }
.upaw-cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 155px 1fr auto; align-items: center; gap: 32px; padding: 42px; border-radius: 38px; background: linear-gradient(125deg, var(--up-orange-deep), #b54b0a 48%, var(--up-blue-dark)); color: #fff; box-shadow: 0 28px 70px rgba(11,38,55,.22); }
.upaw-cta-card::before { content: ""; position: absolute; width: 340px; height: 340px; right: -130px; top: -170px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.upaw-cta-card h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.055em; }
.upaw-cta-card p:not(.upaw-kicker) { max-width: 660px; margin: 14px 0 0; color: #f7e7db; line-height: 1.6; }
.upaw-cta-art { position: relative; width: 135px; height: 135px; display: grid; place-items: center; }
.upaw-cta-art img { width: 110px; height: 110px; border-radius: 26px; box-shadow: 0 18px 35px rgba(0,0,0,.2); }
.upaw-cta-art > span { position: absolute; width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.6); border-radius: 12px; background: rgba(255,255,255,.18); backdrop-filter: blur(8px); }
.upaw-cta-art > span svg { width: 18px; height: 18px; }
.upaw-cta-art > span:nth-of-type(1) { top: 0; right: 0; }
.upaw-cta-art > span:nth-of-type(2) { left: 0; bottom: 5px; }
.upaw-cta-art > span:nth-of-type(3) { right: 0; bottom: -2px; }
.upaw-cta-actions { position: relative; z-index: 2; display: grid; gap: 10px; min-width: 235px; }
.upaw-button--white { background: #fff; color: var(--up-ink) !important; box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.upaw-button--white:hover { transform: translateY(-3px); }
.upaw-button--outline-light { border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.08); color: #fff !important; }
.upaw-button--outline-light:hover { transform: translateY(-3px); background: rgba(255,255,255,.15); }

/* Footer */
.upaw-footer { padding: 72px 0 24px; background: #071c28; color: #fff; }
.upaw-footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 38px; }
.upaw-footer .upaw-brand { color: #fff; }
.upaw-footer .upaw-brand small { color: #9fb8c5; }
.upaw-footer-brand > p { max-width: 300px; margin: 20px 0 0; color: #91aab7; line-height: 1.6; }
.upaw-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.upaw-footer nav h2 { margin: 0 0 7px; color: #fff; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.upaw-footer nav a { min-height: 30px; color: #9fb8c5; font-size: .86rem; text-decoration: none; transition: color .2s ease; }
.upaw-footer nav a:hover { color: #fff; }
.upaw-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.09); color: #7692a1; font-size: .77rem; }
.upaw-footer-bottom strong { color: #ffad65; }

/* Legal pages */
.upaw-site-header--legal .upaw-header-inner { justify-content: space-between; }
.upaw-back-link { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 13px; color: var(--up-blue-dark); font-weight: 850; text-decoration: none; }
.upaw-back-link:hover { background: var(--up-blue-soft); }
.upaw-legal-wrap { min-height: 70vh; padding: 68px 0 100px; background: radial-gradient(circle at 90% 5%, rgba(233,125,31,.12), transparent 25%), linear-gradient(180deg,#fffaf4,#f5f9fb); }
.upaw-legal-card { width: min(960px, calc(100% - 40px)); margin: auto; padding: clamp(30px, 6vw, 72px); border: 1px solid var(--up-line); border-radius: 38px; background: #fff; box-shadow: var(--up-shadow); }
.upaw-eyebrow { margin: 0; color: var(--up-blue-dark); font-size: .73rem; text-transform: uppercase; letter-spacing: .17em; font-weight: 950; }
.upaw-legal-card > h1 { margin: 10px 0 35px; font-size: clamp(2.5rem, 6vw, 4.6rem); line-height: .96; letter-spacing: -.06em; }
.upaw-legal-content { color: #334f5f; }
.upaw-legal-content h2 { margin: 38px 0 12px; color: var(--up-ink); font-size: 1.45rem; letter-spacing: -.025em; }
.upaw-legal-content h3 { color: var(--up-ink); }
.upaw-legal-content p, .upaw-legal-content li { line-height: 1.76; }
.upaw-legal-content a { color: var(--up-orange-dark); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.upaw-legal-content code { padding: .1em .35em; border-radius: 6px; background: var(--up-orange-soft); }
.upaw-legal-lead { padding: 19px 21px; border-left: 5px solid var(--up-orange); border-radius: 5px 18px 18px 5px; background: var(--up-orange-soft); color: var(--up-ink); font-size: 1.03rem; }
.upaw-footer--legal { padding-top: 34px; }
.upaw-footer--legal .upaw-footer-inner { width: min(1000px, calc(100% - 40px)); margin: auto; display: flex; justify-content: space-between; gap: 25px; }
.upaw-footer--legal nav { flex-direction: row; flex-wrap: wrap; }

/* Mobile menu */
.upaw-menu-toggle { display: none; position: relative; flex: 0 0 auto; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(233,125,31,.22); border-radius: 16px; background: linear-gradient(145deg,#fff,var(--up-orange-soft)); color: var(--up-orange-dark); box-shadow: 0 10px 25px rgba(169,68,11,.10); cursor: pointer; }
.upaw-menu-toggle span { position: absolute; left: 13px; width: 22px; height: 2.5px; border-radius: 99px; background: currentColor; transition: transform .24s ease, opacity .18s ease, top .24s ease; }
.upaw-menu-toggle span:nth-child(1) { top: 15px; }
.upaw-menu-toggle span:nth-child(2) { top: 22px; }
.upaw-menu-toggle span:nth-child(3) { top: 29px; }
.upaw-menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.upaw-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.upaw-menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 22px; transform: rotate(-45deg); }
.upaw-mobile-menu[hidden] { display: none !important; }
.upaw-mobile-menu { position: fixed; inset: 0; z-index: 500; display: grid; justify-items: end; padding: max(10px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left)); }
.upaw-mobile-menu__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(6,24,34,.52); backdrop-filter: blur(8px); opacity: 0; transition: opacity .25s ease; }
.upaw-mobile-menu__panel { position: relative; width: min(430px,calc(100vw - 20px)); height: 100%; overflow-y: auto; overscroll-behavior: contain; padding: 23px; border: 1px solid rgba(255,255,255,.75); border-radius: 31px; background: radial-gradient(circle at 90% 4%,rgba(233,125,31,.20),transparent 28%),radial-gradient(circle at 8% 92%,rgba(11,109,159,.12),transparent 32%),#fffaf4; box-shadow: -18px 0 60px rgba(6,24,34,.25); transform: translateX(105%); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.upaw-mobile-menu.is-open .upaw-mobile-menu__backdrop { opacity: 1; }
.upaw-mobile-menu.is-open .upaw-mobile-menu__panel { transform: none; }
.upaw-mobile-menu__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.upaw-mobile-menu__top p { margin: 0; color: var(--up-orange-dark); font-size: .68rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.upaw-mobile-menu__top h2 { margin: 7px 0 0; font-size: 1.65rem; line-height: 1.05; letter-spacing: -.04em; }
.upaw-mobile-menu__close { position: relative; flex: 0 0 auto; width: 46px; height: 46px; border: 0; border-radius: 15px; background: #fff; color: var(--up-ink); box-shadow: 0 9px 20px rgba(11,38,55,.1); }
.upaw-mobile-menu__close span { position: absolute; left: 13px; top: 22px; width: 20px; height: 2px; background: currentColor; transform: rotate(45deg); }
.upaw-mobile-menu__close span:last-child { transform: rotate(-45deg); }
.upaw-mobile-menu__links { display: grid; gap: 8px; margin-top: 28px; }
.upaw-mobile-menu__links a { min-height: 74px; display: grid; grid-template-columns: 34px 1fr 22px; align-items: center; gap: 11px; padding: 10px 13px; border: 1px solid rgba(11,38,55,.08); border-radius: 19px; background: rgba(255,255,255,.82); text-decoration: none; }
.upaw-mobile-menu__links b { color: var(--up-orange-dark); font-size: .68rem; letter-spacing: .08em; }
.upaw-mobile-menu__links span { display: grid; }
.upaw-mobile-menu__links small { margin-top: 4px; color: var(--up-muted); font-size: .68rem; }
.upaw-mobile-menu__links svg { width: 19px; height: 19px; color: var(--up-blue); }
.upaw-mobile-menu__legal { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; }
.upaw-mobile-menu__legal a { min-height: 44px; display: flex; align-items: center; padding: 0 12px; border-radius: 13px; background: rgba(11,109,159,.07); color: var(--up-blue-dark); font-size: .72rem; font-weight: 850; text-decoration: none; }
.upaw-mobile-menu__cta { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; padding: 0 17px; border-radius: 18px; background: var(--up-ink); color: #fff !important; font-size: .78rem; font-weight: 900; text-decoration: none; }
.upaw-mobile-menu__cta svg { width: 18px; height: 18px; }

/* Reveal / motion */
.upaw-js [data-upaw-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .68s ease, transform .68s cubic-bezier(.2,.7,.2,1); }
.upaw-js [data-upaw-reveal].is-visible { opacity: 1; transform: none; }
@keyframes upaw-radar { 0% { transform: translate(-50%,-50%) scale(.7); opacity: .65; } 100% { transform: translate(-50%,-50%) scale(1.08); opacity: 0; } }
@keyframes upaw-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
@media (prefers-reduced-motion: no-preference) {
  .upaw-radar-ring--3 { animation: upaw-radar 2.8s ease-out infinite; }
  .upaw-floating-card--ideas, .upaw-category-bubble--two { animation: upaw-float 4s ease-in-out infinite; }
  .upaw-floating-card--saved, .upaw-category-bubble--one { animation: upaw-float 5s ease-in-out -1s infinite; }
}

/* Responsive */
@media (max-width: 1120px) {
  .upaw-nav { display: none; }
  .upaw-menu-toggle { display: block; margin-left: auto; }
  .upaw-header-cta { margin-left: 0; }
  .upaw-hero-grid { grid-template-columns: minmax(0,1fr) 450px; gap: 20px; }
  .upaw-hero h1 { font-size: clamp(4rem,8vw,6rem); }
  .upaw-bento-card--wide { grid-column: span 12; }
  .upaw-bento-card--stack { grid-column: span 6; }
  .upaw-bento-card--favorite, .upaw-bento-card--source, .upaw-bento-card--weather { grid-column: span 6; }
  .upaw-bento-card--weather { grid-column: span 12; }
  .upaw-category-grid { grid-template-columns: repeat(2,1fr); }
  .upaw-trust-grid { gap: 45px; }
  .upaw-cta-card { grid-template-columns: 125px 1fr; }
  .upaw-cta-actions { grid-column: 2; grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 850px) {
  body.upaw-page.admin-bar .upaw-site-header { top: 46px; }
  .upaw-container { width: min(100% - 28px, 720px); }
  .upaw-header-inner { min-height: 70px; gap: 10px; }
  .upaw-brand { min-width: 0; }
  .upaw-brand img { width: 44px; height: 44px; border-radius: 13px; }
  .upaw-brand small { display: none; }
  .upaw-header-cta { display: none; }
  .upaw-hero { min-height: auto; padding: 58px 0 65px; }
  .upaw-hero-grid { grid-template-columns: 1fr; }
  .upaw-hero-copy { text-align: center; margin-inline: auto; }
  .upaw-kicker, .upaw-actions, .upaw-trust-list, .upaw-hero-note { justify-content: center; }
  .upaw-hero h1 { font-size: clamp(3.9rem,15vw,6.1rem); }
  .upaw-hero-stage { min-height: 615px; margin-top: 18px; }
  .upaw-device { width: 328px; }
  .upaw-proof-grid { grid-template-columns: repeat(2,1fr); }
  .upaw-proof-grid > div:nth-child(2) { border-right: 0; }
  .upaw-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .upaw-section { padding: 82px 0; }
  .upaw-section-head { margin-bottom: 38px; }
  .upaw-bento-card--stack, .upaw-bento-card--favorite, .upaw-bento-card--source, .upaw-bento-card--weather { grid-column: span 12; }
  .upaw-journey { grid-template-columns: 1fr; }
  .upaw-journey article { min-height: 260px; }
  .upaw-journey-icon { margin-top: 35px; }
  .upaw-journey-line { width: 3px; height: 36px; right: auto; left: 62px; top: auto; bottom: -28px; background: linear-gradient(var(--up-orange),var(--up-blue)); }
  .upaw-journey-line::after { right: -4px; top: auto; bottom: 0; }
  .upaw-showcase-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .upaw-showcase-card--raised { transform: none; }
  .upaw-trust-grid { grid-template-columns: 1fr; }
  .upaw-trust-visual { min-height: 500px; }
  .upaw-faq-grid { grid-template-columns: 1fr; gap: 20px; }
  .upaw-cta-card { grid-template-columns: 1fr; text-align: center; padding: 36px 28px; }
  .upaw-cta-art { margin-inline: auto; }
  .upaw-cta-actions { grid-column: auto; grid-template-columns: 1fr; width: min(100%,390px); margin-inline: auto; }
  .upaw-footer-grid { grid-template-columns: 1fr 1fr; }
  .upaw-footer-brand { grid-column: 1 / -1; }
  .upaw-footer-bottom, .upaw-footer--legal .upaw-footer-inner { flex-direction: column; }
}

@media (max-width: 560px) {
  .upaw-container { width: min(100% - 22px, 520px); }
  .upaw-header-inner { min-height: 66px; }
  .upaw-brand strong { font-size: .98rem; }
  .upaw-menu-toggle { width: 44px; height: 44px; border-radius: 14px; }
  .upaw-menu-toggle span { left: 11px; }
  .upaw-hero { padding-top: 45px; }
  .upaw-hero h1 { font-size: clamp(3.45rem,18vw,5.2rem); }
  .upaw-lead { font-size: 1rem; }
  .upaw-actions { display: grid; }
  .upaw-button { width: 100%; }
  .upaw-trust-list { display: grid; justify-items: start; width: max-content; max-width: 100%; margin-inline: auto; }
  .upaw-hero-note { font-size: .7rem; }
  .upaw-hero-stage { min-height: 530px; }
  .upaw-device { width: 278px; border-radius: 46px; }
  .upaw-device img { border-radius: 38px; }
  .upaw-device__island { top: 17px; width: 76px; height: 22px; }
  .upaw-orbit--one { width: 390px; height: 390px; }
  .upaw-orbit--two { width: 455px; height: 455px; }
  .upaw-floating-card { min-width: 136px; padding: 9px 11px; border-radius: 17px; }
  .upaw-floating-card--distance { left: -3px; top: 115px; }
  .upaw-floating-card--ideas { right: -2px; top: 190px; }
  .upaw-floating-card--saved { right: 0; bottom: 78px; }
  .upaw-category-bubble { padding: 8px 10px; font-size: .68rem; }
  .upaw-category-bubble--one { left: 2px; bottom: 88px; }
  .upaw-category-bubble--two { right: 4px; top: 60px; }
  .upaw-category-bubble--three { left: 5px; top: 44px; }
  .upaw-proof-grid { grid-template-columns: 1fr; }
  .upaw-proof-grid > div { min-height: 83px; border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.09); }
  .upaw-proof-grid > div:last-child { border-bottom: 0; }
  .upaw-section { padding: 70px 0; }
  .upaw-section-head h2 { font-size: clamp(2.45rem,12vw,3.5rem); }
  .upaw-bento { gap: 13px; }
  .upaw-bento-card { min-height: 300px; padding: 23px; border-radius: 25px; }
  .upaw-bento-card--wide { grid-template-columns: 1fr; }
  .upaw-radar-demo { width: 190px; height: 190px; margin: 10px auto 0; }
  .upaw-radar-ring--3 { width: 175px; height: 175px; }
  .upaw-category-grid { grid-template-columns: 1fr; }
  .upaw-category-card { min-height: 205px; }
  .upaw-trust-visual { min-height: 480px; }
  .upaw-trust-card--main { inset: 50px 5px 45px; padding: 29px; }
  .upaw-trust-card--small { width: 164px; }
  .upaw-trust-card--a { right: 0; }
  .upaw-trust-card--b { right: 0; }
  .upaw-faq-list summary { font-size: .9rem; }
  .upaw-cta-section { padding: 50px 0; }
  .upaw-cta-card { border-radius: 29px; }
  .upaw-footer-grid { grid-template-columns: 1fr; }
  .upaw-footer-brand { grid-column: auto; }
  .upaw-legal-card { width: calc(100% - 22px); padding: 28px 20px; border-radius: 28px; }
  .upaw-back-link { display: none; }
  .upaw-menu-toggle--legal { display: block; margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .upaw-js [data-upaw-reveal] { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
  .upaw-button, .upaw-header-cta, .upaw-menu-toggle, .upaw-faq-list details { border: 2px solid ButtonText; }
}


/* 2.3.0 – original, responsive app illustrations (no screenshots) */
.upaw-device__screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 47px; background: linear-gradient(180deg,#fffaf4 0%,#ffffff 52%,#edf8fc 100%); color: var(--up-ink); }
.upaw-device__screen::before { content:""; position:absolute; width:220px; height:220px; right:-105px; top:58px; border-radius:50%; background:rgba(233,125,31,.09); }
.upaw-device__screen::after { content:""; position:absolute; width:180px; height:180px; left:-95px; bottom:58px; border-radius:50%; background:rgba(11,109,159,.08); }
.upaw-ui-demo { padding: 55px 18px 18px; font-size: 10px; }
.upaw-ui-demo svg { stroke-width: 2; }
.upaw-ui-status { position:absolute; z-index:2; top:22px; left:24px; right:24px; display:flex; align-items:center; justify-content:space-between; font-size:10px; font-weight:900; }
.upaw-ui-status > span { display:flex; align-items:end; gap:2px; }
.upaw-ui-status i { width:3px; border-radius:3px; background:var(--up-ink); }
.upaw-ui-status i:nth-child(1){height:5px}.upaw-ui-status i:nth-child(2){height:8px}.upaw-ui-status i:nth-child(3){height:11px}
.upaw-ui-status b { width:15px; height:9px; margin-left:5px; border:2px solid var(--up-ink); border-radius:3px; position:relative; }
.upaw-ui-status b::after { content:""; position:absolute; right:-4px; top:2px; width:2px; height:3px; border-radius:0 2px 2px 0; background:var(--up-ink); }
.upaw-ui-brandline { position:relative; z-index:2; display:grid; grid-template-columns:34px 1fr 36px; align-items:center; gap:9px; }
.upaw-ui-brandline img { width:34px !important; height:34px !important; object-fit:contain !important; border-radius:10px !important; box-shadow:0 5px 14px rgba(11,38,55,.12); }
.upaw-ui-brandline span { display:grid; }
.upaw-ui-brandline small { color:var(--up-blue); font-size:7px; font-weight:950; letter-spacing:.14em; }
.upaw-ui-brandline strong { margin-top:2px; font-size:16px; letter-spacing:-.04em; }
.upaw-ui-brandline > b { width:34px; height:34px; display:grid; place-items:center; border-radius:13px; background:var(--up-blue-soft); color:var(--up-blue-dark); font-size:12px; }
.upaw-ui-mood { position:relative; z-index:2; margin-top:15px; padding:13px; border:1px solid rgba(11,109,159,.13); border-radius:18px; background:rgba(255,255,255,.86); box-shadow:0 9px 23px rgba(11,38,55,.07); }
.upaw-ui-mood p { margin:0 0 9px; color:var(--up-blue-dark); font-size:7px; font-weight:950; letter-spacing:.14em; }
.upaw-ui-mood > div { display:flex; gap:6px; }
.upaw-ui-mood span { min-width:0; display:flex; align-items:center; gap:5px; padding:8px 9px; border:1px solid #dceaf0; border-radius:12px; background:#fff; color:#355665; font-size:8px; font-weight:850; }
.upaw-ui-mood span svg { width:12px; height:12px; color:var(--up-orange-dark); }
.upaw-ui-mood span.is-active { border-color:var(--up-blue); background:var(--up-blue); color:#fff; box-shadow:0 7px 14px rgba(11,109,159,.18); }
.upaw-ui-mood span.is-active svg { color:#fff; }
.upaw-ui-search-panel { position:relative; z-index:2; display:grid; gap:7px; margin-top:10px; padding:12px; border-radius:20px; background:#fff; box-shadow:0 11px 27px rgba(11,38,55,.09); }
.upaw-ui-search-panel > div { display:grid; grid-template-columns:26px 1fr auto; align-items:center; gap:8px; min-height:39px; padding:7px 8px; border:1px solid #dceaf0; border-radius:13px; background:#f9fcfd; }
.upaw-ui-search-panel > div > svg { width:18px; height:18px; color:var(--up-orange-dark); }
.upaw-ui-search-panel > div > span { display:grid; }
.upaw-ui-search-panel small { color:#6d8490; font-size:6px; font-weight:950; letter-spacing:.11em; }
.upaw-ui-search-panel strong { margin-top:2px; font-size:10px; }
.upaw-ui-search-panel > div > b { width:20px; height:20px; display:grid; place-items:center; border-radius:8px; background:#e9f5ee; color:var(--up-green); font-size:9px; }
.upaw-ui-search-panel > div > em { color:var(--up-blue-dark); font-size:10px; font-style:normal; font-weight:950; }
.upaw-ui-search-panel button { min-height:42px; display:flex; align-items:center; justify-content:center; gap:8px; border:0; border-radius:14px; background:linear-gradient(135deg,var(--up-orange-dark),var(--up-orange)); color:#fff; font-size:9px; font-weight:950; box-shadow:0 9px 19px rgba(185,72,7,.22); }
.upaw-ui-search-panel button svg { width:14px; height:14px; }
.upaw-ui-nearby { position:relative; z-index:2; margin-top:11px; }
.upaw-ui-nearby__head { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.upaw-ui-nearby__head span { display:grid; }
.upaw-ui-nearby__head small { color:var(--up-blue); font-size:6px; font-weight:950; letter-spacing:.13em; }
.upaw-ui-nearby__head strong { margin-top:2px; font-size:12px; }
.upaw-ui-nearby__head b { min-width:28px; height:25px; display:grid; place-items:center; border-radius:10px; background:rgba(11,109,159,.09); color:var(--up-blue-dark); font-size:9px; }
.upaw-ui-place { display:grid; grid-template-columns:38px 1fr 18px; align-items:center; gap:9px; margin-bottom:7px; padding:9px; border:1px solid #dce9ee; border-radius:15px; background:rgba(255,255,255,.94); box-shadow:0 7px 16px rgba(11,38,55,.055); }
.upaw-ui-place__icon { width:38px; height:38px; display:grid; place-items:center; border-radius:13px; }
.upaw-ui-place__icon svg { width:19px; height:19px; }
.upaw-ui-place__icon--blue { background:var(--up-blue-soft); color:var(--up-blue); }
.upaw-ui-place__icon--orange { background:var(--up-orange-soft); color:var(--up-orange-dark); }
.upaw-ui-place > span:nth-child(2) { display:grid; min-width:0; }
.upaw-ui-place small { color:var(--up-blue-dark); font-size:5.7px; font-weight:950; letter-spacing:.09em; }
.upaw-ui-place strong { overflow:hidden; margin-top:2px; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.upaw-ui-place em { margin-top:2px; color:var(--up-muted); font-size:7px; font-style:normal; }
.upaw-ui-place > svg { width:17px; height:17px; color:#66808e; }
.upaw-ui-tabs { position:absolute; z-index:3; left:18px; right:18px; bottom:16px; height:52px; display:grid; grid-template-columns:repeat(3,1fr); padding:4px; border:1px solid rgba(11,38,55,.09); border-radius:18px; background:rgba(255,255,255,.92); backdrop-filter:blur(10px); box-shadow:0 12px 25px rgba(11,38,55,.13); }
.upaw-ui-tabs span { position:relative; display:grid; place-items:center; align-content:center; border-radius:14px; color:var(--up-ink); }
.upaw-ui-tabs span.is-active { background:#eef3f5; color:var(--up-orange-dark); }
.upaw-ui-tabs svg { width:17px; height:17px; }
.upaw-ui-tabs small { margin-top:2px; font-size:6px; font-weight:850; }
.upaw-ui-tabs b { position:absolute; right:11px; top:3px; min-width:15px; height:15px; display:grid; place-items:center; padding:0 4px; border-radius:99px; background:var(--up-blue-dark); color:#fff; font-size:6px; }

.upaw-crafted-screen { padding:42px 18px 18px; }
.upaw-crafted-screen--planner { background:linear-gradient(180deg,#fffaf4,#f3f9fc); }
.upaw-planner-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.upaw-planner-grid span { min-height:45px; display:flex; align-items:center; gap:7px; padding:9px; border:1px solid #dce9ee; border-radius:15px; background:#fff; color:var(--up-ink); font-size:.57rem; font-weight:900; }
.upaw-planner-grid span svg { width:18px; height:18px; color:var(--up-orange-dark); }
.upaw-planner-grid span.is-active { border-color:var(--up-blue); background:var(--up-blue); color:#fff; }
.upaw-planner-grid span.is-active svg { color:#fff; }
.upaw-planner-field { display:grid; grid-template-columns:32px 1fr 24px; align-items:center; gap:8px; margin-top:12px; padding:11px; border:2px solid rgba(233,125,31,.65); border-radius:17px; background:#fff; }
.upaw-planner-field > svg { width:22px; height:22px; color:var(--up-orange-dark); }
.upaw-planner-field span { display:grid; }
.upaw-planner-field small,.upaw-planner-time small { color:var(--up-muted); font-size:.43rem; font-weight:950; letter-spacing:.1em; }
.upaw-planner-field strong { margin-top:3px; font-size:.72rem; }
.upaw-planner-field b { width:22px; height:22px; display:grid; place-items:center; border-radius:8px; background:#e9f5ee; color:var(--up-green); font-size:.55rem; }
.upaw-planner-time { margin-top:12px; }
.upaw-planner-time > span { display:flex; align-items:end; justify-content:space-between; }
.upaw-planner-time strong { font-size:.75rem; }
.upaw-planner-time > div { position:relative; height:7px; margin-top:11px; border-radius:99px; background:#d8e7ed; }
.upaw-planner-time > div::before { content:""; position:absolute; inset:0 43% 0 0; border-radius:99px; background:linear-gradient(90deg,var(--up-orange),var(--up-blue)); }
.upaw-planner-time i { position:absolute; left:55%; top:50%; width:22px; height:22px; transform:translate(-50%,-50%); border:5px solid #fff; border-radius:50%; background:var(--up-blue); box-shadow:0 4px 10px rgba(11,38,55,.16); }
.upaw-planner-button { position:absolute; left:18px; right:18px; bottom:21px; min-height:48px; display:flex; align-items:center; justify-content:center; gap:8px; border:0; border-radius:16px; background:linear-gradient(135deg,var(--up-orange-dark),var(--up-orange)); color:#fff; font-size:.72rem; font-weight:950; box-shadow:0 10px 22px rgba(185,72,7,.23); }
.upaw-planner-button svg { width:18px; height:18px; }
.upaw-crafted-screen--results { background:linear-gradient(180deg,#fffaf4,#eff8fb); }
.upaw-results-title { display:flex; align-items:center; justify-content:space-between; margin:0 0 12px; }
.upaw-results-title h4 { margin:0; font-size:1.4rem; letter-spacing:-.05em; }
.upaw-results-title b { min-width:34px; height:30px; display:grid; place-items:center; border-radius:11px; background:var(--up-blue-soft); color:var(--up-blue-dark); font-size:.7rem; }
.upaw-result-card { display:grid; grid-template-columns:42px 1fr 24px; align-items:center; gap:9px; margin-bottom:9px; padding:10px; border:1px solid #dce9ee; border-radius:17px; background:#fff; box-shadow:0 7px 17px rgba(11,38,55,.055); }
.upaw-result-card > span { width:42px; height:42px; display:grid; place-items:center; border-radius:14px; }
.upaw-result-card > span svg { width:21px; height:21px; }
.upaw-result-card > span.is-water { background:var(--up-blue-soft); color:var(--up-blue); }
.upaw-result-card > span.is-culture { background:#f3eefc; color:#6f4aa0; }
.upaw-result-card > span.is-nature { background:#eaf5ed; color:var(--up-green); }
.upaw-result-card > div { display:grid; min-width:0; }
.upaw-result-card small { color:var(--up-blue-dark); font-size:.4rem; font-weight:950; letter-spacing:.08em; }
.upaw-result-card strong { overflow:hidden; margin-top:3px; font-size:.68rem; text-overflow:ellipsis; white-space:nowrap; }
.upaw-result-card em { margin-top:3px; color:var(--up-muted); font-size:.49rem; font-style:normal; }
.upaw-result-card > svg { width:20px; height:20px; color:#6b8290; }
.upaw-loadmore-demo { width:100%; min-height:45px; display:flex; align-items:center; justify-content:space-between; gap:8px; margin-top:4px; padding:0 14px; border:0; border-radius:15px; background:var(--up-blue); color:#fff; font-size:.65rem; font-weight:950; }
.upaw-loadmore-demo b { color:#dff3fc; font-size:.52rem; }

@media (max-width:560px){
  .upaw-device__screen{border-radius:38px}
  .upaw-ui-demo{padding:48px 14px 14px;font-size:9px}
  .upaw-ui-status{top:19px;left:20px;right:20px}
  .upaw-ui-brandline{grid-template-columns:31px 1fr 32px;gap:7px}
  .upaw-ui-brandline img{width:31px!important;height:31px!important}
  .upaw-ui-brandline strong{font-size:14px}
  .upaw-ui-mood{margin-top:12px;padding:10px}
  .upaw-ui-mood span{padding:7px 7px;font-size:7px}
  .upaw-ui-search-panel{padding:9px;gap:5px}
  .upaw-ui-search-panel>div{min-height:34px;padding:5px 6px}
  .upaw-ui-search-panel button{min-height:37px;font-size:8px}
  .upaw-ui-nearby{margin-top:8px}
  .upaw-ui-place{grid-template-columns:33px 1fr 16px;padding:7px;margin-bottom:5px}
  .upaw-ui-place__icon{width:33px;height:33px}
  .upaw-ui-tabs{left:14px;right:14px;bottom:12px;height:46px}
}


/* =========================================================
   2.4.0 — Premium real-screenshot presentation
   ========================================================= */
.upaw-hero--real { min-height: 850px; padding: 86px 0 74px; overflow: hidden; background:
  radial-gradient(circle at 82% 16%, rgba(233,125,31,.18), transparent 25%),
  radial-gradient(circle at 4% 84%, rgba(11,109,159,.14), transparent 24%),
  linear-gradient(180deg,#fffaf4 0%,#fff 69%,#f3fafd 100%); }
.upaw-hero--real::before { opacity:.18; background-size:24px 24px; }
.upaw-hero--real .upaw-hero-grid { grid-template-columns:minmax(0,.93fr) minmax(570px,1.07fr); gap:22px; }
.upaw-hero--real .upaw-hero-copy { max-width:650px; }
.upaw-hero--real .upaw-lead { max-width:610px; font-size:1.15rem; }
.upaw-hero--real .upaw-trust-list li svg { width:20px; height:20px; color:var(--up-orange-dark); }
.upaw-hero-stage--real { min-height:700px; isolation:isolate; }
.upaw-hero-stage--real::before { content:""; position:absolute; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle,rgba(255,255,255,.95),rgba(255,255,255,.24) 59%,transparent 70%); filter:blur(1px); }
.upaw-hero-landscape { position:absolute; z-index:-1; left:-35px; right:-35px; bottom:34px; height:245px; opacity:.9; pointer-events:none; }
.upaw-hero-landscape span { position:absolute; bottom:0; left:0; right:0; clip-path:polygon(0 80%,10% 55%,18% 67%,31% 35%,42% 61%,55% 29%,68% 54%,79% 25%,89% 58%,100% 39%,100% 100%,0 100%); }
.upaw-hero-landscape span:nth-child(1){height:100%;background:linear-gradient(180deg,rgba(204,231,241,.45),rgba(204,231,241,.05));transform:translateY(-40px) scaleX(1.1)}
.upaw-hero-landscape span:nth-child(2){height:76%;background:linear-gradient(180deg,rgba(181,219,229,.56),rgba(181,219,229,.12));transform:translateY(-14px) scaleX(1.06)}
.upaw-hero-landscape span:nth-child(3){height:53%;background:linear-gradient(180deg,rgba(137,191,175,.42),rgba(137,191,175,.1));}
.upaw-route-map--real { z-index:0; transform:scale(1.05); opacity:.88; }
.upaw-screen-device { position:absolute; z-index:5; overflow:hidden; padding:8px; border:1px solid rgba(255,255,255,.88); border-radius:58px; background:linear-gradient(145deg,#213a48,#06131a); box-shadow:0 46px 100px rgba(11,38,55,.30),0 16px 36px rgba(11,38,55,.16),inset 0 0 0 1px rgba(255,255,255,.18); transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .55s ease; }
.upaw-screen-device img { display:block; width:100%; height:100%; object-fit:cover; border-radius:49px; background:#fff; }
.upaw-screen-device__island { position:absolute; z-index:4; top:19px; left:50%; width:96px; height:27px; transform:translateX(-50%); border-radius:20px; background:#06131a; box-shadow:inset 0 -1px rgba(255,255,255,.08); }
.upaw-screen-device__side { position:absolute; right:-4px; width:4px; border-radius:4px 0 0 4px; background:#243e4c; }
.upaw-screen-device__side--one{top:128px;height:64px}.upaw-screen-device__side--two{top:212px;height:94px}
.upaw-screen-device--hero { width:390px; aspect-ratio:1290/2796; right:34px; top:14px; transform:rotate(3.4deg); }
.upaw-screen-device--secondary { width:285px; aspect-ratio:1290/2796; left:12px; top:112px; z-index:2; transform:rotate(-10deg); filter:saturate(.88) brightness(.98); opacity:.82; box-shadow:0 30px 70px rgba(11,38,55,.20); }
.upaw-hero-stage--real:hover .upaw-screen-device--hero { transform:rotate(1.4deg) translateY(-7px); }
.upaw-hero-stage--real:hover .upaw-screen-device--secondary { transform:rotate(-8.4deg) translate(-4px,-2px); }
.upaw-hero--real .upaw-floating-card { z-index:9; }
.upaw-hero--real .upaw-floating-card--distance { left:-12px; top:176px; }
.upaw-hero--real .upaw-floating-card--ideas { right:-4px; top:142px; }
.upaw-hero--real .upaw-floating-card--saved { right:-8px; bottom:108px; }
.upaw-hero--real .upaw-category-bubble--one { left:90px; bottom:90px; }
.upaw-hero--real .upaw-category-bubble--two { right:5px; top:80px; }
.upaw-hero--real .upaw-category-bubble--three { left:62px; top:80px; }

/* Real three-step journey */
.upaw-section--journey-real { position:relative; overflow:hidden; background:
  radial-gradient(circle at 12% 10%,rgba(11,109,159,.24),transparent 26%),
  radial-gradient(circle at 90% 80%,rgba(233,125,31,.18),transparent 24%),
  linear-gradient(145deg,#061a27,#0b2d40 58%,#082333); }
.upaw-section--journey-real::before { content:""; position:absolute; inset:0; opacity:.10; background-image:radial-gradient(rgba(255,255,255,.55) .75px,transparent .75px); background-size:24px 24px; }
.upaw-section--journey-real .upaw-section-head { max-width:760px; }
.upaw-section--journey-real .upaw-section-head > p:last-child { color:#bad0dc; }
.upaw-journey-gallery { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:52px; }
.upaw-journey-shot { position:relative; overflow:hidden; min-height:720px; padding:30px 26px 26px; border:1px solid rgba(255,255,255,.13); border-radius:36px; background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.035)); box-shadow:0 26px 70px rgba(0,0,0,.18); backdrop-filter:blur(14px); }
.upaw-journey-shot::after { content:""; position:absolute; width:210px; height:210px; right:-95px; top:-85px; border-radius:50%; background:rgba(233,125,31,.10); }
.upaw-step-device { position:relative; width:min(100%,245px); aspect-ratio:1290/2796; overflow:hidden; margin:0 auto; padding:6px; border-radius:42px; background:linear-gradient(145deg,#263f4d,#06131a); box-shadow:0 27px 55px rgba(0,0,0,.34); transform:translateY(0) rotate(-1deg); transition:transform .45s cubic-bezier(.2,.8,.2,1); }
.upaw-journey-shot:nth-child(2) .upaw-step-device { transform:translateY(16px) rotate(1.2deg); }
.upaw-journey-shot:nth-child(3) .upaw-step-device { transform:translateY(-4px) rotate(-.4deg); }
.upaw-journey-shot:hover .upaw-step-device { transform:translateY(-8px) rotate(0); }
.upaw-step-device img { display:block; width:100%; height:100%; object-fit:cover; border-radius:36px; }
.upaw-step-device__island { position:absolute; z-index:2; top:15px; left:50%; width:68px; height:20px; transform:translateX(-50%); border-radius:20px; background:#06131a; }
.upaw-journey-shot__copy { position:relative; z-index:2; display:grid; grid-template-columns:48px 1fr; gap:15px; margin-top:30px; color:#fff; }
.upaw-journey-shot__copy > span { width:48px; height:48px; display:grid; place-items:center; border-radius:16px; background:var(--up-orange); color:#fff; font-weight:950; }
.upaw-journey-shot__copy div > p:first-child { margin:2px 0 6px; color:#79c6e7; font-size:.68rem; font-weight:950; letter-spacing:.14em; }
.upaw-journey-shot__copy h3 { margin:0; color:#fff; font-size:1.42rem; letter-spacing:-.035em; }
.upaw-journey-shot__copy div > p:last-child { margin:10px 0 0; color:#bdd0da; font-size:.92rem; line-height:1.6; }

/* Premium interactive app experience */
.upaw-section--experience { position:relative; overflow:hidden; background:linear-gradient(180deg,#fff 0%,#f6fbfd 100%); }
.upaw-section--experience::before { content:""; position:absolute; width:650px; height:650px; left:-360px; top:120px; border-radius:50%; background:rgba(11,109,159,.06); }
.upaw-experience { position:relative; display:grid; grid-template-columns:minmax(310px,.78fr) minmax(480px,1.22fr); gap:48px; margin-top:52px; padding:46px; overflow:hidden; border:1px solid #d9e8ee; border-radius:48px; background:
  radial-gradient(circle at 82% 14%,rgba(233,125,31,.15),transparent 27%),
  radial-gradient(circle at 20% 82%,rgba(11,109,159,.11),transparent 27%),
  linear-gradient(145deg,#f8fcfe,#fffaf5); box-shadow:0 32px 90px rgba(11,38,55,.12); }
.upaw-experience::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.22; background-image:radial-gradient(rgba(11,38,55,.16) .65px,transparent .65px); background-size:22px 22px; mask-image:linear-gradient(90deg,#000,transparent 72%); }
.upaw-experience-tabs { position:relative; z-index:4; align-self:center; display:grid; gap:14px; }
.upaw-experience-tab { appearance:none; width:100%; min-height:118px; display:grid; grid-template-columns:34px 48px 1fr 16px; align-items:center; gap:13px; padding:18px; border:1px solid transparent; border-radius:25px; background:transparent; color:var(--up-ink); text-align:left; cursor:pointer; transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease; }
.upaw-experience-tab:hover { background:rgba(255,255,255,.62); transform:translateX(3px); }
.upaw-experience-tab.is-active { border-color:#d7e6ec; background:rgba(255,255,255,.95); box-shadow:0 18px 42px rgba(11,38,55,.11); }
.upaw-experience-tab > span:first-child { color:var(--up-orange-dark); font-size:.72rem; font-weight:950; letter-spacing:.08em; }
.upaw-experience-tab > svg { width:48px; height:48px; padding:12px; border-radius:15px; background:var(--up-blue-soft); color:var(--up-blue); }
.upaw-experience-tab > span:nth-of-type(2) { display:grid; }
.upaw-experience-tab strong { font-size:1.05rem; letter-spacing:-.02em; }
.upaw-experience-tab small { margin-top:6px; color:var(--up-muted); font-size:.82rem; line-height:1.48; }
.upaw-experience-tab > i { width:10px; height:10px; border:2px solid #abc1cb; border-left:0; border-bottom:0; transform:rotate(45deg); }
.upaw-experience-tab.is-active > i { border-color:var(--up-orange); }
.upaw-experience-tab:focus-visible { outline:3px solid var(--up-orange); outline-offset:3px; }
.upaw-experience-promise { display:grid; grid-template-columns:42px 1fr; align-items:center; gap:13px; margin-top:8px; padding:17px; border-radius:20px; background:#0b2b3d; color:#fff; }
.upaw-experience-promise > svg { width:42px; height:42px; padding:10px; border-radius:14px; background:rgba(255,255,255,.11); color:#8ed1b0; }
.upaw-experience-promise span { display:grid; }
.upaw-experience-promise small { margin-top:4px; color:#bdd0da; line-height:1.4; }
.upaw-experience-stage { position:relative; z-index:2; min-height:690px; display:grid; place-items:center; }
.upaw-experience-panel { position:absolute; inset:0; display:grid; place-items:center; opacity:0; transform:translateY(12px) scale(.985); transition:opacity .32s ease,transform .32s ease; }
.upaw-experience-panel.is-active { opacity:1; transform:none; }
.upaw-experience-panel[hidden] { display:none; }
.upaw-experience-device { position:relative; z-index:3; width:340px; aspect-ratio:1290/2796; overflow:hidden; padding:7px; border-radius:53px; background:linear-gradient(145deg,#233c4a,#06131a); box-shadow:0 38px 82px rgba(11,38,55,.28),0 12px 28px rgba(11,38,55,.15); transform:rotate(1.4deg); }
.upaw-experience-device img { display:block; width:100%; height:100%; object-fit:cover; border-radius:46px; }
.upaw-experience-device__island { position:absolute; z-index:2; top:18px; left:50%; width:89px; height:25px; transform:translateX(-50%); border-radius:20px; background:#06131a; }
.upaw-experience-callout { position:absolute; z-index:6; min-width:205px; display:flex; align-items:center; gap:11px; padding:14px 16px; border:1px solid rgba(255,255,255,.9); border-radius:20px; background:rgba(255,255,255,.92); backdrop-filter:blur(16px); box-shadow:0 18px 42px rgba(11,38,55,.14); }
.upaw-experience-callout > svg { width:34px; height:34px; padding:8px; border-radius:12px; background:var(--up-blue-soft); color:var(--up-blue); }
.upaw-experience-callout > span:not(.upaw-heart-badge) { display:grid; }
.upaw-experience-callout small { color:var(--up-blue); font-size:.61rem; font-weight:950; letter-spacing:.11em; }
.upaw-experience-callout strong { margin-top:4px; font-size:.91rem; }
.upaw-experience-callout--a { left:12px; top:118px; }
.upaw-experience-callout--b { right:0; bottom:132px; }
.upaw-experience-panel .upaw-heart-badge { width:40px; height:40px; }
.upaw-experience-panel .upaw-heart-badge svg { width:26px; height:26px; }

/* Footer signature refinement */
.upaw-footer-bottom span:last-child { max-width:680px; text-align:right; line-height:1.5; }
.upaw-footer-bottom span:last-child strong { color:var(--up-orange); }

@media (max-width:1180px){
  .upaw-hero--real .upaw-hero-grid{grid-template-columns:minmax(0,1fr) 520px;}
  .upaw-screen-device--hero{width:350px;right:28px;top:38px}
  .upaw-screen-device--secondary{width:250px;left:4px;top:145px}
  .upaw-hero-stage--real{min-height:660px}
  .upaw-experience{grid-template-columns:320px 1fr;padding:36px;gap:28px}
  .upaw-experience-callout--a{left:-12px}.upaw-experience-callout--b{right:-10px}
}
@media (max-width:980px){
  .upaw-hero--real{padding-top:60px}
  .upaw-hero--real .upaw-hero-grid{grid-template-columns:1fr}
  .upaw-hero--real .upaw-hero-copy{text-align:center;margin-inline:auto}
  .upaw-hero--real .upaw-kicker,.upaw-hero--real .upaw-actions,.upaw-hero--real .upaw-trust-list,.upaw-hero--real .upaw-hero-note{justify-content:center}
  .upaw-hero--real .upaw-lead{margin-inline:auto}
  .upaw-hero-stage--real{min-height:680px;margin-top:18px}
  .upaw-screen-device--hero{right:calc(50% - 250px)}
  .upaw-screen-device--secondary{left:calc(50% - 260px)}
  .upaw-hero--real .upaw-floating-card--distance{left:calc(50% - 340px)}
  .upaw-hero--real .upaw-floating-card--ideas{right:calc(50% - 340px)}
  .upaw-hero--real .upaw-floating-card--saved{right:calc(50% - 340px)}
  .upaw-hero--real .upaw-category-bubble--three{left:calc(50% - 260px)}
  .upaw-hero--real .upaw-category-bubble--two{right:calc(50% - 270px)}
  .upaw-journey-gallery{grid-template-columns:1fr;max-width:640px;margin-inline:auto}
  .upaw-journey-shot{min-height:auto;display:grid;grid-template-columns:230px 1fr;align-items:center;gap:30px;padding:26px}
  .upaw-journey-shot:nth-child(2) .upaw-step-device,.upaw-journey-shot:nth-child(3) .upaw-step-device{transform:none}
  .upaw-journey-shot__copy{margin-top:0}
  .upaw-experience{grid-template-columns:1fr;max-width:760px;margin-inline:auto}
  .upaw-experience-tabs{grid-template-columns:repeat(3,1fr)}
  .upaw-experience-tab{min-height:145px;grid-template-columns:1fr;align-content:start;text-align:center;gap:8px}
  .upaw-experience-tab>span:first-child,.upaw-experience-tab>i{display:none}
  .upaw-experience-tab>svg{margin-inline:auto}
  .upaw-experience-promise{grid-column:1/-1}
}
@media (max-width:700px){
  .upaw-hero--real{padding-top:48px;min-height:auto}
  .upaw-hero--real .upaw-hero-stage--real{min-height:570px;margin-top:22px}
  .upaw-screen-device--hero{width:282px;right:calc(50% - 165px);top:24px;border-radius:47px;padding:6px}
  .upaw-screen-device--hero img{border-radius:40px}
  .upaw-screen-device--secondary{width:202px;left:calc(50% - 178px);top:128px;border-radius:40px;padding:5px;opacity:.72}
  .upaw-screen-device--secondary img{border-radius:34px}
  .upaw-screen-device__island{top:15px;width:72px;height:21px}
  .upaw-hero--real .upaw-floating-card{min-width:126px;padding:9px 10px}
  .upaw-hero--real .upaw-floating-card--distance{left:4px;top:170px}
  .upaw-hero--real .upaw-floating-card--ideas{right:0;top:108px}
  .upaw-hero--real .upaw-floating-card--saved{right:2px;bottom:76px}
  .upaw-hero--real .upaw-category-bubble--one{left:25px;bottom:70px}
  .upaw-hero--real .upaw-category-bubble--two{right:9px;top:66px}
  .upaw-hero--real .upaw-category-bubble--three{display:none}
  .upaw-hero-landscape{height:180px}
  .upaw-journey-shot{display:block;padding:24px;}
  .upaw-journey-shot__copy{margin-top:26px}
  .upaw-step-device{width:226px}
  .upaw-experience{padding:22px 14px 26px;border-radius:32px}
  .upaw-experience-tabs{grid-template-columns:1fr;gap:10px}
  .upaw-experience-tab{min-height:auto;grid-template-columns:42px 1fr 14px;text-align:left;padding:14px}
  .upaw-experience-tab>span:first-child{display:none}
  .upaw-experience-tab>svg{width:42px;height:42px;margin:0;padding:10px}
  .upaw-experience-tab>i{display:block}
  .upaw-experience-promise{display:none}
  .upaw-experience-stage{min-height:620px}
  .upaw-experience-device{width:286px;border-radius:47px;padding:6px}
  .upaw-experience-device img{border-radius:40px}
  .upaw-experience-device__island{top:15px;width:74px;height:21px}
  .upaw-experience-callout{min-width:158px;padding:10px 11px;border-radius:16px}
  .upaw-experience-callout>svg{width:29px;height:29px;padding:7px}
  .upaw-experience-callout strong{font-size:.78rem}.upaw-experience-callout small{font-size:.51rem}
  .upaw-experience-callout--a{left:0;top:80px}.upaw-experience-callout--b{right:0;bottom:92px}
  .upaw-footer-bottom span:last-child{text-align:left}
}
@media (max-width:430px){
  .upaw-hero--real .upaw-hero-stage--real{min-height:525px}
  .upaw-screen-device--hero{width:255px;right:calc(50% - 148px)}
  .upaw-screen-device--secondary{width:180px;left:calc(50% - 161px);top:116px}
  .upaw-hero--real .upaw-floating-card--distance{top:162px;left:-4px}
  .upaw-hero--real .upaw-floating-card--ideas{right:-5px;top:95px}
  .upaw-hero--real .upaw-floating-card--saved{right:-5px;bottom:58px}
  .upaw-hero--real .upaw-category-bubble--one{display:none}
  .upaw-experience-stage{min-height:570px}
  .upaw-experience-device{width:260px}
  .upaw-experience-callout--a{top:72px}.upaw-experience-callout--b{bottom:75px}
}


/* 2.4.1 — Status-bar-clean marketing screenshots */
.upaw-screen-device__island, .upaw-step-device__island, .upaw-experience-device__island {
  box-shadow: inset 0 -1px rgba(255,255,255,.08), 0 1px 2px rgba(4,18,27,.16);
}
