:root{--hpr-navy: #2D3047;--hpr-navy-deep: #1f2234;--hpr-navy-soft: #3d4059;--hpr-turquoise: #45C6C4;--hpr-turquoise-bright:#5DD8D5;--hpr-turquoise-deep: #05707B;--hpr-sky: #E3EDFA;--hpr-sky-soft: #f1f6fc;--hpr-orange: #FF5D2D;--hpr-orange-dark: #e54515;--hpr-im: #00477B;--hpr-peds: #AF0578;--hpr-ms: #813795;--hpr-ink: #1a1c28;--hpr-ink-60: #6b6e7e;--hpr-ink-40: #a2a5b4;--hpr-white: #ffffff;--hpr-border: #dce4ef;--hpr-font-display: "Montserrat", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;--hpr-font-body: "Lato", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;--hpr-font-eyebrow: "Raleway", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif}.hpr-section{font-family:var(--hpr-font-body);color:var(--hpr-ink);line-height:1.5;box-sizing:border-box;margin:0}.hpr-section *,.hpr-section *:before,.hpr-section *:after{box-sizing:inherit}.hpr-container{max-width:1400px;margin:0 auto;padding:96px 24px;position:relative}.hpr-eyebrow{font-family:var(--hpr-font-eyebrow);font-weight:700;text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:var(--hpr-turquoise);margin:0 0 16px;display:inline-flex;align-items:center;gap:10px}.hpr-eyebrow:before{content:"";width:28px;height:1px;background:currentColor;flex-shrink:0}.hpr-h1{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin:0 0 16px}.hpr-h2{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(1.6rem,3.5vw,2.5rem);line-height:1.15;margin:0 0 16px}.hpr-placeholder{display:block;padding:20px 24px;border:2px dashed currentColor;border-radius:8px;font-style:italic;opacity:.75}.hpr-bg-navy{background:var(--hpr-navy)}.hpr-bg-navy-deep{background:var(--hpr-navy-deep)}.hpr-bg-sky{background:var(--hpr-sky)}.hpr-on-dark{color:var(--hpr-white)}.hpr-on-dark .hpr-eyebrow{color:var(--hpr-turquoise)}.hpr-on-dark .hpr-h1,.hpr-on-dark .hpr-h2{color:var(--hpr-white)}.hpr-on-dark .hpr-placeholder{color:#ffffffb3}.hpr-on-light .hpr-eyebrow{color:var(--hpr-turquoise-deep)}html.hpr-anim .hpr-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}html.hpr-anim .hpr-reveal-in{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){html.hpr-anim .hpr-reveal{opacity:1;transform:none;transition:none}}.hpr-btn{display:inline-block;padding:12px 26px;border-radius:999px;text-decoration:none;font-family:var(--hpr-font-display);font-weight:600;font-size:13px;letter-spacing:.02em;transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;border:none;cursor:pointer;white-space:nowrap;line-height:1.2}.hpr-btn:focus-visible{outline:2px solid var(--hpr-turquoise);outline-offset:3px}.hpr-btn-large{padding:16px 34px;font-size:14px}.hpr-btn-primary{background:var(--hpr-orange);color:var(--hpr-white)}.hpr-btn-primary:hover{background:var(--hpr-orange-dark);transform:translateY(-1px)}.hpr-btn-turquoise{background:var(--hpr-turquoise);color:var(--hpr-navy)}.hpr-btn-turquoise:hover{background:var(--hpr-turquoise-bright);transform:translateY(-1px)}.hpr-btn-navy-outline{background:transparent;color:var(--hpr-white);border:1.5px solid rgba(255,255,255,.55);padding:14.5px 32.5px}.hpr-btn-navy-outline:hover{background:var(--hpr-white);color:var(--hpr-navy);border-color:var(--hpr-white);transform:translateY(-1px)}.hpr-dropdown-wrap{position:relative;display:inline-block}.hpr-dropdown-caret{display:inline-block;margin-left:6px;font-size:12px;transition:transform .2s ease;vertical-align:middle}.hpr-dropdown-trigger[aria-expanded=true] .hpr-dropdown-caret{transform:rotate(180deg)}.hpr-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:230px;background:var(--hpr-white);border-radius:12px;box-shadow:0 20px 50px -12px #00000073,0 0 0 1px #0000000f;padding:8px;z-index:200;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;text-align:left}.hpr-dropdown-menu.hpr-open{opacity:1;transform:translateY(0);pointer-events:auto}.hpr-dropdown-wrap.hpr-dropdown-up .hpr-dropdown-menu{top:auto;bottom:calc(100% + 8px);transform:translateY(6px)}.hpr-dropdown-wrap.hpr-dropdown-up .hpr-dropdown-menu.hpr-open{transform:translateY(0)}.hpr-dropdown-item{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:8px;text-decoration:none;font-family:var(--hpr-font-display);font-weight:600;font-size:13px;color:var(--hpr-navy);letter-spacing:-.005em;transition:background .15s ease,color .15s ease}.hpr-dropdown-item:hover{background:var(--hpr-sky)}.hpr-dropdown-item.hpr-im-item:hover{color:var(--hpr-im)}.hpr-dropdown-item.hpr-peds-item:hover{color:var(--hpr-peds)}.hpr-dropdown-item.hpr-ms-item:hover{color:var(--hpr-ms)}.hpr-dropdown-item-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hpr-hero{position:relative;overflow:hidden;isolation:isolate}.hpr-hero .hpr-container{padding:100px 32px}.hpr-hero .hpr-container:before,.hpr-hero .hpr-container:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:-1}.hpr-hero .hpr-container:before{top:-50px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(69,198,196,.12),transparent 60%)}.hpr-hero .hpr-container:after{bottom:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,93,45,.1),transparent 60%)}.hpr-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:72px;align-items:center}.hpr-hero-content{min-width:0}.hpr-hero-headline{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(42px,5.6vw,76px);line-height:1.02;letter-spacing:-.03em;color:var(--hpr-white);margin:32px 0 28px}.hpr-hero-headline em,.hpr-em-teal{color:var(--hpr-turquoise);font-style:italic;font-weight:inherit}.hpr-hero-sub{font-family:var(--hpr-font-body);font-size:18px;line-height:1.6;color:#ffffffb8;max-width:520px;margin-bottom:40px}.hpr-hero-sub p{margin:0 0 1em}.hpr-hero-sub p:last-child{margin-bottom:0}.hpr-hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hpr-trust-bar{display:flex;align-items:center;gap:0;margin-top:44px;padding-top:32px;border-top:1px solid rgba(255,255,255,.12);flex-wrap:wrap;row-gap:20px}.hpr-trust-item{flex:1;min-width:100px;text-align:center;position:relative}.hpr-trust-item:not(:last-child):after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:36px;background:#fff6;pointer-events:none}.hpr-trust-num{font-family:var(--hpr-font-display);font-weight:800;font-size:28px;color:var(--hpr-turquoise);line-height:1;letter-spacing:-.02em;margin-bottom:5px}.hpr-trust-label{font-family:var(--hpr-font-body);font-size:12px;color:#ffffff8c;line-height:1.3}.hpr-pt-placeholder{position:relative;border-radius:18px;overflow:hidden;background:var(--hpr-navy-deep);box-shadow:0 40px 80px -30px #0009,0 0 0 1px #45c6c433}.hpr-pt-placeholder-topbar{background:#ffffff0f;padding:12px 18px;display:flex;align-items:center;gap:7px;border-bottom:1px solid rgba(255,255,255,.07)}.hpr-pt-placeholder-dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;flex-shrink:0;display:inline-block}.hpr-pt-placeholder-label{font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--hpr-turquoise);margin-left:8px}.hpr-pt-placeholder-body{padding:24px 24px 20px}.hpr-pt-shot-img{display:block;width:100%;height:auto}.hpr-pt-week-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px}.hpr-pt-week-label{font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--hpr-turquoise);margin-bottom:4px}.hpr-pt-week-title{font-family:var(--hpr-font-display);font-weight:700;font-size:17px;color:var(--hpr-white);letter-spacing:-.01em}.hpr-pt-progress-ring{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hpr-pt-progress-pct{position:absolute;font-family:var(--hpr-font-display);font-weight:800;font-size:11px;color:var(--hpr-turquoise)}.hpr-pt-tasks{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.hpr-pt-task{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07)}.hpr-pt-task.hpr-active{background:#45c6c414;border-color:#45c6c440}.hpr-pt-task.hpr-done{opacity:.6}.hpr-pt-task-check{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0;background:#45c6c426;color:var(--hpr-turquoise);font-weight:700}.hpr-pt-task.hpr-done .hpr-pt-task-check{background:#45c6c433}.hpr-pt-task.hpr-active .hpr-pt-task-check{background:#45c6c440}.hpr-pt-task.hpr-pending .hpr-pt-task-check{background:#ffffff14;color:#fff6}.hpr-pt-task-info{flex:1;min-width:0}.hpr-pt-task-name{font-family:var(--hpr-font-display);font-weight:600;font-size:13px;color:var(--hpr-white);letter-spacing:-.005em}.hpr-pt-task-sub{font-family:var(--hpr-font-body);font-size:11px;color:#ffffff80;margin-top:2px}.hpr-pt-task-badge{font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:9px;letter-spacing:.12em;text-transform:uppercase;padding:4px 9px;border-radius:999px;flex-shrink:0}.hpr-pt-badge-done{background:#45c6c426;color:var(--hpr-turquoise)}.hpr-pt-badge-active{background:var(--hpr-orange);color:var(--hpr-white)}.hpr-pt-badge-pending{background:#ffffff14;color:#ffffff80}.hpr-pt-bar-wrap{margin-top:4px}.hpr-pt-bar-label{display:flex;justify-content:space-between;font-family:var(--hpr-font-body);font-size:11px;color:#ffffff80;margin-bottom:6px}.hpr-pt-bar-days{color:var(--hpr-orange);font-weight:700;font-family:var(--hpr-font-display);font-size:11px}.hpr-pt-bar-track{height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.hpr-pt-bar-fill{height:100%;width:38%;background:linear-gradient(90deg,var(--hpr-turquoise),var(--hpr-orange));border-radius:2px}.hpr-pt-placeholder-badge{display:flex;align-items:center;justify-content:center;gap:7px;padding:10px;border-top:1px solid rgba(255,255,255,.06);font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#ffffff59}.hpr-audience-hero .hpr-eyebrow,.hpr-audience-hero .hpr-hero-headline em,.hpr-audience-hero .hpr-hero-headline i,.hpr-audience-hero .hpr-hero-headline .hpr-em-teal,.hpr-audience-hero .hpr-trust-num{color:var(--hpr-accent)}.hpr-audience-hero .hpr-hero-headline{color:var(--hpr-navy)}.hpr-audience-hero .hpr-hero-sub{color:var(--hpr-ink-60)}.hpr-audience-hero .hpr-trust-bar{border-top-color:var(--hpr-border)}.hpr-audience-hero .hpr-trust-item:not(:last-child):after{background:var(--hpr-border)}.hpr-audience-hero .hpr-trust-label{color:var(--hpr-ink-60)}.hpr-audience-hero .hpr-container:after{display:none}.hpr-audience-hero.hpr-ah-single .hpr-hero-grid{grid-template-columns:1fr}.hpr-audience-hero.hpr-ah-single .hpr-hero-sub{max-width:640px}.hpr-ah-visual{background:var(--hpr-accent-tint);border-radius:20px;padding:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 24px 50px -28px #2d304747}.hpr-ah-img{display:block;width:100%;height:auto;border-radius:10px}@media(max-width:960px){.hpr-hero-grid{grid-template-columns:1fr;gap:48px}.hpr-ah-visual{max-width:480px;margin:0 auto}}@media(max-width:640px){.hpr-container{padding:64px 20px}.hpr-hero .hpr-container{padding:56px 20px 60px}.hpr-hero-grid{gap:36px}.hpr-trust-item{min-width:80px}.hpr-trust-num{font-size:22px}.hpr-ah-visual{padding:20px}}.hpr-system{position:relative;overflow:hidden;isolation:isolate}.hpr-system .hpr-container{padding:130px 32px}.hpr-system:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 10%,rgba(69,198,196,.15),transparent 40%),radial-gradient(circle at 80% 90%,rgba(255,93,45,.08),transparent 40%);pointer-events:none;z-index:-1}.hpr-system-header{max-width:780px;margin-bottom:80px}.hpr-system-headline{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(32px,4vw,52px);line-height:1.06;letter-spacing:-.025em;color:var(--hpr-white);margin:24px 0 26px}.hpr-system-headline em{color:var(--hpr-turquoise);font-style:italic;font-weight:inherit}.hpr-system-sub{font-family:var(--hpr-font-body);font-size:17px;line-height:1.6;color:#ffffffb8;max-width:640px}.hpr-system-sub p{margin:0 0 1em}.hpr-system-sub p:last-child{margin-bottom:0}.hpr-spoke-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;border-top:1px solid rgba(69,198,196,.25);padding-top:48px}.hpr-tools-col{display:flex;flex-direction:column;gap:12px}.hpr-tool-card{background:#ffffff08;border:1px solid rgba(69,198,196,.15);border-radius:12px;padding:22px 24px;display:flex;align-items:flex-start;gap:18px}.hpr-tool-icon{width:40px;height:40px;color:var(--hpr-turquoise);flex-shrink:0;margin-top:2px}.hpr-tool-icon svg{width:100%;height:100%}.hpr-tool-card-body{min-width:0}.hpr-tool-card-name{font-family:var(--hpr-font-display);font-weight:800;font-size:18px;line-height:1.15;letter-spacing:-.02em;color:var(--hpr-white);margin:0 0 8px}.hpr-tool-card-desc{font-family:var(--hpr-font-body);font-size:13.5px;line-height:1.6;color:#ffffffad;margin:0}.hpr-tool-card-products{font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--hpr-orange);margin-top:12px}.hpr-pt-spoke-card{border:2px solid var(--hpr-turquoise);border-radius:16px;padding:36px 32px;background:#45c6c40a;display:flex;flex-direction:column}.hpr-pt-spoke-top{display:flex;align-items:center;gap:16px;margin-bottom:20px}.hpr-pt-spoke-icon{width:56px;height:56px;background:#45c6c41f;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--hpr-turquoise)}.hpr-pt-spoke-icon svg{width:32px;height:32px}.hpr-pt-spoke-name{font-family:var(--hpr-font-display);font-weight:800;font-size:24px;line-height:1.15;letter-spacing:-.02em;color:var(--hpr-white);margin:0}.hpr-pt-spoke-desc{font-family:var(--hpr-font-body);font-size:15px;line-height:1.6;color:#ffffffb8;margin:0}.hpr-pt-spoke-products{font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--hpr-orange);margin-top:16px}@media(max-width:960px){.hpr-system .hpr-container{padding:96px 24px}.hpr-system-header{margin-bottom:56px}.hpr-spoke-layout{grid-template-columns:1fr;gap:32px}.hpr-pt-spoke-card{padding:24px 20px}}@media(max-width:640px){.hpr-system .hpr-container{padding:64px 20px}.hpr-system-header{margin-bottom:40px}.hpr-spoke-layout{padding-top:36px;gap:24px}.hpr-tool-card{padding:18px 20px;gap:14px}}.hpr-spotlight{position:relative;overflow:hidden;isolation:isolate}.hpr-spotlight .hpr-container{padding:120px 32px}.hpr-spotlight .hpr-container:before{content:"";position:absolute;top:50%;right:-80px;transform:translateY(-50%);width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(69,198,196,.16),transparent 60%);pointer-events:none;z-index:-1}.hpr-spotlight-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.hpr-spotlight-content{min-width:0}.hpr-spotlight-headline{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(30px,3.8vw,50px);line-height:1.08;letter-spacing:-.025em;color:var(--hpr-white);margin:0 0 22px}.hpr-spotlight-headline em{color:var(--hpr-turquoise);font-style:italic;font-weight:inherit}.hpr-spotlight-body{font-family:var(--hpr-font-body);font-size:16px;line-height:1.65;color:#ffffffb3;margin-bottom:32px;max-width:480px}.hpr-spotlight-body p{margin:0 0 1em}.hpr-spotlight-body p:last-child{margin-bottom:0}.hpr-spotlight-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.hpr-spotlight-bullets li{font-family:var(--hpr-font-body);font-size:15px;line-height:1.5;color:#ffffffe0;display:flex;align-items:flex-start;gap:12px}.hpr-spotlight-bullets li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--hpr-turquoise);flex-shrink:0;margin-top:7px}.hpr-spotlight-link{color:var(--hpr-turquoise);text-decoration:none;border-bottom:1px solid var(--hpr-turquoise);padding-bottom:1px;transition:opacity .2s ease}.hpr-spotlight-link:hover{opacity:.75}.hpr-spotlight-placeholder{background:var(--hpr-navy)}.hpr-pt-sl-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px}.hpr-pt-sl-exam{font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--hpr-orange)}.hpr-pt-sl-bars{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}.hpr-pt-sl-row{display:flex;align-items:center;gap:10px}.hpr-pt-sl-name{font-family:var(--hpr-font-body);font-size:12px;color:#ffffffb3;width:120px;flex-shrink:0}.hpr-pt-sl-track{flex:1;height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}.hpr-pt-sl-fill{height:100%;border-radius:3px}.hpr-pt-sl-fill-strong{background:var(--hpr-turquoise)}.hpr-pt-sl-fill-warm{background:var(--hpr-orange)}.hpr-pt-sl-fill-dim{background:#ffffff40}.hpr-pt-sl-pct{font-family:var(--hpr-font-display);font-weight:700;font-size:11px;color:var(--hpr-turquoise);width:34px;text-align:right;flex-shrink:0}.hpr-pt-sl-row-dim .hpr-pt-sl-pct{color:#ffffff59}.hpr-pt-adapt-panel{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#45c6c414;border:1px solid rgba(69,198,196,.25);border-radius:10px}.hpr-pt-adapt-icon{font-size:20px;color:var(--hpr-turquoise);flex-shrink:0;line-height:1;margin-top:1px}.hpr-pt-adapt-title{font-family:var(--hpr-font-display);font-weight:600;font-size:13px;color:var(--hpr-white);margin-bottom:3px}.hpr-pt-adapt-sub{font-family:var(--hpr-font-body);font-size:12px;color:#ffffff8c;line-height:1.4}@media(max-width:960px){.hpr-spotlight .hpr-container{padding:96px 24px}.hpr-spotlight-grid{grid-template-columns:1fr;gap:56px}}@media(max-width:640px){.hpr-spotlight .hpr-container{padding:64px 20px}.hpr-spotlight-grid{gap:40px}.hpr-pt-sl-name{width:96px}}.hpr-stage .hpr-container{padding:80px 32px 120px}.hpr-stage-header{margin-bottom:52px}.hpr-stage-eyebrow{color:var(--hpr-orange);margin-bottom:20px}.hpr-on-light .hpr-stage-eyebrow{color:var(--hpr-orange)}.hpr-stage-headline{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(28px,3.4vw,44px);line-height:1.08;letter-spacing:-.025em;color:var(--hpr-navy);margin:0}.hpr-stage-headline em{color:var(--hpr-turquoise-deep);font-style:italic;font-weight:inherit}.hpr-stage-subline{font-family:var(--hpr-font-body);font-size:16px;line-height:1.5;color:var(--hpr-ink-60);margin:14px 0 0}.hpr-stage-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.hpr-stage-cards--4{grid-template-columns:repeat(2,1fr)}.hpr-stage-card{background:var(--hpr-white);border-radius:16px;padding:36px 32px 40px;text-decoration:none;color:var(--hpr-ink);transition:transform .3s ease,box-shadow .3s ease,border-top-color .3s ease;position:relative;border:1px solid var(--hpr-border);border-top:4px solid var(--hpr-border);display:flex;flex-direction:column}.hpr-stage-card:hover{transform:translateY(-4px);box-shadow:0 24px 40px -10px #00000026}.hpr-stage-card-im{border-top-color:var(--hpr-im)}.hpr-stage-card-peds{border-top-color:var(--hpr-peds)}.hpr-stage-card-ms{border-top-color:var(--hpr-ms)}.hpr-stage-card-cs{border-top-color:var(--hpr-navy)}.hpr-stage-card-tag{font-family:var(--hpr-font-display);font-weight:800;font-size:28px;line-height:1.1;letter-spacing:-.02em;margin-bottom:12px}.hpr-stage-card-im .hpr-stage-card-tag{color:var(--hpr-im)}.hpr-stage-card-peds .hpr-stage-card-tag{color:var(--hpr-peds)}.hpr-stage-card-ms .hpr-stage-card-tag{color:var(--hpr-ms)}.hpr-stage-card-cs .hpr-stage-card-tag{color:var(--hpr-navy)}.hpr-stage-card-badge{display:inline-flex;align-items:center;gap:5px;font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:5px 10px;border-radius:999px;margin-bottom:18px}.hpr-stage-card-im .hpr-stage-card-badge{background:#00477b14;color:var(--hpr-im)}.hpr-stage-card-peds .hpr-stage-card-badge{background:#af057814;color:var(--hpr-peds)}.hpr-stage-card-ms .hpr-stage-card-badge{background:#81379514;color:var(--hpr-ms)}.hpr-stage-card-cs .hpr-stage-card-badge{background:#2d304714;color:var(--hpr-navy)}.hpr-stage-card-h3{font-family:var(--hpr-font-display);font-weight:800;font-size:20px;line-height:1.2;letter-spacing:-.02em;color:var(--hpr-navy);margin:0 0 10px}.hpr-stage-card-pain{font-family:var(--hpr-font-body);font-size:13px;font-style:italic;line-height:1.5;color:var(--hpr-ink-60);margin:0 0 12px}.hpr-stage-card-promise{font-family:var(--hpr-font-body);font-size:14px;line-height:1.58;color:var(--hpr-ink);margin:0 0 20px;flex:1}.hpr-stage-card-stat{font-family:var(--hpr-font-body);font-size:13px;line-height:1.55;padding:14px 16px;margin:0 0 20px;border-radius:0 8px 8px 0;font-weight:400}.hpr-stage-card-im .hpr-stage-card-stat{color:var(--hpr-im);background:#00477b0f;border-left:3px solid var(--hpr-im)}.hpr-stage-card-peds .hpr-stage-card-stat{color:var(--hpr-peds);background:#af05780f;border-left:3px solid var(--hpr-peds)}.hpr-stage-card-ms .hpr-stage-card-stat{color:var(--hpr-ms);background:#8137950f;border-left:3px solid var(--hpr-ms)}.hpr-stage-card-cs .hpr-stage-card-stat{color:var(--hpr-navy);background:#2d30470f;border-left:3px solid var(--hpr-navy)}.hpr-stage-card-cta{font-family:var(--hpr-font-display);font-weight:600;font-size:13px;padding-bottom:3px;border-bottom:2px solid transparent;display:inline-block;margin-top:auto;transition:opacity .25s ease}.hpr-stage-card-im .hpr-stage-card-cta{color:var(--hpr-im);border-bottom-color:var(--hpr-im)}.hpr-stage-card-peds .hpr-stage-card-cta{color:var(--hpr-peds);border-bottom-color:var(--hpr-peds)}.hpr-stage-card-ms .hpr-stage-card-cta{color:var(--hpr-ms);border-bottom-color:var(--hpr-ms)}.hpr-stage-card-cs .hpr-stage-card-cta{color:var(--hpr-navy);border-bottom-color:var(--hpr-navy)}.hpr-stage-card:hover .hpr-stage-card-cta{opacity:.8}@media(max-width:960px){.hpr-stage .hpr-container{padding:64px 24px 96px}.hpr-stage-cards{grid-template-columns:1fr;gap:16px}}@media(max-width:640px){.hpr-stage .hpr-container{padding:56px 20px 80px}.hpr-stage-card{padding:28px 24px 32px}}.hpr-story{position:relative;overflow:hidden;isolation:isolate}.hpr-story .hpr-container{padding:130px 32px}.hpr-story:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 10%,rgba(69,198,196,.15),transparent 40%);pointer-events:none;z-index:-1}.hpr-story-inner{max-width:960px;margin:0 auto;text-align:center}.hpr-story-headline{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(34px,4.2vw,56px);line-height:1.08;letter-spacing:-.025em;color:var(--hpr-white);margin:24px 0 32px}.hpr-story-headline em{color:var(--hpr-turquoise);font-style:italic;font-weight:inherit}.hpr-story-body{font-family:var(--hpr-font-body);font-size:17px;line-height:1.68;color:#ffffffd1;max-width:720px;margin:0 auto 56px}.hpr-story-body p{margin:0 0 1em}.hpr-story-body p:last-child{margin-bottom:0}.hpr-story-link{display:inline-block;font-family:var(--hpr-font-display);font-weight:600;font-size:14px;letter-spacing:.01em;color:var(--hpr-turquoise);text-decoration:none;border-bottom:1px solid var(--hpr-turquoise);padding-bottom:3px;transition:color .2s ease,border-color .2s ease}.hpr-story-link:hover{color:var(--hpr-white);border-bottom-color:var(--hpr-white)}@media(max-width:960px){.hpr-story .hpr-container{padding:96px 24px}.hpr-story-body{margin-bottom:40px}}@media(max-width:640px){.hpr-story .hpr-container{padding:72px 20px}}.hpr-testimonials .hpr-container{padding:130px 32px 100px;overflow-x:clip}.hpr-testimonials-header{text-align:center;max-width:780px;margin:0 auto 48px}.hpr-testimonials-eyebrow{color:var(--hpr-orange);margin:0 0 20px}.hpr-on-light .hpr-testimonials-eyebrow{color:var(--hpr-orange)}.hpr-testimonials-eyebrow:before{display:none}.hpr-testimonials-headline{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(30px,3.6vw,46px);line-height:1.1;letter-spacing:-.025em;color:var(--hpr-navy);margin:0 0 16px}.hpr-testimonials-headline em{color:var(--hpr-turquoise-deep);font-style:italic;font-weight:inherit}.hpr-testimonials-sub{font-family:var(--hpr-font-body);font-size:17px;color:var(--hpr-ink-60);line-height:1.55;margin:0}.hpr-carousel-controls{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:40px}.hpr-carousel-btn{width:40px;height:40px;border-radius:50%;border:1px solid rgba(45,48,71,.2);background:transparent;color:var(--hpr-navy);font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-color .2s ease;font-family:inherit;line-height:1}.hpr-carousel-btn:hover{background:var(--hpr-white);border-color:var(--hpr-navy)}.hpr-carousel-dots{display:flex;gap:8px;align-items:center}.hpr-carousel-dot{width:6px;height:6px;border-radius:50%;background:#2d304733;cursor:pointer;transition:background-color .25s ease,width .25s ease,border-radius .25s ease;border:none;padding:0}.hpr-carousel-dot.hpr-active{background:var(--hpr-turquoise-deep);width:20px;border-radius:3px}.hpr-carousel-viewport{position:relative;overflow-x:clip;overflow-y:visible}.hpr-carousel-track{display:flex;align-items:stretch;gap:20px;transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform}.hpr-carousel-slide{flex:0 0 56%;max-width:56%;opacity:.3;transition:opacity .45s ease}.hpr-carousel-slide.hpr-active{opacity:1}.hpr-testimonial-card{background:var(--hpr-white);padding:40px;border-radius:18px;position:relative;color:var(--hpr-ink);height:100%;display:flex;flex-direction:column;border:1px solid var(--hpr-border)}.hpr-testimonial-card:before{content:'"';position:absolute;top:10px;left:30px;font-family:var(--hpr-font-display);font-weight:800;font-size:100px;color:var(--hpr-orange);opacity:.18;line-height:1;pointer-events:none}.hpr-testimonial-outcome{font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--hpr-orange);display:inline-block;margin-bottom:18px;position:relative;z-index:1}.hpr-testimonial-outcome:before{content:"";display:inline-block;width:24px;height:1px;background:var(--hpr-orange);vertical-align:middle;margin-right:8px}.hpr-testimonial-quote{font-family:var(--hpr-font-display);font-weight:400;font-size:19px;line-height:1.5;color:var(--hpr-navy);margin:0 0 24px;letter-spacing:-.015em;position:relative;z-index:1;flex:1}.hpr-testimonial-author{font-family:var(--hpr-font-body);font-size:13px;color:var(--hpr-ink-60);line-height:1.4;padding-top:20px;border-top:1px solid var(--hpr-border)}.hpr-testimonial-author strong{font-family:var(--hpr-font-display);font-weight:600;color:var(--hpr-navy);display:block;font-size:14px;letter-spacing:-.005em}.hpr-credibility-strip{margin-top:72px;padding-top:40px;border-top:1px solid var(--hpr-border);display:flex;justify-content:center;align-items:center;gap:56px;flex-wrap:wrap}.hpr-cred-item{font-family:var(--hpr-font-body);font-size:13px;color:var(--hpr-ink-60);display:flex;align-items:center;gap:10px}.hpr-cred-item svg{width:18px;height:18px;color:var(--hpr-turquoise);flex-shrink:0}.hpr-final-nudge{margin-top:72px;padding-top:56px;border-top:1px solid var(--hpr-border);text-align:center}.hpr-final-nudge-headline{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(26px,3vw,38px);color:var(--hpr-navy);letter-spacing:-.025em;margin:0 0 32px}.hpr-final-nudge-buttons{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.hpr-btn-navy-outline-light{color:var(--hpr-navy);border-color:#2d304759}.hpr-btn-navy-outline-light:hover{background:var(--hpr-navy);color:var(--hpr-white);border-color:var(--hpr-navy)}@media(max-width:960px){.hpr-testimonials .hpr-container{padding:96px 24px 80px}.hpr-carousel-slide{flex:0 0 70%;max-width:70%}.hpr-credibility-strip{gap:32px}}@media(max-width:640px){.hpr-testimonials .hpr-container{padding:72px 20px 64px}.hpr-carousel-track{gap:14px}.hpr-carousel-slide{flex:0 0 86%;max-width:86%}.hpr-testimonial-card{padding:28px 24px}.hpr-credibility-strip{gap:20px 28px;margin-top:56px;padding-top:32px}.hpr-final-nudge{margin-top:56px;padding-top:40px}}.hpr-sysflow .hpr-flow-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.hpr-flow-card{background:#ffffff08;border:1px solid rgba(69,198,196,.15);border-radius:12px;padding:28px 26px;transition:border-color .2s ease,background .2s ease}.hpr-flow-card:hover{border-color:#45c6c466;background:#ffffff0d}.hpr-flow-icon{width:48px;height:48px;border-radius:12px;background:#45c6c41f;color:var(--hpr-turquoise);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.hpr-flow-icon svg{width:26px;height:26px}.hpr-flow-name{font-family:var(--hpr-font-display);font-weight:800;font-size:20px;line-height:1.15;letter-spacing:-.02em;color:var(--hpr-white);margin:0 0 8px}.hpr-flow-desc{font-family:var(--hpr-font-body);font-size:14px;line-height:1.6;color:#ffffffb8;margin:0}.hpr-flow-products{font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--hpr-orange);margin-top:16px}.hpr-flow-train{display:flex;align-items:center;gap:36px;background:#45c6c40f;border:1px solid rgba(69,198,196,.35);border-top:2px solid var(--hpr-turquoise);border-radius:12px;padding:44px 48px;margin-top:36px;transition:border-color .2s ease,background .2s ease}.hpr-flow-train:hover{background:#45c6c417;border-color:#45c6c48c;border-top-color:var(--hpr-turquoise)}.hpr-flow-train-icon{flex-shrink:0;width:72px;height:72px;border-radius:50%;background:#45c6c41f;color:var(--hpr-turquoise);display:flex;align-items:center;justify-content:center}.hpr-flow-train-icon svg{width:40px;height:40px}.hpr-flow-train-body{flex:1;min-width:0}.hpr-flow-train-name{font-family:var(--hpr-font-display);font-weight:800;font-size:30px;line-height:1.15;letter-spacing:-.02em;color:var(--hpr-white);margin:0 0 10px}.hpr-flow-train-desc{font-family:var(--hpr-font-body);font-size:17px;line-height:1.65;color:#ffffffb8;margin:0;max-width:820px}.hpr-flow-train-cta{flex-shrink:0}.hpr-flow-train-tag{font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--hpr-orange);white-space:nowrap}@media(max-width:960px){.hpr-sysflow .hpr-flow-row{grid-template-columns:1fr;gap:12px}.hpr-flow-train{flex-direction:column;align-items:flex-start;gap:18px;margin-top:16px}.hpr-flow-train-cta{align-self:flex-start}}@media(max-width:640px){.hpr-flow-card{padding:22px 20px}.hpr-flow-train{padding:32px 24px}.hpr-flow-train-name{font-size:26px}.hpr-flow-train-desc{font-size:16px}}@media(prefers-reduced-motion:reduce){.hpr-flow-card,.hpr-flow-train{transition:none}}.hpr-paths{background:var(--hpr-white)}.hpr-paths .hpr-container{padding:72px 32px 80px}.hpr-paths-header{text-align:center;margin-bottom:40px}.hpr-paths-eyebrow{color:var(--hpr-accent)}.hpr-paths-headline{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(26px,3vw,38px);line-height:1.12;letter-spacing:-.02em;color:var(--hpr-ink);margin:0}.hpr-paths-headline em{color:var(--hpr-accent);font-style:italic;font-weight:inherit}.hpr-paths-subline{font-family:var(--hpr-font-body);font-size:17px;color:var(--hpr-ink-60);margin:14px 0 0}.hpr-paths-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:stretch;max-width:1080px;margin:0 auto}.hpr-paths-card{background:var(--hpr-white);border-radius:16px;padding:36px 32px 40px;color:var(--hpr-ink);position:relative;border:1px solid var(--hpr-border);border-top:4px solid var(--hpr-accent);display:flex;flex-direction:column}.hpr-paths-card-tag{display:inline-flex;align-self:flex-start;align-items:center;font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;padding:5px 12px;border-radius:999px;margin-bottom:18px;background:var(--hpr-accent-tint);color:var(--hpr-accent)}.hpr-paths-card-h3{font-family:var(--hpr-font-display);font-weight:800;font-size:22px;line-height:1.2;letter-spacing:-.015em;margin:0 0 12px}.hpr-paths-card-body{font-family:var(--hpr-font-body);font-size:16px;line-height:1.6;color:var(--hpr-ink-60);margin:0 0 20px}.hpr-paths-card-rows{display:flex;flex-direction:column;gap:10px;margin:0 0 24px;flex-grow:1}.hpr-paths-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--hpr-border);border-radius:10px;text-decoration:none;color:var(--hpr-ink);transition:border-color .2s ease,background .2s ease}.hpr-paths-row:hover{border-color:var(--hpr-accent);background:var(--hpr-accent-tint)}.hpr-paths-row-main{min-width:0}.hpr-paths-row-name{display:block;font-family:var(--hpr-font-display);font-weight:700;font-size:15px;line-height:1.3}.hpr-paths-row-note{display:block;font-family:var(--hpr-font-body);font-size:13px;line-height:1.45;color:var(--hpr-ink-60);margin-top:3px}.hpr-paths-row-price{font-family:var(--hpr-font-display);font-weight:800;font-size:15px;color:var(--hpr-accent);white-space:nowrap;text-align:right}.hpr-paths-row-price span{display:block;font-family:var(--hpr-font-body);font-weight:400;font-size:11px;color:var(--hpr-ink-60);white-space:nowrap}.hpr-paths-card-cta{align-self:flex-start;font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--hpr-accent);border-bottom:2px solid var(--hpr-accent);padding-bottom:3px}.hpr-paths-card:hover .hpr-paths-card-cta{opacity:.8}.hpr-testimonials-accented .hpr-testimonials-eyebrow,.hpr-testimonials-accented .hpr-testimonials-headline em{color:var(--hpr-accent)}.hpr-testimonials-accented .hpr-carousel-dot.hpr-active{background:var(--hpr-accent)}.hpr-testimonial-stars{display:block;color:var(--hpr-orange);font-size:15px;letter-spacing:3px;margin:-6px 0 14px;position:relative;z-index:1}.hpr-testimonials-readall{text-align:center;margin-top:36px}.hpr-testimonials-readall a{font-family:var(--hpr-font-eyebrow);font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--hpr-navy);text-decoration:none;border-bottom:2px solid var(--hpr-turquoise-deep);padding-bottom:3px}.hpr-testimonials-accented .hpr-testimonials-readall a{border-bottom-color:var(--hpr-accent)}.hpr-testimonials-readall a:hover{opacity:.8}.hpr-anchor{display:block!important;height:0;scroll-margin-top:96px}@media(max-width:960px){.hpr-paths .hpr-container{padding:56px 24px 64px}.hpr-paths-cards{grid-template-columns:1fr;gap:16px}}@media(max-width:640px){.hpr-paths .hpr-container{padding:48px 20px 56px}.hpr-paths-card{padding:28px 24px 32px}}.hpr-rstack .hpr-container{padding:100px 40px 112px}.hpr-rstack-head{max-width:880px;margin:0 0 60px}.hpr-rstack .hpr-eyebrow{color:var(--hpr-accent);margin-bottom:20px}.hpr-rstack-headline{font-family:var(--hpr-font-display);font-weight:800;font-size:clamp(34px,4vw,50px);line-height:1.07;letter-spacing:-.025em;color:var(--hpr-navy);margin:0 0 20px;text-wrap:balance}.hpr-rstack-headline em{font-style:italic;font-weight:inherit;color:var(--hpr-accent)}.hpr-rstack-sub{font-size:18px;line-height:1.55;color:var(--hpr-ink-60);margin:0;max-width:640px}.hpr-rstack-sub+.hpr-rstack-sub{margin-top:14px}.hpr-rstack-kicker{color:var(--hpr-navy);font-weight:700}.hpr-rstack-compare{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:44px}.hpr-rstack-panel-label{font-family:var(--hpr-font-eyebrow);font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:12px;margin:0 0 22px}.hpr-rstack-old{display:flex;flex-direction:column}.hpr-rstack-old .hpr-rstack-panel-label{color:var(--hpr-ink-40)}.hpr-rstack-old-list{list-style:none;margin:0;padding:0;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.hpr-rstack-old-item{display:flex;align-items:center;border-radius:14px;padding:22px 24px;color:var(--hpr-ink-60);font-size:1.1rem;font-weight:600;box-shadow:0 1px 2px #2d30470a}.hpr-rstack-old-item:nth-child(4n+1){background:#efeff2;border:1px solid #DEDEE4;transform:translate(8px) rotate(-.5deg)}.hpr-rstack-old-item:nth-child(4n+2){background:#f2f0ec;border:1px solid #E3E0D9;transform:translate(-10px) rotate(.6deg)}.hpr-rstack-old-item:nth-child(4n+3){background:#e9ecef;border:1px solid #D7DCE2;transform:translate(12px) rotate(-.4deg)}.hpr-rstack-old-item:nth-child(4n+4){background:#f1eff1;border:1px solid #E0DDE1;transform:translate(-5px) rotate(.5deg)}.hpr-rstack-arrow{display:flex;align-items:center;justify-content:center;color:var(--hpr-accent)}.hpr-rstack-arrow svg{width:52px;height:52px}.hpr-rstack-sys{position:relative;background:var(--hpr-navy-deep);border-radius:22px;padding:36px 34px 40px;display:flex;flex-direction:column;box-shadow:0 36px 66px -30px #2d30478c,0 0 0 1px var(--hpr-accent-a25)}.hpr-rstack-sys .hpr-rstack-panel-label{color:var(--hpr-turquoise)}.hpr-rstack-sys-list{list-style:none;margin:0;padding:0;flex:1;display:flex;flex-direction:column;justify-content:space-between;position:relative}.hpr-rstack-sys-list:before{content:"";position:absolute;left:10px;top:38px;bottom:38px;width:2px;background:linear-gradient(var(--hpr-accent-soft),var(--hpr-accent));border-radius:2px;opacity:.9}.hpr-rstack-sys-item{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px 4px 22px 42px}.hpr-rstack-sys-item+.hpr-rstack-sys-item{border-top:1px solid rgba(255,255,255,.07)}.hpr-rstack-sys-item:before{content:"";position:absolute;left:3px;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:50%;background:var(--hpr-turquoise);box-shadow:0 0 0 4px #45c6c42e;z-index:1;animation:hpr-rstack-pulse 2.4s ease-in-out infinite}.hpr-rstack-sys-name{color:var(--hpr-white);font-family:var(--hpr-font-display);font-weight:600;font-size:1.22rem;letter-spacing:-.01em}.hpr-rstack-tag{font-family:var(--hpr-font-eyebrow);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:10px;color:var(--hpr-accent-soft);background:var(--hpr-accent-a18);border:1px solid var(--hpr-accent-soft-a35);padding:5px 11px;border-radius:999px;white-space:nowrap}.hpr-rstack-closing{margin-top:64px;padding-top:44px;border-top:1px solid var(--hpr-border)}@keyframes hpr-rstack-pulse{0%,to{box-shadow:0 0 0 4px #45c6c42e}50%{box-shadow:0 0 0 7px #45c6c40d}}@media(max-width:860px){.hpr-rstack .hpr-container{padding:64px 22px 72px}.hpr-rstack-head{margin-bottom:40px}.hpr-rstack-compare{grid-template-columns:1fr;gap:10px}.hpr-rstack-arrow{padding:8px 0}.hpr-rstack-arrow svg{transform:rotate(90deg);width:44px;height:44px}.hpr-rstack-old-item{transform:none!important}.hpr-rstack-old-list{gap:12px}}@media(prefers-reduced-motion:reduce){.hpr-rstack-sys-item:before{animation:none}}.hpr-tsg{--hpr-tsg-sticky-top: 0px;background:var(--hpr-sky)}.hpr-tsg .hpr-container{padding-top:0;padding-bottom:0}.hpr-tsg-pathband{background:var(--hpr-sky);padding:0 0 24px}.hpr-tsg-pathhead{text-align:center;max-width:780px;margin:0 auto}.hpr-tsg-eyebrow{margin-bottom:12px}.hpr-tsg-headline{font-family:var(--hpr-font-display);font-weight:800;font-size:34px;line-height:1.2;color:var(--hpr-navy);margin:0 0 12px}.hpr-tsg-headline em{color:var(--hpr-turquoise-deep);font-style:italic}.hpr-tsg-subline{color:var(--hpr-ink-60);font-size:17px;line-height:1.55;margin:0}.hpr-tsg-lensbar{position:sticky;top:var(--hpr-tsg-sticky-top);z-index:40;background:var(--hpr-sky);padding:14px 0 18px;transition:box-shadow .2s ease}.hpr-tsg-lensbar.is-stuck{box-shadow:0 4px 18px #1d22341f}.hpr-tsg-lens{display:flex;justify-content:center;align-items:flex-end;gap:10px;flex-wrap:wrap}.hpr-tsg-picker{display:flex;flex-direction:column;align-items:center}.hpr-tsg-lens-label{font-family:var(--hpr-font-eyebrow);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hpr-ink-60);text-align:center;margin:0 0 8px}.hpr-tsg-track{display:flex;gap:4px;padding:5px;background:var(--hpr-white);border:1px solid var(--hpr-border);border-radius:999px;box-shadow:0 1px 6px #1d22340f}.hpr-tsg-chip{font-family:var(--hpr-font-display);font-weight:700;font-size:15px;padding:10px 24px;border-radius:999px;cursor:pointer;border:none;background:transparent;color:var(--hpr-navy);transition:all .18s ease}.hpr-tsg-chip:hover{background:var(--hpr-sky-soft)}.hpr-tsg-chip:focus-visible{outline:2px solid var(--hpr-turquoise);outline-offset:2px}.hpr-tsg-chip[aria-pressed=true]{color:var(--hpr-white);background:var(--hpr-accent)}.hpr-tsg-browse{font-family:var(--hpr-font-body);font-size:15px;background:none;border:none;cursor:pointer;color:var(--hpr-ink-60);text-decoration:underline;text-underline-offset:3px;padding:12px 8px;margin:0 0 5px 6px}.hpr-tsg-browse:hover{color:var(--hpr-navy)}.hpr-tsg-browse:focus-visible{outline:2px solid var(--hpr-turquoise);outline-offset:2px;border-radius:4px}.hpr-tsg-context{background:var(--hpr-sky);padding:4px 0 44px}.hpr-tsg[data-path=all] .hpr-tsg-context{padding-bottom:24px}.hpr-tsg-ctx{display:none;max-width:860px;margin:0 auto;background:var(--hpr-white);border:1px solid var(--hpr-border);border-radius:14px;padding:26px 34px;text-align:center;box-shadow:0 2px 12px #1d22340f}.hpr-tsg[data-path=cert] .hpr-tsg-ctx-cert,.hpr-tsg[data-path=recert] .hpr-tsg-ctx-recert{display:block}.hpr-tsg-ctx-tag{font-family:var(--hpr-font-eyebrow);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;display:inline-block;padding:4px 12px;border-radius:999px;margin-bottom:12px;color:var(--hpr-white);background:var(--hpr-accent)}.hpr-tsg-ctx p{color:var(--hpr-ink-60);font-size:16px;line-height:1.6;max-width:640px;margin:0 auto}.hpr-tsg-ctx p strong{color:var(--hpr-ink)}.hpr-tsg-grid{background:var(--hpr-sky-soft);padding:64px 0 72px;scroll-margin-top:120px}.hpr-tsg-gridhead{text-align:center;max-width:820px;margin:0 auto 20px}.hpr-tsg-gridhead .hpr-tsg-subline{margin-top:2px}.hpr-tsg-ess{max-width:1100px;margin:36px auto 30px;background:var(--hpr-navy);border-radius:16px;padding:26px 34px;display:flex;align-items:center;gap:28px;flex-wrap:wrap;outline:2px solid transparent;transition:box-shadow .25s ease,outline-color .25s ease}.hpr-tsg[data-path=cert] .hpr-tsg-ess.hpr-tsg-ess-flag{outline-color:var(--hpr-accent);box-shadow:0 6px 24px #1d223447}.hpr-tsg-ess-body{flex:1;min-width:300px}.hpr-tsg-ess-body h3{font-family:var(--hpr-font-display);font-weight:800;font-size:22px;color:var(--hpr-white);margin:0 0 6px}.hpr-tsg-ess-body p{color:#c9cdd9;font-size:15px;line-height:1.5;margin:0}.hpr-tsg-ess-img{width:230px;flex-shrink:0}.hpr-tsg-ess-img img{width:100%;height:132px;object-fit:contain;display:block}.hpr-tsg-ess-price{text-align:right}.hpr-tsg-ess-price .hpr-tsg-price{font-family:var(--hpr-font-display);font-weight:800;font-size:26px;color:var(--hpr-white)}.hpr-tsg-ess-price a{display:block;margin-top:8px;color:var(--hpr-turquoise);font-size:14px;font-weight:700;text-decoration:none}.hpr-tsg-ess-price a:hover{color:var(--hpr-turquoise-bright)}.hpr-tsg-badge{display:none;font-family:var(--hpr-font-eyebrow);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:999px;color:var(--hpr-white);vertical-align:middle;white-space:nowrap}.hpr-tsg-badge-popular{display:inline-block;background:var(--hpr-navy-soft)}.hpr-tsg[data-path=cert] .hpr-tsg-badge-cert,.hpr-tsg[data-path=recert] .hpr-tsg-badge-recert{display:inline-block;background:var(--hpr-accent)}.hpr-tsg-groups{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.hpr-tsg-group{background:var(--hpr-white);border:1px solid var(--hpr-border);border-radius:16px;padding:28px;display:flex;flex-direction:column}.hpr-tsg-group-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:8px}.hpr-tsg-icon{width:44px;height:44px;flex-shrink:0;color:var(--hpr-turquoise-deep);background:var(--hpr-sky);border-radius:10px;padding:8px}.hpr-tsg-icon svg{width:100%;height:100%;display:block}.hpr-tsg-group-head h3{font-family:var(--hpr-font-display);font-weight:800;font-size:20px;color:var(--hpr-navy);margin:0}.hpr-tsg-group-head p{color:var(--hpr-ink-60);font-size:14px;line-height:1.5;margin:3px 0 0}.hpr-tsg-row{display:flex;align-items:center;gap:14px;padding:16px 14px;margin-top:10px;border:1px solid var(--hpr-border);border-radius:10px;text-decoration:none;color:inherit;transition:all .18s ease;outline:2px solid transparent}.hpr-tsg-row:hover{border-color:var(--hpr-ink-40);box-shadow:0 3px 12px #1d223414;transform:translateY(-1px)}.hpr-tsg[data-path=cert] .hpr-tsg-rec-cert,.hpr-tsg[data-path=recert] .hpr-tsg-rec-recert{outline-color:var(--hpr-accent);border-color:transparent}.hpr-tsg-thumb{width:56px;height:56px;flex-shrink:0}.hpr-tsg-thumb img{width:100%;height:100%;object-fit:contain;display:block;border-radius:8px}.hpr-tsg-row-body{flex:1}.hpr-tsg-row-name{font-family:var(--hpr-font-display);font-weight:700;font-size:16px;color:var(--hpr-navy);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hpr-tsg-row-note{display:block;font-size:13px;color:var(--hpr-ink-60);line-height:1.45;margin-top:3px}.hpr-tsg-note{display:none}.hpr-tsg[data-path=all] .hpr-tsg-note-all,.hpr-tsg[data-path=cert] .hpr-tsg-note-cert,.hpr-tsg[data-path=recert] .hpr-tsg-note-recert{display:inline}.hpr-tsg-row-price{text-align:right;flex-shrink:0}.hpr-tsg-row-price .hpr-tsg-price{font-family:var(--hpr-font-display);font-weight:800;font-size:17px;color:var(--hpr-ink)}.hpr-tsg-price-sub{font-size:11px;color:var(--hpr-ink-40);display:block}.hpr-tsg-included{font-family:var(--hpr-font-eyebrow);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hpr-accent);background:var(--hpr-accent-tint);padding:4px 10px;border-radius:999px;white-space:normal;display:inline-block;max-width:180px}.hpr-tsg-row-arrow{color:var(--hpr-ink-40);font-size:18px;flex-shrink:0}.hpr-tsg-row:hover .hpr-tsg-row-arrow{color:var(--hpr-turquoise-deep)}@media(max-width:900px){.hpr-tsg-groups{grid-template-columns:1fr}.hpr-tsg-headline{font-size:27px}.hpr-tsg-ess{padding:22px 24px}.hpr-tsg-ess-price{text-align:left}}@media(max-width:600px){.hpr-tsg-chip{padding:9px 16px;font-size:14px}.hpr-tsg-row{flex-wrap:wrap}.hpr-tsg-row-price{text-align:left}.hpr-tsg-thumb{width:48px;height:48px}}@media(prefers-reduced-motion:reduce){.hpr-tsg-row,.hpr-tsg-row:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/149/assets/homepage-redesign.css.map */
