:root {
    --blue: #2347f5;
    --cyan: #08a9ec;
    --navy: #07152f;
    --green: #13ad62;
    --red: #e83d52;
    --yellow: #ffd12f;
    --text: #0b1630;
    --muted: #52617a;
    --line: #dfe7f2;
    --soft: #f3f7fc;
    --shadow: 0 22px 52px rgba(14, 35, 75, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.uw-page { margin: 0; color: var(--text); background: #fff; font-family: Inter, Arial, sans-serif; }
img { display: block; max-width: 100%; }
.uw-container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.uw-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(223, 231, 242, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.uw-header__inner { min-height: 72px; display: flex; align-items: center; gap: 24px; }
.uw-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-size: 25px; font-weight: 900; white-space: nowrap; }
.uw-brand__mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px 8px 16px 16px; color: #fff; background: linear-gradient(145deg, var(--blue), var(--cyan)); }
.uw-nav { margin-left: auto; display: flex; gap: 27px; }
.uw-nav a, .uw-footer a { color: inherit; text-decoration: none; font-weight: 750; font-size: 14px; }
.uw-nav a:hover { color: var(--blue); }
.uw-header__actions { display: flex; gap: 10px; }
.uw-menu-button { display: none; margin-left: auto; min-height: 42px; padding: 0 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font: inherit; font-weight: 800; }
.uw-btn { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #c6d1ed; border-radius: 8px; color: var(--blue); background: #fff; text-decoration: none; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease; }
.uw-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(35, 71, 245, .16); }
.uw-btn--primary { color: #fff; border-color: transparent; background: linear-gradient(135deg, var(--blue), var(--cyan)); }
.uw-btn--ghost { background: transparent; }
.uw-btn--white { color: var(--navy); background: #fff; }
.uw-btn--large { min-height: 58px; padding: 0 28px; }
.uw-btn--yellow { color: var(--navy); border: 0; background: var(--yellow); }

.uw-hero { min-height: 700px; position: relative; overflow: hidden; background-image: linear-gradient(90deg, rgba(240, 247, 255, .98) 0%, rgba(240, 247, 255, .94) 38%, rgba(240, 247, 255, .18) 66%, rgba(240, 247, 255, .04) 100%), var(--hero-image); background-position: center; background-size: cover; }
.uw-hero__content { min-height: 700px; position: relative; display: flex; align-items: center; padding: 52px 0 110px; }
.uw-hero__copy { width: min(610px, 53%); position: relative; z-index: 2; }
.uw-eyebrow, .uw-section-heading > span, .uw-final-cta span, .uw-industries > div > span { display: inline-block; color: var(--blue); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.uw-eyebrow { padding: 8px 12px; border-radius: 999px; background: #fff; box-shadow: 0 8px 20px rgba(15, 40, 88, .08); }
.uw-hero h1 { max-width: 650px; margin: 20px 0 18px; font-size: clamp(44px, 5.2vw, 73px); line-height: .98; letter-spacing: 0; }
.uw-hero h1 span { color: var(--blue); }
.uw-hero__copy > p { max-width: 590px; margin: 0; font-size: 19px; line-height: 1.5; color: #243550; }
.uw-check-list { margin: 22px 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.uw-check-list li { display: flex; gap: 10px; color: #23344f; font-weight: 700; }
.uw-check-list li::before, .uw-plan-card li::before { content: "✓"; color: var(--green); font-weight: 950; }
.uw-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.uw-trust-row { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 20px; color: #31435e; font-size: 13px; font-weight: 750; }
.uw-dashboard-preview { position: absolute; right: 0; bottom: 38px; width: min(570px, 49%); padding: 18px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 8px; background: rgba(255, 255, 255, .92); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.uw-dashboard-preview__top { display: flex; justify-content: space-between; gap: 12px; font-weight: 900; font-size: 13px; }
.uw-online { color: var(--green); }
.uw-metric-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.uw-metric-grid > div, .uw-preview-bottom > div { min-width: 0; padding: 14px; border: 1px solid #edf1f8; border-radius: 8px; background: #fff; }
.uw-metric-grid small, .uw-preview-bottom small { display: block; color: var(--muted); font-size: 11px; }
.uw-metric-grid strong, .uw-preview-bottom strong { display: block; margin-top: 7px; font-size: 20px; }
.uw-metric-grid em { display: block; margin-top: 5px; color: var(--green); font-size: 11px; font-style: normal; font-weight: 800; }
.uw-preview-bottom { margin-top: 10px; display: grid; grid-template-columns: .65fr .65fr 1.7fr; gap: 10px; }
.uw-bars { height: 86px; display: flex; align-items: end; gap: 8px; }
.uw-bars i { flex: 1; min-width: 5px; border-radius: 4px 4px 0 0; background: linear-gradient(var(--cyan), var(--blue)); }
.uw-bars i:nth-child(1) { height: 27%; }.uw-bars i:nth-child(2) { height: 48%; }.uw-bars i:nth-child(3) { height: 39%; }.uw-bars i:nth-child(4) { height: 70%; }.uw-bars i:nth-child(5) { height: 58%; }.uw-bars i:nth-child(6) { height: 82%; }

.uw-numbers { position: relative; margin-top: -36px; z-index: 4; }
.uw-numbers__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 8px; color: #fff; background: linear-gradient(120deg, #182ac8, #071b47); box-shadow: var(--shadow); }
.uw-numbers__grid div { min-height: 108px; padding: 24px; border-right: 1px solid rgba(255, 255, 255, .15); display: flex; flex-direction: column; justify-content: center; }
.uw-numbers strong { font-size: 24px; }
.uw-numbers span { margin-top: 5px; color: #cfe0ff; font-size: 13px; }

.uw-section { padding: 86px 0; }
.uw-section-heading { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.uw-section-heading h2 { margin: 10px 0 12px; font-size: clamp(32px, 4vw, 49px); line-height: 1.06; }
.uw-section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.uw-problem { background: linear-gradient(#fff, #f7faff); }
.uw-transformation { display: grid; grid-template-columns: 1fr 62px 1fr 1.05fr; gap: 16px; align-items: stretch; }
.uw-state-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; }
.uw-state-card--bad { background: #fff2f4; }.uw-state-card--good { background: #edfff5; }
.uw-state-card__label { color: var(--red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.uw-state-card--good .uw-state-card__label { color: var(--green); }
.uw-state-card h3 { margin: 8px 0 18px; font-size: 22px; }
.uw-state-card ul { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.uw-state-card li { display: flex; gap: 10px; font-size: 14px; line-height: 1.4; }
.uw-state-card--bad li::before { content: "×"; color: var(--red); font-weight: 950; }.uw-state-card--good li::before { content: "✓"; color: var(--green); font-weight: 950; }
.uw-transform-arrow { display: grid; place-items: center; color: var(--blue); font-size: 58px; font-weight: 900; }
.uw-field-photo { min-height: 390px; position: relative; margin: 0; overflow: hidden; border-radius: 8px; }
.uw-field-photo img { width: 100%; height: 100%; object-fit: cover; }
.uw-field-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7, 21, 47, .9)); }
.uw-field-photo figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 1; color: #fff; font-size: 21px; font-weight: 900; line-height: 1.2; }

.uw-resources { background: #fff; }
.uw-resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.uw-resource-grid article { min-height: 190px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 30px rgba(14, 35, 75, .07); }
.uw-resource-grid b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--blue); }
.uw-resource-grid h3 { margin: 18px 0 8px; font-size: 19px; }
.uw-resource-grid p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 14px; }
.uw-industries { margin-top: 24px; padding: 32px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 30px; align-items: center; border-radius: 8px; color: #fff; background: var(--navy); }
.uw-industries h2 { margin: 8px 0 0; font-size: 31px; line-height: 1.1; }
.uw-industries > div > span { color: #5ed1ff; }
.uw-industry-list { display: flex; flex-wrap: wrap; gap: 10px; }
.uw-industry-list span { padding: 10px 14px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; background: rgba(255, 255, 255, .08); font-size: 13px; font-weight: 800; }

.uw-seller-app { color: #fff; background: var(--navy); }
.uw-seller-app__shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center; }
.uw-seller-app__copy { min-width: 0; }
.uw-seller-app__eyebrow { color: #67dcff; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.uw-seller-app h2 { max-width: 650px; margin: 12px 0 18px; font-size: clamp(35px, 4vw, 54px); line-height: 1.04; }
.uw-seller-app__copy > p { max-width: 660px; margin: 0; color: #c8d7ec; font-size: 17px; line-height: 1.65; }
.uw-seller-app__badges { margin: 22px 0; display: flex; flex-wrap: wrap; gap: 9px; }
.uw-seller-app__badges span { padding: 8px 11px; border: 1px solid rgba(103, 220, 255, .35); border-radius: 999px; color: #dff8ff; background: rgba(14, 165, 233, .1); font-size: 12px; font-weight: 850; }
.uw-seller-app__features { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.uw-seller-app__features li { display: grid; grid-template-columns: 18px 165px 1fr; gap: 8px; color: #dce7f6; line-height: 1.48; }
.uw-seller-app__features li::before { content: "✓"; color: #39e58c; font-weight: 950; }
.uw-seller-app__features strong { color: #fff; }
.uw-seller-app__actions { margin-top: 26px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.uw-seller-app__actions small { max-width: 230px; color: #aebed4; line-height: 1.4; }
.uw-seller-app__photo { min-height: 560px; position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px; }
.uw-seller-app__photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.uw-seller-app__photo::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(7, 21, 47, .94)); }
.uw-seller-app__photo figcaption { position: absolute; left: 26px; right: 26px; bottom: 24px; z-index: 1; }
.uw-seller-app__photo strong, .uw-seller-app__photo span { display: block; }
.uw-seller-app__photo strong { font-size: 24px; }
.uw-seller-app__photo span { margin-top: 6px; color: #d7e3f2; }
.uw-seller-app__result { margin-top: 34px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255, 255, 255, .15); border-radius: 8px; background: rgba(255, 255, 255, .06); }
.uw-seller-app__result div { min-height: 105px; padding: 22px; border-right: 1px solid rgba(255, 255, 255, .12); display: flex; flex-direction: column; justify-content: center; }
.uw-seller-app__result div:last-child { border-right: 0; }
.uw-seller-app__result strong { color: #56d8ff; font-size: 28px; }
.uw-seller-app__result span { margin-top: 5px; color: #c8d7ec; font-size: 13px; line-height: 1.4; }

.uw-plans { background: var(--soft); }
.uw-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.uw-plan-card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 35px rgba(14, 35, 75, .07); }
.uw-plan-card.is-featured { border: 2px solid var(--blue); transform: translateY(-10px); box-shadow: 0 24px 48px rgba(35, 71, 245, .16); }
.uw-plan-badge { position: absolute; top: -14px; right: 22px; padding: 7px 12px; border-radius: 999px; color: #fff; background: var(--blue); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.uw-plan-card h3 { margin: 0; font-size: 27px; }
.uw-plan-card > p { min-height: 50px; color: var(--muted); line-height: 1.5; }
.uw-price { margin: 24px 0; }
.uw-price small { display: block; margin-bottom: 4px; color: var(--blue); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.uw-price strong { display: block; font-size: 45px; line-height: 1; }
.uw-price span { display: block; margin-top: 6px; color: var(--muted); }
.uw-plan-promo { margin: 18px 0 -8px; padding: 12px 14px; border: 1px solid #f5c451; border-radius: 7px; background: #fff8db; color: #713f12; }
.uw-plan-promo strong, .uw-plan-promo span { display: block; }
.uw-plan-promo strong { font-size: 14px; }
.uw-plan-promo span { margin-top: 4px; font-size: 12px; font-weight: 800; }
.uw-plan-card ul { min-height: 150px; margin: 0 0 24px; padding: 0; display: grid; gap: 11px; list-style: none; }
.uw-plan-card li { display: flex; gap: 9px; font-size: 14px; }
.uw-plan-card .uw-btn { width: 100%; }

.uw-testimonials { background: #fff; }
.uw-result-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; align-items: stretch; }
.uw-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.uw-testimonial-grid blockquote { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 14px 30px rgba(14, 35, 75, .07); }
.uw-testimonial-grid p { margin: 0; color: #273a55; line-height: 1.65; }
.uw-testimonial-grid footer { margin-top: 20px; font-weight: 900; }
.uw-testimonial-grid footer span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 600; }
.uw-dashboard-image { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.uw-dashboard-image img { width: 100%; height: 100%; object-fit: cover; }

.uw-final-cta { padding: 42px 0; color: #fff; background: #fff; }
.uw-final-cta__inner { min-height: 210px; padding: 38px 44px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 8px; background: linear-gradient(130deg, #1738e8, #08a8ee); }
.uw-final-cta span { color: #d8eeff; }
.uw-final-cta h2 { max-width: 700px; margin: 9px 0; font-size: 37px; line-height: 1.08; }
.uw-final-cta p { margin: 0; color: #e9f5ff; }

.uw-footer { padding: 46px 0 22px; color: #c5d2e5; background: var(--navy); }
.uw-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 40px; }
.uw-brand--footer { color: #fff; }
.uw-footer p { max-width: 440px; line-height: 1.6; }
.uw-footer h3 { color: #fff; }
.uw-footer a { display: block; margin: 9px 0; color: #c5d2e5; }
.uw-footer__copy { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13px; }

@media (max-width: 1050px) {
    .uw-nav { display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 18px; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
    .uw-nav.is-open { display: flex; }
    .uw-menu-button { display: block; }
    .uw-hero { background-position: 62% center; }
    .uw-hero__copy { width: 62%; }
    .uw-dashboard-preview { width: 58%; }
    .uw-transformation { grid-template-columns: 1fr 50px 1fr; }
    .uw-field-photo { grid-column: 1 / -1; min-height: 430px; }
    .uw-resource-grid { grid-template-columns: repeat(2, 1fr); }
    .uw-seller-app__shell { grid-template-columns: 1fr; }
    .uw-seller-app__photo { min-height: 520px; }
    .uw-result-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .uw-container { width: min(100% - 28px, 1200px); }
    .uw-header__inner { flex-wrap: wrap; padding: 12px 0; }
    .uw-header__actions { width: 100%; }
    .uw-header__actions .uw-btn { flex: 1; }
    .uw-nav { top: 68px; }
    .uw-hero { min-height: auto; background-position: 69% top; }
    .uw-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(242, 248, 255, .97) 0%, rgba(242, 248, 255, .9) 59%, rgba(242, 248, 255, .42) 100%); }
    .uw-hero__content { min-height: 850px; align-items: flex-start; padding: 42px 0; }
    .uw-hero__copy { width: 100%; }
    .uw-hero h1 { font-size: 45px; }
    .uw-dashboard-preview { left: 0; right: 0; bottom: 26px; width: 100%; }
    .uw-metric-grid { grid-template-columns: repeat(2, 1fr); }
    .uw-metric-grid > div:last-child { display: none; }
    .uw-preview-bottom { grid-template-columns: 1fr 1fr; }
    .uw-bars { display: none; }
    .uw-numbers { margin-top: 0; }
    .uw-numbers__grid { grid-template-columns: 1fr 1fr; }
    .uw-section { padding: 62px 0; }
    .uw-transformation { grid-template-columns: 1fr; }
    .uw-transform-arrow { transform: rotate(90deg); }
    .uw-resource-grid, .uw-plan-grid, .uw-testimonial-grid, .uw-footer__grid { grid-template-columns: 1fr; }
    .uw-industries { grid-template-columns: 1fr; }
    .uw-seller-app__result { grid-template-columns: 1fr 1fr; }
    .uw-seller-app__result div:nth-child(2) { border-right: 0; }
    .uw-seller-app__result div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .12); }
    .uw-plan-card.is-featured { transform: none; }
    .uw-final-cta__inner { padding: 30px 24px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 440px) {
    .uw-brand { font-size: 21px; }
    .uw-brand__mark { width: 38px; height: 38px; }
    .uw-menu-button { padding: 0 12px; }
    .uw-hero h1 { font-size: 38px; }
    .uw-hero__copy > p { font-size: 17px; }
    .uw-hero__actions { display: grid; }
    .uw-numbers__grid { grid-template-columns: 1fr; }
    .uw-field-photo { min-height: 340px; }
    .uw-resource-grid { grid-template-columns: 1fr; }
    .uw-seller-app__photo { min-height: 390px; }
    .uw-seller-app__result { grid-template-columns: 1fr; }
    .uw-seller-app__result div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
    .uw-seller-app__result div:last-child { border-bottom: 0; }
    .uw-seller-app__features li { grid-template-columns: 18px 1fr; }
    .uw-seller-app__features li strong, .uw-seller-app__features li span { grid-column: 2; }
}
