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

:root{
  --pf-hub-blue:#123fc4;
  --pf-hub-blue-dark:#0e2f78;
  --pf-hub-dark:#273036;
  --pf-hub-muted:#647178;
  --pf-hub-bg:#eef2f5;
  --pf-hub-card:#ffffff;
  --pf-hub-border:#d5dde3;
  --pf-hub-orange:#fc8500;
  --pf-hub-green:#237c63;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body.pf-rx-hub-page{
  margin:0;
  background:var(--pf-hub-bg);
  color:var(--pf-hub-dark);
  font-family:"Montserrat",Arial,sans-serif;
}

body.pf-rx-hub-page .pf-legal-site-bar{display:none!important}

.pf-rx-hub-skip{
  position:fixed;
  top:10px;
  left:10px;
  z-index:999999;
  padding:11px 15px;
  border:2px solid var(--pf-hub-blue);
  border-radius:8px;
  background:#fff;
  color:var(--pf-hub-blue);
  font-weight:900;
  text-decoration:none;
  transform:translateY(-180%);
}

.pf-rx-hub-skip:focus{transform:translateY(0)}

.pf-rx-hub-shell{
  width:min(calc(100% - 32px),1180px);
  margin:0 auto;
}

.pf-rx-hub-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:108px;
}

.pf-rx-hub-header a{
  display:inline-flex;
  align-items:center;
}

.pf-rx-hub-header img{
  display:block;
  width:205px;
  height:auto;
}

.pf-rx-hub-header span{
  color:var(--pf-hub-muted);
  font-size:13px;
}

.pf-rx-hub-hero{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(290px,.6fr);
  gap:30px;
  align-items:stretch;
  padding:54px;
  border:1px solid var(--pf-hub-border);
  border-radius:26px;
  background:
    radial-gradient(circle at 90% 10%,rgba(18,63,196,.12),transparent 30%),
    #fff;
  box-shadow:0 24px 70px rgba(35,48,58,.08);
}

.pf-rx-hub-kicker{
  margin:0 0 14px;
  color:var(--pf-hub-blue);
  font-size:13px;
  font-weight:900;
  letter-spacing:.15em;
}

.pf-rx-hub-hero h1{
  max-width:780px;
  margin:0;
  font-size:clamp(42px,5vw,66px);
  line-height:1.04;
  letter-spacing:-.045em;
}

.pf-rx-hub-hero-copy>p:not(.pf-rx-hub-kicker){
  max-width:760px;
  margin:24px 0 0;
  color:var(--pf-hub-muted);
  font-size:18px;
  line-height:1.75;
}

.pf-rx-hub-hero-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:16px 22px;
  margin-top:30px;
}

.pf-rx-hub-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 22px;
  border:2px solid var(--pf-hub-blue);
  border-radius:10px;
  background:var(--pf-hub-blue);
  color:#fff;
  font-weight:900;
  text-align:center;
  text-decoration:none;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}

.pf-rx-hub-button:hover,
.pf-rx-hub-button:focus-visible{
  background:var(--pf-hub-blue-dark);
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 10px 26px rgba(18,63,196,.22);
}

.pf-rx-hub-button-secondary{
  background:#fff;
  color:var(--pf-hub-blue);
}

.pf-rx-hub-button-secondary:hover,
.pf-rx-hub-button-secondary:focus-visible{
  background:#edf2ff;
  color:var(--pf-hub-blue);
}

.pf-rx-hub-text-link{
  color:var(--pf-hub-blue);
  font-weight:800;
}

.pf-rx-hub-feature{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:30px;
  border-radius:20px;
  background:var(--pf-hub-blue-dark);
  color:#fff;
}

.pf-rx-hub-feature>span{
  align-self:flex-start;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
}

.pf-rx-hub-feature strong{
  margin-top:24px;
  font-size:30px;
  line-height:1.1;
}

.pf-rx-hub-feature p{
  margin:14px 0 0;
  color:rgba(255,255,255,.8);
  line-height:1.6;
}

.pf-rx-hub-feature ul,
.pf-rx-hub-card ul{
  display:grid;
  gap:10px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}

.pf-rx-hub-feature li,
.pf-rx-hub-card li{
  position:relative;
  padding-left:20px;
}

.pf-rx-hub-feature li::before,
.pf-rx-hub-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--pf-hub-orange);
}

.pf-rx-hub-levels{
  padding:92px 0 42px;
}

.pf-rx-hub-section-heading{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.pf-rx-hub-section-heading h2{
  margin:0;
  font-size:clamp(32px,4vw,48px);
  line-height:1.12;
  letter-spacing:-.035em;
}

.pf-rx-hub-section-heading>p:not(.pf-rx-hub-kicker){
  margin:18px 0 0;
  color:var(--pf-hub-muted);
  font-size:17px;
  line-height:1.65;
}

.pf-rx-hub-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.pf-rx-hub-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:30px;
  border:1px solid var(--pf-hub-border);
  border-radius:20px;
  background:var(--pf-hub-card);
  box-shadow:0 14px 40px rgba(35,48,58,.06);
}

.pf-rx-hub-card-featured{
  border-color:rgba(18,63,196,.45);
  box-shadow:0 18px 46px rgba(18,63,196,.11);
}

.pf-rx-hub-status{
  align-self:flex-start;
  padding:7px 10px;
  border-radius:999px;
  background:#edf0f2;
  color:#5f6b73;
  font-size:11px;
  font-weight:900;
}

.pf-rx-hub-status-available{
  background:#e4f4ee;
  color:var(--pf-hub-green);
}

.pf-rx-hub-card-number{
  margin:26px 0 0;
  color:var(--pf-hub-blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}

.pf-rx-hub-card h3{
  margin:8px 0 0;
  font-size:28px;
  line-height:1.15;
}

.pf-rx-hub-card>p:not(.pf-rx-hub-card-number){
  margin:16px 0 0;
  color:var(--pf-hub-muted);
  line-height:1.65;
}

.pf-rx-hub-card ul{
  margin-bottom:26px;
}

.pf-rx-hub-card .pf-rx-hub-button,
.pf-rx-hub-button-disabled{
  width:100%;
  margin-top:auto;
}

.pf-rx-hub-button-disabled{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 18px;
  border:1px solid var(--pf-hub-border);
  border-radius:10px;
  background:#f2f4f5;
  color:#7a858b;
  font-weight:800;
  text-align:center;
}

.pf-rx-hub-notice{
  display:grid;
  grid-template-columns:minmax(220px,.4fr) minmax(0,1fr);
  gap:30px;
  align-items:center;
  margin:48px 0 0;
  padding:30px 34px;
  border-left:5px solid var(--pf-hub-orange);
  border-radius:16px;
  background:#fff7ee;
}

.pf-rx-hub-notice h2{
  margin:0;
  font-size:26px;
}

.pf-rx-hub-notice>p{
  margin:0;
  color:#5e666b;
  line-height:1.7;
}

.pf-rx-hub-final{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin:48px 0 0;
  padding:38px 42px;
  border-radius:20px;
  background:var(--pf-hub-blue);
  color:#fff;
}

.pf-rx-hub-final .pf-rx-hub-kicker{color:#dce5ff}

.pf-rx-hub-final h2{
  margin:0;
  font-size:34px;
}

.pf-rx-hub-final p:not(.pf-rx-hub-kicker){
  margin:12px 0 0;
  color:rgba(255,255,255,.8);
}

.pf-rx-hub-final .pf-rx-hub-button{
  flex:0 0 auto;
  border-color:#fff;
  background:#fff;
  color:var(--pf-hub-blue);
}

.pf-rx-hub-footer{
  width:min(calc(100% - 32px),1180px);
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin:22px auto 0;
  padding:34px 0 42px;
  color:var(--pf-hub-muted);
  font-size:12px;
  line-height:1.55;
}

.pf-rx-hub-footer-identity{
  display:grid;
  gap:3px;
}

.pf-rx-hub-footer strong{color:var(--pf-hub-dark)}

.pf-rx-hub-footer a{
  color:var(--pf-hub-blue);
  font-weight:800;
}

.pf-rx-hub-footer nav{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

@media(max-width:900px){
  .pf-rx-hub-hero{grid-template-columns:1fr;padding:38px}
  .pf-rx-hub-grid{grid-template-columns:1fr}
  .pf-rx-hub-card{min-height:0}
  .pf-rx-hub-notice{grid-template-columns:1fr}
}

@media(max-width:640px){
  .pf-rx-hub-shell{width:min(calc(100% - 16px),1180px)}
  .pf-rx-hub-header{
    display:grid;
    justify-items:center;
    gap:5px;
    min-height:112px;
    text-align:center;
  }
  .pf-rx-hub-header img{width:min(58vw,220px)}
  .pf-rx-hub-header span{font-size:11px}
  .pf-rx-hub-hero{padding:28px 20px;border-radius:18px}
  .pf-rx-hub-hero h1{font-size:38px}
  .pf-rx-hub-hero-copy>p:not(.pf-rx-hub-kicker){font-size:16px}
  .pf-rx-hub-hero-actions{display:grid}
  .pf-rx-hub-button,.pf-rx-hub-text-link{width:100%;text-align:center}
  .pf-rx-hub-feature{padding:24px}
  .pf-rx-hub-levels{padding-top:64px}
  .pf-rx-hub-card{padding:24px 20px}
  .pf-rx-hub-notice{padding:24px 20px}
  .pf-rx-hub-final{display:grid;padding:28px 22px;text-align:center}
  .pf-rx-hub-final h2{font-size:28px}
  .pf-rx-hub-footer{
    display:grid;
    justify-items:center;
    gap:18px;
    padding:28px 0 74px;
    text-align:center;
  }
  .pf-rx-hub-footer-identity{justify-items:center}
  .pf-rx-hub-footer nav{justify-content:center}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none!important}
}
