:root{--navy: #316EEE;--navy-dark: #2656C8;--navy-light: #EAF0FD;--ink: #000000;--muted: #4b5563;--muted-bg: #8a94a6;--border: #e5e7eb;--card: #ffffff;--bg: #fafafa;--ok: #16a34a}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#fff;line-height:1.5;font-weight:500;-webkit-font-smoothing:antialiased}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.masthead{background:transparent;color:var(--ink);padding:24px 16px 16px;text-align:center}.masthead .logo-mark{display:inline-flex;align-items:center;justify-content:center}.masthead .logo-mark img{height:100px;width:auto;display:block}.top-bar{display:grid;grid-template-columns:100px 1fr 100px;align-items:center;padding:24px 16px 0;max-width:700px;margin:0 auto}.top-bar .top-back{margin:0;padding:0;background:none;border:none;display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:var(--muted);cursor:pointer;font-family:Museo Sans Rounded,Instrument Sans,-apple-system,sans-serif}.top-bar .top-back:hover{color:var(--navy)}.top-bar .progress{margin:0;padding:0}@media(max-width:600px){.masthead{padding:16px 16px 8px}.masthead .logo-mark img{height:64px}.top-bar{grid-template-columns:56px 1fr 56px;padding:16px 8px 0;gap:4px}.top-bar .top-back{font-size:13px}.progress-step .label{font-size:11px;text-wrap:balance}}.rsh-copyright{text-align:center;padding:40px 16px 32px;font-size:14px;color:var(--muted);font-weight:500}.progress{display:flex;justify-content:center;align-items:flex-start;gap:0;padding:36px 16px 8px;max-width:720px;margin:0 auto}.progress-step{flex:1;max-width:130px;text-align:center;position:relative}.progress-step .dot{width:44px;height:44px;border-radius:50%;border:2px solid var(--border);background:#e5e7eb;margin:0 auto;display:flex;align-items:center;justify-content:center;color:#4b556396;transition:all .2s ease;position:relative;z-index:1}.progress-step .dot svg{width:22px;height:22px}.progress-step.active .dot,.progress-step.done .dot{background:var(--navy);border-color:var(--navy);color:#fff}.progress-step .label{font-family:Museo Sans Rounded,Instrument Sans,-apple-system,sans-serif;font-size:13px;font-weight:600;color:var(--muted);margin-top:10px;line-height:1.3}.progress-step.active .label,.progress-step.done .label{color:var(--navy)}.progress-step:not(:last-child):after{content:"";position:absolute;top:22px;left:calc(50% + 22px);right:calc(-50% + 22px);height:2px;background:var(--border);z-index:0}.progress-step.done:not(:last-child):after,.progress-step.active:not(:last-child):after{background:var(--navy)}.funnel{max-width:720px;margin:0 auto;padding:24px 20px 56px}.step{display:none}.step.active{display:block;animation:stepIn-forward .32s cubic-bezier(.2,.7,.2,1)}.step.active.back{animation:stepIn-back .32s cubic-bezier(.2,.7,.2,1)}@keyframes stepIn-forward{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes stepIn-back{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.q-title{font-family:Museo Sans Rounded,Instrument Sans,-apple-system,sans-serif;font-size:clamp(28px,4.4vw,40px);font-weight:700;line-height:1.15;text-align:center;margin:24px auto 48px;letter-spacing:-.01em;max-width:680px;text-wrap:balance}.step .q-title+.q-sub{margin-top:-36px}.q-sub{text-align:center;color:var(--muted);font-size:18px;line-height:1.6;margin:0 auto 48px;max-width:540px}.guide-preview{display:flex;justify-content:center;margin:8px auto 0;animation:guideFloat 3s ease-in-out infinite}.guide-preview img{width:220px;max-width:55%;height:auto;transform:rotate(-3deg);filter:drop-shadow(0 20px 40px rgba(15,36,68,.22))}@keyframes guideFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(prefers-reduced-motion:reduce){.guide-preview{animation:none}}.product-preview{display:flex;justify-content:center;margin:8px auto 0}.product-preview img{width:210px;max-width:50%;height:auto;filter:drop-shadow(0 20px 40px rgba(15,36,68,.18))}.coverage-check{text-align:center;padding:60px 20px}.coverage-check .spinner{width:48px;height:48px;border:4px solid var(--navy-light);border-top-color:var(--navy);border-radius:50%;margin:0 auto 24px;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.coverage-check .check-big{width:64px;height:64px;background:#dcfce7;color:var(--ok);border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 20px}.coverage-check .check-big svg{width:36px;height:36px}.coverage-check h2{font-family:Museo Sans Rounded,Instrument Sans,-apple-system,sans-serif;font-size:clamp(26px,4vw,36px);font-weight:700;line-height:1.15;margin-bottom:8px;letter-spacing:-.01em;text-wrap:balance}.coverage-check p{color:var(--muted);font-size:17px;line-height:1.6}.coverage-check .coverage-footnote{font-size:15px;color:var(--muted);margin-top:16px;line-height:1.55}.coverage-footnote a{color:var(--navy);font-weight:500;text-decoration:underline;text-underline-offset:3px}.combobox{position:relative;margin-bottom:8px}.combobox-list{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1.5px solid var(--border);border-radius:16px;box-shadow:0 12px 32px #0f24441a;max-height:260px;overflow-y:auto;z-index:20;padding:6px}.combobox-option{padding:10px 14px;border-radius:10px;cursor:pointer;font-size:15px;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:12px}.combobox-option:hover,.combobox-option.active{background:var(--navy-light);color:var(--navy)}.combobox-option .country-tag{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.combobox-empty{padding:14px;text-align:center;font-size:14px;color:var(--muted)}.skip-link{background:none;border:none;color:var(--muted);font-size:16px;cursor:pointer;font-family:inherit;padding:10px 14px;text-decoration:underline;text-underline-offset:3px;transition:color .15s ease}.skip-link:hover{color:var(--navy)}.offer-email-capture{background:#f7f5f1;border:none;border-radius:14px;padding:24px;margin-bottom:16px}.offer-email-capture .oec-label{font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:8px}.offer-email-capture .oec-title{font-size:20px;font-weight:700;margin-bottom:6px;letter-spacing:-.01em;color:#000}.offer-email-capture .oec-sub{color:var(--muted);font-size:15px;line-height:1.6;margin-bottom:16px}.offer-email-capture input{width:100%;padding:14px 18px;border-radius:10px;border:1.5px solid var(--border);background:#fff;color:#000;font-size:16px;font-family:inherit;margin-bottom:10px;transition:all .15s ease}.offer-email-capture input::placeholder{color:#aaa}.offer-email-capture input:focus{outline:none;border-color:#000}.offer-email-capture .oec-submit{width:100%;padding:14px;border-radius:999px;background:#000;color:#fff;border:none;font-weight:600;font-size:15px;cursor:pointer;font-family:inherit;transition:all .15s ease}.offer-email-capture .oec-submit:hover{background:#1a1a1a}.or-divider{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.14em;margin:20px 0 16px;font-weight:600}.or-divider:before,.or-divider:after{content:"";flex:1;height:1px;background:var(--border)}.option{display:flex;align-items:center;justify-content:space-between;width:100%;background:#fff;border:1.5px solid var(--border);border-radius:999px;padding:18px 24px;margin-bottom:12px;font-size:17px;font-weight:500;cursor:pointer;text-align:left;font-family:inherit;color:var(--ink);transition:all .15s ease}#rsh-root .option{text-transform:none;letter-spacing:normal;font-family:Museo Sans Rounded,Instrument Sans,-apple-system,sans-serif;font-size:17px;font-weight:600;line-height:1.4;color:var(--ink);padding:18px 24px;margin-bottom:12px;min-height:0;height:auto;border-width:1.5px;border-style:solid;border-color:var(--border);border-radius:999px;background:#fff}#rsh-root .option:hover{border-color:var(--navy);background:var(--navy-light);color:var(--ink)}#rsh-root .option:hover .arrow{border-color:var(--navy);background:var(--navy);color:#fff;transform:translate(2px)}.option:hover{border-color:var(--navy);background:var(--navy-light)}.option:active{transform:scale(.985)}.option .arrow{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.option:hover .arrow{border-color:var(--navy);background:var(--navy);color:#fff;transform:translate(2px)}.option .arrow svg{width:14px;height:14px}#rsh-root .option--multi{display:flex;align-items:center;justify-content:flex-start;text-align:left;gap:14px;padding:16px 20px;text-transform:none;letter-spacing:normal}#rsh-root .option--multi .option-check{display:inline-block;width:22px;height:22px;border-radius:6px;border:1.5px solid var(--border);flex-shrink:0;position:relative;transition:all .15s ease;background:#fff;box-sizing:border-box}#rsh-root .option--multi .option-label{flex:1;text-align:left;text-transform:none;letter-spacing:normal;font-family:Museo Sans Rounded,Instrument Sans,-apple-system,sans-serif;font-weight:600;font-size:17px;line-height:1.4;color:var(--ink)}#rsh-root .option--multi.is-selected{border-color:var(--navy);background:var(--navy-light)}#rsh-root .option--multi.is-selected .option-check{background:var(--navy);border-color:var(--navy)}#rsh-root .option--multi.is-selected .option-check:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}#rsh-root .option--multi:hover .option-check{border-color:var(--navy)}#rsh-root .cta-submit:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.info-pill{background:var(--navy-light);color:var(--navy);padding:16px 20px;border-radius:14px;font-size:16px;font-weight:600;margin-top:20px;line-height:1.6}.info-pill b,.info-pill strong{font-weight:800;color:var(--navy)}.honest-card{background:var(--navy-light);border:1px solid rgba(21,50,92,.12);border-radius:16px;padding:28px 28px 24px;margin:24px 0 20px;color:var(--navy)}.honest-card .eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.65;margin-bottom:12px}.honest-card h2{font-size:22px;font-weight:700;line-height:1.3;margin-bottom:14px;letter-spacing:-.01em}.honest-card p{font-size:15px;line-height:1.6;margin-bottom:12px;color:#15325cd9}.honest-card p:last-child{margin-bottom:0}.honest-choice-title{font-weight:600;font-size:15px;color:var(--ink);margin-bottom:12px;padding-left:4px}.text-input{width:100%;padding:18px 24px;border:1.5px solid var(--border);border-radius:999px;font-size:17px;font-family:inherit;background:#fafafa;transition:all .15s ease}.text-input:focus{outline:none;border-color:var(--navy);background:#fff;box-shadow:0 0 0 4px #15325c14}.input-label{font-size:15px;color:var(--muted);margin:8px 0 20px;padding-left:4px}.cta-submit{width:100%;background:#316eee;color:#fff;border:none;border-radius:999px;padding:20px 24px;font-size:17px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-family:inherit;transition:all .15s ease}#rsh-root .cta-submit{text-transform:none;letter-spacing:normal;font-family:Museo Sans Rounded,Instrument Sans,-apple-system,sans-serif;font-size:17px;font-weight:600;line-height:1.4;color:#fff;padding:20px 24px;min-height:0;height:auto;border:none;border-radius:999px;background:#316eee}#rsh-root .cta-submit:hover{background:#2656c8;color:#fff}.cta-submit:hover{background:#2656c8}.cta-submit .arrow{width:28px;height:28px;border-radius:50%;border:1.5px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center}.cta-submit .arrow svg{width:14px;height:14px}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:15px;background:none;border:none;cursor:pointer;font-family:inherit;margin-bottom:12px;padding:6px 0}.back-link:hover{color:var(--navy)}.trust-block{text-align:center;padding:24px 16px 40px;color:var(--muted);font-size:14px}.thankyou{text-align:center;padding:40px 0}.thankyou h1{font-family:Museo Sans Rounded,Instrument Sans,-apple-system,sans-serif;font-size:clamp(28px,4.4vw,40px);font-weight:700;line-height:1.15;margin-bottom:24px;letter-spacing:-.01em;text-wrap:balance}.thankyou .check{width:56px;height:56px;background:#dcfce7;color:var(--ok);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.thankyou .check svg{width:32px;height:32px}.thankyou .redirect{color:var(--muted);font-size:18px;line-height:1.6}.offer-wrap{background:#fff;color:var(--ink);min-height:100vh;display:none}.offer-wrap.active{display:block}.offer-main{max-width:1180px;margin:0 auto;padding:56px 20px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:820px){.offer-main{grid-template-columns:1fr;gap:32px;padding:32px 20px}}.offer-image{border-radius:20px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#f7f5f1}.phone-hero{width:100%;height:100%;object-fit:cover;display:block}.offer-content h1{font-size:clamp(26px,3.2vw,36px);font-weight:600;line-height:1.2;letter-spacing:-.015em;margin-bottom:16px;color:#000;text-wrap:balance;text-wrap-style:balance}.offer-content .lede{font-size:17px;line-height:1.6;color:var(--muted);margin-bottom:28px}.offer-content .lede strong{color:#000;font-weight:600}.feature-list{list-style:none;margin:0 0 28px;padding:0}.feature-list li{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:17px;font-weight:600;color:#000}.feature-list li svg{width:22px;height:22px;flex-shrink:0;stroke:#000;stroke-width:2.5}.online-badge{background:#f5f5f5;border:none;padding:16px 20px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:15px}.online-badge .pulse{width:10px;height:10px;border-radius:50%;background:var(--ok);box-shadow:0 0 #16a34ab3;animation:pulse 2s infinite}.online-badge .success-check{color:#2ecc71;flex-shrink:0;display:flex;align-items:center;justify-content:center}.online-badge .success-check svg{width:40px;height:40px}@keyframes pulse{0%{box-shadow:0 0 #16a34ab3}70%{box-shadow:0 0 0 10px #16a34a00}to{box-shadow:0 0 #16a34a00}}.online-badge .title{font-weight:600;color:#000}.online-badge .title #captured-email{font-weight:800}.online-badge .sub{font-size:12px;color:var(--muted)}.cta-primary{display:block;width:100%;background:#000;color:#fff;padding:20px 28px;border-radius:999px;text-align:center;font-weight:600;font-size:17px;text-decoration:none;border:none;cursor:pointer;font-family:inherit;transition:all .15s ease;margin-bottom:12px}.cta-primary:hover{background:#1a1a1a;transform:translateY(-1px);box-shadow:0 8px 24px #00000026}.cta-secondary{display:block;width:100%;background:transparent;color:#000;padding:18px 28px;border-radius:999px;text-align:center;font-weight:500;font-size:15px;text-decoration:none;border:1.5px solid #000;cursor:pointer;font-family:inherit;transition:all .15s ease}.cta-secondary:hover{background:#000;color:#fff}.advice-section{background:#fff;color:var(--ink);padding:72px 20px}.advice-inner{max-width:1080px;margin:0 auto}.advice-section h2{text-align:center;font-size:32px;font-weight:700;letter-spacing:-.01em;margin-bottom:14px}.advice-section .intro{text-align:center;color:var(--muted);max-width:620px;margin:0 auto 48px;font-size:17px;line-height:1.6}.advice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.advice-card{border:1px solid var(--border);border-radius:12px;padding:28px 24px}.advice-card .icon{width:44px;height:44px;border:1.5px solid var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--navy);margin-bottom:20px}.advice-card .icon svg{width:22px;height:22px}.advice-card h3{font-size:18px;font-weight:700;margin-bottom:10px}.advice-card p{color:var(--muted);font-size:16px;line-height:1.6}.next-section{background:#fafafa;padding:72px 20px}.next-inner{max-width:760px;margin:0 auto}.next-section h2{text-align:center;font-size:32px;font-weight:700;letter-spacing:-.01em;margin-bottom:14px}.next-section .intro{text-align:center;color:var(--muted);max-width:560px;margin:0 auto 40px;font-size:17px;line-height:1.6}.next-step{display:flex;gap:20px;margin-bottom:24px;align-items:flex-start}.next-step .num{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1.5px solid var(--navy);color:var(--navy);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px}.next-step h3{color:var(--navy);font-weight:700;margin-bottom:4px;font-size:17px}.next-step p{color:var(--ink);font-size:16px;line-height:1.6}.site-footer{background:#0a0a0a;color:#fff;padding:56px 20px 32px}.footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}@media(max-width:680px){.footer-inner{grid-template-columns:1fr;gap:28px}}.footer-brand svg{width:40px;height:40px;margin-bottom:12px}.footer-brand .name{font-weight:800;letter-spacing:.06em;font-size:13px;text-transform:uppercase}.footer-brand .disclaimer{font-size:12px;color:#ffffff80;margin-top:16px;line-height:1.55;max-width:320px}.footer-col h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.footer-col a{display:block;color:#ffffffb3;text-decoration:none;font-size:14px;margin-bottom:10px}.footer-col a:hover{color:#fff}.footer-bottom{max-width:1180px;margin:40px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#fff6;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/2/assets/rsh-funnel.css.map */
