
/* /agentlink_ddf/static/src/css/sd_phase1_consumer.css */
 :root{--sd-teal: #36a6c2; --sd-teal-dark: #168da8; --sd-navy: #0b1d35; --sd-ink: #101827; --sd-muted: #5f6877; --sd-soft: #eef8fa; --sd-line: #dce5e9; --sd-edge: rgba(10, 29, 53, .24); --sd-shadow: 0 18px 44px rgba(11, 29, 53, .09);}body.sd-national-home, body.sd-modern-home{color: var(--sd-ink); background: #fff;}body.sd-national-home header#top, body.sd-modern-home header#top, body:has(main.sd-home) header#top{display: none !important;}.sd-home *{box-sizing: border-box;}.sd-home svg{width: 1.35em; height: 1.35em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;}.sd-svg-library{position: absolute; width: 0; height: 0; overflow: hidden;}.sd-home .container{width: min(100% - 40px, 1380px); margin-inline: auto;}.sd-eyebrow{margin: 0 0 12px; color: var(--sd-teal-dark); font-size: .78rem; font-weight: 800; letter-spacing: .18em;}.sd-section-heading{max-width: 930px; margin: 0 auto 42px; text-align: center;}.sd-section-heading h2{margin: 0; font-size: clamp(2.25rem, 4.3vw, 4.2rem); line-height: 1.02; letter-spacing: -.05em;}.sd-section-heading > p:last-child{margin: 18px auto 0; max-width: 820px; color: var(--sd-muted); font-size: 1.16rem; line-height: 1.6;}.sd-nav{position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(11,29,53,.09); backdrop-filter: blur(12px);}.sd-nav__inner{min-height: 78px; display: flex; align-items: center; gap: 28px;}.sd-nav__brand{flex: 0 0 184px;}.sd-nav__brand img{display: block; width: 184px; height: auto;}.sd-nav__menu{flex: 1; min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 28px;}.sd-nav__links, .sd-nav__actions{display: flex; align-items: center; gap: clamp(18px, 2vw, 32px);}.sd-nav a{color: var(--sd-ink); text-decoration: none; font-size: .94rem; font-weight: 700; white-space: nowrap;}.sd-nav a:hover{color: var(--sd-teal-dark);}.sd-nav__actions a:first-child{display: inline-flex; align-items: center; gap: 7px;}.sd-nav__actions svg{color: var(--sd-teal-dark); width: 18px; height: 18px;}.sd-menu-button{display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--sd-line); border-radius: 10px; background: #fff;}.sd-menu-button span{display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--sd-navy);}.sd-hero{overflow: hidden; background: #fff;}.sd-hero__grid{min-height: 525px; display: grid; grid-template-columns: 54% 46%; align-items: stretch;}.sd-hero__content{display: flex; flex-direction: column; justify-content: center; padding: 54px 56px 54px 0;}.sd-hero__logo{display: block; height: auto; margin-bottom: 20px;}.sd-tagline{display: grid; grid-template-columns: minmax(34px, 1fr) auto minmax(34px, 1fr); align-items: center; gap: 18px; margin: 0 0 22px;}.sd-tagline > span{height: 2px; background: var(--sd-teal); border-radius: 99px;}.sd-tagline p{margin: 0; white-space: nowrap; font-size: clamp(1.75rem, 2.7vw, 3.15rem); font-weight: 500; letter-spacing: -.04em;}.sd-tagline em{color: var(--sd-teal-dark); font-family: inherit; font-style: italic; font-weight: 800;}.sd-hero__message{margin: 0 0 28px; color: var(--sd-muted); font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.55;}.sd-actions{display: flex; flex-wrap: wrap; gap: 16px;}.sd-btn{min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border-radius: 9px; text-decoration: none; font-weight: 800; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;}.sd-btn:hover{transform: translateY(-1px);}.sd-btn--primary{color: #fff; background: linear-gradient(135deg, var(--sd-teal-dark), var(--sd-teal)); border: 1px solid var(--sd-edge); box-shadow: 0 10px 24px rgba(22,141,168,.19), inset 0 1px 0 rgba(255,255,255,.18);}.sd-btn--secondary{color: var(--sd-teal-dark); background: #fff; border: 1px solid rgba(22,141,168,.65);}.sd-hero__photo{position: relative; min-height: 525px; overflow: hidden; background: linear-gradient(135deg, #f1f6f8, #dfecef);}.sd-hero__photo img{width: 100%; height: 100%; min-height: 525px; display: block; object-fit: cover; object-position: center;}.sd-hero__photo::after{content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0, rgba(255,255,255,.72) 15%, rgba(255,255,255,0) 45%);}.sd-proof{background: linear-gradient(120deg, var(--sd-teal-dark), var(--sd-teal)); border-top: 1px solid var(--sd-edge); border-bottom: 1px solid var(--sd-edge); color: #fff;}.sd-proof__grid{min-height: 126px; display: grid; grid-template-columns: repeat(3, 1fr);}.sd-proof__grid > div{display: flex; align-items: center; justify-content: center; gap: 22px; padding: 22px 34px;}.sd-proof__grid > div + div{border-left: 1px solid rgba(255,255,255,.34);}.sd-proof__icon{width: 64px; height: 64px; flex: 0 0 64px; display: grid; place-items: center; color: var(--sd-navy); background: #fff; border: 1px solid var(--sd-edge); border-radius: 50%;}.sd-proof__icon svg{width: 34px; height: 34px;}.sd-proof p{margin: 0; line-height: 1.1;}.sd-proof strong{display: block; font-size: clamp(1.8rem, 2.5vw, 2.7rem); letter-spacing: -.035em;}.sd-proof small{display: block; margin-top: 5px; max-width: 170px; color: rgba(255,255,255,.95); font-size: .98rem; line-height: 1.25;}.sd-market{padding: 78px 0 66px; background: linear-gradient(120deg, #f2fbfc, #fff 67%);}.sd-market__grid{display: grid; grid-template-columns: 1.15fr 1.2fr .76fr; align-items: center; gap: 36px;}.sd-market__copy h2{margin: 0 0 22px; font-size: clamp(2.5rem, 4.1vw, 4.4rem); line-height: .98; letter-spacing: -.055em;}.sd-market__copy > p:last-child{max-width: 520px; margin: 0; color: var(--sd-muted); font-size: 1.11rem; line-height: 1.62;}.sd-market__search{position: relative; padding: 28px; background: #fff; border: 1px solid var(--sd-line); border-radius: 14px; box-shadow: var(--sd-shadow);}.sd-market__search label{display: block; margin-bottom: 13px; font-size: 1.05rem; font-weight: 800;}.sd-searchbox{min-height: 62px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid #cfd9df; border-radius: 10px;}.sd-searchbox svg{color: var(--sd-teal-dark);}.sd-searchbox input{min-width: 0; border: 0; outline: 0; font-size: 1rem;}.sd-searchbox button{border: 0; background: transparent; color: var(--sd-teal-dark); font-weight: 800;}.sd-market__quick{display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px;}.sd-market__quick a{padding: 9px 14px; border: 1px solid var(--sd-line); border-radius: 999px; color: var(--sd-ink); text-decoration: none; font-size: .88rem;}.sd-market__quick .sd-market__all{display: inline-flex; align-items: center; gap: 7px; border-color: transparent; color: var(--sd-teal-dark); font-weight: 800;}.sd-autocomplete{position: absolute; z-index: 20; top: calc(100% - 18px); left: 28px; right: 28px; overflow: hidden; background: #fff; border: 1px solid var(--sd-line); border-radius: 10px; box-shadow: var(--sd-shadow);}.sd-autocomplete:empty{display: none;}.autocomplete-item{display: flex; justify-content: space-between; padding: 12px 15px; color: var(--sd-ink); text-decoration: none;}.autocomplete-item:hover, .autocomplete-item.is-active{background: var(--sd-soft);}.autocomplete-item small{display: block; color: var(--sd-muted);}.autocomplete-status{padding: 13px 15px; color: var(--sd-muted);}.sd-market__preview{min-height: 360px; padding: 34px 30px; color: #fff; background: linear-gradient(145deg, #102743, var(--sd-navy)); border: 1px solid rgba(255,255,255,.11); border-radius: 16px; box-shadow: var(--sd-shadow);}.sd-market__preview > svg{width: 52px; height: 52px; margin-bottom: 44px; color: var(--sd-teal);}.sd-market__preview h3{margin: 0 0 22px; font-size: 2rem; line-height: 1.04; letter-spacing: -.035em;}.sd-market__preview ul{margin: 0; padding-left: 20px; color: rgba(255,255,255,.84); line-height: 1.65;}.sd-journey{padding: 62px 0 92px;}.sd-goal-shell{display: grid; grid-template-columns: 270px 1fr; overflow: hidden; border: 1px solid var(--sd-line); border-radius: 18px; box-shadow: var(--sd-shadow);}.sd-goal-tabs{padding: 20px; background: #eef4f6;}.sd-goal-tabs button{width: 100%; min-height: 67px; display: flex; align-items: center; gap: 14px; padding: 0 18px; border: 0; border-radius: 11px; background: transparent; color: #344054; font-size: 1rem; font-weight: 800; text-align: left;}.sd-goal-tabs button svg{width: 23px; height: 23px;}.sd-goal-tabs button.is-active{color: var(--sd-teal-dark); background: #fff; box-shadow: 0 8px 20px rgba(11,29,53,.08);}.sd-goal-panel{display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr);}.sd-goal-panel__copy{align-self: center; padding: 48px 56px;}.sd-goal-panel__copy h3{margin: 0 0 16px; font-size: clamp(2rem, 3.25vw, 3.25rem); line-height: 1.02; letter-spacing: -.05em;}.sd-goal-panel__copy > p:not(.sd-eyebrow){max-width: 610px; margin: 0 0 23px; color: var(--sd-muted); font-size: 1.14rem; line-height: 1.55;}.sd-goal-panel__copy a{display: inline-flex; align-items: center; gap: 8px; color: var(--sd-teal-dark); text-decoration: none; font-weight: 800;}.sd-goal-panel__visual{display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; color: var(--sd-navy); background: linear-gradient(145deg, #effcfd, #dff4f7); text-decoration: none; transition: background .18s ease;}.sd-goal-panel__visual:hover{background: linear-gradient(145deg, #e6fafc, #cbeef3);}.sd-goal-panel__main-icon{width: 112px !important; height: 112px !important; stroke-width: 1.45 !important;}.sd-goal-panel__visual span{min-width: 145px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; color: #fff; background: var(--sd-teal); border: 1px solid var(--sd-edge); border-radius: 8px; box-shadow: 0 9px 18px rgba(22,141,168,.17), inset 0 1px 0 rgba(255,255,255,.18); font-size: 1.1rem; font-weight: 800;}.sd-tools{padding: 88px 0 0; color: #fff; background: var(--sd-navy);}.sd-section-heading--light h2{color: #fff;}.sd-section-heading--light > p:last-child{color: rgba(255,255,255,.74);}.sd-tool-tabs{display: flex; justify-content: center; gap: 10px; margin-bottom: 20px;}.sd-tool-tabs button{min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 0 22px; color: rgba(255,255,255,.78); background: transparent; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; font-weight: 800;}.sd-tool-tabs button.is-active{color: var(--sd-ink); background: #fff; border-color: #fff;}.sd-tool-stage{display: grid; grid-template-columns: 1fr 1.08fr; gap: 44px; padding: 48px; color: var(--sd-ink); background: #fff; border-radius: 18px; box-shadow: 0 25px 55px rgba(0,0,0,.18);}.sd-tool-stage__content h3{margin: 0 0 18px; font-size: clamp(2.1rem, 3.35vw, 3.55rem); line-height: 1.02; letter-spacing: -.05em;}.sd-tool-stage__content > p:not(.sd-eyebrow){color: var(--sd-muted); font-size: 1.1rem; line-height: 1.58;}.sd-tool-stage__content ul{margin: 23px 0 30px; padding: 0; list-style: none; color: var(--sd-muted);}.sd-tool-stage__content li{margin: 12px 0;}.sd-tool-stage__content li::before{content: "✓"; margin-right: 12px; color: var(--sd-teal-dark); font-weight: 900;}.sd-tool-stage__preview{display: grid; place-items: center;}.sd-tool-window{width: min(100%, 570px); padding: 28px; background: #f6f9fa; border: 1px solid #cfdae0; border-radius: 15px; box-shadow: 0 18px 36px rgba(11,29,53,.08);}.sd-tool-window__bar{display: flex; align-items: center; gap: 8px; padding-bottom: 20px; border-bottom: 1px solid #d8e1e5;}.sd-tool-window__bar i{width: 9px; height: 9px; background: #bcc9d0; border-radius: 50%;}.sd-tool-window__bar b{margin-left: auto; color: var(--sd-muted);}.sd-tool-window > small{display: block; margin-top: 28px; color: #657084; font-weight: 800; letter-spacing: .12em;}.sd-tool-window > strong{display: block; margin-top: 13px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em;}.sd-range{height: 9px; margin: 30px 0 22px; overflow: hidden; background: #dce7ea; border-radius: 99px;}.sd-range i{display: block; width: 68%; height: 100%; background: linear-gradient(90deg, var(--sd-teal-dark), var(--sd-teal));}.sd-tool-window__facts{display: grid; grid-template-columns: repeat(3,1fr); gap: 10px;}.sd-tool-window__facts span{padding: 15px; background: #fff; border: 1px solid #d7e0e4; border-radius: 10px; color: var(--sd-muted);}.sd-tool-window__facts b{display: block; margin-bottom: 6px; color: var(--sd-ink);}.sd-assurance{display: grid; grid-template-columns: repeat(3,1fr); margin-top: 42px; border-top: 1px solid rgba(255,255,255,.18);}.sd-assurance > div{min-height: 125px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 24px 30px;}.sd-assurance > div + div{border-left: 1px solid rgba(255,255,255,.18);}.sd-assurance svg{width: 36px; height: 36px; color: var(--sd-teal);}.sd-assurance p{margin: 0;}.sd-assurance strong, .sd-assurance span{display: block;}.sd-assurance strong{color: #fff;}.sd-assurance span{margin-top: 4px; color: rgba(255,255,255,.66);}.sd-final{padding-bottom: 25px;}.sd-final__inner{min-height: 245px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 42px 50px; background: linear-gradient(135deg, #eaf9fb, #f7fcfd); border: 1px solid rgba(11,29,53,.13); border-radius: 18px;}.sd-final__icon{width: 72px; height: 72px; display: grid; place-items: center; color: #fff; background: var(--sd-teal); border: 1px solid var(--sd-edge); border-radius: 50%;}.sd-final__icon svg{width: 38px; height: 38px;}.sd-final h2{margin: 0 0 10px; font-size: clamp(2rem, 3.3vw, 3.45rem); line-height: 1.02; letter-spacing: -.05em;}.sd-final p:last-child{margin: 0; color: var(--sd-muted); font-size: 1.08rem;}.sd-final__actions{display: flex; gap: 12px;}.sd-disclaimer{padding: 0 0 36px; color: #7a8390; text-align: center; font-size: .78rem;}@media (max-width: 1199.98px){.sd-nav__inner{gap: 18px;}.sd-nav__brand{flex-basis: 158px;}.sd-nav__brand img{width: 158px;}.sd-nav__links, .sd-nav__actions{gap: 16px;}.sd-nav a{font-size: .85rem;}.sd-market__grid{grid-template-columns: 1fr 1.1fr .75fr; gap: 24px;}.sd-goal-shell{grid-template-columns: 245px 1fr;}}@media (max-width: 991.98px){.sd-menu-button{display: block;}.sd-nav__inner{min-height: 70px; flex-wrap: wrap;}.sd-nav__menu{display: none; flex-basis: 100%; padding: 12px 0 22px;}.sd-nav__menu.is-open{display: grid; gap: 18px;}.sd-nav__links, .sd-nav__actions{display: grid; gap: 0;}.sd-nav a{padding: 13px 4px; border-bottom: 1px solid var(--sd-line); font-size: .95rem;}.sd-hero__grid{grid-template-columns: 1fr;}.sd-hero__content{padding: 48px 0 42px;}.sd-hero__photo, .sd-hero__photo img{min-height: 320px;}.sd-proof__grid > div{padding-inline: 18px;}.sd-market{padding: 65px 0 55px;}.sd-market__grid{grid-template-columns: 1fr 1fr;}.sd-market__copy{grid-column: 1 / -1;}.sd-market__preview{min-height: 310px;}.sd-journey{padding-top: 50px;}.sd-goal-shell{grid-template-columns: 220px 1fr;}.sd-goal-panel{grid-template-columns: 1fr 230px;}.sd-goal-panel__copy{padding: 38px;}.sd-goal-panel__main-icon{width: 88px !important; height: 88px !important;}.sd-tool-stage{grid-template-columns: 1fr;}.sd-platform__flow{grid-template-columns: repeat(6, 1fr);}.sd-platform__flow > div:nth-child(1), .sd-platform__flow > div:nth-child(2), .sd-platform__flow > div:nth-child(3){grid-column: span 2;}.sd-platform__flow > div:nth-child(4){grid-column: 2 / span 2;}.sd-platform__flow > div:nth-child(5){grid-column: 4 / span 2;}.sd-platform__flow > div::after{display: none;}.sd-final__inner{grid-template-columns: auto 1fr;}.sd-final__actions{grid-column: 1 / -1; justify-content: center;}}@media (max-width: 767.98px){.sd-home .container{width: min(100% - 28px, 1380px);}.sd-hero__photo{display: none;}.sd-tagline{grid-template-columns: 24px minmax(0,auto) 24px; gap: 10px;}.sd-tagline p{white-space: normal; text-align: center;}.sd-actions{display: grid;}.sd-btn{width: 100%;}.sd-proof__grid{grid-template-columns: 1fr;}.sd-proof__grid > div{justify-content: flex-start;}.sd-proof__grid > div + div{border-left: 0; border-top: 1px solid rgba(255,255,255,.34);}.sd-market__grid{grid-template-columns: 1fr;}.sd-market__preview{min-height: 0;}.sd-goal-shell{grid-template-columns: 1fr;}.sd-goal-tabs{display: grid; grid-template-columns: 1fr 1fr; gap: 8px;}.sd-goal-tabs button{min-height: 58px; padding-inline: 13px;}.sd-goal-panel{grid-template-columns: 1fr;}.sd-goal-panel__copy{padding: 32px 24px;}.sd-goal-panel__visual{min-height: 245px;}.sd-tool-tabs{flex-direction: column;}.sd-tool-stage{padding: 28px 22px;}.sd-tool-window__facts{grid-template-columns: 1fr;}.sd-assurance{grid-template-columns: 1fr;}.sd-assurance > div{justify-content: flex-start; min-height: 95px;}.sd-assurance > div + div{border-left: 0; border-top: 1px solid rgba(255,255,255,.18);}.sd-platform__flow{grid-template-columns: 1fr;}.sd-platform__flow > div{grid-column: auto !important; min-height: 180px;}.sd-final__inner{grid-template-columns: 1fr; padding: 35px 26px; text-align: center;}.sd-final__icon{margin-inline: auto;}.sd-final__actions{display: grid; width: 100%;}}.sd-tool-preview-link{display: grid; color: inherit; text-decoration: none; border-radius: 15px;}.sd-tool-preview-link:hover, .sd-tool-preview-link:focus{color: inherit; text-decoration: none;}.sd-tool-preview-link .sd-tool-window{cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;}.sd-tool-preview-link:hover .sd-tool-window{transform: translateY(-2px); border-color: rgba(22, 141, 168, .48); box-shadow: 0 22px 42px rgba(11, 29, 53, .13);}.sd-tool-preview-link:focus-visible{outline: 3px solid rgba(54, 166, 194, .48); outline-offset: 5px;}.sd-goal-panel__visual span{min-width: 190px;}.sd-final__inner{grid-template-columns: auto minmax(0, 1fr) minmax(340px, 420px);}.sd-final__actions{width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 12px;}.sd-final__actions .sd-btn{width: 100%; white-space: normal; text-align: center;}@media (max-width: 991.98px){.sd-final__inner{grid-template-columns: auto minmax(0, 1fr);}.sd-final__actions{grid-column: 1 / -1; width: min(100%, 540px); margin-inline: auto;}}@media (max-width: 767.98px){.sd-tool-preview-link, .sd-tool-preview-link .sd-tool-window{width: 100%;}.sd-final__inner{grid-template-columns: 1fr;}.sd-final__actions{grid-column: auto; width: 100%;}}.sd-hero__photo{background: linear-gradient( 135deg, rgba(239, 246, 248, .15), rgba(221, 237, 241, .12) ), url("/agentlink_ddf/static/src/img/sd/living_room.webp") center / cover no-repeat;}.sd-hero__photo img{position: relative; z-index: 1; background: transparent;}.sd-hero__photo::after{z-index: 2; pointer-events: none;}.sd-market__copy h2{font-size: clamp(2.25rem, 3.7vw, 4rem);}.sd-journey{padding-top: 52px; padding-bottom: 78px;}.sd-goal-panel, .sd-goal-panel__visual{min-height: 330px;}.sd-goal-panel__copy{align-self: center; padding-top: 34px; padding-bottom: 34px;}.sd-goal-panel__visual{gap: 22px;}.sd-goal-panel__main-icon{width: 96px !important; height: 96px !important;}.sd-goal-panel__visual span{min-width: 190px;}.sd-tools{padding-bottom: 34px;}.sd-final{padding-top: 82px; padding-bottom: 40px;}.sd-final__inner{grid-template-columns: auto minmax(370px, 1.25fr) minmax(340px, 420px); gap: 38px;}.sd-final__inner > div:nth-child(2){max-width: 650px;}.sd-final__actions{width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 12px;}.sd-final__actions .sd-btn{width: 100%; white-space: normal; text-align: center;}.sd-footer{margin-top: 18px; color: rgba(255, 255, 255, .78); background: var(--sd-navy); border-top: 1px solid rgba(54, 166, 194, .42);}.sd-footer__main{display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.4fr); gap: 80px; padding: 66px 0 52px;}.sd-footer__brand img{display: block; width: min(250px, 100%); height: auto; padding: 10px 14px; background: #fff; border-radius: 8px;}.sd-footer__brand p{max-width: 360px; margin: 22px 0 0; line-height: 1.6;}.sd-footer__links{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px;}.sd-footer__links h2{margin: 0 0 18px; color: #fff; font-size: .84rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;}.sd-footer__links a{display: block; margin: 11px 0; color: rgba(255, 255, 255, .76); text-decoration: none; line-height: 1.4;}.sd-footer__links a:hover, .sd-footer__links a:focus{color: var(--sd-teal);}.sd-footer__legal{display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 24px 0 34px; border-top: 1px solid rgba(255, 255, 255, .14); font-size: .76rem; line-height: 1.5;}.sd-footer__legal p{margin: 0;}.sd-footer__legal p:first-child{max-width: 760px;}.sd-footer__legal p:last-child{white-space: nowrap;}@media (max-width: 991.98px){.sd-goal-panel, .sd-goal-panel__visual{min-height: 320px;}.sd-final__inner{grid-template-columns: auto minmax(0, 1fr);}.sd-final__actions{grid-column: 1 / -1; width: min(100%, 540px); margin-inline: auto;}.sd-footer__main{grid-template-columns: 1fr; gap: 42px;}}@media (max-width: 767.98px){.sd-market__copy h2{font-size: clamp(2.15rem, 11vw, 3.2rem);}.sd-goal-panel, .sd-goal-panel__visual{min-height: 0;}.sd-goal-panel__visual{min-height: 225px;}.sd-final{padding-top: 58px;}.sd-final__inner{grid-template-columns: 1fr;}.sd-final__actions{grid-column: auto; width: 100%;}.sd-footer__main{padding-top: 48px;}.sd-footer__links{grid-template-columns: 1fr 1fr; gap: 30px 22px;}.sd-footer__legal{display: grid; gap: 18px;}.sd-footer__legal p:last-child{white-space: normal;}}@media print{.sd-nav{position: static !important;}.sd-hero__photo::after{display: none !important;}.sd-hero__photo{print-color-adjust: exact; -webkit-print-color-adjust: exact;}.sd-hero__photo img{opacity: 1 !important; visibility: visible !important; filter: none !important;}.sd-footer{break-inside: avoid; print-color-adjust: exact; -webkit-print-color-adjust: exact;}}.sd-hero__logo, .sd-tagline{width: min(700px, 100%); max-width: 100%;}.sd-hero__logo{align-self: flex-start; object-fit: contain;}.sd-market__preview{display: flex; flex-direction: column; justify-content: center;}.sd-market__preview > svg{margin-bottom: 28px;}.sd-market__preview .sd-eyebrow{margin-bottom: 18px;}.sd-market__preview ul{margin-top: 0;}.sd-hero__logo{width: min(840px, 124%); max-width: none; margin-left: -62px; object-fit: contain; object-position: left center;}.sd-hero .sd-actions{justify-content: flex-start;}.sd-nav__actions a[href="/web/login"]{display: inline-flex; align-items: center; justify-content: center; padding: 10px 19px; color: #fff; background: var(--sd-teal-dark); border: 1px solid var(--sd-teal-dark); border-radius: 999px; line-height: 1;}.sd-nav__actions a[href="/web/login"]:hover, .sd-nav__actions a[href="/web/login"]:focus{color: #fff; background: var(--sd-navy); border-color: var(--sd-navy);}body.sd-modern-home footer#footer, body.sd-modern-home #footer, body.sd-modern-home .o_footer{display: none !important;}body.sd-modern-home footer.sd-footer{display: block !important;}.sd-assurance > div > p{display: block; margin: 0;}.sd-assurance > div > p > strong, .sd-assurance > div > p > span{display: block;}.sd-assurance > div > p > span{margin-top: 4px; color: rgba(255, 255, 255, .66); line-height: 1.45;}@media (max-width: 991.98px){.sd-hero__logo{width: min(770px, 116%); margin-left: -38px;}}@media (max-width: 767.98px){.sd-hero__logo{width: 110%; max-width: none; margin-left: -5%;}.sd-nav__actions a[href="/web/login"]{width: 100%; margin-top: 8px; padding: 13px 16px; border-bottom: 0; border-radius: 8px;}}.sd-goal-shell{min-height: 0 !important; height: auto !important;}.sd-goal-panel{min-height: 390px !important; height: 390px !important; align-items: stretch;}.sd-goal-tabs{min-height: 390px !important; height: 390px !important;}.sd-goal-panel__copy{min-height: 0 !important; height: auto !important; align-self: center; padding-top: 34px; padding-bottom: 34px;}.sd-goal-panel__visual{min-height: 390px !important; height: 390px !important;}.sd-goal-panel__visual span{flex: 0 0 auto;}#property-location::placeholder{opacity: .72;}@media (max-width: 991.98px){.sd-goal-panel, .sd-goal-tabs, .sd-goal-panel__visual{min-height: 370px !important; height: 370px !important;}}@media (max-width: 767.98px){.sd-goal-tabs{min-height: 0 !important; height: auto !important;}.sd-goal-panel{min-height: 0 !important; height: auto !important;}.sd-goal-panel__copy{min-height: 0 !important; height: auto !important;}.sd-goal-panel__visual{min-height: 220px !important; height: 220px !important;}}@media print{.sd-goal-shell{min-height: 0 !important; height: auto !important; break-inside: avoid;}.sd-goal-panel, .sd-goal-tabs, .sd-goal-panel__visual{min-height: 350px !important; height: 350px !important;}.sd-goal-panel__copy{min-height: 0 !important; height: auto !important; padding-top: 26px !important; padding-bottom: 26px !important;}}.sd-goal-shell, .sd-goal-panel, .sd-goal-panel__copy, .sd-goal-panel__visual{overflow: visible !important;}.sd-goal-panel{min-height: 420px !important; height: auto !important; align-items: stretch !important;}.sd-goal-tabs{min-height: 420px !important; height: auto !important; align-self: stretch !important;}.sd-goal-panel__copy{min-height: 0 !important; height: auto !important; align-self: center !important; padding-top: 42px !important; padding-bottom: 42px !important;}.sd-goal-panel__copy .sd-eyebrow{margin-top: 0 !important;}.sd-goal-panel__copy h3{line-height: 1.04 !important; margin-bottom: 20px !important;}.sd-goal-panel__copy p{line-height: 1.45 !important;}.sd-goal-panel__visual{min-height: 420px !important; height: auto !important;}@media (max-width: 991.98px){.sd-goal-panel, .sd-goal-tabs, .sd-goal-panel__visual{min-height: 400px !important; height: auto !important;}.sd-goal-panel__copy{padding-top: 36px !important; padding-bottom: 36px !important;}}@media (max-width: 767.98px){.sd-goal-tabs, .sd-goal-panel, .sd-goal-panel__visual, .sd-goal-panel__copy{min-height: 0 !important; height: auto !important;}.sd-goal-panel__copy{padding-top: 28px !important; padding-bottom: 28px !important;}.sd-goal-panel__visual{min-height: 220px !important;}}@media print{.sd-goal-shell, .sd-goal-panel, .sd-goal-tabs, .sd-goal-panel__copy, .sd-goal-panel__visual{overflow: visible !important;}.sd-goal-panel, .sd-goal-tabs, .sd-goal-panel__visual{min-height: 360px !important; height: auto !important;}.sd-goal-panel__copy{padding-top: 24px !important; padding-bottom: 24px !important;}}body.sd-sell-options-page header#top, body:has(main.sd-sell-page) header#top{display: none !important;}.sd-sell-page{color: var(--sd-ink); background: #fff;}.sd-sell-page *{box-sizing: border-box;}.sd-sell-page .container{width: min(100% - 40px, 1240px); margin-inline: auto;}.sd-sell-page .sd-nav__actions .sd-btn{min-height: 44px; padding: 10px 18px; color: #fff;}.sd-sell-page .sd-nav__actions i{color: var(--sd-teal-dark);}.sd-sell-hero{overflow: hidden; background: linear-gradient(120deg, #f4fbfc 0%, #fff 60%);}.sd-sell-hero__grid{min-height: 570px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(38px, 6vw, 88px); padding-block: 68px;}.sd-sell-hero__copy h1{max-width: 760px; margin: 0 0 24px; font-size: clamp(3rem, 5.4vw, 5.6rem); line-height: .96; letter-spacing: -.06em;}.sd-sell-hero__lead{max-width: 720px; margin: 0 0 30px; color: var(--sd-muted); font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.62;}.sd-sell-hero__location{margin: 24px 0 0; color: var(--sd-muted);}.sd-sell-hero__location i{margin-right: 7px; color: var(--sd-teal-dark);}.sd-sell-hero__visual{display: grid; place-items: center;}.sd-sell-choice-preview{width: min(100%, 470px); overflow: hidden; background: #fff; border: 1px solid var(--sd-line); border-radius: 18px; box-shadow: 0 28px 65px rgba(11,29,53,.13);}.sd-sell-choice-preview__top{min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 25px 28px; color: #fff; background: var(--sd-navy); font-size: 1.05rem; font-weight: 800;}.sd-sell-choice-preview__top i{color: var(--sd-teal); font-size: 1.8rem;}.sd-sell-choice-preview__row{display: grid; grid-template-columns: 32px 1fr; gap: 15px; padding: 30px 28px;}.sd-sell-choice-preview__row > i{margin-top: 3px; color: var(--sd-teal-dark); font-size: 1.5rem;}.sd-sell-choice-preview__row b, .sd-sell-choice-preview__row small{display: block;}.sd-sell-choice-preview__row b{margin-bottom: 7px; font-size: 1.12rem;}.sd-sell-choice-preview__row small{color: var(--sd-muted); font-size: .96rem; line-height: 1.5;}.sd-sell-choice-preview__divider{position: relative; height: 1px; margin: 0 28px; background: var(--sd-line); text-align: center;}.sd-sell-choice-preview__divider span{position: relative; top: -12px; display: inline-block; padding: 3px 12px; color: #77808d; background: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .14em;}.sd-sell-proof{color: #fff; background: linear-gradient(120deg, var(--sd-teal-dark), var(--sd-teal)); border-block: 1px solid var(--sd-edge);}.sd-sell-proof__grid{min-height: 122px; display: grid; grid-template-columns: repeat(3,1fr);}.sd-sell-proof__grid > div{display: flex; align-items: center; justify-content: center; gap: 18px; padding: 22px 28px;}.sd-sell-proof__grid > div + div{border-left: 1px solid rgba(255,255,255,.34);}.sd-sell-proof i{width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; color: var(--sd-navy); background: #fff; border-radius: 50%; font-size: 1.45rem;}.sd-sell-proof p, .sd-sell-proof strong, .sd-sell-proof span{display: block; margin: 0;}.sd-sell-proof strong{font-size: 1.05rem;}.sd-sell-proof span{margin-top: 3px; color: rgba(255,255,255,.88); font-size: .9rem;}.sd-sell-compare{padding: 92px 0;}.sd-sell-cards{display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch;}.sd-sell-card{display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--sd-line); border-radius: 18px; box-shadow: var(--sd-shadow);}.sd-sell-card--flat{background: linear-gradient(145deg, #f1fbfc, #fff 48%); border-top: 5px solid var(--sd-teal);}.sd-sell-card--service{background: linear-gradient(145deg, #f4f7fb, #fff 48%); border-top: 5px solid var(--sd-navy);}.sd-sell-card__header{display: flex; align-items: flex-start; justify-content: space-between; gap: 18px;}.sd-sell-card__header h3{margin: 0; font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.045em;}.sd-sell-card__header sup{font-size: .46em;}.sd-sell-card__badge{flex: 0 0 auto; padding: 8px 11px; color: var(--sd-teal-dark); background: #fff; border: 1px solid rgba(22,141,168,.35); border-radius: 999px; font-size: .75rem; font-weight: 900;}.sd-sell-card__fit{min-height: 100px; margin: 24px 0; color: var(--sd-muted); line-height: 1.58;}.sd-sell-card__price{min-height: 108px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; padding: 22px 0; border-block: 1px solid var(--sd-line);}.sd-sell-card__price small{flex-basis: 100%; color: var(--sd-muted); font-weight: 800;}.sd-sell-card__price strong{font-size: clamp(2.7rem, 4.2vw, 4.3rem); line-height: .9; letter-spacing: -.055em;}.sd-sell-card__price span{max-width: 190px; color: var(--sd-muted); font-size: .84rem; line-height: 1.3;}.sd-sell-card__columns{display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 28px 0 30px;}.sd-sell-card__columns h4{margin: 0 0 14px; font-size: 1rem;}.sd-sell-card__columns ul{margin: 0; padding: 0; list-style: none; color: var(--sd-muted);}.sd-sell-card__columns li{position: relative; margin: 11px 0; padding-left: 22px; line-height: 1.45;}.sd-sell-card__columns li::before{content: "✓"; position: absolute; left: 0; color: var(--sd-teal-dark); font-weight: 900;}.sd-sell-card > .sd-btn{align-self: flex-start; margin-top: auto;}.sd-sell-card--service > .sd-btn{color: var(--sd-navy); border-color: rgba(11,29,53,.42);}.sd-sell-guide{padding: 74px 0; color: #fff; background: var(--sd-navy);}.sd-sell-guide__inner{display: grid; grid-template-columns: .9fr 1.2fr auto; align-items: center; gap: 44px;}.sd-sell-guide h2{margin: 0; color: #fff; font-size: clamp(2.1rem, 3.7vw, 3.7rem); line-height: 1.02; letter-spacing: -.05em;}.sd-sell-guide__questions p{display: grid; grid-template-columns: 24px 1fr; gap: 12px; margin: 16px 0; color: rgba(255,255,255,.78); line-height: 1.5;}.sd-sell-guide__questions i{color: var(--sd-teal);}.sd-sell-guide__questions strong{color: #fff;}.sd-sell-guide .sd-btn{white-space: nowrap;}.sd-sell-next{padding: 72px 0 32px;}.sd-sell-next__inner{display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 42px; padding: 42px 46px; background: linear-gradient(135deg, #eaf9fb, #f8fcfd); border: 1px solid var(--sd-line); border-radius: 18px;}.sd-sell-next h2{margin: 0 0 13px; font-size: clamp(2rem, 3.5vw, 3.45rem); line-height: 1.03; letter-spacing: -.05em;}.sd-sell-next p:last-child{max-width: 760px; margin: 0; color: var(--sd-muted); font-size: 1.06rem; line-height: 1.55;}.sd-sell-disclaimer{padding: 0 0 38px; color: #7b8490; text-align: center; font-size: .78rem;}@media (max-width: 991.98px){.sd-sell-hero__grid{grid-template-columns: 1fr; min-height: 0;}.sd-sell-hero__copy h1{max-width: 850px;}.sd-sell-choice-preview{width: 100%;}.sd-sell-cards{grid-template-columns: 1fr;}.sd-sell-card__fit{min-height: 0;}.sd-sell-guide__inner{grid-template-columns: 1fr;}.sd-sell-guide .sd-btn{justify-self: start;}}@media (max-width: 767.98px){.sd-sell-page .container{width: min(100% - 28px, 1240px);}.sd-sell-hero__grid{padding-block: 48px;}.sd-sell-hero__copy h1{font-size: clamp(2.65rem, 13vw, 4rem);}.sd-sell-proof__grid{grid-template-columns: 1fr;}.sd-sell-proof__grid > div{justify-content: flex-start;}.sd-sell-proof__grid > div + div{border-left: 0; border-top: 1px solid rgba(255,255,255,.34);}.sd-sell-compare{padding: 66px 0;}.sd-sell-card{padding: 26px 22px;}.sd-sell-card__header{display: block;}.sd-sell-card__badge{display: inline-block; margin-top: 13px;}.sd-sell-card__columns{grid-template-columns: 1fr; gap: 10px;}.sd-sell-next__inner{grid-template-columns: 1fr; padding: 32px 24px;}.sd-sell-next .sd-btn{width: 100%;}}.sd-home .sd-home-hero-title{display: block; max-width: 690px; margin: 0 0 10px; color: var(--sd-navy); font-size: inherit; line-height: inherit; letter-spacing: inherit; font-weight: inherit;}.sd-home .sd-home-hero-support{max-width: 690px; margin: 0 0 27px; color: var(--sd-muted); font-size: clamp(1rem, 1.25vw, 1.13rem); line-height: 1.58;}.sd-home-intro{padding: 72px 0; background: #fff; border-bottom: 1px solid var(--sd-line);}.sd-home-intro__grid{display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(42px, 7vw, 94px);}.sd-home-intro__heading h2{max-width: 650px; margin: 0; color: var(--sd-navy); font-size: clamp(2.35rem, 4vw, 4.05rem); line-height: 1.01; letter-spacing: -.055em;}.sd-home-intro__content{max-width: 700px;}.sd-home-intro__content p{margin: 0; color: var(--sd-navy); font-size: clamp(1.08rem, 1.4vw, 1.18rem); font-weight: 650; line-height: 1.65;}@media (max-width: 991.98px){.sd-home-intro__grid{grid-template-columns: 1fr; gap: 28px;}}@media (max-width: 767.98px){.sd-home .sd-home-hero-title, .sd-home .sd-home-hero-support{max-width: 100%;}.sd-home-intro{padding: 52px 0;}}.sd-proof-methodology{padding: 10px 0; background: #f7f9fb; border-bottom: 1px solid var(--sd-line);}.sd-proof-methodology p{max-width: 920px; margin: 0 auto; color: var(--sd-muted); font-size: .78rem; line-height: 1.45; text-align: center;}.sd-home-intro__content .sd-home-intro__detail{margin-top: 16px; color: var(--sd-muted); font-size: 1rem; font-weight: 500; line-height: 1.62;}@media (max-width: 767.98px){.sd-proof-methodology{padding: 12px 0;}.sd-proof-methodology p{text-align: left;}}.sd-home .sd-home-hero-title{font-weight: 800;}.sd-home .sd-tagline sup{position: relative; top: -.15em; margin-left: 2px; font-size: .48em; line-height: 0; vertical-align: super;}.sd-home .sd-footer__legal{display: block; padding-top: 28px;}.sd-home .sd-footer__legal-copy{max-width: 1020px;}.sd-home .sd-footer__legal-copy p{margin: 0 0 12px; color: rgba(255, 255, 255, .68); font-size: .78rem; line-height: 1.58;}.sd-home .sd-footer__policy-links{display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px;}.sd-home .sd-footer__policy-links a{color: var(--sd-teal); font-size: .82rem; font-weight: 750; text-decoration: none;}.sd-home .sd-footer__policy-links a:hover, .sd-home .sd-footer__policy-links a:focus{text-decoration: underline; text-underline-offset: 4px;}.sd-home .sd-footer__copyright{margin: 20px 0 0; padding-top: 18px; color: rgba(255, 255, 255, .75); border-top: 1px solid rgba(255, 255, 255, .14); font-size: .8rem;}@media (max-width: 767.98px){.sd-home .sd-footer__legal{padding-top: 24px;}.sd-home .sd-footer__legal-copy p{font-size: .76rem;}.sd-home .sd-footer__policy-links{align-items: flex-start; flex-direction: column; gap: 10px;}}.sd-home .sd-footer, .sd-home .sd-footer .container, .sd-home .sd-footer__legal, .sd-home .sd-footer__legal-copy{width: 100%; max-width: 100%; min-width: 0; height: auto; min-height: 0; overflow: visible;}.sd-home .sd-footer__legal{box-sizing: border-box;}.sd-home .sd-footer__legal-copy p, .sd-home .sd-footer__copyright{width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box; white-space: normal; overflow: visible; overflow-wrap: anywhere; word-break: normal; text-overflow: clip;}.sd-home .sd-footer__policy-links{min-width: 0; max-width: 100%;}.sd-home .sd-footer__policy-links a{white-space: normal;}@media print{.sd-home .sd-footer{display: block !important; width: 100% !important; height: auto !important; min-height: 0 !important; overflow: visible !important; break-inside: auto !important; page-break-inside: auto !important;}.sd-home .sd-footer .container, .sd-home .sd-footer__main, .sd-home .sd-footer__links, .sd-home .sd-footer__legal, .sd-home .sd-footer__legal-copy{width: 100% !important; max-width: 100% !important; min-width: 0 !important; height: auto !important; overflow: visible !important;}.sd-home .sd-footer__legal-copy p, .sd-home .sd-footer__copyright{display: block !important; width: 100% !important; max-width: 100% !important; white-space: normal !important; overflow-wrap: anywhere !important; word-break: normal !important;}.sd-home .sd-footer__policy-links{display: flex !important; flex-wrap: wrap !important;}}body.sd-sell-options-page header#top, body:has(main.sd-local-sell-page) header#top{display: none !important;}.sd-local-sell-page{--sd-local-navy: #10243b; --sd-local-ink: #15283c; --sd-local-teal: #36a6c2; --sd-local-teal-dark: #187f98; --sd-local-muted: #5f6f7d; --sd-local-line: #dce5e9; --sd-local-soft: #f3f8fa; --sd-local-shadow: 0 22px 52px rgba(16, 36, 59, .11); color: var(--sd-local-ink); background: #fff;}.sd-local-sell-page *, .sd-local-sell-page *::before, .sd-local-sell-page *::after{box-sizing: border-box;}.sd-local-sell-page .container{width: min(100% - 40px, 1240px); margin-inline: auto;}.sd-local-eyebrow{margin: 0 0 14px; color: var(--sd-local-teal-dark); font-size: .76rem; font-weight: 900; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase;}.sd-local-eyebrow sup{font-size: .65em;}.sd-local-nav{position: relative; z-index: 10; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--sd-local-line);}.sd-local-nav__inner{min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px;}.sd-local-nav__brand{display: inline-flex; align-items: center;}.sd-local-nav__brand img{width: min(285px, 38vw); height: auto;}.sd-local-nav__links{display: flex; align-items: center; gap: 24px;}.sd-local-nav__links a{color: var(--sd-local-ink); font-size: .9rem; font-weight: 750; text-decoration: none;}.sd-local-nav__links a:hover, .sd-local-nav__links a:focus{color: var(--sd-local-teal-dark);}.sd-local-nav__login{padding: 11px 17px; color: #fff !important; background: var(--sd-local-teal-dark); border-radius: 999px;}.sd-local-breadcrumbs{background: #fff; border-bottom: 1px solid var(--sd-local-line);}.sd-local-breadcrumbs ol{min-height: 46px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none;}.sd-local-breadcrumbs li{display: inline-flex; align-items: center; color: var(--sd-local-muted); font-size: .82rem;}.sd-local-breadcrumbs li + li::before{content: "/"; margin-right: 8px; color: #9ba8b1;}.sd-local-breadcrumbs a{color: inherit; text-decoration: none;}.sd-local-hero{overflow: hidden; background: radial-gradient(circle at 12% 20%, rgba(54, 166, 194, .12), transparent 33%), linear-gradient(120deg, #f4fbfc 0%, #fff 58%);}.sd-local-hero__grid{min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(380px, .93fr); align-items: center; gap: clamp(40px, 6vw, 88px); padding-block: 68px;}.sd-local-hero h1{max-width: 760px; margin: 0 0 24px; color: var(--sd-local-navy); font-size: clamp(3rem, 5.2vw, 5.25rem); font-weight: 850; letter-spacing: -.058em; line-height: .98;}.sd-local-hero__lead{max-width: 730px; margin: 0 0 29px; color: var(--sd-local-muted); font-size: clamp(1.08rem, 1.55vw, 1.28rem); line-height: 1.62;}.sd-local-hero__actions{display: flex; flex-wrap: wrap; gap: 12px;}.sd-local-hero__availability{margin: 20px 0 0; color: var(--sd-local-muted); font-size: .93rem;}.sd-local-hero__availability::before{content: ""; width: 8px; height: 8px; display: inline-block; margin-right: 8px; background: var(--sd-local-teal); border-radius: 50%;}.sd-local-hero__visual{position: relative;}.sd-local-hero__visual > img{width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; border-radius: 24px; box-shadow: 0 30px 70px rgba(16, 36, 59, .18);}.sd-local-hero__badge{position: absolute; right: -18px; bottom: 24px; min-width: 170px; padding: 17px 20px; color: #fff; background: var(--sd-local-navy); border: 4px solid #fff; border-radius: 16px; box-shadow: var(--sd-local-shadow);}.sd-local-hero__badge span, .sd-local-hero__badge strong{display: block;}.sd-local-hero__badge span{font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase;}.sd-local-hero__badge strong{margin-top: 3px; color: var(--sd-local-teal); font-size: 1.7rem;}.sd-local-btn{min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border: 1px solid transparent; border-radius: 8px; font-size: .94rem; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none !important; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;}.sd-local-btn:hover, .sd-local-btn:focus{transform: translateY(-1px);}.sd-local-btn--primary{color: #fff !important; background: var(--sd-local-teal-dark); box-shadow: 0 10px 24px rgba(24, 127, 152, .2);}.sd-local-btn--primary:hover, .sd-local-btn--primary:focus{background: var(--sd-local-navy);}.sd-local-btn--secondary{color: var(--sd-local-navy) !important; background: #fff; border-color: var(--sd-local-line);}.sd-local-btn--dark{color: #fff !important; background: var(--sd-local-navy);}.sd-local-btn--light{color: var(--sd-local-navy) !important; background: #fff;}.sd-local-proof{color: #fff; background: linear-gradient( 120deg, var(--sd-local-teal-dark), var(--sd-local-teal) );}.sd-local-proof__grid{min-height: 124px; display: grid; grid-template-columns: repeat(3, 1fr);}.sd-local-proof__grid > div{min-width: 0; display: flex; align-items: center; justify-content: center; gap: 17px; padding: 24px 28px;}.sd-local-proof__grid > div + div{border-left: 1px solid rgba(255, 255, 255, .32);}.sd-local-proof__icon{width: 51px; height: 51px; flex: 0 0 51px; display: grid; place-items: center; color: var(--sd-local-navy); background: #fff; border-radius: 50%; font-size: 1.35rem; font-weight: 900;}.sd-local-proof p, .sd-local-proof strong, .sd-local-proof p span{display: block; margin: 0;}.sd-local-proof strong{font-size: 1rem;}.sd-local-proof p span{margin-top: 4px; color: rgba(255, 255, 255, .86); font-size: .84rem;}.sd-local-intro{padding: 84px 0; border-bottom: 1px solid var(--sd-local-line);}.sd-local-intro__grid{display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 7vw, 100px);}.sd-local-intro h2, .sd-local-section-heading h2, .sd-local-expertise h2, .sd-local-decision h2, .sd-local-mission h2, .sd-local-final h2, .sd-local-buy h2{margin: 0; color: var(--sd-local-navy); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 850; letter-spacing: -.05em; line-height: 1.03;}.sd-local-intro__copy p{margin: 0 0 17px; color: var(--sd-local-muted); font-size: 1.08rem; line-height: 1.68;}.sd-local-intro__copy p:first-child{color: var(--sd-local-ink); font-size: 1.16rem; font-weight: 650;}.sd-local-compare{padding: 92px 0; background: var(--sd-local-soft);}.sd-local-section-heading{max-width: 880px; margin: 0 auto 44px; text-align: center;}.sd-local-section-heading > p:last-child{max-width: 730px; margin: 18px auto 0; color: var(--sd-local-muted); font-size: 1.06rem; line-height: 1.62;}.sd-local-cards{display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch;}.sd-local-card{min-width: 0; display: flex; flex-direction: column; padding: 34px; background: #fff; border: 1px solid var(--sd-local-line); border-radius: 20px; box-shadow: var(--sd-local-shadow);}.sd-local-card--flat{border-top: 6px solid var(--sd-local-teal);}.sd-local-card--service{border-top: 6px solid var(--sd-local-navy);}.sd-local-card__top{display: flex; align-items: flex-start; justify-content: space-between; gap: 18px;}.sd-local-card__kicker{margin: 0 0 8px; color: var(--sd-local-teal-dark); font-size: .72rem; font-weight: 900; letter-spacing: .12em;}.sd-local-card h3{margin: 0; color: var(--sd-local-navy); font-size: clamp(2rem, 3vw, 2.85rem); font-weight: 850; letter-spacing: -.045em; line-height: 1.02;}.sd-local-card__badge{flex: 0 0 auto; padding: 8px 11px; color: var(--sd-local-teal-dark); background: var(--sd-local-soft); border: 1px solid rgba(24, 127, 152, .24); border-radius: 999px; font-size: .72rem; font-weight: 900;}.sd-local-card__fit{min-height: 105px; margin: 24px 0; color: var(--sd-local-muted); line-height: 1.62;}.sd-local-card__price{min-height: 118px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; padding: 24px 0; border-block: 1px solid var(--sd-local-line);}.sd-local-card__price > span{flex-basis: 100%; color: var(--sd-local-muted); font-size: .85rem; font-weight: 800;}.sd-local-card__price strong{color: var(--sd-local-navy); font-size: clamp(2.8rem, 4.4vw, 4.25rem); letter-spacing: -.055em; line-height: .9;}.sd-local-card__price small{max-width: 190px; color: var(--sd-local-muted); font-size: .82rem; line-height: 1.35;}.sd-local-card__validity{margin: 10px 0 0; color: var(--sd-local-muted); font-size: .78rem;}.sd-local-card__columns{display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 28px 0 31px;}.sd-local-card__columns h4{margin: 0 0 13px; color: var(--sd-local-navy); font-size: .98rem;}.sd-local-card__columns ul{margin: 0; padding: 0; color: var(--sd-local-muted); list-style: none;}.sd-local-card__columns li{position: relative; margin: 10px 0; padding-left: 22px; line-height: 1.47;}.sd-local-card__columns li::before{content: "✓"; position: absolute; left: 0; top: 0; color: var(--sd-local-teal-dark); font-weight: 900;}.sd-local-card__button{width: 100%; margin-top: auto;}.sd-local-compare__note{max-width: 930px; margin: 25px auto 0; color: var(--sd-local-muted); font-size: .76rem; line-height: 1.5; text-align: center;}.sd-local-expertise{padding: 92px 0;}.sd-local-expertise__grid{display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(45px, 8vw, 110px);}.sd-local-expertise__visual{min-height: 370px; display: grid; place-items: center; align-content: center; gap: 17px; color: #fff; background: linear-gradient( 135deg, rgba(16, 36, 59, .96), rgba(24, 127, 152, .93) ), url("/agentlink_ddf/static/src/img/sd/pattern-blue.webp"); background-size: cover; border-radius: 22px; box-shadow: var(--sd-local-shadow);}.sd-local-expertise__house{font-size: 5.8rem; line-height: 1;}.sd-local-expertise__visual > span{font-size: 1.3rem; font-weight: 850;}.sd-local-expertise__grid > div:last-child > p:not(.sd-local-eyebrow){margin: 18px 0 0; color: var(--sd-local-muted); font-size: 1.05rem; line-height: 1.67;}.sd-local-text-link{display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; color: var(--sd-local-teal-dark); font-weight: 850; text-decoration: none;}.sd-local-text-link:hover, .sd-local-text-link:focus{text-decoration: underline; text-underline-offset: 4px;}.sd-local-process{padding: 92px 0; background: var(--sd-local-soft);}.sd-local-process__steps{display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;}.sd-local-process__steps article{padding: 31px; background: #fff; border: 1px solid var(--sd-local-line); border-radius: 16px;}.sd-local-process__steps article > span{width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 21px; color: #fff; background: var(--sd-local-teal-dark); border-radius: 50%; font-weight: 900;}.sd-local-process__steps h3{margin: 0 0 12px; color: var(--sd-local-navy); font-size: 1.25rem;}.sd-local-process__steps p{margin: 0; color: var(--sd-local-muted); line-height: 1.6;}.sd-local-mission{padding: 76px 0; color: #fff; background: var(--sd-local-navy);}.sd-local-mission__inner{display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(300px, .87fr); align-items: center; gap: 70px;}.sd-local-mission h2{color: #fff;}.sd-local-mission .sd-local-eyebrow{color: var(--sd-local-teal);}.sd-local-mission p:not(.sd-local-eyebrow){max-width: 720px; margin: 19px 0 0; color: rgba(255, 255, 255, .75); font-size: 1.05rem; line-height: 1.65;}.sd-local-mission ul{margin: 0; padding: 0; list-style: none;}.sd-local-mission li{position: relative; margin: 13px 0; padding: 14px 18px 14px 45px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); border-radius: 9px;}.sd-local-mission li::before{content: "✓"; position: absolute; left: 18px; color: var(--sd-local-teal); font-weight: 900;}.sd-local-decision{padding: 88px 0;}.sd-local-decision__grid{display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: center; gap: 70px;}.sd-local-decision p:not(.sd-local-eyebrow){max-width: 760px; margin: 17px 0 0; color: var(--sd-local-muted); line-height: 1.62;}.sd-local-decision__actions{display: flex; flex-direction: column; gap: 12px;}.sd-local-faq{padding: 92px 0; background: var(--sd-local-soft);}.sd-local-faq__items{max-width: 950px; margin: 0 auto;}.sd-local-faq details{background: #fff; border: 1px solid var(--sd-local-line); border-radius: 11px;}.sd-local-faq details + details{margin-top: 12px;}.sd-local-faq summary{position: relative; padding: 20px 55px 20px 22px; color: var(--sd-local-navy); font-weight: 820; cursor: pointer; list-style: none;}.sd-local-faq summary::-webkit-details-marker{display: none;}.sd-local-faq summary::after{content: "+"; position: absolute; right: 22px; top: 14px; color: var(--sd-local-teal-dark); font-size: 1.8rem; font-weight: 400;}.sd-local-faq details[open] summary::after{content: "–";}.sd-local-faq details p{margin: 0; padding: 0 22px 22px; color: var(--sd-local-muted); line-height: 1.65;}.sd-local-final{padding: 72px 0; color: #fff; background: linear-gradient( 120deg, var(--sd-local-teal-dark), var(--sd-local-teal) );}.sd-local-final__inner{display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: 60px;}.sd-local-final h2{color: #fff;}.sd-local-final .sd-local-eyebrow{color: #fff;}.sd-local-final p:not(.sd-local-eyebrow){max-width: 720px; margin: 17px 0 0; color: rgba(255, 255, 255, .88); line-height: 1.6;}.sd-local-final__actions{display: flex; flex-direction: column; gap: 12px;}.sd-local-buy{padding: 38px 0; border-bottom: 1px solid var(--sd-local-line);}.sd-local-buy__inner{display: flex; align-items: center; justify-content: space-between; gap: 34px;}.sd-local-buy h2{font-size: clamp(1.6rem, 2.8vw, 2.5rem);}@media (max-width: 991.98px){.sd-local-nav__links a:not(.sd-local-nav__login){display: none;}.sd-local-hero__grid, .sd-local-intro__grid, .sd-local-expertise__grid, .sd-local-mission__inner, .sd-local-decision__grid, .sd-local-final__inner{grid-template-columns: 1fr;}.sd-local-hero__grid{padding-block: 54px 68px;}.sd-local-hero__visual{max-width: 720px;}.sd-local-hero__badge{right: 18px;}.sd-local-cards{grid-template-columns: 1fr;}.sd-local-card__fit{min-height: 0;}.sd-local-process__steps{grid-template-columns: 1fr;}.sd-local-proof__grid{grid-template-columns: 1fr;}.sd-local-proof__grid > div{justify-content: flex-start;}.sd-local-proof__grid > div + div{border-top: 1px solid rgba(255, 255, 255, .3); border-left: 0;}}@media (max-width: 767.98px){.sd-local-sell-page .container{width: min(100% - 28px, 1240px);}.sd-local-nav__inner{min-height: 70px;}.sd-local-nav__brand img{width: min(235px, 61vw);}.sd-local-nav__login{padding: 10px 12px; font-size: .8rem !important;}.sd-local-breadcrumbs ol{min-height: 42px;}.sd-local-hero__grid{min-height: 0; gap: 35px; padding-block: 42px 52px;}.sd-local-hero h1{font-size: clamp(2.45rem, 12vw, 3.7rem);}.sd-local-hero__actions, .sd-local-decision__actions, .sd-local-final__actions{align-items: stretch;}.sd-local-hero__actions .sd-local-btn, .sd-local-decision__actions .sd-local-btn, .sd-local-final__actions .sd-local-btn{width: 100%;}.sd-local-hero__visual > img{border-radius: 16px;}.sd-local-hero__badge{right: 10px; bottom: 10px; min-width: 145px; padding: 13px 15px;}.sd-local-intro, .sd-local-compare, .sd-local-expertise, .sd-local-process, .sd-local-decision, .sd-local-faq{padding-block: 62px;}.sd-local-card{padding: 25px 21px;}.sd-local-card__top, .sd-local-card__columns{grid-template-columns: 1fr;}.sd-local-card__top{display: block;}.sd-local-card__badge{display: inline-flex; margin-top: 15px;}.sd-local-card__columns{display: grid; gap: 10px;}.sd-local-mission{padding-block: 58px;}.sd-local-mission__inner{gap: 35px;}.sd-local-final{padding-block: 58px;}.sd-local-buy__inner{align-items: flex-start; flex-direction: column;}}@media print{.sd-local-nav, .sd-local-hero__actions, .sd-local-decision__actions, .sd-local-final__actions{display: none !important;}.sd-local-card, .sd-local-process__steps article, .sd-local-faq details{break-inside: avoid;}.sd-local-hero__grid, .sd-local-intro__grid, .sd-local-cards, .sd-local-expertise__grid, .sd-local-process__steps, .sd-local-mission__inner, .sd-local-decision__grid, .sd-local-final__inner{grid-template-columns: 1fr !important;}}.sd-service-chooser{padding: 82px 0; background: linear-gradient(135deg, #f2fafc 0%, #fff 62%); border-block: 1px solid var(--sd-local-line, #dce5e9);}.sd-service-chooser__intro{max-width: 880px; margin: 0 auto; text-align: center;}.sd-service-chooser__eyebrow, .sd-service-result__eyebrow{margin: 0 0 13px; color: var(--sd-local-teal-dark, #187f98); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase;}.sd-service-chooser__intro h2{margin: 0; color: var(--sd-local-navy, #10243b); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 850; letter-spacing: -.05em; line-height: 1.03;}.sd-service-chooser__intro > p:not( .sd-service-chooser__eyebrow ){max-width: 740px; margin: 20px auto 0; color: var(--sd-local-muted, #5f6f7d); font-size: 1.08rem; line-height: 1.65;}.sd-service-chooser__intro-actions{display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 22px; margin-top: 29px;}.sd-service-chooser__start, .sd-service-result__primary{min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; color: #fff !important; background: var(--sd-local-teal-dark, #187f98); border: 0; border-radius: 8px; box-shadow: 0 10px 24px rgba(24, 127, 152, .2); font-size: .96rem; font-weight: 850; text-decoration: none !important; cursor: pointer;}.sd-service-chooser__intro-actions > a, .sd-service-result__secondary{color: var(--sd-local-teal-dark, #187f98); font-weight: 800; text-decoration: none;}.sd-service-chooser__intro-actions > a:hover, .sd-service-chooser__intro-actions > a:focus, .sd-service-result__secondary:hover, .sd-service-result__secondary:focus{text-decoration: underline; text-underline-offset: 4px;}.sd-service-chooser__app{max-width: 940px; margin: 43px auto 0; padding: clamp(24px, 4vw, 42px); background: #fff; border: 1px solid var(--sd-local-line, #dce5e9); border-radius: 20px; box-shadow: 0 24px 58px rgba(16, 36, 59, .12); scroll-margin-top: 24px;}.sd-service-chooser__progress-copy{display: flex; justify-content: space-between; gap: 20px; margin-bottom: 9px; color: var(--sd-local-muted, #5f6f7d); font-size: .82rem; font-weight: 750;}.sd-service-chooser__progress-track{height: 7px; overflow: hidden; background: #e5eef1; border-radius: 999px;}.sd-service-chooser__progress-track > span{width: 20%; height: 100%; display: block; background: var(--sd-local-teal, #36a6c2); border-radius: inherit; transition: width .22s ease;}.sd-service-question{margin: 35px 0 0; padding: 0; border: 0;}.sd-service-question legend{width: 100%; margin: 0; color: var(--sd-local-navy, #10243b); font-size: clamp(1.65rem, 3vw, 2.55rem); font-weight: 850; letter-spacing: -.035em; line-height: 1.1;}.sd-service-question__help{max-width: 720px; margin: 14px 0 0; color: var(--sd-local-muted, #5f6f7d); line-height: 1.6;}.sd-service-question__answers{display: grid; gap: 12px; margin-top: 27px;}.sd-service-question__answers button{width: 100%; position: relative; display: block; padding: 18px 54px 18px 20px; color: var(--sd-local-ink, #15283c); background: #fff; border: 1px solid var(--sd-local-line, #dce5e9); border-radius: 11px; text-align: left; cursor: pointer; transition: border-color .15s ease, background .15s ease, transform .15s ease;}.sd-service-question__answers button::after{content: "›"; position: absolute; top: 50%; right: 21px; color: var(--sd-local-teal-dark, #187f98); font-size: 1.8rem; line-height: 1; transform: translateY(-50%);}.sd-service-question__answers button:hover, .sd-service-question__answers button:focus, .sd-service-question__answers button.is-selected{background: #f2fafc; border-color: var(--sd-local-teal, #36a6c2); transform: translateY(-1px);}.sd-service-question__answers strong, .sd-service-question__answers span{display: block;}.sd-service-question__answers strong{color: var(--sd-local-navy, #10243b); font-size: 1rem;}.sd-service-question__answers span{margin-top: 4px; color: var(--sd-local-muted, #5f6f7d); font-size: .9rem; line-height: 1.45;}.sd-service-chooser__navigation{min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 25px;}.sd-service-chooser__back, .sd-service-chooser__exit, .sd-service-result__restart{padding: 7px 0; color: var(--sd-local-teal-dark, #187f98); background: transparent; border: 0; font-weight: 750; cursor: pointer;}.sd-service-chooser__exit{margin-left: auto; color: var(--sd-local-muted, #5f6f7d);}.sd-service-result{scroll-margin-top: 24px;}.sd-service-result h3{max-width: 790px; margin: 0; color: var(--sd-local-navy, #10243b); font-size: clamp(2rem, 3.6vw, 3.4rem); font-weight: 850; letter-spacing: -.045em; line-height: 1.04;}.sd-service-result__summary{max-width: 800px; margin: 18px 0 0; color: var(--sd-local-muted, #5f6f7d); font-size: 1.07rem; line-height: 1.65;}.sd-service-result__reasons, .sd-service-result__provided{margin-top: 27px; padding: 22px; background: #f5f9fa; border: 1px solid var(--sd-local-line, #dce5e9); border-radius: 12px;}.sd-service-result h4{margin: 0 0 13px; color: var(--sd-local-navy, #10243b); font-size: 1rem;}.sd-service-result ul{margin: 0; padding: 0; list-style: none;}.sd-service-result li{position: relative; margin: 9px 0; padding-left: 23px; color: var(--sd-local-muted, #5f6f7d); line-height: 1.5;}.sd-service-result li::before{content: "✓"; position: absolute; left: 0; color: var(--sd-local-teal-dark, #187f98); font-weight: 900;}.sd-service-result__actions{display: flex; align-items: center; flex-wrap: wrap; gap: 14px 22px; margin-top: 28px;}.sd-service-result__note{margin: 20px 0 0; color: var(--sd-local-muted, #5f6f7d); font-size: .82rem; line-height: 1.5;}@media (max-width: 767.98px){.sd-service-chooser{padding: 58px 0;}.sd-service-chooser__intro-actions, .sd-service-result__actions{align-items: stretch; flex-direction: column;}.sd-service-chooser__start, .sd-service-result__primary, .sd-service-result__secondary, .sd-service-result__restart{width: 100%; text-align: center;}.sd-service-chooser__app{margin-top: 30px; padding: 22px 18px; border-radius: 15px;}.sd-service-question{margin-top: 28px;}.sd-service-question__answers button{padding: 17px 45px 17px 16px;}}@media (prefers-reduced-motion: reduce){.sd-service-question__answers button, .sd-service-chooser__progress-track > span{transition: none;}}@media print{.sd-service-chooser{display: none !important;}}.sd-local-reassurance{padding: 82px 0; background: linear-gradient(135deg, #f4fbfc 0%, #fff 68%); border-top: 1px solid var(--sd-local-line, #dce5e9); border-bottom: 1px solid var(--sd-local-line, #dce5e9);}.sd-local-reassurance__inner{max-width: 880px; text-align: center;}.sd-local-reassurance h2{max-width: 800px; margin: 0 auto; color: var(--sd-local-navy, #10243b); font-size: clamp(2.25rem, 4vw, 3.8rem); font-weight: 850; letter-spacing: -.05em; line-height: 1.04;}.sd-local-reassurance p:not(.sd-local-eyebrow){max-width: 760px; margin: 18px auto 0; color: var(--sd-local-muted, #5f6f7d); font-size: 1.05rem; line-height: 1.66;}.sd-local-reassurance .sd-local-btn{margin-top: 28px;}@media (max-width: 767.98px){.sd-local-reassurance{padding: 60px 0;}.sd-local-reassurance .sd-local-btn{width: 100%;}}.sd-local-footer{padding: 74px 0 30px; color: rgba(255, 255, 255, .88); background: #17121a;}.sd-local-footer__main{display: grid; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.5fr); gap: clamp(48px, 7vw, 96px); padding-bottom: 48px;}.sd-local-footer__brand img{width: min(100%, 320px); height: auto; padding: 12px; background: #fff; border-radius: 10px;}.sd-local-footer__brand p{max-width: 420px; margin: 22px 0 0; color: rgba(255, 255, 255, .72); font-size: .98rem; line-height: 1.65;}.sd-local-footer__links{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px;}.sd-local-footer__links h2{margin: 0 0 17px; color: #fff; font-size: .82rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase;}.sd-local-footer__links a{display: block; margin: 11px 0; color: rgba(255, 255, 255, .76); font-size: .92rem; line-height: 1.45; text-decoration: none;}.sd-local-footer__links a:hover, .sd-local-footer__links a:focus, .sd-local-footer__policy-links a:hover, .sd-local-footer__policy-links a:focus{color: #72c7dc; text-decoration: underline; text-underline-offset: 4px;}.sd-local-footer__legal{padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, .15);}.sd-local-footer__legal-copy{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px;}.sd-local-footer__legal-copy p{margin: 0; color: rgba(255, 255, 255, .62); font-size: .78rem; line-height: 1.7;}.sd-local-footer__policy-links{display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 27px;}.sd-local-footer__policy-links a{color: #72c7dc; font-size: .84rem; font-weight: 750; text-decoration: none;}.sd-local-footer__copyright{margin: 22px 0 0; color: rgba(255, 255, 255, .52); font-size: .78rem;}@media (max-width: 991.98px){.sd-local-footer__main{grid-template-columns: 1fr;}.sd-local-footer__legal-copy{grid-template-columns: 1fr;}}@media (max-width: 767.98px){.sd-local-footer{padding: 58px 0 26px;}.sd-local-footer__links{grid-template-columns: 1fr; gap: 26px;}.sd-local-footer__brand img{width: min(100%, 285px);}.sd-local-footer__policy-links{flex-direction: column; gap: 10px;}}.sd-local-card__price--service strong{max-width: 430px; font-size: clamp(2rem, 3.7vw, 3.65rem); line-height: .98; letter-spacing: -.045em;}.sd-local-card__price--service small{max-width: 250px;}.sd-local-confidence{padding: 88px 0; background: #fff; border-top: 1px solid var(--sd-local-line, #dce5e9);}.sd-local-confidence__heading{max-width: 850px; margin: 0 auto 46px; text-align: center;}.sd-local-confidence__heading h2{margin: 0; color: var(--sd-local-navy, #10243b); font-size: clamp(2.4rem, 4.5vw, 4.4rem); font-weight: 850; letter-spacing: -.055em; line-height: 1.02;}.sd-local-confidence__heading > p:not(.sd-local-eyebrow){max-width: 740px; margin: 20px auto 0; color: var(--sd-local-muted, #5f6f7d); font-size: 1.08rem; line-height: 1.65;}.sd-local-confidence__grid{display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;}.sd-local-confidence__grid article{min-height: 190px; padding: 27px 25px; background: var(--sd-local-soft, #f3f8fa); border: 1px solid var(--sd-local-line, #dce5e9); border-radius: 16px;}.sd-local-confidence__grid strong, .sd-local-confidence__grid span{display: block;}.sd-local-confidence__grid strong{margin-bottom: 11px; color: var(--sd-local-navy, #10243b); font-size: 1.12rem; line-height: 1.3;}.sd-local-confidence__grid span{color: var(--sd-local-muted, #5f6f7d); font-size: .96rem; line-height: 1.58;}@media (max-width: 991.98px){.sd-local-confidence__grid{grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (max-width: 767.98px){.sd-local-confidence{padding: 62px 0;}.sd-local-confidence__heading{margin-bottom: 32px; text-align: left;}.sd-local-confidence__grid{grid-template-columns: 1fr;}.sd-local-confidence__grid article{min-height: auto;}.sd-local-card__price--service strong{font-size: clamp(2rem, 10vw, 3rem);}}.sd-service-question{transition: opacity 180ms ease, transform 180ms ease;}.sd-service-question.is-answering{opacity: 0; transform: translateY(-0.5rem);}.sd-service-question.is-active{animation: sdChooserQuestionEnter 240ms ease both;}@keyframes sdChooserQuestionEnter{from{opacity: 0; transform: translateY(0.5rem);}to{opacity: 1; transform: translateY(0);}}@media (prefers-reduced-motion: reduce){.sd-service-question, .sd-service-question.is-active{animation: none; transition: none;}}.sd-local-hero__brand{display: inline-block; width: min(15rem, 70%); margin: 0 0 1.25rem;}.sd-local-hero__brand img{display: block; width: 100%; height: auto; object-fit: contain;}.sd-local-comparison-table-wrap{width: 100%; margin-top: 2rem; overflow-x: auto; -webkit-overflow-scrolling: touch;}.sd-local-comparison-table{width: 100%; min-width: 46rem; table-layout: fixed; border-collapse: separate; border-spacing: 0;}.sd-local-comparison-table caption, .sd-local-comparison-table .visually-hidden{position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;}.sd-local-comparison-table th, .sd-local-comparison-table td{padding: 1rem 1.1rem; vertical-align: middle; border-bottom: 1px solid rgba(15, 45, 60, 0.12); overflow-wrap: normal; word-break: normal;}.sd-local-comparison-table thead th{vertical-align: bottom; font-weight: 700;}.sd-local-comparison-table th:first-child{width: 44%; text-align: left;}.sd-local-comparison-table th:nth-child(2), .sd-local-comparison-table td:nth-child(2){width: 28%; text-align: center;}.sd-local-comparison-table th:nth-child(3), .sd-local-comparison-table td:nth-child(3){width: 28%; text-align: center;}.sd-local-cards--summary{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 1.5rem;}.sd-local-cards--summary .sd-local-card--service{order: 1;}.sd-local-cards--summary .sd-local-card--flat{order: 2;}.sd-local-cards--summary .sd-local-card{display: flex; flex-direction: column; min-width: 0;}.sd-local-cards--summary .sd-local-card__button{margin-top: auto;}.sd-local-card__price--service strong{display: block; line-height: 1;}.sd-local-card__price--service small{display: block; margin-top: 0.45rem;}@media (max-width: 767.98px){.sd-local-hero__brand{width: min(13rem, 72%); margin-bottom: 1rem;}.sd-local-cards--summary{grid-template-columns: 1fr;}.sd-local-comparison-table-wrap{margin-right: -1rem; padding-right: 1rem;}}@media print{.sd-local-comparison-table-wrap{overflow: visible;}.sd-local-comparison-table{min-width: 0;}.sd-local-comparison-table th, .sd-local-comparison-table td{padding: 0.65rem 0.55rem;}}.sd-service-chooser--primary{position: relative; padding: 34px 0 88px; background: radial-gradient( circle at 88% 8%, rgba(54, 166, 194, 0.14), transparent 31% ), linear-gradient( 180deg, #f5fafb 0%, #ffffff 100% ); border-bottom: 1px solid rgba(54, 166, 194, 0.22);}.sd-service-chooser__start-cue{display: flex; align-items: center; justify-content: center; gap: 7px; width: fit-content; min-height: 31px; margin: 0 auto 12px; padding: 5px 11px; color: #a32626; background: #fff5f5; border: 1px solid rgba(163, 38, 38, 0.28); border-radius: 999px; box-shadow: 0 5px 14px rgba(125, 25, 25, 0.08); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.11em; line-height: 1;}.sd-service-chooser__start-cue span{color: #c53030; font-size: 0.86rem; line-height: 1;}.sd-service-chooser__app{max-width: 980px; margin-inline: auto; border: 2px solid rgba(54, 166, 194, 0.42); box-shadow: 0 25px 62px rgba(16, 36, 59, 0.13);}.sd-service-question__answers button{text-align: left;}.sd-service-question__answers button.is-selected{border-color: #187f98; box-shadow: 0 0 0 3px rgba(54, 166, 194, 0.16), 0 12px 28px rgba(16, 36, 59, 0.09);}.sd-service-result__score{margin: 18px 0 22px; padding: 13px 16px; color: #10243b; background: #eef7f9; border: 1px solid rgba(54, 166, 194, 0.28); border-radius: 9px; font-size: 0.9rem; font-weight: 850;}.sd-service-result__primary{min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; color: #ffffff; background: #187f98; border: 1px solid #187f98; border-radius: 8px; font-weight: 850; text-align: center; text-decoration: none;}.sd-service-result__primary:hover, .sd-service-result__primary:focus-visible{color: #ffffff; background: #126c81; border-color: #126c81;}.sd-local-card__summary-list{margin: 0 0 26px; padding: 0; list-style: none;}.sd-local-card__summary-list li{position: relative; padding: 8px 0 8px 27px; color: #586b78; line-height: 1.5;}.sd-local-card__summary-list li::before{content: "✓"; position: absolute; left: 0; color: #187f98; font-weight: 900;}.sd-local-final [data-sd-final-title], .sd-local-final [data-sd-final-copy], .sd-local-final [data-sd-final-primary], .sd-local-final [data-sd-final-secondary]{transition: opacity 160ms ease, transform 160ms ease;}@media (max-width: 767.98px){.sd-service-chooser--primary{padding: 25px 0 66px;}.sd-service-chooser__start-cue{margin-bottom: 9px;}}.sd-local-hero__positioning{max-width: 42rem; margin: 0.75rem 0 1rem; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.35; font-weight: 750;}.sd-selling-paths-intro{padding: clamp(3rem, 6vw, 5rem) 0;}.sd-selling-paths-intro__inner{max-width: 52rem; margin: 0 auto; text-align: center;}.sd-selling-paths-intro__inner h2{margin: 0.5rem 0 1rem;}.sd-selling-paths-intro__inner > p:last-child{max-width: 46rem; margin-right: auto; margin-bottom: 0; margin-left: auto;}.sd-service-chooser__guide-heading{max-width: 48rem; margin: 0 auto 1.5rem; text-align: center;}.sd-service-chooser__guide-heading h2{margin: 0.45rem 0 0.7rem;}.sd-service-chooser__guide-heading > p:last-child{margin-bottom: 0;}.sd-service-chooser__guide-banner{display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 1.15rem; margin: 0 0 1.75rem; padding: clamp(1.25rem, 3vw, 1.8rem); border: 2px solid #36a6c2; border-radius: 1rem; background: linear-gradient( 135deg, rgba(54, 166, 194, 0.16), rgba(54, 166, 194, 0.035) ); box-shadow: 0 0.85rem 2.25rem rgba(15, 45, 60, 0.1);}.sd-service-chooser__guide-icon{display: grid; width: 3.65rem; height: 3.65rem; place-items: center; border-radius: 999px; background: #36a6c2; color: #fff; font-size: 1.4rem; line-height: 1; font-weight: 800;}.sd-service-chooser__guide-copy h3{margin: 0 0 0.4rem; font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.25;}.sd-service-chooser__guide-copy p{max-width: 54rem; margin: 0;}.sd-service-chooser__app{scroll-margin-top: 6rem;}@media (max-width: 575.98px){.sd-service-chooser__guide-banner{grid-template-columns: 1fr;}.sd-service-chooser__guide-icon{width: 3rem; height: 3rem;}}.sd-local-process__steps--checks article > span{display: grid; width: 2.6rem; height: 2.6rem; place-items: center; border-radius: 999px; background: #36a6c2; color: #fff; font-size: 1.15rem; line-height: 1; font-weight: 800;}.sd-home-v3-page{--sd-blue: #36a6c2; --sd-blue-dark: #238ca7; --sd-blue-soft: #eaf7fa; --sd-navy: #0c223d; --sd-ink: #172033; --sd-muted: #5f6b78; --sd-border: #dce4e8; --sd-soft: #f5f8f9; --sd-white: #ffffff; --sd-radius: 18px; --sd-shadow: 0 18px 48px rgba(12, 34, 61, 0.09); color: var(--sd-ink); background: var(--sd-white); overflow-x: hidden;}.sd-home-v3-page *, .sd-home-v3-page *::before, .sd-home-v3-page *::after{box-sizing: border-box;}.sd-home-v3-page img{display: block; max-width: 100%; height: auto;}.sd-home-v3-page .container{width: min(1180px, calc(100% - 40px)); margin-inline: auto;}.sd-home-v3-page a{color: inherit;}.sd-home-v3-page svg:not(.sd-svg-library){display: block; width: 1.25rem; height: 1.25rem; flex: 0 0 auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;}.sd-home-v3-page .sd-svg-library{position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none;}.sd-home-v3-page .sd-nav{position: relative; z-index: 30; background: rgba(255, 255, 255, 0.98); border-bottom: 1px solid rgba(12, 34, 61, 0.08);}.sd-home-v3-page .sd-nav__inner{min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px;}.sd-home-v3-page .sd-nav__brand{display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none;}.sd-home-v3-page .sd-nav__brand img{width: 178px; max-height: 50px; object-fit: contain;}.sd-home-v3-page .sd-nav__menu{display: flex; align-items: center; justify-content: flex-end; gap: 34px; flex: 1 1 auto;}.sd-home-v3-page .sd-nav__links, .sd-home-v3-page .sd-nav__actions{display: flex; align-items: center; gap: 24px;}.sd-home-v3-page .sd-nav__links a, .sd-home-v3-page .sd-nav__actions a{min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--sd-ink); font-size: 0.87rem; font-weight: 750; text-decoration: none; white-space: nowrap;}.sd-home-v3-page .sd-nav__links a:hover, .sd-home-v3-page .sd-nav__links a:focus-visible, .sd-home-v3-page .sd-nav__actions a:hover, .sd-home-v3-page .sd-nav__actions a:focus-visible{color: var(--sd-blue-dark);}.sd-home-v3-page .sd-nav__actions a:last-child{min-width: 84px; justify-content: center; padding: 9px 18px; color: var(--sd-white); background: var(--sd-blue-dark); border-radius: 999px;}.sd-home-v3-page .sd-nav__actions a:last-child:hover, .sd-home-v3-page .sd-nav__actions a:last-child:focus-visible{color: var(--sd-white); background: var(--sd-navy);}.sd-home-v3-page .sd-menu-button{display: none;}.sd-home-v3-page .sd-home-masthead{padding: 76px 0 62px; background: radial-gradient( circle at 50% 0%, rgba(54, 166, 194, 0.09), transparent 40% ), var(--sd-white);}.sd-home-v3-page .sd-home-masthead__inner{text-align: center;}.sd-home-v3-page .sd-home-masthead__logo{width: min(860px, 84vw); max-height: 260px; margin: 0 auto 30px; object-fit: contain;}.sd-home-v3-page .sd-home-masthead__tagline{width: min(780px, 100%); display: flex; align-items: center; gap: 22px; margin: 0 auto 48px;}.sd-home-v3-page .sd-home-masthead__tagline > span{height: 2px; flex: 1 1 auto; background: var(--sd-blue);}.sd-home-v3-page .sd-home-masthead__tagline p{margin: 0; color: var(--sd-navy); font-size: clamp(1.4rem, 2.6vw, 2.25rem); font-weight: 650; white-space: nowrap;}.sd-home-v3-page .sd-home-masthead__tagline em{color: var(--sd-blue-dark); font-style: italic; font-weight: 850;}.sd-home-v3-page .sd-home-masthead__tagline sup{position: relative; top: -0.3em; font-size: 0.45em;}.sd-home-v3-page .sd-home-masthead__proof{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 980px; margin: 0 auto; border-top: 1px solid var(--sd-border); border-bottom: 1px solid var(--sd-border);}.sd-home-v3-page .sd-home-proof-item{min-height: 138px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 26px;}.sd-home-v3-page .sd-home-proof-item + .sd-home-proof-item{border-left: 1px solid var(--sd-border);}.sd-home-v3-page .sd-home-proof-item__icon{width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; color: var(--sd-blue-dark); background: var(--sd-blue-soft); border-radius: 50%;}.sd-home-v3-page .sd-home-proof-item__icon svg{width: 27px; height: 27px;}.sd-home-v3-page .sd-home-proof-item p{margin: 0; text-align: left;}.sd-home-v3-page .sd-home-proof-item strong, .sd-home-v3-page .sd-home-proof-item small{display: block;}.sd-home-v3-page .sd-home-proof-item strong{color: var(--sd-navy); font-size: clamp(1.65rem, 2.7vw, 2.35rem); line-height: 1.05;}.sd-home-v3-page .sd-home-proof-item small{margin-top: 6px; color: var(--sd-muted); font-size: 0.78rem; line-height: 1.4;}.sd-home-v3-page .sd-home-masthead__methodology{max-width: 760px; margin: 15px auto 0; color: #7a8590; font-size: 0.69rem; line-height: 1.55;}.sd-home-v3-page .sd-home-eyebrow{margin: 0 0 8px; color: var(--sd-blue-dark); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase;}.sd-home-v3-page .sd-home-section-heading{max-width: 820px; margin-bottom: 42px;}.sd-home-v3-page .sd-home-section-heading h2, .sd-home-v3-page .sd-home-router-section__heading h2, .sd-home-v3-page .sd-home-beliefs__heading h2, .sd-home-v3-page .sd-home-final h2{margin: 0 0 16px; color: var(--sd-navy); font-size: clamp(2rem, 3.8vw, 3.45rem); line-height: 1.08; letter-spacing: -0.04em;}.sd-home-v3-page .sd-home-section-heading > p:last-child, .sd-home-v3-page .sd-home-router-section__heading > p:last-child{max-width: 740px; margin: 0; color: var(--sd-muted); font-size: 1rem; line-height: 1.7;}.sd-home-v3-page .sd-home-beliefs{padding: 84px 0; color: var(--sd-white); background: var(--sd-navy);}.sd-home-v3-page .sd-home-beliefs__heading{margin-bottom: 34px;}.sd-home-v3-page .sd-home-beliefs .sd-home-eyebrow{color: #75d0e2;}.sd-home-v3-page .sd-home-beliefs__heading h2{color: var(--sd-white);}.sd-home-v3-page .sd-home-beliefs__lead{padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.15);}.sd-home-v3-page .sd-home-beliefs__lead p{max-width: 900px; margin: 0; color: var(--sd-white); font-size: clamp(1.65rem, 3.2vw, 2.85rem); font-weight: 750; line-height: 1.18; letter-spacing: -0.025em;}.sd-home-v3-page .sd-home-beliefs__grid{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin-top: 0;}.sd-home-v3-page .sd-home-beliefs__grid p{min-height: 126px; display: flex; align-items: center; margin: 0; padding: 28px 34px 28px 0; color: rgba(255, 255, 255, 0.82); font-size: 1.02rem; line-height: 1.6; border-bottom: 1px solid rgba(255, 255, 255, 0.15);}.sd-home-v3-page .sd-home-beliefs__grid p:nth-child(even){padding-left: 34px; border-left: 1px solid rgba(255, 255, 255, 0.15);}.sd-home-v3-page .sd-home-router-section{padding: 92px 0; background: var(--sd-soft);}.sd-home-v3-page .sd-home-router-section__heading{max-width: 820px; margin: 0 auto 38px; text-align: center;}.sd-home-v3-page .sd-home-router-section__heading > p:last-child{margin-inline: auto;}.sd-home-v3-page .sd-home-router{max-width: 980px; margin: 0 auto; padding: clamp(26px, 4vw, 46px); background: var(--sd-white); border: 1px solid var(--sd-border); border-radius: 22px; box-shadow: var(--sd-shadow);}.sd-home-v3-page .sd-home-router__choices{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-bottom: 34px;}.sd-home-v3-page .sd-home-router-choice{position: relative; width: 100%; min-height: 170px; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; align-items: start; padding: 26px 54px 26px 24px; color: var(--sd-ink); text-align: left; background: var(--sd-white); border: 2px solid var(--sd-border); border-radius: 16px; cursor: pointer; appearance: none; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;}.sd-home-v3-page .sd-home-router-choice:hover, .sd-home-v3-page .sd-home-router-choice:focus-visible{border-color: rgba(54, 166, 194, 0.75); box-shadow: 0 12px 30px rgba(12, 34, 61, 0.08); transform: translateY(-1px); outline: none;}.sd-home-v3-page .sd-home-router-choice.is-active, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"]{background: rgba(54, 166, 194, 0.07); border-color: var(--sd-blue); box-shadow: 0 0 0 4px rgba(54, 166, 194, 0.11);}.sd-home-v3-page .sd-home-router-choice__icon{width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; color: var(--sd-blue-dark); background: var(--sd-blue-soft); border-radius: 14px;}.sd-home-v3-page .sd-home-router-choice__icon svg{width: 29px; height: 29px;}.sd-home-v3-page .sd-home-router-choice__copy strong, .sd-home-v3-page .sd-home-router-choice__copy small{display: block;}.sd-home-v3-page .sd-home-router-choice__copy strong{margin-bottom: 8px; color: var(--sd-navy); font-size: 1.15rem; line-height: 1.25;}.sd-home-v3-page .sd-home-router-choice__copy small{color: var(--sd-muted); font-size: 0.87rem; line-height: 1.6;}.sd-home-v3-page .sd-home-router-choice__selected{position: absolute; top: 18px; right: 18px; width: 27px; height: 27px; display: inline-flex; align-items: center; justify-content: center; color: transparent; background: var(--sd-white); border: 1px solid var(--sd-border); border-radius: 50%;}.sd-home-v3-page .sd-home-router-choice__selected svg{width: 16px; height: 16px;}.sd-home-v3-page .sd-home-router-choice.is-active .sd-home-router-choice__selected, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"] .sd-home-router-choice__selected{color: var(--sd-white); background: var(--sd-blue-dark); border-color: var(--sd-blue-dark);}.sd-home-v3-page .sd-home-router__location{max-width: 780px; margin: 0 auto;}.sd-home-v3-page .sd-home-router__location label{display: block; margin-bottom: 6px; color: var(--sd-navy); font-size: 1rem; font-weight: 800;}.sd-home-v3-page .sd-home-router__location > p{margin: 0 0 13px; color: var(--sd-muted); font-size: 0.84rem;}.sd-home-v3-page .sd-home-router__search{position: relative;}.sd-home-v3-page .sd-home-router__search > svg{position: absolute; z-index: 2; top: 50%; left: 18px; width: 22px; height: 22px; color: var(--sd-blue-dark); pointer-events: none; transform: translateY(-50%);}.sd-home-v3-page .sd-home-router__search input{width: 100%; height: 60px; padding: 0 18px 0 52px; color: var(--sd-ink); background: var(--sd-white); border: 1px solid #c8d4da; border-radius: 12px; font-size: 1rem; outline: none;}.sd-home-v3-page .sd-home-router__search input:focus{border-color: var(--sd-blue); box-shadow: 0 0 0 4px rgba(54, 166, 194, 0.14);}.sd-home-v3-page .sd-autocomplete{position: relative; z-index: 20; max-width: 780px; margin: 7px auto 0;}.sd-home-v3-page .sd-autocomplete:not(:empty){max-height: 290px; overflow-y: auto; background: var(--sd-white); border: 1px solid var(--sd-border); border-radius: 12px; box-shadow: 0 18px 38px rgba(12, 34, 61, 0.16);}.sd-home-v3-page .sd-home-router__continue{width: min(100%, 780px); min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 11px; margin: 22px auto 0; padding: 0 26px; color: var(--sd-white); background: var(--sd-blue-dark); border: 0; border-radius: 12px; font-size: 0.96rem; font-weight: 850; cursor: pointer; transition: transform 160ms ease, background-color 160ms ease;}.sd-home-v3-page .sd-home-router__continue:hover, .sd-home-v3-page .sd-home-router__continue:focus-visible{background: var(--sd-navy); transform: translateY(-1px); outline: none;}.sd-home-v3-page .sd-home-router__continue svg{width: 19px; height: 19px;}.sd-home-v3-page .sd-home-router__reassurance{margin: 14px 0 0; color: var(--sd-muted); font-size: 0.79rem; text-align: center;}.sd-home-v3-page .sd-home-find{padding: 92px 0; background: var(--sd-white);}.sd-home-v3-page .sd-home-find__grid{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--sd-border); border-left: 1px solid var(--sd-border);}.sd-home-v3-page .sd-home-find-item{min-height: 270px; padding: 32px; border-right: 1px solid var(--sd-border); border-bottom: 1px solid var(--sd-border);}.sd-home-v3-page .sd-home-find-item__icon{width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 24px; color: var(--sd-blue-dark); background: var(--sd-blue-soft); border-radius: 12px;}.sd-home-v3-page .sd-home-find-item__icon svg{width: 25px; height: 25px;}.sd-home-v3-page .sd-home-find-item h3{margin: 0 0 11px; color: var(--sd-navy); font-size: 1.2rem; line-height: 1.3;}.sd-home-v3-page .sd-home-find-item p{margin: 0; color: var(--sd-muted); font-size: 0.91rem; line-height: 1.65;}.sd-home-v3-page .sd-home-local{padding: 92px 0; background: var(--sd-soft);}.sd-home-v3-page .sd-home-local__columns{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; background: var(--sd-white); border: 1px solid var(--sd-border); border-radius: var(--sd-radius); box-shadow: var(--sd-shadow);}.sd-home-v3-page .sd-home-local__column{padding: clamp(30px, 4vw, 46px);}.sd-home-v3-page .sd-home-local__column + .sd-home-local__column{border-left: 1px solid var(--sd-border);}.sd-home-v3-page .sd-home-local__column h3{margin: 0 0 22px; color: var(--sd-navy); font-size: 1.16rem;}.sd-home-v3-page .sd-home-local__column nav{display: grid; gap: 14px;}.sd-home-v3-page .sd-home-local__column a{color: var(--sd-muted); font-size: 0.9rem; text-decoration: none;}.sd-home-v3-page .sd-home-local__column a:hover, .sd-home-v3-page .sd-home-local__column a:focus-visible{color: var(--sd-blue-dark); text-decoration: underline; text-underline-offset: 3px;}.sd-home-v3-page .sd-home-local__all{display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--sd-blue-dark); font-size: 0.9rem; font-weight: 800; text-decoration: none;}.sd-home-v3-page .sd-home-final{padding: 66px 0; background: var(--sd-blue-soft);}.sd-home-v3-page .sd-home-final__inner{display: flex; align-items: center; justify-content: space-between; gap: 48px;}.sd-home-v3-page .sd-home-final__inner > div{max-width: 720px;}.sd-home-v3-page .sd-home-final h2{margin-bottom: 11px; font-size: clamp(1.8rem, 3.2vw, 2.8rem);}.sd-home-v3-page .sd-home-final p:last-child{margin: 0; color: var(--sd-muted); line-height: 1.65;}.sd-home-v3-page .sd-home-final__action{min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 26px; color: var(--sd-white); background: var(--sd-blue-dark); border-radius: 12px; font-size: 0.92rem; font-weight: 850; text-decoration: none; white-space: nowrap;}.sd-home-v3-page .sd-home-final__action:hover, .sd-home-v3-page .sd-home-final__action:focus-visible{color: var(--sd-white); background: var(--sd-navy);}@media (max-width: 991.98px){.sd-home-v3-page .container{width: min(100% - 32px, 860px);}.sd-home-v3-page .sd-nav__links{display: none;}.sd-home-v3-page .sd-home-masthead__logo{width: min(720px, 90vw);}.sd-home-v3-page .sd-home-find__grid{grid-template-columns: repeat(2, minmax(0, 1fr));}}@media (max-width: 767.98px){.sd-home-v3-page .container{width: min(100% - 24px, 620px);}.sd-home-v3-page .sd-nav__inner{min-height: 66px;}.sd-home-v3-page .sd-nav__brand img{width: 148px;}.sd-home-v3-page .sd-nav__actions a:first-child{display: none;}.sd-home-v3-page .sd-home-masthead{padding: 48px 0;}.sd-home-v3-page .sd-home-masthead__logo{width: min(520px, 94vw); margin-bottom: 22px;}.sd-home-v3-page .sd-home-masthead__tagline{gap: 12px; margin-bottom: 34px;}.sd-home-v3-page .sd-home-masthead__tagline p{font-size: clamp(1rem, 5.5vw, 1.5rem);}.sd-home-v3-page .sd-home-masthead__proof{grid-template-columns: 1fr;}.sd-home-v3-page .sd-home-proof-item{min-height: 100px; justify-content: flex-start; padding: 20px 8px;}.sd-home-v3-page .sd-home-proof-item + .sd-home-proof-item{border-top: 1px solid var(--sd-border); border-left: 0;}.sd-home-v3-page .sd-home-beliefs, .sd-home-v3-page .sd-home-router-section, .sd-home-v3-page .sd-home-find, .sd-home-v3-page .sd-home-local{padding: 62px 0;}.sd-home-v3-page .sd-home-beliefs__grid{grid-template-columns: 1fr;}.sd-home-v3-page .sd-home-beliefs__grid p, .sd-home-v3-page .sd-home-beliefs__grid p:nth-child(even){min-height: auto; padding: 23px 0; border-left: 0;}.sd-home-v3-page .sd-home-router{padding: 20px 16px; border-radius: 16px;}.sd-home-v3-page .sd-home-router__choices, .sd-home-v3-page .sd-home-find__grid, .sd-home-v3-page .sd-home-local__columns{grid-template-columns: 1fr;}.sd-home-v3-page .sd-home-router-choice{min-height: 132px;}.sd-home-v3-page .sd-home-local__column + .sd-home-local__column{border-top: 1px solid var(--sd-border); border-left: 0;}.sd-home-v3-page .sd-home-final__inner{align-items: stretch; flex-direction: column; gap: 24px;}.sd-home-v3-page .sd-home-final__action{width: 100%;}}@media (max-width: 420px){.sd-home-v3-page .sd-nav__brand img{width: 132px;}.sd-home-v3-page .sd-home-masthead__tagline > span{display: none;}.sd-home-v3-page .sd-home-masthead__tagline p{white-space: normal;}.sd-home-v3-page .sd-home-router-choice{grid-template-columns: 48px minmax(0, 1fr); padding: 20px 44px 20px 15px;}.sd-home-v3-page .sd-home-router-choice__icon{width: 48px; height: 48px;}}@media print{.sd-home-v3-page .sd-home-masthead{padding-block: 26px;}.sd-home-v3-page .sd-home-masthead__logo{width: 620px;}.sd-home-v3-page .sd-home-router{box-shadow: none;}.sd-home-v3-page .sd-home-router-choice{min-height: 120px;}.sd-home-v3-page .sd-home-find-item{min-height: 220px; break-inside: avoid;}.sd-home-v3-page .sd-home-beliefs, .sd-home-v3-page .sd-home-router-section, .sd-home-v3-page .sd-home-local, .sd-home-v3-page .sd-home-final{break-inside: avoid;}}.sd-home-v3-page{--sd-v4-blue: #36a6c2; --sd-v4-blue-dark: #238ca7; --sd-v4-blue-deep: #157f98; --sd-v4-navy: #102844; --sd-v4-ink: #172033; --sd-v4-muted: #66717d; --sd-v4-border: #dbe3e7; --sd-v4-soft: #f3f7f8; --sd-v4-white: #ffffff; --sd-v4-shadow: 0 18px 45px rgba(16, 40, 68, 0.10); color: var(--sd-v4-ink); background: var(--sd-v4-white);}.sd-home-v3-page .sd-nav{background: #ffffff !important; border-bottom: 1px solid var(--sd-v4-border) !important; box-shadow: none !important;}.sd-home-v3-page .sd-nav__inner{min-height: 78px;}.sd-home-v3-page .sd-nav__brand img{width: 172px !important; max-width: 172px !important; max-height: 48px !important; object-fit: contain !important;}.sd-home-v3-page .sd-nav__links a, .sd-home-v3-page .sd-nav__actions a{color: var(--sd-v4-ink);}.sd-home-v3-page .sd-nav__actions a:last-child{color: #ffffff; background: var(--sd-v4-blue-dark);}.sd-home-v3-page .sd-home-masthead{position: relative; padding: 72px 0 0 !important; color: var(--sd-v4-ink) !important; background: #ffffff !important; overflow: hidden;}.sd-home-v3-page .sd-home-masthead::before, .sd-home-v3-page .sd-home-masthead::after, .sd-home-v3-page .sd-home-masthead__inner::before, .sd-home-v3-page .sd-home-masthead__inner::after{display: none !important; content: none !important;}.sd-home-v3-page .sd-home-masthead__inner{width: 100%; max-width: none; padding: 0 !important; color: var(--sd-v4-ink); background: transparent !important; text-align: center;}.sd-home-v3-page .sd-home-masthead__logo{width: min(890px, 82vw) !important; max-width: min(890px, 82vw) !important; max-height: 270px !important; margin: 0 auto 30px !important; padding: 0 !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; object-fit: contain !important;}.sd-home-v3-page .sd-home-masthead__tagline{width: min(820px, calc(100% - 40px)); margin: 0 auto 54px; color: var(--sd-v4-navy) !important;}.sd-home-v3-page .sd-home-masthead__tagline p{color: var(--sd-v4-navy) !important; text-shadow: none !important;}.sd-home-v3-page .sd-home-masthead__tagline em{color: var(--sd-v4-blue-dark) !important;}.sd-home-v3-page .sd-home-masthead__tagline > span{background: var(--sd-v4-blue) !important;}.sd-home-v3-page .sd-home-trust-band{width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; color: #ffffff; background: linear-gradient( 135deg, var(--sd-v4-blue-deep) 0%, var(--sd-v4-blue) 100% );}.sd-home-v3-page .sd-home-trust-band__item{min-width: 0; min-height: 158px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 28px 24px; text-align: left;}.sd-home-v3-page .sd-home-trust-band__item + .sd-home-trust-band__item{border-left: 1px solid rgba(255, 255, 255, 0.34);}.sd-home-v3-page .sd-home-trust-band__icon{width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: #ffffff;}.sd-home-v3-page .sd-home-trust-band__icon svg{width: 46px; height: 46px; color: #ffffff; stroke-width: 1.55;}.sd-home-v3-page .sd-home-trust-band__item p{margin: 0;}.sd-home-v3-page .sd-home-trust-band__item strong, .sd-home-v3-page .sd-home-trust-band__item span{display: block; color: #ffffff;}.sd-home-v3-page .sd-home-trust-band__item strong{margin-bottom: 5px; font-size: clamp(1.45rem, 2.3vw, 2.15rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.025em;}.sd-home-v3-page .sd-home-trust-band__item span{font-size: 0.82rem; line-height: 1.4;}.sd-home-v3-page .sd-home-masthead__methodology{max-width: none; margin: 0 !important; padding: 13px 20px; color: #697581 !important; background: #ffffff; border-bottom: 1px solid var(--sd-v4-border); font-size: 0.69rem; line-height: 1.45; text-align: center;}.sd-home-v3-page .sd-home-masthead__proof, .sd-home-v3-page .sd-home-proof-item{display: none !important;}.sd-home-v3-page .sd-home-beliefs{padding: 82px 0 !important; color: #ffffff; background: var(--sd-v4-navy) !important;}.sd-home-v3-page .sd-home-beliefs__heading{max-width: 860px; margin: 0 0 35px;}.sd-home-v3-page .sd-home-beliefs__heading h2{margin: 0; color: #ffffff !important; font-size: clamp(2.4rem, 4.5vw, 4.15rem); letter-spacing: -0.045em;}.sd-home-v3-page .sd-home-beliefs .sd-home-eyebrow{color: #73d0e2 !important;}.sd-home-v3-page .sd-home-beliefs__lead, .sd-home-v3-page .sd-home-beliefs__grid{display: none !important;}.sd-home-v3-page .sd-home-beliefs__list{border-top: 1px solid rgba(255, 255, 255, 0.19);}.sd-home-v3-page .sd-home-beliefs__list p{position: relative; margin: 0; padding: 23px 20px 23px 42px; color: rgba(255, 255, 255, 0.88); border-bottom: 1px solid rgba(255, 255, 255, 0.19); font-size: clamp(1rem, 1.6vw, 1.25rem); font-weight: 500; line-height: 1.5;}.sd-home-v3-page .sd-home-beliefs__list p::before{position: absolute; top: 29px; left: 8px; width: 11px; height: 11px; content: ""; background: var(--sd-v4-blue); border-radius: 50%;}.sd-home-v3-page .sd-home-router-section{padding: 84px 0 !important; background: var(--sd-v4-soft) !important;}.sd-home-v3-page .sd-home-router{border: 1px solid var(--sd-v4-border); border-radius: 18px; box-shadow: var(--sd-v4-shadow);}.sd-home-v3-page .sd-home-router-choice{background: #ffffff; border: 2px solid var(--sd-v4-border); box-shadow: none;}.sd-home-v3-page .sd-home-router-choice.is-active, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"]{color: #ffffff !important; background: linear-gradient( 135deg, var(--sd-v4-blue-deep), var(--sd-v4-blue) ) !important; border-color: var(--sd-v4-blue-deep) !important; box-shadow: 0 16px 34px rgba(21, 127, 152, 0.24) !important; transform: translateY(-2px);}.sd-home-v3-page .sd-home-router-choice.is-active .sd-home-router-choice__copy strong, .sd-home-v3-page .sd-home-router-choice.is-active .sd-home-router-choice__copy small, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"] .sd-home-router-choice__copy strong, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"] .sd-home-router-choice__copy small{color: #ffffff !important;}.sd-home-v3-page .sd-home-router-choice.is-active .sd-home-router-choice__icon, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"] .sd-home-router-choice__icon{color: #ffffff !important; background: rgba(255, 255, 255, 0.17) !important;}.sd-home-v3-page .sd-home-router-choice.is-active .sd-home-router-choice__selected, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"] .sd-home-router-choice__selected{color: var(--sd-v4-blue-dark) !important; background: #ffffff !important; border-color: #ffffff !important;}.sd-home-v3-page .sd-home-router-choice:not(.is-active) .sd-home-router-choice__copy strong{color: var(--sd-v4-navy);}.sd-home-v3-page .sd-home-router-choice:not(.is-active) .sd-home-router-choice__copy small{color: var(--sd-v4-muted);}.sd-home-v3-page .sd-home-find{padding: 84px 0 !important; background: #ffffff !important;}.sd-home-v3-page .sd-home-find__grid{border-color: var(--sd-v4-border);}.sd-home-v3-page .sd-home-find-item{min-height: 246px; border-color: var(--sd-v4-border); background: #ffffff;}.sd-home-v3-page .sd-home-find-item__icon{color: var(--sd-v4-blue-dark); background: #e9f7fa;}.sd-home-v3-page .sd-home-local{padding: 84px 0 !important; background: var(--sd-v4-soft) !important;}.sd-home-v3-page .sd-home-local__columns{border: 1px solid var(--sd-v4-border); border-radius: 18px; box-shadow: var(--sd-v4-shadow);}.sd-home-v3-page .sd-home-local__column h3{color: var(--sd-v4-navy);}.sd-home-v3-page .sd-home-local__all{color: var(--sd-v4-blue-dark);}.sd-home-v3-page .sd-home-final{display: none !important;}.sd-home-v3-page .sd-footer{color: rgba(255, 255, 255, 0.78); background: var(--sd-v4-navy) !important;}.sd-home-v3-page .sd-footer__brand img{width: min(330px, 100%); max-height: 112px; padding: 18px; background: #ffffff; border-radius: 11px; object-fit: contain;}.sd-home-v3-page .sd-footer h2, .sd-home-v3-page .sd-footer strong{color: #ffffff;}.sd-home-v3-page .sd-footer a{color: rgba(255, 255, 255, 0.76);}.sd-home-v3-page .sd-footer a:hover, .sd-home-v3-page .sd-footer a:focus-visible{color: #ffffff;}@media (max-width: 991.98px){.sd-home-v3-page .sd-home-trust-band{grid-template-columns: repeat(2, minmax(0, 1fr));}.sd-home-v3-page .sd-home-trust-band__item:nth-child(3){border-top: 1px solid rgba(255, 255, 255, 0.34); border-left: 0;}.sd-home-v3-page .sd-home-trust-band__item:nth-child(4){border-top: 1px solid rgba(255, 255, 255, 0.34);}}@media (max-width: 767.98px){.sd-home-v3-page .sd-home-masthead{padding-top: 44px !important;}.sd-home-v3-page .sd-home-masthead__logo{width: min(520px, 94vw) !important; max-width: min(520px, 94vw) !important;}.sd-home-v3-page .sd-home-masthead__tagline{margin-bottom: 34px;}.sd-home-v3-page .sd-home-trust-band{grid-template-columns: 1fr;}.sd-home-v3-page .sd-home-trust-band__item{min-height: 108px; justify-content: flex-start; padding: 22px 28px;}.sd-home-v3-page .sd-home-trust-band__item + .sd-home-trust-band__item, .sd-home-v3-page .sd-home-trust-band__item:nth-child(3), .sd-home-v3-page .sd-home-trust-band__item:nth-child(4){border-top: 1px solid rgba(255, 255, 255, 0.34); border-left: 0;}.sd-home-v3-page .sd-home-beliefs, .sd-home-v3-page .sd-home-router-section, .sd-home-v3-page .sd-home-find, .sd-home-v3-page .sd-home-local{padding: 58px 0 !important;}.sd-home-v3-page .sd-home-beliefs__list p{padding-left: 34px;}.sd-home-v3-page .sd-home-beliefs__list p::before{left: 3px;}}@media print{.sd-home-v3-page .sd-home-masthead{padding-top: 24px !important;}.sd-home-v3-page .sd-home-masthead__logo{width: 640px !important; max-width: 640px !important;}.sd-home-v3-page .sd-home-trust-band__item{min-height: 110px; padding: 18px;}.sd-home-v3-page .sd-home-beliefs, .sd-home-v3-page .sd-home-router-section, .sd-home-v3-page .sd-home-find, .sd-home-v3-page .sd-home-local{padding-block: 36px !important;}}.sd-home-v3-page .sd-home-masthead__tagline{width: min(980px, calc(100% - 40px)) !important; margin-bottom: 58px !important;}.sd-home-v3-page .sd-home-masthead__tagline p{font-size: clamp(1.8rem, 3.4vw, 3.15rem) !important; line-height: 1.08 !important; letter-spacing: -0.025em;}.sd-home-v3-page .sd-home-masthead__tagline > span{min-width: 90px;}@media (max-width: 767.98px){.sd-home-v3-page .sd-home-masthead__tagline{width: min(100% - 24px, 620px) !important; gap: 12px !important; margin-bottom: 38px !important;}.sd-home-v3-page .sd-home-masthead__tagline p{font-size: clamp(1.35rem, 7vw, 2.05rem) !important; white-space: normal !important;}.sd-home-v3-page .sd-home-masthead__tagline > span{min-width: 34px;}}@media (max-width: 420px){.sd-home-v3-page .sd-home-masthead__tagline > span{display: block !important; min-width: 24px;}}.sd-home-v3-page .sd-home-masthead{padding-top: 46px !important;}.sd-home-v3-page .sd-home-masthead__logo{width: min(780px, 78vw) !important; max-width: min(780px, 78vw) !important; margin-bottom: 18px !important;}.sd-home-v3-page .sd-home-masthead__tagline{width: min(940px, calc(100% - 40px)) !important; margin-bottom: 34px !important;}.sd-home-v3-page .sd-home-masthead__tagline p{font-size: clamp(2rem, 3.7vw, 3.35rem) !important; line-height: 1.04 !important;}.sd-home-v3-page .sd-home-masthead__tagline > span{min-width: 80px;}.sd-home-v3-page .sd-home-entry{position: relative; padding: 72px 0 82px; background: linear-gradient( 180deg, #f4f8f9 0, #f4f8f9 43%, #ffffff 43%, #ffffff 100% );}.sd-home-v3-page .sd-home-entry__beliefs{position: relative; display: grid; grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr); gap: clamp(34px, 6vw, 78px); padding: clamp(34px, 5vw, 58px); color: #ffffff; background: var(--sd-v4-navy, #102844); border-radius: 22px; box-shadow: 0 24px 60px rgba(16, 40, 68, 0.18); overflow: hidden;}.sd-home-v3-page .sd-home-entry__beliefs::after{position: absolute; right: -130px; bottom: -170px; width: 360px; height: 360px; content: ""; background: rgba(54, 166, 194, 0.10); border-radius: 50%; pointer-events: none;}.sd-home-v3-page .sd-home-entry__beliefs-heading{position: relative; z-index: 1;}.sd-home-v3-page .sd-home-entry__beliefs-heading .sd-home-eyebrow{color: #79d5e6 !important;}.sd-home-v3-page .sd-home-entry__beliefs-heading h2{margin: 0 0 18px; color: #ffffff; font-size: clamp(2.6rem, 4.7vw, 4.6rem); line-height: 0.98; letter-spacing: -0.05em;}.sd-home-v3-page .sd-home-entry__beliefs-heading > p:last-child{max-width: 390px; margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 0.92rem; line-height: 1.65;}.sd-home-v3-page .sd-home-entry__belief-list{position: relative; z-index: 1; border-top: 1px solid rgba(255, 255, 255, 0.17);}.sd-home-v3-page .sd-home-entry__belief-list p{display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 16px; align-items: center; margin: 0; padding: 18px 0; color: rgba(255, 255, 255, 0.91); border-bottom: 1px solid rgba(255, 255, 255, 0.17); font-size: clamp(0.96rem, 1.35vw, 1.14rem); line-height: 1.45;}.sd-home-v3-page .sd-home-entry__belief-list p > span{color: #79d5e6; font-size: 0.7rem; font-weight: 850; letter-spacing: 0.1em;}.sd-home-v3-page .sd-home-entry__transition{width: min(520px, 72%); display: flex; align-items: center; gap: 16px; margin: 28px auto; color: var(--sd-v4-blue-dark, #238ca7);}.sd-home-v3-page .sd-home-entry__transition > span{height: 1px; flex: 1 1 auto; background: #cbdde2;}.sd-home-v3-page .sd-home-entry__transition svg{width: 25px; height: 25px; transform: rotate(90deg);}.sd-home-v3-page .sd-home-entry .sd-home-router-section__heading{max-width: 850px; margin: 0 auto 30px; text-align: center;}.sd-home-v3-page .sd-home-entry .sd-home-router-section__heading h2{font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1;}.sd-home-v3-page .sd-home-entry .sd-home-router-section__heading > p:last-child{max-width: 700px; margin-inline: auto; font-size: 1.03rem;}.sd-home-v3-page .sd-home-entry .sd-home-router{max-width: 1040px; padding: clamp(25px, 4vw, 46px); border: 1px solid #d4e0e4; border-top: 5px solid var(--sd-v4-blue, #36a6c2); border-radius: 20px; box-shadow: 0 24px 60px rgba(16, 40, 68, 0.13);}.sd-home-v3-page .sd-home-router__step-label{display: flex; align-items: center; gap: 12px; margin: 0 0 15px; color: var(--sd-v4-navy, #102844);}.sd-home-v3-page .sd-home-router__step-label > span{width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: #ffffff; background: var(--sd-v4-blue-dark, #238ca7); border-radius: 50%; font-size: 0.76rem; font-weight: 850;}.sd-home-v3-page .sd-home-router__step-label strong{font-size: 0.94rem;}.sd-home-v3-page .sd-home-router__step-label--location{max-width: 820px; margin: 34px auto 8px;}.sd-home-v3-page .sd-home-router__choices{gap: 20px; margin-bottom: 0;}.sd-home-v3-page .sd-home-router-choice{min-height: 156px; padding: 25px 56px 25px 24px; background: #ffffff !important; border: 2px solid #d5dfe3 !important; box-shadow: none !important; transform: none;}.sd-home-v3-page .sd-home-router-choice:not(.is-active):hover, .sd-home-v3-page .sd-home-router-choice:not([aria-checked="true"]):hover{border-color: #9dcbd5 !important; box-shadow: 0 10px 24px rgba(16, 40, 68, 0.08) !important;}.sd-home-v3-page .sd-home-router-choice.is-active, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"]{color: #ffffff !important; background: linear-gradient( 135deg, #167f98 0%, #36a6c2 100% ) !important; border-color: #167f98 !important; box-shadow: 0 16px 36px rgba(21, 127, 152, 0.26), 0 0 0 4px rgba(54, 166, 194, 0.13) !important; transform: translateY(-2px);}.sd-home-v3-page .sd-home-router-choice.is-active .sd-home-router-choice__copy strong, .sd-home-v3-page .sd-home-router-choice.is-active .sd-home-router-choice__copy small, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"] .sd-home-router-choice__copy strong, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"] .sd-home-router-choice__copy small{color: #ffffff !important;}.sd-home-v3-page .sd-home-router-choice.is-active .sd-home-router-choice__icon, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"] .sd-home-router-choice__icon{color: #ffffff !important; background: rgba(255, 255, 255, 0.17) !important;}.sd-home-v3-page .sd-home-router-choice.is-active .sd-home-router-choice__selected, .sd-home-v3-page .sd-home-router-choice[aria-checked="true"] .sd-home-router-choice__selected{color: #167f98 !important; background: #ffffff !important; border-color: #ffffff !important;}.sd-home-v3-page .sd-home-router-choice:not(.is-active) .sd-home-router-choice__selected{color: transparent !important; background: #ffffff !important; border-color: #cad5da !important;}.sd-home-v3-page .sd-home-router__location{max-width: 820px;}.sd-home-v3-page .sd-home-router__location > p{margin-left: 42px;}.sd-home-v3-page .sd-home-router__search input{height: 64px; font-size: 1.02rem; border-width: 2px;}.sd-home-v3-page .sd-home-router__search input:focus{border-color: var(--sd-v4-blue, #36a6c2); box-shadow: 0 0 0 4px rgba(54, 166, 194, 0.14);}.sd-home-v3-page .sd-home-router__popular{max-width: 820px; margin: 22px auto 0; padding-top: 20px; border-top: 1px solid #e0e7ea;}.sd-home-v3-page .sd-home-router__popular > p{margin: 0 0 12px; color: #596774; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;}.sd-home-v3-page .sd-home-router__chips{display: flex; flex-wrap: wrap; gap: 9px;}.sd-home-v3-page .sd-home-router__chips a{min-height: 40px; display: inline-flex; align-items: center; padding: 7px 14px; color: var(--sd-v4-navy, #102844); background: #f3f7f8; border: 1px solid #d5e1e5; border-radius: 999px; font-size: 0.79rem; font-weight: 750; text-decoration: none; transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms ease;}.sd-home-v3-page .sd-home-router__chips a:hover, .sd-home-v3-page .sd-home-router__chips a:focus-visible{color: #ffffff; background: var(--sd-v4-blue-dark, #238ca7); border-color: var(--sd-v4-blue-dark, #238ca7); transform: translateY(-1px); outline: none;}.sd-home-v3-page .sd-home-router__continue{width: min(100%, 820px); min-height: 62px; margin-top: 26px; font-size: 1rem;}.sd-home-v3-page .sd-home-beliefs{display: none !important;}@media (max-width: 991.98px){.sd-home-v3-page .sd-home-entry__beliefs{grid-template-columns: 1fr; gap: 30px;}.sd-home-v3-page .sd-home-entry__beliefs-heading > p:last-child{max-width: 620px;}}@media (max-width: 767.98px){.sd-home-v3-page .sd-home-masthead{padding-top: 30px !important;}.sd-home-v3-page .sd-home-masthead__logo{width: min(500px, 92vw) !important; max-width: min(500px, 92vw) !important;}.sd-home-v3-page .sd-home-masthead__tagline p{font-size: clamp(1.42rem, 7vw, 2.15rem) !important;}.sd-home-v3-page .sd-home-entry{padding: 48px 0 58px;}.sd-home-v3-page .sd-home-entry__beliefs{padding: 28px 22px; border-radius: 16px;}.sd-home-v3-page .sd-home-entry__beliefs-heading h2{font-size: clamp(2.45rem, 12vw, 3.6rem);}.sd-home-v3-page .sd-home-entry__belief-list p{grid-template-columns: 30px minmax(0, 1fr); gap: 10px; padding: 16px 0;}.sd-home-v3-page .sd-home-entry__transition{width: 80%; margin-block: 22px;}.sd-home-v3-page .sd-home-entry .sd-home-router-section__heading h2{font-size: clamp(2.25rem, 11vw, 3.5rem);}.sd-home-v3-page .sd-home-entry .sd-home-router{padding: 20px 16px;}.sd-home-v3-page .sd-home-router-choice{min-height: 128px;}.sd-home-v3-page .sd-home-router__step-label--location{margin-top: 28px;}.sd-home-v3-page .sd-home-router__location > p{margin-left: 0;}.sd-home-v3-page .sd-home-router__chips{gap: 7px;}.sd-home-v3-page .sd-home-router__chips a{min-height: 38px; padding-inline: 12px;}}.sd-local-sell-page--guide-first{--sd-guide-blue: #36a6c2; --sd-guide-blue-dark: #238ca7; --sd-guide-blue-deep: #157f98; --sd-guide-blue-soft: #eaf7fa; --sd-guide-navy: #102844; --sd-guide-ink: #172033; --sd-guide-muted: #66727e; --sd-guide-border: #d9e3e7; --sd-guide-soft: #f4f7f8; --sd-guide-white: #ffffff; --sd-guide-shadow: 0 22px 56px rgba(16, 40, 68, 0.12); color: var(--sd-guide-ink); background: var(--sd-guide-white); overflow-x: hidden;}.sd-local-sell-page--guide-first *, .sd-local-sell-page--guide-first *::before, .sd-local-sell-page--guide-first *::after{box-sizing: border-box;}.sd-local-sell-page--guide-first img{display: block; max-width: 100%; height: auto;}.sd-local-sell-page--guide-first .container{width: min(1160px, calc(100% - 40px)); margin-inline: auto;}.sd-local-sell-page--guide-first .sd-local-nav{position: relative; z-index: 20; background: #ffffff; border-bottom: 1px solid var(--sd-guide-border); box-shadow: none;}.sd-local-sell-page--guide-first .sd-local-nav__inner{min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px;}.sd-local-sell-page--guide-first .sd-local-nav__brand{display: inline-flex; align-items: center; text-decoration: none;}.sd-local-sell-page--guide-first .sd-local-nav__brand img{width: 178px; max-height: 50px; object-fit: contain;}.sd-local-sell-page--guide-first .sd-local-nav__links{display: flex; align-items: center; gap: 26px;}.sd-local-sell-page--guide-first .sd-local-nav__links a{min-height: 44px; display: inline-flex; align-items: center; color: var(--sd-guide-ink); font-size: 0.84rem; font-weight: 750; text-decoration: none;}.sd-local-sell-page--guide-first .sd-local-nav__links a:hover, .sd-local-sell-page--guide-first .sd-local-nav__links a:focus-visible{color: var(--sd-guide-blue-dark);}.sd-local-sell-page--guide-first .sd-local-nav__login{padding: 8px 17px; color: #ffffff !important; background: var(--sd-guide-blue-dark); border-radius: 999px;}.sd-local-sell-page--guide-first .sd-local-breadcrumbs{background: #ffffff; border-bottom: 1px solid #edf1f3;}.sd-local-sell-page--guide-first .sd-local-breadcrumbs ol{min-height: 42px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 8px 0; list-style: none;}.sd-local-sell-page--guide-first .sd-local-breadcrumbs li{display: inline-flex; align-items: center; gap: 8px; color: #77828c; font-size: 0.72rem;}.sd-local-sell-page--guide-first .sd-local-breadcrumbs li:not(:last-child)::after{content: "/"; color: #adb6bd;}.sd-local-sell-page--guide-first .sd-local-breadcrumbs a{color: inherit; text-decoration: none;}.sd-local-sell-page--guide-first .sd-guide-hero{padding: 46px 0 54px; background: radial-gradient( circle at 50% 0%, rgba(54, 166, 194, 0.10), transparent 42% ), #ffffff;}.sd-local-sell-page--guide-first .sd-guide-hero__brand{max-width: 780px; margin: 0 auto 38px; text-align: center;}.sd-local-sell-page--guide-first .sd-guide-hero__brand > a{display: block; width: min(660px, 82vw); margin: 0 auto 16px;}.sd-local-sell-page--guide-first .sd-guide-hero__brand img{width: 100%; max-height: 190px; object-fit: contain;}.sd-local-sell-page--guide-first .sd-guide-hero__tagline{display: flex; align-items: center; gap: 18px; width: min(760px, 100%); margin: 0 auto;}.sd-local-sell-page--guide-first .sd-guide-hero__tagline > span{height: 2px; flex: 1 1 auto; background: var(--sd-guide-blue);}.sd-local-sell-page--guide-first .sd-guide-hero__tagline p{margin: 0; color: var(--sd-guide-navy); font-size: clamp(1.4rem, 2.7vw, 2.35rem); font-weight: 650; white-space: nowrap;}.sd-local-sell-page--guide-first .sd-guide-hero__tagline em{color: var(--sd-guide-blue-dark); font-style: italic; font-weight: 850;}.sd-local-sell-page--guide-first .sd-guide-hero__tagline sup{position: relative; top: -0.35em; font-size: 0.43em;}.sd-local-sell-page--guide-first .sd-guide-hero__content{max-width: 940px; margin: 0 auto; text-align: center;}.sd-local-sell-page--guide-first .sd-guide-hero__location{margin: 0 0 10px; color: var(--sd-guide-blue-dark); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase;}.sd-local-sell-page--guide-first .sd-guide-hero h1{max-width: 900px; margin: 0 auto 18px; color: var(--sd-guide-navy); font-size: clamp(2.5rem, 5.4vw, 4.8rem); line-height: 0.99; letter-spacing: -0.05em;}.sd-local-sell-page--guide-first .sd-guide-hero__lead{max-width: 790px; margin: 0 auto; color: var(--sd-guide-muted); font-size: clamp(1rem, 1.6vw, 1.16rem); line-height: 1.65;}.sd-local-sell-page--guide-first .sd-guide-hero__assurances{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 960px; margin: 34px auto 0; border-top: 1px solid var(--sd-guide-border); border-bottom: 1px solid var(--sd-guide-border);}.sd-local-sell-page--guide-first .sd-guide-hero__assurances > div{min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 22px 26px;}.sd-local-sell-page--guide-first .sd-guide-hero__assurances > div + div{border-left: 1px solid var(--sd-guide-border);}.sd-local-sell-page--guide-first .sd-guide-hero__assurances strong, .sd-local-sell-page--guide-first .sd-guide-hero__assurances span{display: block;}.sd-local-sell-page--guide-first .sd-guide-hero__assurances strong{margin-bottom: 5px; color: var(--sd-guide-navy); font-size: 0.96rem;}.sd-local-sell-page--guide-first .sd-guide-hero__assurances span{color: var(--sd-guide-muted); font-size: 0.76rem; line-height: 1.45;}.sd-local-sell-page--guide-first .sd-guide-summary{padding: 42px 0; color: #ffffff; background: var(--sd-guide-navy);}.sd-local-sell-page--guide-first .sd-guide-summary__heading{text-align: center;}.sd-local-sell-page--guide-first .sd-guide-summary__heading h2{margin: 0; color: #ffffff; font-size: clamp(1.7rem, 3vw, 2.55rem); letter-spacing: -0.035em;}.sd-local-sell-page--guide-first .sd-guide-summary__heading .sd-local-eyebrow{margin-bottom: 7px; color: #79d3e4;}.sd-local-sell-page--guide-first .sd-guide-summary__steps{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.17); border-bottom: 1px solid rgba(255, 255, 255, 0.17);}.sd-local-sell-page--guide-first .sd-guide-summary__steps article{min-height: 138px; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; align-items: start; padding: 28px;}.sd-local-sell-page--guide-first .sd-guide-summary__steps article + article{border-left: 1px solid rgba(255, 255, 255, 0.17);}.sd-local-sell-page--guide-first .sd-guide-summary__steps article > span{width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; color: var(--sd-guide-navy); background: #79d3e4; border-radius: 50%; font-size: 0.82rem; font-weight: 900;}.sd-local-sell-page--guide-first .sd-guide-summary__steps h3{margin: 1px 0 6px; color: #ffffff; font-size: 1rem;}.sd-local-sell-page--guide-first .sd-guide-summary__steps p{margin: 0; color: rgba(255, 255, 255, 0.71); font-size: 0.82rem; line-height: 1.55;}.sd-local-sell-page--guide-first .sd-service-chooser--immediate{padding: 64px 0 86px; background: var(--sd-guide-soft);}.sd-local-sell-page--guide-first .sd-service-chooser__guide-heading{max-width: 820px; margin: 0 auto 28px; text-align: center;}.sd-local-sell-page--guide-first .sd-service-chooser__eyebrow{margin: 0 0 8px; color: var(--sd-guide-blue-dark); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase;}.sd-local-sell-page--guide-first .sd-service-chooser__guide-heading h2{margin: 0 0 13px; color: var(--sd-guide-navy); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -0.045em;}.sd-local-sell-page--guide-first .sd-service-chooser__guide-heading > p:last-child{max-width: 720px; margin: 0 auto; color: var(--sd-guide-muted); font-size: 0.94rem; line-height: 1.65;}.sd-local-sell-page--guide-first .sd-service-chooser__app{max-width: 960px; margin: 0 auto; padding: clamp(24px, 4vw, 46px); background: #ffffff; border: 1px solid var(--sd-guide-border); border-top: 6px solid var(--sd-guide-blue); border-radius: 20px; box-shadow: var(--sd-guide-shadow);}.sd-local-sell-page--guide-first .sd-service-chooser__progress{margin-bottom: 34px;}.sd-local-sell-page--guide-first .sd-service-chooser__progress-copy{display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 11px;}.sd-local-sell-page--guide-first [data-sd-chooser-progress-label]{color: var(--sd-guide-navy); font-size: 0.85rem; font-weight: 850;}.sd-local-sell-page--guide-first [data-sd-chooser-progress-percent]{color: var(--sd-guide-blue-dark); font-size: 0.82rem; font-weight: 850;}.sd-local-sell-page--guide-first .sd-service-chooser__progress-track{width: 100%; height: 10px; overflow: hidden; background: #e5ecef; border-radius: 999px;}.sd-local-sell-page--guide-first .sd-service-chooser__progress-track > span{display: block; width: 0; height: 100%; background: linear-gradient( 90deg, var(--sd-guide-blue-deep), var(--sd-guide-blue) ); border-radius: inherit; transition: width 240ms ease;}.sd-local-sell-page--guide-first .sd-service-question{min-width: 0; margin: 0; padding: 0; border: 0;}.sd-local-sell-page--guide-first .sd-service-question[hidden]{display: none !important;}.sd-local-sell-page--guide-first .sd-service-question legend{width: 100%; max-width: 800px; margin: 0 0 13px; padding: 0; color: var(--sd-guide-navy); font-size: clamp(1.65rem, 3vw, 2.45rem); font-weight: 800; line-height: 1.15; letter-spacing: -0.035em;}.sd-local-sell-page--guide-first .sd-service-question__help{max-width: 790px; margin: 0 0 26px; color: var(--sd-guide-muted); font-size: 0.91rem; line-height: 1.65;}.sd-local-sell-page--guide-first .sd-service-question__answers{display: grid; gap: 13px;}.sd-local-sell-page--guide-first .sd-service-question__answers button{position: relative; width: 100%; min-height: 100px; display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 16px; align-items: center; padding: 20px 24px; color: var(--sd-guide-ink); text-align: left; background: #ffffff; border: 2px solid var(--sd-guide-border); border-radius: 14px; cursor: pointer; appearance: none; transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;}.sd-local-sell-page--guide-first .sd-service-question__answers button:hover, .sd-local-sell-page--guide-first .sd-service-question__answers button:focus-visible{border-color: var(--sd-guide-blue); box-shadow: 0 12px 28px rgba(16, 40, 68, 0.09); transform: translateY(-1px); outline: none;}.sd-local-sell-page--guide-first .sd-service-question__answers button.is-selected, .sd-local-sell-page--guide-first .sd-service-question__answers button[aria-pressed="true"]{color: #ffffff; background: linear-gradient( 135deg, var(--sd-guide-blue-deep), var(--sd-guide-blue) ); border-color: var(--sd-guide-blue-deep); box-shadow: 0 14px 32px rgba(21, 127, 152, 0.23);}.sd-local-sell-page--guide-first .sd-service-question__indicator{width: 23px; height: 23px; display: block; background: #ffffff; border: 2px solid #b8c6cd; border-radius: 50%;}.sd-local-sell-page--guide-first button.is-selected .sd-service-question__indicator, .sd-local-sell-page--guide-first button[aria-pressed="true"] .sd-service-question__indicator{background: radial-gradient( circle, #ffffff 0 36%, transparent 39% ); border-color: #ffffff;}.sd-local-sell-page--guide-first .sd-service-question__answers button > span:last-child{min-width: 0;}.sd-local-sell-page--guide-first .sd-service-question__answers strong, .sd-local-sell-page--guide-first .sd-service-question__answers small{display: block;}.sd-local-sell-page--guide-first .sd-service-question__answers strong{margin-bottom: 5px; color: var(--sd-guide-navy); font-size: 1rem; line-height: 1.35;}.sd-local-sell-page--guide-first .sd-service-question__answers small{color: var(--sd-guide-muted); font-size: 0.82rem; line-height: 1.5;}.sd-local-sell-page--guide-first .sd-service-question__answers button.is-selected strong, .sd-local-sell-page--guide-first .sd-service-question__answers button.is-selected small, .sd-local-sell-page--guide-first .sd-service-question__answers button[aria-pressed="true"] strong, .sd-local-sell-page--guide-first .sd-service-question__answers button[aria-pressed="true"] small{color: #ffffff;}.sd-local-sell-page--guide-first .sd-service-chooser__navigation{display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #e5ebee;}.sd-local-sell-page--guide-first .sd-service-chooser__back, .sd-local-sell-page--guide-first .sd-service-chooser__exit, .sd-local-sell-page--guide-first .sd-service-result__restart{min-height: 44px; padding: 8px 15px; color: var(--sd-guide-muted); background: transparent; border: 1px solid transparent; border-radius: 9px; font-size: 0.79rem; font-weight: 750; cursor: pointer;}.sd-local-sell-page--guide-first .sd-service-chooser__back:hover, .sd-local-sell-page--guide-first .sd-service-chooser__exit:hover, .sd-local-sell-page--guide-first .sd-service-result__restart:hover{color: var(--sd-guide-navy); background: var(--sd-guide-soft);}.sd-local-sell-page--guide-first .sd-service-result[hidden]{display: none !important;}.sd-local-sell-page--guide-first .sd-service-result{padding: 6px 0 0;}.sd-local-sell-page--guide-first .sd-service-result__eyebrow{margin: 0 0 8px; color: var(--sd-guide-blue-dark); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.15em;}.sd-local-sell-page--guide-first .sd-service-result h3{margin: 0 0 14px; color: var(--sd-guide-navy); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -0.045em;}.sd-local-sell-page--guide-first .sd-service-result__summary{color: var(--sd-guide-muted); line-height: 1.65;}.sd-local-sell-page--guide-first .sd-service-result__score{margin: 20px 0; padding: 15px 18px; color: var(--sd-guide-navy); background: var(--sd-guide-blue-soft); border-radius: 11px; font-weight: 800;}.sd-local-sell-page--guide-first .sd-service-result__reasons{margin-top: 22px; padding: 24px; background: var(--sd-guide-soft); border-radius: 13px;}.sd-local-sell-page--guide-first .sd-service-result__reasons h4{margin: 0 0 12px; color: var(--sd-guide-navy); font-size: 1rem;}.sd-local-sell-page--guide-first .sd-service-result__reasons ul{margin: 0; padding-left: 20px; color: var(--sd-guide-muted); line-height: 1.65;}.sd-local-sell-page--guide-first .sd-service-result__actions{display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 26px;}.sd-local-sell-page--guide-first .sd-service-result__primary{min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 23px; color: #ffffff; background: var(--sd-guide-blue-dark); border-radius: 11px; font-size: 0.9rem; font-weight: 850; text-decoration: none;}.sd-local-sell-page--guide-first .sd-service-result__primary:hover{color: #ffffff; background: var(--sd-guide-navy);}.sd-local-sell-page--guide-first .sd-service-chooser__comparison-link{margin: 25px 0 0; padding-top: 20px; color: var(--sd-guide-muted); border-top: 1px solid #e5ebee; font-size: 0.79rem; text-align: center;}.sd-local-sell-page--guide-first .sd-service-chooser__comparison-link a{color: var(--sd-guide-blue-dark); font-weight: 800; text-underline-offset: 3px;}.sd-local-sell-page--guide-first .sd-local-compare{padding-top: 84px;}.sd-local-sell-page--guide-first .sd-local-faq{padding-block: 84px;}.sd-local-sell-page--guide-first .sd-local-section-heading{max-width: 830px; margin-bottom: 38px;}.sd-local-sell-page--guide-first .sd-local-section-heading h2{color: var(--sd-guide-navy); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -0.04em;}.sd-local-sell-page--guide-first .sd-local-eyebrow{color: var(--sd-guide-blue-dark); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase;}@media (max-width: 991.98px){.sd-local-sell-page--guide-first .container{width: min(900px, calc(100% - 32px));}.sd-local-sell-page--guide-first .sd-local-nav__links a:not(.sd-local-nav__login){display: none;}.sd-local-sell-page--guide-first .sd-guide-summary__steps{grid-template-columns: 1fr;}.sd-local-sell-page--guide-first .sd-guide-summary__steps article + article{border-top: 1px solid rgba(255, 255, 255, 0.17); border-left: 0;}}@media (max-width: 767.98px){.sd-local-sell-page--guide-first .container{width: min(620px, calc(100% - 24px));}.sd-local-sell-page--guide-first .sd-local-nav__inner{min-height: 66px;}.sd-local-sell-page--guide-first .sd-local-nav__brand img{width: 148px;}.sd-local-sell-page--guide-first .sd-guide-hero{padding: 32px 0 42px;}.sd-local-sell-page--guide-first .sd-guide-hero__brand{margin-bottom: 28px;}.sd-local-sell-page--guide-first .sd-guide-hero__brand > a{width: min(500px, 92vw);}.sd-local-sell-page--guide-first .sd-guide-hero__tagline{gap: 10px;}.sd-local-sell-page--guide-first .sd-guide-hero__tagline p{font-size: clamp(1.1rem, 6vw, 1.75rem); white-space: normal;}.sd-local-sell-page--guide-first .sd-guide-hero__assurances{grid-template-columns: 1fr;}.sd-local-sell-page--guide-first .sd-guide-hero__assurances > div{min-height: 82px; padding: 17px 12px;}.sd-local-sell-page--guide-first .sd-guide-hero__assurances > div + div{border-top: 1px solid var(--sd-guide-border); border-left: 0;}.sd-local-sell-page--guide-first .sd-guide-summary{padding: 34px 0;}.sd-local-sell-page--guide-first .sd-guide-summary__steps article{min-height: auto; padding: 21px 8px;}.sd-local-sell-page--guide-first .sd-service-chooser--immediate{padding: 48px 0 60px;}.sd-local-sell-page--guide-first .sd-service-chooser__app{padding: 22px 16px; border-radius: 15px;}.sd-local-sell-page--guide-first .sd-service-question__answers button{min-height: 104px; grid-template-columns: 23px minmax(0, 1fr); gap: 13px; padding: 18px 16px;}.sd-local-sell-page--guide-first .sd-service-result__actions{align-items: stretch; flex-direction: column;}.sd-local-sell-page--guide-first .sd-service-result__primary, .sd-local-sell-page--guide-first .sd-service-result__restart{width: 100%;}.sd-local-sell-page--guide-first .sd-local-compare, .sd-local-sell-page--guide-first .sd-local-faq{padding-block: 60px;}}@media (max-width: 420px){.sd-local-sell-page--guide-first .sd-guide-hero__tagline > span{display: none;}.sd-local-sell-page--guide-first .sd-service-chooser__progress-copy{align-items: flex-start; flex-direction: column; gap: 4px;}}.sd-local-sell-page--guide-first .sd-guide-hero{padding-top: 38px; padding-bottom: 48px;}.sd-local-sell-page--guide-first .sd-guide-hero__brand{margin-bottom: 30px;}.sd-local-sell-page--guide-first .sd-guide-hero__content{max-width: 1000px;}.sd-local-sell-page--guide-first .sd-guide-hero h1{max-width: 980px; margin-bottom: 18px; font-size: clamp(2.35rem, 5vw, 4.45rem); line-height: 1.02;}.sd-local-sell-page--guide-first .sd-guide-hero__question{max-width: 780px; margin: 0 auto; color: var(--sd-guide-blue-dark); font-size: clamp(1.45rem, 2.8vw, 2.4rem); font-weight: 750; line-height: 1.18; letter-spacing: -0.025em;}.sd-local-sell-page--guide-first .sd-guide-hero__assurances{display: none !important;}.sd-local-sell-page--guide-first .sd-guide-summary{padding-top: 42px; padding-bottom: 0;}.sd-local-sell-page--guide-first .sd-guide-summary__steps{margin-bottom: 0; border-bottom: 0;}.sd-local-sell-page--guide-first .sd-guide-summary__assurances{display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 0; color: var(--sd-guide-ink); background: #ffffff; border-radius: 14px 14px 0 0; box-shadow: 0 -8px 28px rgba(16, 40, 68, 0.08); overflow: hidden;}.sd-local-sell-page--guide-first .sd-guide-summary__assurances > div{min-height: 98px; display: flex; flex-direction: column; justify-content: center; padding: 20px 26px; text-align: center;}.sd-local-sell-page--guide-first .sd-guide-summary__assurances > div + div{border-left: 1px solid var(--sd-guide-border);}.sd-local-sell-page--guide-first .sd-guide-summary__assurances strong, .sd-local-sell-page--guide-first .sd-guide-summary__assurances span{display: block;}.sd-local-sell-page--guide-first .sd-guide-summary__assurances strong{margin-bottom: 5px; color: var(--sd-guide-navy); font-size: 0.95rem;}.sd-local-sell-page--guide-first .sd-guide-summary__assurances span{color: var(--sd-guide-muted); font-size: 0.76rem; line-height: 1.45;}.sd-local-sell-page--guide-first .sd-service-chooser--immediate{padding-top: 54px;}.sd-local-sell-page--guide-first .sd-service-chooser__guide-heading{margin-bottom: 26px;}@media (max-width: 767.98px){.sd-local-sell-page--guide-first .sd-guide-hero{padding-top: 28px; padding-bottom: 38px;}.sd-local-sell-page--guide-first .sd-guide-hero h1{font-size: clamp(2rem, 10vw, 3.25rem);}.sd-local-sell-page--guide-first .sd-guide-hero__question{font-size: clamp(1.25rem, 6vw, 1.75rem);}.sd-local-sell-page--guide-first .sd-guide-summary__assurances{grid-template-columns: 1fr; border-radius: 12px 12px 0 0;}.sd-local-sell-page--guide-first .sd-guide-summary__assurances > div{min-height: 76px; padding: 15px 12px;}.sd-local-sell-page--guide-first .sd-guide-summary__assurances > div + div{border-top: 1px solid var(--sd-guide-border); border-left: 0;}.sd-local-sell-page--guide-first .sd-service-chooser--immediate{padding-top: 42px;}}