@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --uw-ink: #15211d;
  --uw-muted: #66726d;
  --uw-paper: #fbfcfa;
  --uw-soft: #f3f6f3;
  --uw-white: #ffffff;
  --uw-green: #26ad71;
  --uw-green-dark: #117a4c;
  --uw-action: #117a4c;
  --uw-lime: #c8f05e;
  --uw-mint: #c9f4db;
  --uw-blue: #77c9ff;
  --uw-yellow: #ffd96b;
  --uw-red: #ea4335;
  --uw-orange: #ff8a42;
  --uw-coral: #ff6f61;
  --uw-purple: #a895ff;
  --uw-line: rgba(21, 33, 29, .11);
  --uw-shadow: 0 28px 90px rgba(35, 66, 54, .13);
  --uw-radius: 30px;
  --uw-max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html:has(.uw-home) { scroll-behavior: auto; }
body { margin: 0; }
.uw-site {
  background: var(--uw-paper);
  color: var(--uw-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  min-width: 320px;
  overflow: clip;
}
.uw-site h1, .uw-site h2, .uw-site h3, .uw-site h4, .uw-site p { margin: 0; }
.uw-site h1, .uw-site h2, .uw-site h3, .uw-site h4, .uw-title { color: var(--uw-ink); font-family: "Manrope", sans-serif; }
.uw-site a { color: inherit; text-decoration: none; }
.uw-site button, .uw-site input { font: inherit; }
.uw-site button { color: inherit; }
.uw-shell { margin-inline: auto; width: min(calc(100% - 48px), var(--uw-max)); }
.uw-section { padding: 120px 0; position: relative; }
.uw-title { font-size: clamp(58px, 7.3vw, 106px); font-weight: 700; letter-spacing: -.07em; line-height: .96; text-wrap: balance; }
.uw-title--mid { font-size: clamp(42px, 5vw, 70px); letter-spacing: -.055em; line-height: 1.02; }
.uw-lede { color: var(--uw-muted); font-size: clamp(18px, 1.75vw, 22px); line-height: 1.55; text-wrap: pretty; }
.uw-spectrum-text {
  background: linear-gradient(135deg, var(--uw-yellow) 0%, var(--uw-red) 35%, var(--uw-green) 65%, var(--uw-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.uw-title .uw-spectrum-text { display: inline-block; margin-right: -.06em; padding-right: .06em; }
.uw-kicker, .uw-eyebrow {
  align-items: center;
  color: var(--uw-green-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.uw-eyebrow { background: rgba(255,255,255,.78); border: 1px solid var(--uw-line); border-radius: 999px; box-shadow: 0 10px 30px rgba(34,64,52,.05); padding: 9px 14px; }
.uw-eyebrow i { animation: uwPulse 2.4s ease-in-out infinite; background: var(--uw-green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(38,173,113,.12); height: 7px; width: 7px; }
.uw-skip-link { background: var(--uw-ink); border-radius: 0 0 10px 10px; color: white !important; font-family: "DM Sans",sans-serif; font-size: 14px; font-weight: 700; left: 18px; padding: 11px 16px; position: fixed; top: 0; transform: translateY(-120%); transition: transform .2s ease; z-index: 200; }
.uw-skip-link:focus { transform: translateY(0); }
.uw-site:focus-visible, .uw-site :focus-visible, .uw-skip-link:focus-visible { outline: 3px solid #0c6fca; outline-offset: 4px; }
.uw-site summary:focus-visible { border-radius: 8px; }

.uw-button {
  align-items: center;
  background: var(--uw-ink);
  border: 1px solid var(--uw-ink);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(21,33,29,.16);
  color: white !important;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 13px;
  justify-content: center;
  min-height: 56px;
  padding: 0 25px;
  position: relative;
  transition: box-shadow .3s ease, transform .3s cubic-bezier(.2,.8,.2,1), background .3s ease;
}
.uw-button span { transition: transform .3s ease; }
.uw-button:hover { box-shadow: 0 18px 45px rgba(21,33,29,.22); transform: translateY(-3px); }
.uw-button:hover span { transform: translate(2px,-2px); }
.uw-button--small { min-height: 46px; padding: 0 19px; }
.uw-button--hero { background: var(--uw-action); border-color: var(--uw-action); box-shadow: 0 18px 45px rgba(17,122,76,.25); min-height: 60px; padding-inline: 29px; }
.uw-button--hero:hover { background: var(--uw-ink); }
.uw-button--light { background: white; border-color: white; color: var(--uw-ink) !important; }
.uw-button--ghost { background: transparent; border-color: var(--uw-line); box-shadow: none; color: var(--uw-ink) !important; }
.uw-text-button { background: transparent; border: 0; cursor: pointer; font-size: 14px; font-weight: 700; padding: 13px 4px; }
.uw-text-button span { display: inline-block; margin-left: 6px; transition: transform .25s ease; }
.uw-text-button:hover span { transform: translateX(4px); }
.uw-text-button:hover, .uw-text-button:focus-visible { text-decoration: underline; text-underline-offset: 4px; }

/* Navigation */
.uw-scroll-progress { height: 3px; inset: 0 0 auto; position: fixed; z-index: 120; }
.uw-scroll-progress i { background: linear-gradient(90deg,var(--uw-orange),var(--uw-yellow),var(--uw-green),var(--uw-blue)); display: block; height: 100%; transform: scaleX(0); transform-origin: left; width: 100%; }
.uw-nav-wrap { left: 0; padding: 14px 0; position: absolute; right: 0; top: 0; z-index: 50; }
.uw-nav { align-items: center; display: flex; justify-content: space-between; }
.uw-brand { align-items: center; display: inline-flex; font-family: "Manrope", sans-serif; font-size: 18px; font-weight: 800; gap: 9px; letter-spacing: -.04em; }
.uw-brand-logo { display: block; height: 29px; width: auto; }
.uw-brand-mark { border-radius: 5px; display: grid; flex: 0 0 auto; gap: 1px; grid-template-columns: repeat(2, 1fr); height: 22px; overflow: hidden; transform: rotate(-2deg); width: 22px; }
.uw-brand-mark i:nth-child(1) { background: var(--uw-blue); }
.uw-brand-mark i:nth-child(2) { background: var(--uw-yellow); }
.uw-brand-mark i:nth-child(3) { background: var(--uw-green); }
.uw-brand-mark i:nth-child(4) { background: var(--uw-orange); }
.uw-links { align-items: center; display: flex; gap: 29px; }
.uw-links > a:not(.uw-button) { color: #43504b; font-size: 13px; font-weight: 600; position: relative; }
.uw-links > a:not(.uw-button)::after { background: var(--uw-green); bottom: -6px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .3s; width: 100%; }
.uw-links > a:not(.uw-button):hover::after { transform: scaleX(1); transform-origin: left; }

/* Hero */
.uw-hero { background: linear-gradient(180deg,#fff 0%,#fcfdfb 70%,#f6f8f6 100%); padding: 132px 0 72px; position: relative; }
.uw-hero::before { background-image: radial-gradient(rgba(21,33,29,.11) .7px,transparent .7px); background-size: 18px 18px; content: ""; inset: 0; mask-image: linear-gradient(to bottom,rgba(0,0,0,.35),transparent 60%); opacity: .22; pointer-events: none; position: absolute; }
.uw-ambient { border-radius: 50%; filter: blur(2px); pointer-events: none; position: absolute; will-change: transform; }
.uw-ambient--one { background: rgba(255,217,107,.22); height: 430px; left: -220px; top: 110px; width: 430px; }
.uw-ambient--two { background: rgba(119,201,255,.19); height: 500px; right: -240px; top: 270px; width: 500px; }
.uw-hero-inner { position: relative; }
.uw-hero-copy { margin: 0 auto; max-width: 970px; position: relative; text-align: center; z-index: 5; }
.uw-hero h1 { font-size: clamp(52px,6.4vw,92px); margin-top: 0; }
.uw-hero-copy .uw-lede { margin: 25px auto 0; max-width: 700px; }
.uw-hero-actions { align-items: stretch; display: flex; flex-direction: column; gap: 9px; margin: 31px auto 0; max-width: 340px; }
.uw-hero-actions .uw-button { width: 100%; }
.uw-reminder-button { background: white; min-height: 52px; }
.uw-micro-proof { align-items: center; color: var(--uw-muted); display: flex; font-size: 13px; gap: 10px; justify-content: center; margin-top: 17px; }
.uw-mini-stars, .uw-review-stars { color: #9a6800; letter-spacing: 2px; }

.uw-device-stage { height: 570px; margin: 31px auto 0; max-width: 820px; perspective: 1200px; position: relative; }
.uw-stage-halo { background: radial-gradient(ellipse at center,rgba(38,173,113,.18) 0%,rgba(119,201,255,.12) 34%,rgba(255,217,107,.06) 51%,transparent 72%); height: 620px; left: 50%; position: absolute; top: 45%; transform: translate(-50%,-50%); width: 820px; }
.uw-phone { height: 510px; left: 50%; position: absolute; top: 48%; transform: translate(-50%,-50%) rotateX(2deg) rotateY(-2deg); transform-style: preserve-3d; transition: transform .22s ease-out; width: 262px; z-index: 4; }
.uw-phone::after { background: rgba(31,54,45,.24); border-radius: 50%; bottom: -32px; content: ""; filter: blur(21px); height: 28px; left: 10%; position: absolute; width: 80%; z-index: -1; }
.uw-phone-shell { background: #fbfcfb; border: 8px solid #131816; border-radius: 42px; box-shadow: 0 43px 80px rgba(21,33,29,.24), inset 0 0 0 1px rgba(255,255,255,.8); height: 100%; overflow: hidden; padding: 31px 14px 14px; position: relative; }
.uw-dynamic-island { background: #111; border-radius: 20px; height: 20px; left: 50%; position: absolute; top: 7px; transform: translateX(-50%); width: 76px; }
.uw-phone-top { align-items: center; display: flex; justify-content: space-between; }
.uw-mini-brand { align-items: center; display: flex; font-family: "Manrope",sans-serif; font-size: 12px; gap: 6px; letter-spacing: -.04em; }
.uw-mini-brand .uw-brand-mark { border-radius: 3px; height: 15px; width: 15px; }
.uw-phone-top button { background: #eaf6ef; border: 0; border-radius: 50%; color: var(--uw-green-dark); font-size: 8px; font-weight: 800; height: 24px; width: 24px; }
.uw-home-card { background: linear-gradient(135deg,#f0f8f3,#f8fbf9); border: 1px solid rgba(21,33,29,.06); border-radius: 16px; margin-top: 13px; padding: 13px; }
.uw-home-card > small { color: var(--uw-muted); display: block; font-size: 8px; text-transform: uppercase; }
.uw-home-card strong { display: block; font-family: "Manrope",sans-serif; font-size: 13px; margin-top: 5px; }
.uw-home-card strong span { color: var(--uw-coral); }
.uw-home-card > span { color: var(--uw-muted); display: block; font-size: 10px; margin: 1px 0 9px 15px; }
.uw-closing-line { border-top: 1px solid var(--uw-line); color: var(--uw-green-dark); font-size: 8px; padding-top: 8px; }
.uw-closing-line i { background: var(--uw-green); border-radius: 50%; display: inline-block; height: 5px; margin-right: 5px; width: 5px; }
.uw-setup-label { align-items: center; display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; margin: 14px 3px 7px; }
.uw-setup-label small { color: var(--uw-green-dark); font-size: 8px; }
.uw-app-list { display: grid; gap: 6px; }
.uw-app-row { align-items: center; background: white; border: 1px solid rgba(21,33,29,.08); border-radius: 12px; box-shadow: 0 4px 12px rgba(21,33,29,.035); display: grid; gap: 8px; grid-template-columns: 31px 1fr 17px; padding: 8px; }
.uw-app-row span b, .uw-app-row span small { display: block; }
.uw-app-row span b { font-size: 9px; }
.uw-app-row span small { color: var(--uw-muted); font-size: 7px; margin-top: 1px; }
.uw-app-row em { align-items: center; background: #e3f7eb; border-radius: 50%; color: var(--uw-green-dark); display: flex; font-size: 8px; font-style: normal; height: 16px; justify-content: center; width: 16px; }
.uw-app-row.is-next { border-color: rgba(38,173,113,.46); box-shadow: 0 5px 18px rgba(38,173,113,.1); }
.uw-app-row.is-next em { background: transparent; color: var(--uw-green-dark); font-size: 15px; }
.uw-utility-icon { align-items: center; border-radius: 9px; display: flex; flex: 0 0 auto; font-style: normal; font-weight: 800; height: 31px; justify-content: center; width: 31px; }
.uw-utility-icon--power { background: #fff2c8; color: #d29100; }
.uw-utility-icon--water { background: #dff4ff; color: #2b98d1; font-size: 9px; }
.uw-utility-icon--gas { background: #ffe5dc; color: #e65e31; }
.uw-utility-icon--wifi { background: #e5f8ec; color: #20935d; }
.uw-phone-cta { background: var(--uw-green-dark); border-radius: 11px; color: white; font-size: 9px; font-weight: 700; margin-top: 10px; padding: 10px; text-align: center; }
.uw-phone-cta span { float: right; }
.uw-float-card { align-items: center; backdrop-filter: blur(16px); background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.9); border-radius: 17px; box-shadow: 0 19px 50px rgba(31,56,46,.14); display: flex; gap: 10px; padding: 10px 13px; position: absolute; transition: transform .2s ease-out; z-index: 6; }
.uw-float-card small, .uw-float-card b { display: block; }
.uw-float-card small { color: var(--uw-muted); font-size: 8px; }
.uw-float-card b { font-size: 11px; white-space: nowrap; }
.uw-float-card em { align-items: center; background: #e2f7ea; border-radius: 50%; color: var(--uw-green-dark); display: flex; font-size: 9px; font-style: normal; height: 18px; justify-content: center; margin-left: 5px; width: 18px; }
.uw-float-card--power { left: 5%; top: 22%; }
.uw-float-card--internet { right: 2%; top: 38%; }
.uw-float-card--done { left:calc(50% - 210px); top:57%; }
.uw-float-card--done > i { align-items: center; background: var(--uw-green); border-radius: 50%; color: white; display: flex; font-style: normal; height: 31px; justify-content: center; width: 31px; }
.uw-stat-rail { align-items: start; column-gap: 58px; display: grid; grid-template-columns: 1fr 1fr; margin: 18px auto 0; max-width: 600px; position: relative; row-gap: 25px; width: 100%; z-index: 4; }
.uw-stat { text-align: center; }
.uw-stat:first-child { grid-column: 1; grid-row: 1; }
.uw-stat:last-child { grid-column: 2; grid-row: 1; }
.uw-stat strong { display: block; font-family: "Manrope",sans-serif; font-size: clamp(38px,4.5vw,58px); font-weight: 700; letter-spacing: -.07em; line-height: 1; }
.uw-stat > span { color: var(--uw-muted); display: block; font-size: 14px; font-weight: 500; margin-top: 10px; }
.uw-stat-divider { background: transparent; grid-column: 1 / -1; grid-row: 2; height: 3px; margin: 0 auto; position: relative; width: 200px; }
.uw-stat-divider i { background: linear-gradient(90deg,var(--uw-yellow),var(--uw-orange),var(--uw-green),var(--uw-blue)); border-radius: 999px; height: 3px; inset: 0; position: absolute; width: 100%; }

/* Story */
.uw-story { background: #f4f6f5; border-radius: 0 0 54px 54px; padding: 145px 0 120px; position: relative; }
.uw-section-heading { margin: 0 auto 72px; max-width: 850px; text-align: center; }
.uw-section-heading .uw-title { margin-top: 14px; }
.uw-section-heading .uw-lede { margin: 21px auto 0; max-width: 620px; }
.uw-story-grid { display: grid; gap: 95px; grid-template-columns: 1fr 1fr; }
.uw-story-visual { min-height: 780px; position: relative; }
.uw-story-canvas { align-items: center; background: linear-gradient(145deg,#ecf4ee,#fff); border: 1px solid var(--uw-line); border-radius: 38px; display: flex; height: 520px; justify-content: center; overflow: hidden; position: sticky; top: 100px; }
.uw-story-canvas::before { background-image: radial-gradient(rgba(21,33,29,.13) .7px, transparent .7px); background-size: 15px 15px; content: ""; inset: 0; opacity: .18; position: absolute; }
.uw-story-ring { border: 1px solid rgba(21,33,29,.08); border-radius: 50%; height: 540px; position: absolute; width: 540px; }
.uw-story-ring::after { border: 1px dashed rgba(21,33,29,.09); border-radius: 50%; content: ""; inset: 75px; position: absolute; }
.uw-story-card { opacity: 0; position: absolute; transform: translateY(35px) scale(.94) rotate(2deg); transition: opacity .6s ease, transform .75s cubic-bezier(.2,.8,.2,1); width: min(78%,390px); z-index: 2; }
.uw-story-card.is-active { opacity: 1; transform: none; }
.uw-search-card, .uw-plans-card, .uw-ready-card { background: white; border: 1px solid var(--uw-line); border-radius: 24px; box-shadow: var(--uw-shadow); padding: 22px; }
.uw-card-label { font-family: "Manrope",sans-serif; font-size: 13px; font-weight: 700; }
.uw-search-line { align-items: center; background: var(--uw-soft); border-radius: 14px; display: grid; gap: 10px; grid-template-columns: 25px 1fr 20px; margin-top: 14px; padding: 15px; }
.uw-search-line span { color: var(--uw-coral); }
.uw-search-line b { font-size: 13px; }
.uw-search-line i { align-items: center; background: var(--uw-green); border-radius: 50%; color: white; display: flex; font-size: 9px; height: 19px; justify-content: center; width: 19px; }
.uw-found-line { color: var(--uw-muted); font-size: 10px; margin-top: 12px; }
.uw-found-line span { background: var(--uw-green); border-radius: 50%; display: inline-block; height: 6px; margin-right: 7px; width: 6px; }
.uw-plans-card { transform: translateY(35px) scale(.94) rotate(-2deg); }
.uw-plans-card .uw-card-label { font-size: 16px; }
.uw-plans-card > small { color: var(--uw-muted); display: block; font-size: 16px; line-height: 1.4; margin-top: 4px; }
.uw-plans-card > div:not(.uw-card-label) { align-items: center; border: 1px solid var(--uw-line); border-radius: 13px; display: flex; gap: 16px; justify-content: space-between; margin-top: 11px; padding: 14px; }
.uw-plans-card div span b, .uw-plans-card div span small { display: block; }
.uw-plans-card div span b { font-size: 16px; line-height: 1.35; }
.uw-plans-card div span small, .uw-plans-card strong small { color: var(--uw-muted); font-size: 16px; line-height: 1.35; }
.uw-plans-card strong { flex: 0 0 auto; font-family: "Manrope",sans-serif; font-size: 18px; }
.uw-plans-card .is-best { background: #e4f8eb; border-color: var(--uw-green); transform: scale(1.035); }
.uw-ready-card { padding: 30px; text-align: center; width: 310px; }
.uw-ready-check { align-items: center; background: linear-gradient(135deg,var(--uw-green-dark),#2c789d); border-radius: 50%; color: white; display: flex; font-size: 26px; height: 62px; justify-content: center; margin: 0 auto 13px; width: 62px; }
.uw-ready-card h3 { font-size: 22px; }
.uw-ready-card p { color: var(--uw-muted); font-size: 16px; line-height: 1.5; margin-top: 5px; }
.uw-ready-card ul { border-top: 1px solid var(--uw-line); list-style: none; margin: 19px 0 0; padding: 13px 0 0; text-align: left; }
.uw-ready-card li { align-items: center; display: flex; font-size: 16px; line-height: 1.4; padding: 8px 0; }
.uw-ready-card li b { color: var(--uw-green-dark); margin-left: auto; }
.uw-dot { border-radius: 50%; flex: 0 0 auto; height: 8px; margin-right: 10px; width: 8px; }
.uw-dot--yellow { background: var(--uw-yellow); }.uw-dot--blue { background: var(--uw-blue); }.uw-dot--orange { background: var(--uw-orange); }.uw-dot--green { background: var(--uw-green); }
.uw-story-steps { padding-top: 70px; }
.uw-story-step { border-top: 1px solid var(--uw-line); display: grid; gap: 25px; grid-template-columns: 75px 1fr; min-height: 240px; padding: 35px 0 70px; transition: background .35s ease; }
.uw-story-step > span { color: #77857e; font-family: "Manrope",sans-serif; font-size: 48px; font-weight: 700; letter-spacing: -.06em; line-height: 1; transition: color .35s; }
.uw-story-step.is-active > span { color: var(--uw-green-dark); }
.uw-story-step h3 { color: #45514c; font-size: 28px; letter-spacing: -.035em; }
.uw-story-step.is-active h3 { color: var(--uw-ink); }
.uw-story-step p { color: var(--uw-muted); line-height: 1.65; margin-top: 11px; max-width: 440px; }
.uw-centered-action { display: flex; justify-content: center; margin-top: 30px; }

/* Benefits */
.uw-benefits { background: white; }
.uw-benefits .uw-section-heading { margin-bottom: 52px; }
.uw-section-heading--split { align-items: end; display: grid; gap: 100px; grid-template-columns: 1.25fr .75fr; max-width: none; text-align: left; }
.uw-section-heading--split .uw-lede { margin: 0 0 8px; }
.uw-bento { display: grid; gap: 18px; grid-template-columns: repeat(3,1fr); }
.uw-bento-card { border: 1px solid var(--uw-line); border-radius: var(--uw-radius); min-height: 470px; overflow: hidden; padding: 28px; position: relative; }
.uw-bento-card h3 { font-size: clamp(27px,2.4vw,34px); letter-spacing: -.045em; line-height: 1.11; margin-top: 10px; max-width: 14ch; }
.uw-bento-card p { color: var(--uw-muted); line-height: 1.62; margin-top: 14px; max-width: 43ch; }
.uw-card-icon { align-items: center; background: rgba(255,255,255,.8); border: 1px solid rgba(21,33,29,.12); border-radius: 13px; display: flex; font-size: 20px; height: 47px; justify-content: center; margin-bottom: 24px; width: 47px; }
.uw-bento-card--map { background: #f0f8f3; display: flex; flex-direction: column; gap: 20px; grid-column: span 1; }
.uw-bento-card--compare { background: #fff8e7; display: flex; flex-direction: column; grid-column: span 1; }
.uw-bento-card--free { align-items: stretch; background: #f2edff; display: flex; flex-direction: column; gap: 18px; grid-column: span 1; }
.uw-bento-card--map .uw-map-visual { margin-top: auto; min-height: 150px; }
.uw-bento-card--compare .uw-mini-bars { margin-top: auto; }
.uw-bento-card--free .uw-free-orb { margin: auto; width: 165px; }
.uw-bento-card--coverage { background: #ebf8ff; display: grid; gap: 25px; grid-column: span 7; grid-template-columns: 1fr 1fr; }
.uw-map-visual { align-self: stretch; background: rgba(255,255,255,.68); border: 1px solid rgba(21,33,29,.07); border-radius: 24px; overflow: hidden; position: relative; }
.uw-map-visual::before { background: rgba(215,230,221,.23); border-radius: 16px; box-shadow: 145px -24px 0 rgba(215,230,221,.2), 285px 76px 0 rgba(215,230,221,.18), 40px 178px 0 rgba(215,230,221,.2); content: ""; height: 76px; left: 20px; position: absolute; top: 28px; transform: rotate(-4deg); width: 112px; }
.uw-map-road { background: rgba(255,255,255,.92); border: 8px solid rgba(141,178,156,.2); border-radius: 999px; box-shadow: 0 0 0 1px rgba(141,178,156,.06); position: absolute; z-index: 1; }
.uw-map-road--a { height: 38px; left: -55px; top: 56%; transform: rotate(12deg); width: 480px; }
.uw-map-road--b { height: 470px; left: 52%; top: -65px; transform: rotate(-12deg); width: 38px; }
.uw-map-road--c { height: 29px; left: 40%; top: 23%; transform: rotate(-7deg); width: 310px; }
.uw-map-visual b { align-items: center; background: var(--uw-coral); border: 5px solid white; border-radius: 50% 50% 50% 0; box-shadow: 0 12px 25px rgba(21,33,29,.2); display: flex; height: 52px; justify-content: center; left: 51%; position: absolute; top: 38%; transform: rotate(-45deg); width: 52px; z-index: 3; }
.uw-map-visual b span { background: white; border-radius: 50%; height: 10px; width: 10px; }
.uw-map-visual em { background: white; border-radius: 999px; box-shadow: 0 10px 30px rgba(21,33,29,.1); font-size: 11px; font-style: normal; font-weight: 700; left: 43%; padding: 9px 12px; position: absolute; top: 59%; z-index: 4; }
.uw-mini-bars { align-items: end; display: flex; gap: 11px; height: 105px; margin-top: 30px; position: relative; }
.uw-mini-bars i { background: #f4d47e; border-radius: 8px 8px 2px 2px; height: var(--bar); width: 28%; }
.uw-mini-bars i:nth-child(2) { background: var(--green,var(--uw-green)); }
.uw-mini-bars span { background: var(--uw-ink); border-radius: 999px; color: white; font-size: 8px; left: 29%; padding: 5px 8px; position: absolute; top: 0; }
.uw-free-orb { align-items: center; aspect-ratio: 1; background: rgba(255,255,255,.5); border: 1px solid rgba(21,33,29,.07); border-radius: 50%; display: flex; justify-content: center; position: relative; }
.uw-free-orb span { font-family: "Manrope",sans-serif; font-size: 52px; font-weight: 700; letter-spacing: -.08em; }
.uw-free-orb i { animation: uwOrb 4s ease-in-out infinite; background: var(--uw-yellow); border: 5px solid #f2edff; border-radius: 50%; height: 36px; position: absolute; right: 2%; top: 20%; width: 36px; }
.uw-free-orb i:nth-child(2) { animation-delay: -.8s; background: var(--uw-blue); bottom: 7%; left: 10%; right: auto; top: auto; }
.uw-free-orb i:nth-child(3) { animation-delay: -1.6s; background: var(--uw-green); height: 24px; left: 1%; right: auto; top: 15%; width: 24px; }
.uw-state-cloud { align-content: center; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; transform: rotate(-3deg); }
.uw-state-cloud span { align-items: center; background: white; border: 1px solid rgba(21,33,29,.08); border-radius: 13px; box-shadow: 0 9px 25px rgba(21,33,29,.06); display: flex; font-family: "Manrope",sans-serif; font-size: 12px; font-weight: 800; height: 56px; justify-content: center; width: 64px; }
.uw-state-cloud span:nth-child(3n) { background: #d8f4e4; transform: translateY(8px); }
.uw-state-cloud span:nth-child(4n) { background: #fff3ca; }

/* Difference */
.uw-difference { background: #eef7f1; }
.uw-versus { align-items: stretch; display: grid; gap: 24px; grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: 980px; perspective: 1200px; position: relative; }
.uw-versus-card { border: 1px solid var(--uw-line); border-radius: 29px; min-height: 390px; overflow: hidden; padding: 32px; position: relative; }
.uw-versus-card > span { align-items: flex-start; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; padding-bottom: 23px; position: relative; z-index: 1; }
.uw-versus-card > span b { font-family: "Manrope",sans-serif; font-size: 16px; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.uw-versus-card > span small { border-radius: 999px; font-size: 16px; font-weight: 700; letter-spacing: .03em; line-height: 1.35; padding: 7px 11px; }
.uw-versus-card ul { border-top: 1px solid var(--uw-line); list-style: none; margin: 0; padding: 13px 0 0; position: relative; z-index: 1; }
.uw-versus-card li { align-items: center; display: grid; gap: 14px; grid-template-columns: 30px 1fr; padding: 12px 0; }
.uw-versus-card li i { align-items: center; border-radius: 50%; display: flex; font-style: normal; font-weight: 800; height: 25px; justify-content: center; width: 25px; }
.uw-versus-card li span { font-size: 18px; line-height: 1.4; }
.uw-versus-card li span b { display: block; font-weight: 650; }
.uw-versus-card li small { color: #5d6963; display: block; font-size: 16px; font-weight: 700; letter-spacing: .08em; line-height: 1.35; margin-bottom: 3px; text-transform: uppercase; }
.uw-versus-card--old { background-color: #ece9df; background-image: repeating-linear-gradient(0deg,rgba(69,62,49,.025) 0,rgba(69,62,49,.025) 1px,transparent 1px,transparent 5px); border-color: rgba(88,76,58,.18); box-shadow: 0 15px 35px rgba(66,60,49,.07); color: #5d6963; transform: rotate(-1deg) translateY(8px); }
.uw-versus-card--old::after { border: 1px dashed rgba(88,76,58,.18); border-radius: 22px; content: ""; inset: 9px; pointer-events: none; position: absolute; }
.uw-versus-card--old > span small { background: rgba(89,77,59,.1); color: #5d5549; }
.uw-versus-card--old li i { background: #d7d1c5; border: 1px solid rgba(108,86,66,.12); color: #69473d; }
.uw-versus-card--old li span b { color: #5d554b; text-decoration-color: rgba(119,60,45,.8); text-decoration-line: line-through; text-decoration-thickness: 1px; }
.uw-versus-card--new { background: linear-gradient(145deg,#ffffff 20%,#f1fff5 100%); border-color: rgba(24,159,96,.28); box-shadow: 0 30px 80px rgba(7,115,67,.16), inset 0 0 0 1px rgba(255,255,255,.8); transform: translateY(-8px); }
.uw-versus-card--new::before { background: radial-gradient(circle,rgba(184,255,91,.32),transparent 66%); content: ""; height: 280px; pointer-events: none; position: absolute; right: -90px; top: -130px; width: 280px; }
.uw-versus-card--new > span b { color: var(--uw-green-dark); }
.uw-versus-card--new > span small { background: var(--uw-lime); color: #113b28; }
.uw-versus-card--new li i { background: var(--uw-green-dark); box-shadow: 0 5px 14px rgba(17,122,76,.26); color: white; }
.uw-versus-card--new li span b { color: var(--uw-ink); }
.uw-versus-card--new li:nth-child(1) i { animation: uwCheckPop 2.8s ease-in-out infinite; }
.uw-versus-card--new li:nth-child(2) i { animation: uwCheckPop 2.8s .18s ease-in-out infinite; }
.uw-versus-card--new li:nth-child(3) i { animation: uwCheckPop 2.8s .36s ease-in-out infinite; }
.uw-versus-card--new li:nth-child(4) i { animation: uwCheckPop 2.8s .54s ease-in-out infinite; }
.uw-versus-switch { align-items: center; background: var(--uw-ink); border: 4px solid #eef7f1; border-radius: 50%; box-shadow: 0 10px 30px rgba(8,35,25,.2); color: var(--uw-lime); display: flex; height: 58px; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 58px; z-index: 3; }
.uw-versus-switch span { font-family: "Manrope",sans-serif; font-size: 22px; font-weight: 800; line-height: 1; }
@keyframes uwCheckPop { 0%,65%,100% { transform: scale(1); } 72% { transform: scale(1.16); } 80% { transform: scale(1); } }

/* Reviews */
.uw-love { background: white; }
.uw-love-head { align-items: end; display: grid; gap: 70px; grid-template-columns: .7fr 1.3fr; margin-bottom: 60px; }
.uw-love-head > div > strong { display: block; font-family: "Manrope",sans-serif; font-size: clamp(65px,8vw,110px); font-weight: 700; letter-spacing: -.09em; line-height: .8; }
.uw-love-head > div > span { color: var(--uw-muted); display: block; margin: 15px 0 8px; }
.uw-review-track { display: grid; gap: 16px; grid-template-columns: repeat(3,1fr); }
.uw-review-card { background: var(--uw-soft); border: 1px solid var(--uw-line); border-radius: 25px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; min-height: 290px; padding: 28px; transition: transform .35s ease, box-shadow .35s ease; }
.uw-review-card:nth-child(2) { background: #eef8f2; transform: translateY(-15px); }
.uw-review-card:nth-child(3) { background: #fff8e8; }
.uw-review-card:hover { box-shadow: 0 22px 55px rgba(21,33,29,.1); transform: translateY(-7px) rotate(-1deg); }
.uw-review-card:nth-child(2):hover { transform: translateY(-22px) rotate(1deg); }
.uw-review-card p { font-family: "Manrope",sans-serif; font-size: 18px; letter-spacing: -.015em; line-height: 1.55; margin: 23px 0; }
.uw-review-card footer { align-items: center; display: flex; gap: 11px; }
.uw-review-card footer > span { align-items: center; background: white; border: 1px solid var(--uw-line); border-radius: 50%; display: flex; font-size: 10px; font-weight: 800; height: 38px; justify-content: center; width: 38px; }
.uw-review-card footer b, .uw-review-card footer small { display: block; }
.uw-review-card footer b { font-size: 13px; }.uw-review-card footer small { color: var(--uw-muted); font-size: 11px; }
.uw-provider-proof { color: var(--uw-muted); font-size: 13px; line-height: 1.6; margin: 40px auto 0 !important; max-width: 760px; text-align: center; }

/* Partner and FAQ */
.uw-partner-band { background: white; padding-top: 20px; }
.uw-partner-card { background: linear-gradient(120deg,#e8f7ee,#eef9f6 55%,#e6f4ff); border: 1px solid rgba(21,33,29,.08); border-radius: 40px; display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; overflow: hidden; padding: 72px; }
.uw-partner-card .uw-title { margin-top: 13px; max-width: 11ch; }
.uw-partner-card .uw-lede { margin: 22px 0 30px; max-width: 560px; }
.uw-partner-visual { min-height: 380px; position: relative; }
.uw-key-card { background: white; border: 1px solid var(--uw-line); border-radius: 25px; box-shadow: var(--uw-shadow); left: 8%; padding: 28px; position: absolute; top: 5%; transform: rotate(-6deg); width: 280px; }
.uw-key-card span { color: var(--uw-green-dark); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.uw-key-card b { display: block; font-family: "Manrope",sans-serif; font-size: 28px; letter-spacing: -.05em; margin: 13px 0 24px; }
.uw-key-card i { background: var(--uw-soft); border-radius: 999px; display: block; height: 9px; margin-top: 10px; width: 100%; }
.uw-key-card i:nth-of-type(2) { width: 70%; }.uw-key-card i:nth-of-type(3) { width: 48%; }
.uw-home-key { align-items: center; animation: uwFloat 4s ease-in-out infinite; background: var(--uw-yellow); border: 9px solid rgba(255,255,255,.8); border-radius: 50%; bottom: 12%; box-shadow: 0 22px 55px rgba(21,33,29,.18); display: flex; font-size: 53px; height: 145px; justify-content: center; position: absolute; right: 6%; transform: rotate(11deg); width: 145px; }
.uw-faq { background: white; }
.uw-faq-grid { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.uw-faq-grid .uw-title { margin-top: 13px; }.uw-faq-grid > div:first-child .uw-lede { font-size: 17px; margin-top: 22px; max-width: 330px; }
.uw-faq-list { border-top: 1px solid var(--uw-line); }
.uw-faq-list details { border-bottom: 1px solid var(--uw-line); padding: 25px 3px; }
.uw-faq-list summary { cursor: pointer; font-family: "Manrope",sans-serif; font-size: 19px; font-weight: 700; list-style: none; padding-right: 50px; position: relative; }
.uw-faq-list summary::-webkit-details-marker { display: none; }
.uw-faq-list summary::after { align-items: center; background: var(--uw-soft); border-radius: 50%; content: "+"; display: flex; font-size: 20px; height: 34px; justify-content: center; position: absolute; right: 2px; top: -4px; transition: transform .3s, background .3s; width: 34px; }
.uw-faq-list details[open] summary::after { background: var(--uw-mint); transform: rotate(45deg); }
.uw-faq-list details p { color: var(--uw-muted); line-height: 1.7; max-width: 630px; padding: 17px 50px 0 0; }

/* Footer and reminder */
.uw-footer { background: #18342a; color: white; overflow: hidden; padding: 110px 0 34px; position: relative; }
.uw-footer h2, .uw-footer h3, .uw-footer .uw-brand { color: white; }
.uw-footer-glow { background: radial-gradient(circle,rgba(91,207,145,.35),transparent 68%); height: 700px; position: absolute; right: -260px; top: -310px; width: 700px; }
.uw-footer-cta { align-items: end; display: flex; justify-content: space-between; padding-bottom: 100px; position: relative; }
.uw-footer-cta .uw-kicker { color: #9fe0ba; }
.uw-footer-cta h2 { font-family: "Manrope",sans-serif; font-size: clamp(60px,8vw,110px); letter-spacing: -.08em; line-height: .9; margin-top: 20px; }
.uw-footer-cta h2 span { color: var(--uw-yellow); }
.uw-footer-cta > div:last-child { align-items: center; display: flex; flex-direction: column; }
.uw-footer-cta .uw-text-button { color: rgba(255,255,255,.85); margin-top: 10px; }
.uw-footer-bottom { align-items: end; border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 35px; grid-template-columns: 1fr 1fr 1fr; padding-top: 31px; position: relative; }
.uw-footer-nav { display: flex; flex-wrap: wrap; gap: 12px 22px; justify-content: center; }
.uw-footer-nav a { color: rgba(255,255,255,.84); font-size: 13px; }
.uw-footer-nav a:hover, .uw-footer-nav a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.uw-copyright { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.5; text-align: right; }
.uw-dialog { background: white; border: 0; border-radius: 29px; box-shadow: 0 40px 120px rgba(8,35,25,.3); color: var(--uw-ink); max-width: 500px; padding: 38px; width: calc(100% - 32px); }
.uw-dialog::backdrop { backdrop-filter: blur(9px); background: rgba(13,32,25,.48); }
.uw-dialog h3 { font-size: 30px; letter-spacing: -.05em; margin-top: 13px; }
.uw-dialog form > p { color: var(--uw-muted); margin: 10px 0 24px; }
.uw-dialog-close { background: var(--uw-soft); border: 0; border-radius: 50%; cursor: pointer; font-size: 19px; height: 38px; position: absolute; right: 18px; top: 18px; width: 38px; }
.uw-field { display: grid; gap: 7px; margin-top: 14px; }
.uw-field span { font-size: 12px; font-weight: 700; }
.uw-field input { background: var(--uw-soft); border: 1px solid var(--uw-line); border-radius: 13px; min-height: 52px; outline: 0; padding: 0 14px; width: 100%; }
.uw-field input:focus { border-color: var(--uw-green); box-shadow: 0 0 0 4px rgba(38,173,113,.12); }
.uw-dialog .uw-button { margin-top: 18px; width: 100%; }
.uw-dialog-note { color: var(--uw-muted); font-size: 12px; text-align: center; }
.uw-dialog-success { display: none; padding: 35px 0 10px; text-align: center; }
.uw-dialog-success > b { align-items: center; background: var(--uw-mint); border-radius: 50%; display: flex; font-size: 26px; height: 66px; justify-content: center; margin: 0 auto 18px; width: 66px; }

/* Moving journal */
.uwb-site, .uwbp-site { background: #fbfcfa; }
.uwb-nav-wrap { background: rgba(255,255,255,.86); border-bottom: 1px solid rgba(21,33,29,.08); position: absolute; }
.uwb-hero { background: linear-gradient(180deg,#fff 0%,#f4f8f4 100%); overflow: hidden; padding: 150px 0 105px; position: relative; }
.uwb-hero-orb { border-radius: 50%; filter: blur(2px); pointer-events: none; position: absolute; }
.uwb-hero-orb--one { background: rgba(255,217,107,.25); height: 460px; left: -260px; top: 20px; width: 460px; }
.uwb-hero-orb--two { background: rgba(119,201,255,.19); height: 540px; right: -260px; top: 170px; width: 540px; }
.uwb-hero-inner { position: relative; }
.uwb-hero-copy { margin-bottom: 66px; max-width: 900px; }
.uwb-hero-copy .uw-title { font-size: clamp(52px,6.2vw,86px); margin-top: 18px; }
.uwb-hero-copy .uw-lede { margin-top: 24px; max-width: 720px; }
.uwb-featured { background: white; border: 1px solid var(--uw-line); border-radius: 34px; box-shadow: 0 30px 90px rgba(35,66,54,.12); display: grid; grid-template-columns: 1.08fr .92fr; min-height: 500px; overflow: hidden; transition: box-shadow .3s ease,transform .3s cubic-bezier(.2,.8,.2,1); }
.uwb-featured:hover { box-shadow: 0 38px 110px rgba(35,66,54,.18); transform: translateY(-5px); }
.uwb-featured-media, .uwb-card-media, .uwbp-image { background: linear-gradient(135deg,#eaf5ef,#eef6fb); overflow: hidden; position: relative; }
.uwb-featured-media img, .uwb-card-media img, .uwbp-image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); width: 100%; }
.uwb-featured:hover .uwb-featured-media img, .uwb-card-link:hover .uwb-card-media img { transform: scale(1.035); }
.uwb-featured-media > span { background: white; border-radius: 999px; color: var(--uw-ink); font-size: 12px; font-weight: 700; left: 24px; padding: 9px 13px; position: absolute; top: 24px; }
.uwb-featured-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,5vw,72px); }
.uwb-featured-copy h2 { font-size: clamp(34px,3.4vw,52px); letter-spacing: -.055em; line-height: 1.03; margin-top: 24px; }
.uwb-featured-copy > p { color: var(--uw-muted); font-size: 17px; line-height: 1.65; margin-top: 18px; }
.uwb-featured-copy > strong { color: var(--uw-green-dark); font-size: 14px; margin-top: 30px; }
.uwb-featured-copy > strong span { display: inline-block; margin-left: 7px; transition: transform .25s ease; }
.uwb-featured:hover .uwb-featured-copy > strong span { transform: translateX(5px); }
.uwb-tag { border-radius: 999px; display: inline-flex; font-size: 11px; font-weight: 800; letter-spacing: .035em; line-height: 1; padding: 9px 12px; }
.uwb-tag--moving { background: #dff6e9; color: #14623c; }
.uwb-tag--shopping-for-internet { background: #dceff5; color: #175768; }
.uwb-tag--setting-up-home-utilities { background: #fff0c2; color: #6c4d00; }
.uwb-meta { align-items: center; color: #596660; display: flex; flex-wrap: wrap; font-size: 12px; gap: 10px 20px; margin-top: 25px; }
.uwb-meta span + span { align-items: center; display: inline-flex; gap: 20px; }
.uwb-meta span + span::before { background: var(--uw-green); border-radius: 50%; content: ""; height: 4px; width: 4px; }
.uwb-library { background: #fbfcfa; }
.uwb-library-head { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; margin-bottom: 62px; }
.uwb-library-head .uw-title { margin-top: 15px; }
.uwb-library-head > .uw-lede { font-size: 18px; max-width: 560px; padding-bottom: 6px; }
.uwb-grid { display: grid; gap: 24px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.uwb-card { background: white; border: 1px solid var(--uw-line); border-radius: 25px; box-shadow: 0 18px 50px rgba(35,66,54,.07); min-width: 0; overflow: hidden; transition: box-shadow .3s ease,transform .3s cubic-bezier(.2,.8,.2,1); }
.uwb-card:hover { box-shadow: 0 25px 70px rgba(35,66,54,.13); transform: translateY(-5px); }
.uwb-card-link { display: flex; flex-direction: column; height: 100%; }
.uwb-card-media { aspect-ratio: 16/10; }
.uwb-card-media .uwb-tag { bottom: 16px; left: 16px; position: absolute; }
.uwb-card-copy { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.uwb-card-copy h3 { font-size: clamp(22px,2vw,29px); letter-spacing: -.045em; line-height: 1.12; }
.uwb-card-copy > p { color: var(--uw-muted); font-size: 14px; line-height: 1.6; margin-top: 14px; }
.uwb-card-copy .uwb-meta { margin-top: auto; padding-top: 26px; }
.uwb-pagination { align-items: center; display: flex; gap: 18px; justify-content: center; margin-top: 60px; }
.uwb-pagination > span { color: var(--uw-muted); font-size: 13px; }
.uwb-callout { background: #fbfcfa; padding: 0 0 120px; }
.uwb-callout-card { align-items: center; background: linear-gradient(135deg,#e8f7ee 0%,#edf8f7 55%,#f4f1df 100%); border: 1px solid rgba(21,33,29,.08); border-radius: 34px; display: flex; justify-content: space-between; overflow: hidden; padding: 70px; position: relative; }
.uwb-callout-card .uw-title { font-size: clamp(43px,5vw,66px); margin-top: 15px; }
.uwb-callout-card .uw-lede { font-size: 17px; margin-top: 19px; max-width: 600px; }
.uwb-callout-card > .uw-button { flex: 0 0 auto; margin-left: 50px; }
.uwb-footer { padding: 58px 0 34px; }

/* Journal article */
.uwbp-hero { background: linear-gradient(180deg,#fff 0%,#f2f7f3 100%); padding: 155px 0 95px; }
.uwbp-hero-inner { max-width: 980px; }
.uwbp-back { color: var(--uw-green-dark)!important; display: inline-flex; font-size: 13px; font-weight: 700; margin-bottom: 38px; }
.uwbp-hero .uw-title { font-size: clamp(44px,5.7vw,76px); margin-top: 25px; }
.uwbp-hero .uw-lede { font-size: 20px; margin-top: 25px; max-width: 770px; }
.uwbp-meta { font-size: 14px; margin-top: 30px; }
.uwbp-image-wrap { margin-top: -42px; position: relative; }
.uwbp-image { aspect-ratio: 16/8; border: 9px solid white; border-radius: 34px; box-shadow: 0 28px 80px rgba(35,66,54,.14); }
.uwbp-body-wrap { align-items: start; display: grid; gap: 80px; grid-template-columns: minmax(0,760px) minmax(250px,1fr); padding-bottom: 120px; padding-top: 90px; }
.uwbp-body { color: #33413b; font-size: 18px; line-height: 1.82; min-width: 0; }
.uwbp-body > * + * { margin-top: 23px; }
.uwbp-body h2, .uwbp-body h3, .uwbp-body h4 { color: var(--uw-ink); line-height: 1.2; margin-top: 54px; }
.uwbp-body h2 { font-size: 36px; }.uwbp-body h3 { font-size: 28px; }
.uwbp-body p:has(> strong:only-child) { color: var(--uw-ink); font-family: "Manrope",sans-serif; font-size: 28px; letter-spacing: -.035em; line-height: 1.2; margin-top: 52px; }
.uwbp-body strong { color: var(--uw-ink); }
.uwbp-body a { color: #0b6f45; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.uwbp-body ul, .uwbp-body ol { padding-left: 25px; }.uwbp-body li + li { margin-top: 10px; }
.uwbp-body blockquote { background: #eef7f1; border-left: 4px solid var(--uw-green); border-radius: 0 18px 18px 0; color: var(--uw-ink); margin-left: 0; padding: 26px 30px; }
.uwbp-aside { background: white; border: 1px solid var(--uw-line); border-radius: 25px; box-shadow: 0 20px 60px rgba(35,66,54,.09); padding: 30px; position: sticky; top: 30px; }
.uwbp-aside h2 { font-size: 27px; letter-spacing: -.045em; line-height: 1.1; margin-top: 16px; }
.uwbp-aside p { color: var(--uw-muted); font-size: 14px; line-height: 1.6; margin-top: 15px; }
.uwbp-aside .uw-button { margin-top: 22px; width: 100%; }
.uwbp-related { background: #f3f6f3; }

@media (max-width: 980px) {
  .uwb-featured { grid-template-columns: 1fr; }.uwb-featured-media { aspect-ratio: 16/9; }.uwb-featured-copy { padding: 45px; }
  .uwb-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .uwbp-body-wrap { gap: 45px; grid-template-columns: minmax(0,1fr) 280px; }
}

@media (max-width: 760px) {
  .uwb-hero { padding: 116px 0 72px; }.uwb-hero-copy { margin-bottom: 42px; }.uwb-hero-copy .uw-title { font-size: clamp(44px,12.5vw,58px); }
  .uwb-featured { border-radius: 25px; }.uwb-featured-media { aspect-ratio: 4/3; }.uwb-featured-copy { padding: 28px; }.uwb-featured-copy h2 { font-size: 31px; }
  .uwb-library-head { display: block; margin-bottom: 42px; }.uwb-library-head > .uw-lede { margin-top: 22px; }
  .uwb-grid { grid-template-columns: 1fr; }.uwb-card-copy h3 { font-size: 27px; }
  .uwb-callout { padding-bottom: 76px; }.uwb-callout-card { align-items: flex-start; flex-direction: column; padding: 40px 27px; }.uwb-callout-card > .uw-button { margin: 34px 0 0; width: 100%; }
  .uwb-pagination { flex-wrap: wrap; }.uwb-pagination > span { order: -1; text-align: center; width: 100%; }
  .uwbp-hero { padding: 120px 0 72px; }.uwbp-hero .uw-title { font-size: clamp(40px,10.7vw,53px); }.uwbp-hero .uw-lede { font-size: 18px; }
  .uwbp-image-wrap { margin-top: -28px; }.uwbp-image { aspect-ratio: 4/3; border-width: 6px; border-radius: 24px; }
  .uwbp-body-wrap { display: block; padding-bottom: 76px; padding-top: 60px; }.uwbp-body { font-size: 17px; line-height: 1.75; }.uwbp-aside { margin-top: 55px; position: static; }
}

/* Reveal and motion */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .85s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal-delay="1"] { transition-delay: .1s; }
[data-reveal-delay="2"] { transition-delay: .2s; }
@keyframes uwPulse { 50% { box-shadow: 0 0 0 9px rgba(38,173,113,.04); transform: scale(.9); } }
@keyframes uwOrb { 50% { transform: translateY(-10px); } }
@keyframes uwFloat { 50% { transform: translateY(-14px) rotate(5deg); } }

/* Shared polish for existing content pages */
body:not(:has(.uw-site)) { background: var(--uw-paper); color: var(--uw-ink); font-family: "DM Sans",sans-serif; }
body:not(:has(.uw-site)) h1, body:not(:has(.uw-site)) h2, body:not(:has(.uw-site)) h3, body:not(:has(.uw-site)) h4, body:not(:has(.uw-site)) h5 { color: var(--uw-ink); font-family: "Manrope",sans-serif; letter-spacing: -.04em; }
body:not(:has(.uw-site)) .navigation-mob { backdrop-filter: blur(18px); background: rgba(251,252,250,.9); border-bottom: 1px solid var(--uw-line); }
body:not(:has(.uw-site)) .button, body:not(:has(.uw-site)) .w-button { background: var(--uw-ink); border-radius: 999px; box-shadow: none; transition: transform .2s, background .2s; }
body:not(:has(.uw-site)) .button:hover, body:not(:has(.uw-site)) .w-button:hover { background: var(--uw-green-dark); transform: translateY(-2px); }
body:not(:has(.uw-site)) .pricing-card-two, body:not(:has(.uw-site)) .latest-blog, body:not(:has(.uw-site)) .blog, body:not(:has(.uw-site)) .home-3-hero-box { border: 1px solid var(--uw-line); border-radius: 28px; box-shadow: 0 22px 70px rgba(8,35,25,.08); overflow: hidden; }
body:not(:has(.uw-site)) .blog-hero-section, body:not(:has(.uw-site)) .blog-post-hero-section { background: #18342a; }
body:not(:has(.uw-site)) .blog-latest-section, body:not(:has(.uw-site)) .blog-post-rich-text-section { background: var(--uw-paper); }
body:not(:has(.uw-site)) .footer { background: #18342a; }
body:not(:has(.uw-site)) .rich-text { font-size: 18px; line-height: 1.8; }
body:not(:has(.uw-site)) img { border-radius: 18px; }
body:not(:has(.uw-site)) :focus-visible { outline: 3px solid #0c6fca; outline-offset: 4px; }

@media (max-width: 980px) {
  .uw-section { padding: 92px 0; }
  .uw-links > a:not(.uw-button) { display: none; }
  .uw-hero { padding: 120px 0 66px; }
  .uw-hero h1 { font-size: clamp(50px,8.8vw,74px); }
  .uw-device-stage { max-width: 680px; }
  .uw-float-card--power { left: 0; }.uw-float-card--internet { right: 0; }
  .uw-story-grid { gap: 45px; grid-template-columns: .9fr 1.1fr; }
  .uw-bento { grid-template-columns: 1fr 1fr; }
  .uw-bento-card--map { grid-column: span 2; }
  .uw-bento-card--compare { grid-column: span 1; }
  .uw-bento-card--free { grid-column: span 1; }
  .uw-bento-card--coverage { grid-column: span 12; }
  .uw-partner-card { padding: 55px; }
}

@media (max-width: 760px) {
  .uw-shell { width: min(calc(100% - 30px), var(--uw-max)); }
  .uw-section { padding: 76px 0; }
  .uw-nav-wrap { padding-top: 11px; }
  .uw-brand { font-size: 16px; }
  .uw-brand-logo { height: 25px; }
  .uw-brand-mark { height: 19px; width: 19px; }
  .uw-links { gap: 0; }.uw-links .uw-button { font-size: 12px; min-height: 44px; padding: 0 14px; }.uw-links .uw-button span { display: none; }
  .uw-hero { padding: 97px 0 58px; }
  .uw-hero::before { background-size: 16px 16px; }
  .uw-hero h1 { font-size: clamp(44px,12.5vw,59px); margin-top: 17px; }
  .uw-hero h1 br { display: none; }
  .uw-eyebrow { font-size: 11px; letter-spacing: .08em; }
  .uw-hero-copy .uw-lede { font-size: 17px; margin-top: 20px; }
  .uw-hero-actions { align-items: stretch; flex-direction: column; margin-top: 24px; padding: 0 8px; }
  .uw-hero-actions .uw-button { width: 100%; }.uw-hero-actions .uw-text-button { align-self: center; }
  .uw-micro-proof { margin-top: 10px; }
  .uw-device-stage { height: 475px; margin-top: 16px; transform: scale(.88); transform-origin: top center; width: 114%; margin-left: -7%; }
  .uw-phone { height: 465px; width: 238px; }
  .uw-float-card--power { left: -2%; top: 19%; }.uw-float-card--internet { right: -4%; top: 45%; }.uw-float-card--done { left:calc(50% - 180px); top:60%; }
  .uw-stat-rail { column-gap: 22px; grid-template-columns: 1fr 1fr; margin-top: 0; max-width: 360px; row-gap: 20px; }
  .uw-stat strong { font-size: 37px; }.uw-stat > span { font-size: 12px; line-height: 1.35; }
  .uw-story { border-radius: 0 0 35px 35px; padding: 115px 0 75px; }
  .uw-section-heading { margin-bottom: 48px; text-align: left; }
  .uw-section-heading .uw-title br { display: none; }
  .uw-title--mid { font-size: clamp(39px,12vw,55px); }
  .uw-section-heading .uw-lede { font-size: 17px; }
  .uw-story-grid { display: flex; flex-direction: column; gap: 35px; }
  .uw-story-visual { min-height: 440px; order: 2; }
  .uw-story-canvas { height: 430px; position: relative; top: auto; }
  .uw-story-steps { order: 1; padding-top: 0; }
  .uw-story-step { gap: 16px; grid-template-columns: 52px 1fr; min-height: auto; opacity: 1; padding: 25px 0; }
  .uw-story-step > span { font-size: 34px; }.uw-story-step h3 { font-size: 23px; }.uw-story-step p { font-size: 14px; }
  .uw-story-step:not(.is-active) { display: none; }
  .uw-centered-action { margin-top: 5px; }
  .uw-section-heading--split { display: block; }.uw-section-heading--split .uw-lede { margin-top: 20px; }
  .uw-bento { display: block; }.uw-bento-card { margin-top: 14px; min-height: 390px; padding: 26px; }
  .uw-bento-card h3 { font-size: 33px; }.uw-card-icon { margin-bottom: 38px; }
  .uw-bento-card--map, .uw-bento-card--free, .uw-bento-card--coverage { display: flex; flex-direction: column; }
  .uw-map-visual { min-height: 260px; }.uw-free-orb { margin: auto; width: 210px; }.uw-state-cloud { margin-top: 25px; }
  .uw-versus { grid-template-columns: 1fr; }.uw-versus-switch { left: 50%; top: 50%; }.uw-versus-card { padding: 25px; }
  .uw-love-head { display: block; }.uw-love-head h2 { margin-top: 38px; }
  .uw-review-track { display: flex; margin-right: -15px; overflow-x: auto; padding: 15px 15px 30px 0; scroll-snap-type: x mandatory; }
  .uw-review-card, .uw-review-card:nth-child(2) { flex: 0 0 85%; scroll-snap-align: start; transform: none; }
  .uw-partner-band { padding-top: 0; }
  .uw-partner-card { display: block; padding: 38px 27px; }.uw-partner-card .uw-lede { font-size: 17px; }.uw-partner-visual { margin-top: 45px; min-height: 330px; }.uw-key-card { left: 2%; width: 240px; }.uw-home-key { height: 115px; width: 115px; }
  .uw-faq-grid { grid-template-columns: 1fr; gap: 45px; }.uw-faq-list summary { font-size: 16px; }
  .uw-footer { padding-top: 78px; }.uw-footer-cta { align-items: flex-start; flex-direction: column; gap: 42px; padding-bottom: 70px; }.uw-footer-cta h2 { font-size: 61px; }.uw-footer-cta > div:last-child { align-items: flex-start; }
  .uw-footer-bottom { align-items: flex-start; grid-template-columns: 1fr; }.uw-footer-nav { justify-content: flex-start; }.uw-copyright { text-align: left; }
}

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

@media (forced-colors: active) {
  .uw-spectrum-text { -webkit-text-fill-color: CanvasText; background: none; color: CanvasText; }
  .uw-button, .uw-eyebrow, .uw-card-icon, .uw-versus-card { border: 1px solid ButtonText; }
  .uw-scroll-progress { display: none; }
}
