:root{--r50-navy:#14263d;--r50-blue:#245f9f;--r50-sky:#eaf3fb;--r50-ink:#172331;--r50-muted:#5d6b7a;--r50-line:#d8e1ea;--r50-white:#fff}.r50-home{margin:0 auto;background:#fff;color:var(--r50-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}.r50-home *{box-sizing:border-box}.r50-header{min-height:86px;max-width:1240px;margin:auto;padding:16px 28px;display:flex;align-items:center;justify-content:space-between;gap:28px}.r50-brand{display:flex;align-items:center;gap:13px;color:var(--r50-navy);text-decoration:none}.r50-logo{width:76px;height:48px;fill:var(--r50-blue)}.r50-logo-dot{fill:#8bb5dc}.r50-brand strong{display:block;font-size:27px;line-height:1.05;letter-spacing:-.03em}.r50-brand small{display:block;margin-top:5px;color:var(--r50-muted);font-size:13px}.r50-header nav{display:flex;gap:24px}.r50-header nav a{color:var(--r50-navy);font-weight:700;text-decoration:none}.r50-header nav a:hover{text-decoration:underline}.r50-hero{padding:88px 24px 98px;background:radial-gradient(circle at 78% 18%,#d9ebfa 0,transparent 34%),linear-gradient(145deg,#f7fbff,#eaf3fb)}.r50-hero__inner{max-width:980px;margin:auto;text-align:center}.r50-eyebrow,.r50-kicker{margin:0 0 12px;color:var(--r50-blue);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.r50-hero h1{max-width:850px;margin:0 auto;font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.05em;color:var(--r50-navy)}.r50-subhead{max-width:750px;margin:24px auto 34px;color:#445468;font-size:clamp(18px,2vw,22px)}.r50-search{max-width:850px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.r50-search__field{position:relative}.r50-search input{width:100%;height:62px;border:2px solid #9eb6cb;border-radius:12px;background:#fff;padding:0 20px;font:inherit;font-size:18px;color:var(--r50-ink);box-shadow:0 9px 26px rgba(20,38,61,.09)}.r50-search input:focus{outline:4px solid rgba(36,95,159,.16);border-color:var(--r50-blue)}.r50-search > button{height:62px;padding:0 26px;border:0;border-radius:12px;background:var(--r50-blue);color:#fff;font:inherit;font-weight:800;font-size:17px;cursor:pointer;box-shadow:0 9px 22px rgba(36,95,159,.22)}.r50-search > button:hover{background:#194d86}.r50-results{position:absolute;z-index:20;top:68px;left:0;right:0;max-height:330px;overflow:auto;background:#fff;border:1px solid var(--r50-line);border-radius:12px;box-shadow:0 18px 38px rgba(20,38,61,.18);text-align:left}.r50-results .r50-result{width:100%;height:auto;min-height:82px;border:0;border-bottom:1px solid #dce7f1;border-radius:0;background:#fff;color:var(--r50-ink);padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:15px;text-align:left;font:inherit;box-shadow:none;cursor:pointer}.r50-results .r50-result:last-child{border-bottom:0}.r50-results .r50-result:hover,.r50-results .r50-result:focus,.r50-results .r50-result.is-active{background:#edf6ff;outline:3px solid rgba(36,95,159,.18);outline-offset:-3px}.r50-results .r50-result strong{display:block;color:var(--r50-navy);font-size:20px;line-height:1.25;font-weight:800}.r50-results .r50-result small{display:block;margin-top:4px;color:#44566b;font-size:15px;line-height:1.4;font-weight:650}.r50-results .r50-result--soon{background:#f4f8fc}.r50-results .r50-result--soon strong{color:#183a61}.r50-results .r50-result--soon small{color:#314d6b}.r50-results .r50-result>span:last-child{flex:0 0 auto;color:var(--r50-blue);font-size:28px;font-weight:800;line-height:1}.r50-search-note{min-height:24px;margin:13px 0 0;color:var(--r50-muted);font-size:14px}.r50-notify{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px;max-width:620px;margin-left:auto;margin-right:auto}.r50-notify input{height:46px;padding:0 14px;border:1px solid #aab9c8;border-radius:9px;font:inherit}.r50-notify button{border:0;border-radius:9px;padding:0 18px;background:var(--r50-navy);color:#fff;font-weight:800}.r50-section{max-width:1180px;margin:auto;padding:88px 28px}.r50-section__heading{max-width:700px;margin-bottom:34px}.r50-section h2{margin:0 0 12px;color:var(--r50-navy);font-size:clamp(32px,4vw,48px);letter-spacing:-.035em;line-height:1.08}.r50-section__heading>p:last-child,.r50-coverage p{color:var(--r50-muted);font-size:18px}.r50-states{scroll-margin-top:20px}.r50-state-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.r50-state-grid button{min-height:64px;border:1px solid var(--r50-line);border-radius:10px;background:#fff;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--r50-ink);font:inherit;font-weight:700;text-align:left;cursor:pointer}.r50-state-grid button:hover,.r50-state-grid button:focus{border-color:var(--r50-blue);background:var(--r50-sky);outline:none}.r50-state-grid small{color:var(--r50-blue);font-weight:800}.r50-values{max-width:none;background:#f6f8fb}.r50-values>.r50-section__heading,.r50-value-grid{max-width:1180px;margin-left:auto;margin-right:auto}.r50-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.r50-value-grid article{background:#fff;border:1px solid var(--r50-line);border-radius:14px;padding:26px}.r50-value-grid article>span{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:var(--r50-sky);color:var(--r50-blue);font-size:23px;font-weight:800}.r50-value-grid h3{margin:18px 0 8px;color:var(--r50-navy);font-size:20px}.r50-value-grid p{margin:0;color:var(--r50-muted)}.r50-coverage{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(340px,1.1fr);gap:55px;align-items:center}.r50-count{margin:0 0 12px!important;color:var(--r50-blue)!important;font-weight:800}.r50-count strong{font-size:40px;color:var(--r50-navy)}.r50-featured{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.r50-featured a{padding:14px 16px;border:1px solid var(--r50-line);border-radius:10px;color:var(--r50-navy);font-weight:750;text-decoration:none}.r50-featured a:hover{border-color:var(--r50-blue);background:var(--r50-sky)}.r50-footer{background:var(--r50-navy);color:#dce6f0;padding:52px max(28px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:45px}.r50-footer__brand{color:#fff;font-size:26px;font-weight:850;text-decoration:none}.r50-footer p{color:#b9c8d7}.r50-footer nav{display:flex;flex-direction:column;gap:9px}.r50-footer nav strong{color:#fff;margin-bottom:3px}.r50-footer a{color:#dce6f0;text-decoration:none}.r50-footer a:hover{text-decoration:underline}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.r50-state-grid{grid-template-columns:repeat(3,1fr)}.r50-value-grid{grid-template-columns:repeat(2,1fr)}.r50-coverage{grid-template-columns:1fr}.r50-footer{grid-template-columns:1fr 1fr}.r50-header nav{display:none}}@media(max-width:620px){.r50-header{padding:13px 18px}.r50-logo{width:58px}.r50-brand strong{font-size:23px}.r50-brand small{font-size:11px}.r50-hero{padding:65px 18px 72px}.r50-search{grid-template-columns:1fr}.r50-search > button{width:100%}.r50-section{padding:65px 18px}.r50-state-grid{grid-template-columns:repeat(2,1fr)}.r50-value-grid{grid-template-columns:1fr}.r50-featured{grid-template-columns:1fr}.r50-footer{grid-template-columns:1fr;padding:45px 22px}.r50-notify{grid-template-columns:1fr}.r50-notify button{min-height:46px}}

/* Standalone front-page document reset. The custom template intentionally bypasses
   the active theme header, page title, content wrapper, and footer. */
html{margin:0!important;scroll-behavior:smooth}body.r50-standalone{margin:0!important;padding:0!important;min-width:320px;background:#fff;color:var(--r50-ink);overflow-x:hidden}body.r50-standalone #wpadminbar{position:fixed}body.r50-standalone .r50-home{width:100%;max-width:none;min-height:100vh;margin:0!important;padding:0!important}body.r50-standalone .r50-header{position:relative;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(20,38,61,.08)}body.r50-standalone .r50-hero{margin:0!important}body.r50-standalone.admin-bar .r50-home{padding-top:32px!important}@media(max-width:782px){body.r50-standalone.admin-bar .r50-home{padding-top:46px!important}}

/* Interactive state map and state-scoped city search. */
.r50-map-search{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:34px;align-items:start}.r50-us-map{position:relative;min-height:560px;border:1px solid var(--r50-line);border-radius:24px;background:linear-gradient(145deg,#f8fbff,#e9f3fc);overflow:hidden;box-shadow:0 18px 45px rgba(20,38,61,.09)}.r50-us-map__shape{position:absolute;inset:5% 3% 3%;width:94%;height:92%;fill:#d7e7f6;stroke:#8fb4d7;stroke-width:5;filter:drop-shadow(0 12px 18px rgba(20,38,61,.12))}.r50-map-state{position:absolute;left:var(--x);top:var(--y);z-index:2;transform:translate(-50%,-50%);min-width:42px;height:36px;padding:0 7px;border:2px solid #fff;border-radius:9px;background:var(--r50-navy);color:#fff;font:800 13px/1 Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.025em;cursor:pointer;box-shadow:0 4px 12px rgba(20,38,61,.24);transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.r50-map-state:hover,.r50-map-state:focus-visible{z-index:4;transform:translate(-50%,-50%) scale(1.16);background:var(--r50-blue);outline:4px solid rgba(36,95,159,.2);box-shadow:0 8px 18px rgba(20,38,61,.28)}.r50-map-state.is-selected{z-index:3;background:#e36f2d;color:#fff;transform:translate(-50%,-50%) scale(1.14);box-shadow:0 0 0 5px rgba(227,111,45,.2),0 8px 18px rgba(20,38,61,.25)}.r50-state-city{position:sticky;top:24px;border:1px solid var(--r50-line);border-radius:20px;background:#fff;padding:26px;box-shadow:0 18px 45px rgba(20,38,61,.1)}.r50-state-city[hidden]{display:none}.r50-state-city__heading{margin-bottom:22px}.r50-state-city__heading h3{margin:0 0 7px;color:var(--r50-navy);font-size:31px;line-height:1.1;letter-spacing:-.03em}.r50-state-city__heading p:last-child{margin:0;color:var(--r50-muted)}.r50-state-city__field{position:relative}.r50-state-city__field>label{display:block;margin-bottom:8px;color:var(--r50-navy);font-weight:800}.r50-state-city__field>input{width:100%;height:58px;border:2px solid #9eb6cb;border-radius:12px;background:#fff;padding:0 16px;color:var(--r50-ink);font:inherit;font-size:17px}.r50-state-city__field>input:focus{outline:4px solid rgba(36,95,159,.16);border-color:var(--r50-blue)}.r50-state-city__field>input:disabled{background:#f0f4f8;color:#708090;cursor:wait}.r50-city-results{position:absolute;z-index:30;top:94px;left:0;right:0;max-height:470px;overflow:auto;border:1px solid var(--r50-line);border-radius:14px;background:#fff;box-shadow:0 20px 45px rgba(20,38,61,.2)}.r50-city-result{width:100%;min-height:78px;padding:14px 15px;border:0;border-bottom:1px solid #e0e8f0;background:#fff;color:var(--r50-ink);display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;font:inherit;cursor:pointer}.r50-city-result:last-child{border-bottom:0}.r50-city-result:hover,.r50-city-result:focus-visible{background:#eef6fd;outline:3px solid rgba(36,95,159,.16);outline-offset:-3px}.r50-city-result strong{display:block;color:var(--r50-navy);font-size:18px;line-height:1.25}.r50-city-result small{display:block;margin-top:4px;color:#52657a;font-size:13px;font-weight:650}.r50-city-result--live{background:#f2f8ff}.r50-city-result--live small{color:#1d6b3d}.r50-city-result__action{flex:0 0 auto;border-radius:999px;background:#e8f1fa;color:var(--r50-blue);padding:7px 10px;font-size:12px;font-weight:850;white-space:nowrap}.r50-city-result--live .r50-city-result__action{background:var(--r50-blue);color:#fff}.r50-city-results__empty{padding:22px;color:var(--r50-muted);text-align:center}.r50-states .r50-section__heading{max-width:760px}
@media(max-width:980px){.r50-map-search{grid-template-columns:1fr}.r50-state-city{position:relative;top:auto}.r50-us-map{min-height:520px}}
@media(max-width:700px){.r50-us-map{min-width:720px;min-height:450px}.r50-map-search{overflow:visible}.r50-us-map{transform-origin:top left}.r50-states{overflow:hidden}.r50-us-map{margin-right:-360px;max-width:none;width:720px}.r50-map-state{min-width:37px;height:32px;font-size:11px}.r50-state-city{padding:20px}.r50-city-results{max-height:390px}}

/* v0.10.20: real, clickable state-shape map. */
.r50-us-map{position:relative;min-height:0!important;padding:24px;border:1px solid var(--r50-line);border-radius:24px;background:#f7fbff;overflow:hidden;box-shadow:0 18px 45px rgba(20,38,61,.09)}
.r50-real-us-map{display:block;width:100%;height:auto;max-height:680px;margin:0 auto;overflow:visible}
.r50-real-us-map .r50-state-shape,
.r50-real-us-map .r50-state-shape path,
.r50-real-us-map .r50-state-shape polygon{fill:#d8e8f6!important;stroke:#fff!important;stroke-width:1.5!important;stroke-linejoin:round;vector-effect:non-scaling-stroke;cursor:pointer;transition:fill .16s ease,filter .16s ease,opacity .16s ease}
.r50-real-us-map .r50-state-shape:hover,
.r50-real-us-map .r50-state-shape:focus,
.r50-real-us-map .r50-state-shape:hover path,
.r50-real-us-map .r50-state-shape:focus path,
.r50-real-us-map .r50-state-shape:hover polygon,
.r50-real-us-map .r50-state-shape:focus polygon{fill:#7eb0da!important;filter:drop-shadow(0 3px 4px rgba(20,38,61,.25));outline:none}
.r50-real-us-map .r50-state-shape.is-selected,
.r50-real-us-map .r50-state-shape.is-selected path,
.r50-real-us-map .r50-state-shape.is-selected polygon{fill:var(--r50-blue)!important;filter:drop-shadow(0 4px 5px rgba(20,38,61,.28))}
.r50-map-label{fill:var(--r50-navy);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:850;text-anchor:middle;dominant-baseline:central;pointer-events:none;paint-order:stroke;stroke:#fff;stroke-width:2.8px;stroke-linejoin:round}
.r50-map-label.is-selected{fill:#fff;stroke:var(--r50-blue);stroke-width:2px}
.r50-small-state-list{position:absolute;right:14px;top:14px;display:grid;grid-template-columns:repeat(2,minmax(74px,1fr));gap:7px;width:190px;padding:10px;border:1px solid rgba(20,38,61,.12);border-radius:14px;background:rgba(255,255,255,.95);box-shadow:0 8px 24px rgba(20,38,61,.12)}
.r50-small-state-list>span{grid-column:1/-1;color:var(--r50-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.r50-small-state-list button{display:flex;align-items:center;gap:7px;min-height:38px;padding:6px 8px;border:1px solid #cad9e7;border-radius:9px;background:#fff;color:var(--r50-navy);font:800 13px/1 Inter,ui-sans-serif,system-ui,sans-serif;cursor:pointer;text-align:left}
.r50-small-state-list button small{font-size:10px;font-weight:650;color:#586a7d;line-height:1.05}
.r50-small-state-list button:hover,.r50-small-state-list button:focus-visible{border-color:var(--r50-blue);background:#eef6fd;outline:3px solid rgba(36,95,159,.15)}
.r50-small-state-list button.is-selected{border-color:var(--r50-blue);background:var(--r50-blue);color:#fff}
.r50-small-state-list button.is-selected small{color:#fff}
.r50-map-unavailable{display:grid;place-content:center;min-height:430px;padding:32px;text-align:center;color:var(--r50-navy)}
.r50-map-unavailable p{margin:.5rem 0 0;color:var(--r50-muted)}
@media(max-width:980px){.r50-real-us-map{max-height:none}.r50-small-state-list{position:static;width:auto;margin-top:14px;grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:700px){.r50-us-map{width:auto!important;min-width:0!important;min-height:0!important;margin:0!important;padding:12px!important;overflow:visible!important}.r50-real-us-map{width:100%;height:auto}.r50-small-state-list{grid-template-columns:repeat(2,minmax(0,1fr))}.r50-small-state-list button{min-height:42px}.r50-map-search{overflow:visible!important}}

/* v0.10.22: the bundled map is always first; selected-state city search is below it. */
.r50-map-search{display:flex!important;flex-direction:column!important;gap:28px!important;align-items:stretch!important}
.r50-us-map{order:1;width:100%!important}
.r50-state-city{order:2;position:relative!important;top:auto!important;width:100%;max-width:none}
.r50-state-city__field{max-width:820px}
.r50-city-results{max-width:820px}
@media(max-width:980px){.r50-map-search{display:flex!important}.r50-state-city{position:relative!important;top:auto!important}}

/* v0.10.22: accurate CC0 state-boundary map with no runtime dependency. */
.r50-us-map{padding:18px!important;background:#f8fbff!important}
.r50-real-us-map{display:block;width:100%;height:auto;max-height:none!important;overflow:visible}
.r50-real-us-map .r50-state-shape{fill:#d6e7f6!important;stroke:#fff!important;stroke-width:1.35!important;stroke-linejoin:round;vector-effect:non-scaling-stroke;cursor:pointer;transition:fill .16s ease,filter .16s ease}
.r50-real-us-map .r50-state-shape:hover,.r50-real-us-map .r50-state-shape:focus-visible{fill:#79add7!important;filter:drop-shadow(0 2px 3px rgba(20,38,61,.24));outline:none}
.r50-real-us-map .r50-state-shape.is-selected{fill:var(--r50-blue)!important;filter:drop-shadow(0 3px 4px rgba(20,38,61,.28))}
.r50-real-us-map .r50-map-decoration{fill:none!important;stroke:#fff!important;pointer-events:none}
.r50-map-label{font-size:13px!important;stroke-width:2px!important}
.r50-map-source{margin:10px 2px 0;color:var(--r50-muted);font-size:12px;text-align:right}
@media(max-width:700px){.r50-us-map{padding:6px!important}.r50-map-label{display:none}.r50-small-state-list{margin-top:8px}}
.r50-small-state-list{position:static!important;right:auto!important;top:auto!important;width:auto!important;margin:14px 0 0!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;box-shadow:none!important;background:#fff!important}
@media(max-width:980px){.r50-small-state-list{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:620px){.r50-small-state-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* v0.10.23: destination workflow is map first, city second. */
.r50-states{padding-top:56px!important}
.r50-states .r50-section__heading{max-width:980px;margin-bottom:34px}
.r50-states .r50-section__heading h1{margin:.15em 0 .18em;color:var(--r50-navy);font-size:clamp(44px,7vw,88px);line-height:.98;letter-spacing:-.055em}
.r50-map-search{gap:24px!important}
.r50-us-map{order:1!important}
.r50-state-city{order:2!important;display:block!important;border:2px solid #c7d8e7;background:#fff}
.r50-state-city__heading h2{margin:0 0 8px;color:var(--r50-navy);font-size:clamp(30px,4vw,50px);line-height:1.05;letter-spacing:-.035em}
.r50-state-city__field{max-width:none!important}
.r50-state-city__field>input{max-width:900px}
.r50-city-results{max-width:900px!important;top:94px}
.r50-state-city__message{max-width:900px;margin-top:18px}
.r50-state-city__notice{margin:0 0 12px;color:var(--r50-navy);font-weight:750}
.r50-notify--state{display:block!important;margin:0!important}
.r50-notify--state>label{display:block;margin-bottom:7px;color:var(--r50-navy);font-weight:800}
.r50-notify--state>div{display:flex;gap:10px}
.r50-notify--state input{min-width:0;flex:1;height:54px;border:2px solid #9eb6cb;border-radius:12px;padding:0 15px;font:inherit}
.r50-notify--state button{min-height:54px;border:0;border-radius:12px;background:var(--r50-blue);color:#fff;padding:0 22px;font:inherit;font-weight:850;cursor:pointer}
.r50-state-city__success{margin:0;border-radius:12px;background:#edf8f1;color:#1d6b3d;padding:14px 16px;font-weight:750}
.r50-notify-error{margin:8px 0 0;color:#a42323}
.r50-hero--supporting{margin-top:64px!important;padding:72px 24px!important}
.r50-hero--supporting .r50-hero__inner{max-width:1080px}
.r50-hero--supporting h1{font-size:clamp(44px,6.5vw,84px)}
@media(max-width:700px){
  .r50-states{padding-top:34px!important}
  .r50-notify--state>div{flex-direction:column}
  .r50-notify--state button{width:100%}
  .r50-hero--supporting{margin-top:40px!important;padding:52px 18px!important}
}

/* v0.10.26: neutral city selection, dynamic video, and lead capture. */
.r50-city-result small{display:none!important}
.r50-city-result--live{background:#fff!important}
.r50-city-result__action{background:#e8f1fa!important;color:var(--r50-blue)!important}
.r50-city-reveal{margin-top:28px;padding:28px;border:1px solid var(--r50-line);border-radius:20px;background:#f8fbff}
.r50-city-reveal[hidden]{display:none}
.r50-city-reveal h3{margin:2px 0 22px;color:var(--r50-navy);font-size:32px;line-height:1.15}
.r50-city-video h4{margin:0 0 14px;color:var(--r50-navy);font-size:22px}
.r50-video-frame{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:16px;background:#0f223b}
.r50-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.r50-video-missing{margin:0 0 20px;padding:16px;border-radius:12px;background:#fff3cd;color:#664d03;font-weight:700}
.r50-lead-form{margin-top:24px}
.r50-lead-form>label{display:block;margin-bottom:9px;color:var(--r50-navy);font-weight:800}
.r50-lead-form>div{display:flex;gap:12px}
.r50-lead-form input{min-width:0;flex:1;height:54px;border:2px solid #9eb6cb;border-radius:12px;padding:0 15px;font:inherit}
.r50-lead-form button{height:54px;border:0;border-radius:12px;background:var(--r50-blue);color:#fff;padding:0 22px;font:800 16px/1 inherit;cursor:pointer}
.r50-lead-form button:disabled{opacity:.65;cursor:wait}
.r50-lead-status{margin:12px 0 0;color:var(--r50-navy);font-weight:700}
.r50-guide-button{display:inline-block;margin-top:12px;border-radius:10px;background:var(--r50-blue);color:#fff!important;padding:12px 18px;text-decoration:none}
@media(max-width:680px){.r50-lead-form>div{flex-direction:column}.r50-lead-form button{width:100%}}

/* v0.10.32: premium branded front-page hero using the supplied Relocate50 artwork. */
.r50-brand-hero{position:relative;isolation:isolate;overflow:hidden;padding:34px 28px 72px;background:linear-gradient(180deg,#07111f 0%,#0d2037 62%,#f7fbff 100%)}
.r50-brand-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 50% 18%,rgba(53,126,196,.38),transparent 38%),radial-gradient(circle at 18% 42%,rgba(212,165,45,.12),transparent 30%),radial-gradient(circle at 82% 48%,rgba(212,165,45,.1),transparent 32%)}
.r50-brand-hero__glow{position:absolute;left:50%;top:16%;z-index:-1;width:min(920px,92vw);height:330px;transform:translateX(-50%);border-radius:50%;background:rgba(73,147,218,.18);filter:blur(70px);pointer-events:none}
.r50-brand-hero__inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:42px;align-items:center}
.r50-brand-hero__logo{display:block;width:100%;max-width:800px;height:auto;margin:0 auto;filter:drop-shadow(0 24px 34px rgba(0,0,0,.38))}
.r50-brand-hero__copy{padding:26px 0 18px;color:#fff}
.r50-brand-hero__copy .r50-eyebrow{color:#e2bd55}
.r50-brand-hero__copy h1{margin:0;color:#fff;font-size:clamp(38px,5vw,66px);line-height:1.01;letter-spacing:-.045em}
.r50-brand-hero__copy>p:not(.r50-eyebrow){margin:22px 0 28px;color:#d8e4ef;font-size:clamp(17px,2vw,21px);line-height:1.6}
.r50-brand-hero__button{display:inline-flex;min-height:56px;align-items:center;justify-content:center;padding:0 26px;border:1px solid rgba(255,255,255,.2);border-radius:13px;background:linear-gradient(180deg,#2f79bb,#1c568d);color:#fff!important;font-weight:850;font-size:17px;text-decoration:none;box-shadow:0 14px 30px rgba(0,0,0,.25);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.r50-brand-hero__button:hover,.r50-brand-hero__button:focus-visible{transform:translateY(-2px);background:linear-gradient(180deg,#3b8bd0,#2467a3);box-shadow:0 18px 36px rgba(0,0,0,.3);outline:3px solid rgba(255,255,255,.35);outline-offset:3px}
.r50-brand-hero+.r50-states{padding-top:42px!important}
@media(max-width:940px){.r50-brand-hero{padding-top:22px}.r50-brand-hero__inner{grid-template-columns:1fr;gap:8px;text-align:center}.r50-brand-hero__logo{max-width:760px}.r50-brand-hero__copy{max-width:760px;margin:0 auto}.r50-brand-hero__copy>p:not(.r50-eyebrow){max-width:680px;margin-left:auto;margin-right:auto}}
@media(max-width:620px){.r50-brand-hero{padding:18px 16px 54px}.r50-brand-hero__logo{width:112%;max-width:none;margin-left:-6%}.r50-brand-hero__copy{padding-top:8px}.r50-brand-hero__copy h1{font-size:clamp(34px,11vw,48px)}.r50-brand-hero__button{width:100%}}

/* v0.10.34: use the supplied SEO-named logo prominently across the site. */
.r50-header{min-height:104px}
.r50-brand{max-width:290px}
.r50-header-logo{display:block;width:100%;max-width:270px;height:78px;object-fit:contain;object-position:left center;filter:drop-shadow(0 5px 8px rgba(20,38,61,.16))}
.r50-brand-hero{padding:26px 28px 74px}
.r50-brand-hero__inner{max-width:1120px;display:flex;flex-direction:column;gap:4px;text-align:center}
.r50-brand-hero__logo{width:min(100%,980px);max-height:590px;object-fit:contain;margin:-24px auto -56px}
.r50-brand-hero__copy{max-width:850px;margin:0 auto;padding:0 0 18px}
.r50-brand-hero__copy>p:not(.r50-eyebrow){max-width:760px;margin-left:auto;margin-right:auto}
@media(max-width:940px){.r50-brand-hero__logo{width:min(108%,900px);margin:-18px auto -42px}.r50-header-logo{max-width:220px;height:68px}}
@media(max-width:620px){.r50-header{min-height:86px}.r50-header-logo{max-width:180px;height:58px}.r50-brand-hero__logo{width:118%;margin:-18px -9% -30px}.r50-brand-hero{padding-top:10px}}


/* v0.10.35: logo belongs in the website header, never in body copy. */
.r50-header--brand{min-height:0;padding:14px clamp(18px,4vw,56px);display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(180deg,#07111f 0%,#102945 100%);border-bottom:1px solid rgba(223,181,67,.5)}
.r50-header--brand .r50-brand{display:block;width:min(620px,66vw);max-width:none;flex:0 1 620px}
.r50-header--brand .r50-header-logo{display:block;width:100%;max-width:none;height:auto;max-height:210px;object-fit:contain;object-position:left center;filter:drop-shadow(0 12px 20px rgba(0,0,0,.34))}
.r50-header--brand nav{display:flex;align-items:center;gap:24px;flex:0 0 auto}
.r50-header--brand nav a{color:#fff;text-decoration:none;font-weight:800}
.r50-header--brand nav a:hover,.r50-header--brand nav a:focus-visible{color:#e2bd55}
.r50-brand-hero{padding:70px 28px 82px;background:linear-gradient(180deg,#0d2037 0%,#123253 64%,#f7fbff 100%)}
.r50-brand-hero__inner{max-width:980px;display:block;text-align:center}
.r50-brand-hero__copy{max-width:900px;margin:0 auto;padding:0 0 18px}
.r50-brand-hero__logo{display:none!important}
@media(max-width:900px){.r50-header--brand{flex-direction:column;padding:10px 18px 16px;text-align:center}.r50-header--brand .r50-brand{width:min(720px,96vw);flex-basis:auto}.r50-header--brand .r50-header-logo{max-height:190px;object-position:center}.r50-header--brand nav{justify-content:center;flex-wrap:wrap}.r50-brand-hero{padding-top:58px}}
@media(max-width:620px){.r50-header--brand{padding:8px 12px 14px}.r50-header--brand .r50-brand{width:100%}.r50-header--brand .r50-header-logo{max-height:150px}.r50-header--brand nav{gap:16px;font-size:14px}.r50-brand-hero{padding:48px 18px 60px}}

/* v0.10.36: compact premium front-page header with no empty body-like whitespace. */
.r50-header--brand{width:100%;max-width:none;min-height:0;margin:0;padding:0;background:linear-gradient(135deg,#07111f 0%,#102a47 58%,#163d64 100%);border-bottom:1px solid rgba(225,184,76,.62);box-shadow:0 10px 28px rgba(7,17,31,.18)}
.r50-header--brand>.r50-brand{margin-left:max(18px,calc((100vw - 1180px)/2));width:min(440px,48vw);max-width:none;flex:0 1 440px;line-height:0}
.r50-header--brand .r50-header-logo{display:block;width:100%;height:116px;max-height:none;object-fit:contain;object-position:left center;filter:drop-shadow(0 10px 16px rgba(0,0,0,.36))}
.r50-header--brand nav{margin-right:max(18px,calc((100vw - 1180px)/2));display:flex;align-items:center;gap:10px}
.r50-header--brand nav a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 18px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.07);color:#fff!important;text-decoration:none;font-weight:800}
.r50-header--brand nav a:first-child{border-color:#d9ad3f;background:linear-gradient(180deg,#d9ad3f,#aa7417);color:#081421!important;box-shadow:0 8px 18px rgba(0,0,0,.2)}
.r50-header--brand nav a:hover,.r50-header--brand nav a:focus-visible{transform:translateY(-1px);border-color:#f0c85e;background:rgba(255,255,255,.14);outline:3px solid rgba(255,255,255,.25);outline-offset:2px}
@media(max-width:820px){.r50-header--brand{padding:12px 18px 14px;flex-direction:column;gap:10px}.r50-header--brand>.r50-brand{margin:0;width:min(520px,92vw);flex-basis:auto}.r50-header--brand .r50-header-logo{height:118px;object-position:center}.r50-header--brand nav{margin:0;justify-content:center;flex-wrap:wrap}}
@media(max-width:520px){.r50-header--brand{padding:8px 12px 12px}.r50-header--brand>.r50-brand{width:100%}.r50-header--brand .r50-header-logo{height:96px}.r50-header--brand nav{width:100%;display:grid;grid-template-columns:1fr 1fr}.r50-header--brand nav a{min-height:42px;padding:0 10px;text-align:center;font-size:13px}}
