:root{
  --bg:#06111f;
  --panel:#091a2d;
  --panel-2:#0d2238;
  --line:rgba(174,207,244,.18);
  --line-strong:rgba(80,150,255,.66);
  --text:#f7fbff;
  --muted:#aab9cf;
  --blue:#2f7dff;
  --red:#ff3b30;
  --green:#30d475;
  --teal:#27d7c8;
  --gold:#f9c846;
  --orange:#ff8a3d;
  --purple:#a976ff;
  --shadow:0 24px 72px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
body.pro-hub-page{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#04101d 0%,#06111f 52%,#080d17 100%);
}
.pro-hub-page a{color:inherit}
.pro-hub-page .hub-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:18px 0 56px}
.pro-hub-page .hub-wrap>.top{padding:0;margin-bottom:18px}
.pro-hub-page .breadcrumbs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:20px 0;color:var(--muted);font-size:14px;font-weight:800}
.pro-hub-page .breadcrumbs a{text-decoration:none;color:#d9e8ff}
.pro-hub-page .breadcrumbs a:hover{text-decoration:underline}
.pro-hub-page .hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(240px,300px);
  align-items:center;
  gap:0;
  border:1px solid var(--line-strong);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(7,31,55,.98),rgba(7,13,26,.98));
  box-shadow:var(--shadow);
  overflow:hidden;
}
.pro-hub-page .hero-main{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  grid-template-areas:
    "icon heading"
    "facts facts";
  align-items:center;
  align-content:center;
  gap:14px 18px;
  padding:20px 24px;
}
.pro-hub-page .exam-icon-wrap{
  grid-area:icon;
  width:112px;
  height:112px;
  border-radius:26px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.06);
  box-shadow:0 18px 46px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.12);
}
.pro-hub-page .exam-icon{width:94px;height:94px;border-radius:22px;display:block}
.pro-hub-page .hero-heading{grid-area:heading;min-width:0}
.pro-hub-page .kicker{color:var(--gold);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.09em}
.pro-hub-page h1{margin:5px 0 0;font-size:clamp(34px,4.2vw,48px);line-height:1;letter-spacing:0}
.pro-hub-page .hero-title-line{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.pro-hub-page .access-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(48,212,117,.36);background:rgba(48,212,117,.1);color:#70f0a1;font-size:12px;font-weight:950}
.pro-hub-page .hero-subline{margin:8px 0 0;color:var(--muted);font-size:14px;font-weight:800}
.pro-hub-page .hero-facts{grid-area:facts;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.pro-hub-page .hero-fact{
  min-height:58px;
  display:grid;
  align-content:center;
  gap:4px;
  padding:10px 12px;
  border:1px solid rgba(174,207,244,.14);
  border-radius:8px;
  background:rgba(255,255,255,.035);
}
.pro-hub-page .hero-fact strong{color:#f7fbff;font-size:16px;line-height:1;font-weight:950}
.pro-hub-page .hero-fact span{color:var(--muted);font-size:11px;line-height:1.25;font-weight:850}
.pro-hub-page .hero-rail{height:100%;border-left:1px solid var(--line);padding:14px;display:grid;align-content:center;gap:8px;background:rgba(0,0,0,.12)}
.pro-hub-page .big-button{
  min-height:42px;
  border-radius:8px;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border:1px solid rgba(255,255,255,.16);
  font-weight:950;
  font-size:14px;
  padding:10px 14px
}
.pro-hub-page .big-button.primary{background:var(--red);color:#fff}
.pro-hub-page .big-button.secondary{background:rgba(255,255,255,.05);color:#fff}
.pro-hub-page .hero-app-row{border:1px solid var(--line);border-radius:8px;padding:8px;background:rgba(255,255,255,.04);text-align:center;color:var(--muted);font-size:12px;font-weight:850}
.pro-hub-page .store-badge-link{display:inline-flex;align-items:center;justify-content:center;max-width:100%;margin-top:6px}
.pro-hub-page .app-store-badge{display:block;width:auto;height:40px;max-width:100%}
.pro-hub-page .google-play-badge{display:block;width:auto;height:40px;max-width:100%}
.pro-hub-page .section-head{margin:26px 4px 12px}
.pro-hub-page .section-head h2{font-size:22px;margin:0 0 5px}
.pro-hub-page .section-head p{color:var(--muted);margin:0;font-weight:750}
.pro-hub-page .tool-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.pro-hub-page .tool-card{
  min-height:138px;
  border:1px solid var(--line);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(13,34,56,.98),rgba(8,21,36,.98));
  padding:16px;
  text-decoration:none;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  grid-template-rows:auto 1fr auto;
  gap:11px 13px;
  position:relative;
}
.pro-hub-page .tool-card.featured{border-color:rgba(47,125,255,.9);background:linear-gradient(180deg,#082a50,#071c35);box-shadow:0 0 0 1px rgba(47,125,255,.18),0 18px 42px rgba(47,125,255,.18)}
.pro-hub-page .tool-card.practice-feature{
  grid-column:span 2;
  min-height:174px;
  padding:20px;
  align-content:center;
}
.pro-hub-page .practice-feature .tool-icon{width:66px;height:66px;font-size:18px}
.pro-hub-page .practice-feature .tool-copy h3{font-size:24px;margin-bottom:8px}
.pro-hub-page .practice-feature .tool-copy p{font-size:15px;line-height:1.46;max-width:440px}
.pro-hub-page .practice-feature .tool-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:38px;
  padding:0 14px;
  border-radius:8px;
  background:var(--blue);
  color:#fff;
}
.pro-hub-page .tool-card.is-disabled{opacity:.72;cursor:not-allowed}
.pro-hub-page .tool-icon{width:50px;height:50px;border-radius:999px;display:grid;place-items:center;border:1px solid currentColor;background:color-mix(in srgb,currentColor 15%, transparent);font-weight:950;letter-spacing:.03em}
.pro-hub-page .tool-copy{min-width:0}
.pro-hub-page .tool-copy h3{margin:0 0 5px;font-size:16px;line-height:1.15}
.pro-hub-page .tool-copy p{margin:0;color:#bfcbdd;font-size:13px;line-height:1.42;font-weight:700}
.pro-hub-page .tool-cta{grid-column:2;color:currentColor;font-size:13px;font-weight:950;align-self:end}
.pro-hub-page .badge-label{position:absolute;right:15px;top:-1px;min-height:24px;display:grid;place-items:center;padding:0 10px;border-radius:0 0 8px 8px;border:1px solid rgba(255,255,255,.18);border-top:0;background:var(--blue);font-size:11px;font-weight:950}
.pro-hub-page .purple{color:var(--purple)}.pro-hub-page .blue{color:#60a5ff}.pro-hub-page .green{color:var(--green)}.pro-hub-page .orange{color:var(--orange)}.pro-hub-page .teal{color:var(--teal)}.pro-hub-page .red{color:#ff6b63}.pro-hub-page .gold{color:var(--gold)}
.pro-hub-page .path-panel{
  margin-top:14px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(13,34,56,.62);
  padding:12px;
}
.pro-hub-page .path-title{margin:0 0 10px;color:var(--gold);font-size:13px;font-weight:950}
.pro-hub-page .path-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;align-items:stretch}
.pro-hub-page .path-step{
  min-height:48px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:8px 10px;
  border:1px solid rgba(174,207,244,.12);
  border-radius:8px;
  background:rgba(255,255,255,.025);
}
.pro-hub-page .path-step-number{
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:999px;
  border:1px solid rgba(96,165,255,.56);
  display:inline-grid;
  place-items:center;
  color:#d9e8ff;
  background:rgba(96,165,255,.1);
  font-size:12px;
  line-height:1;
  font-weight:950;
}
.pro-hub-page .path-copy{min-width:0;display:grid;gap:2px}
.pro-hub-page .path-copy strong{display:block;color:var(--text);font-size:13px;line-height:1.12}
.pro-hub-page .path-copy span{display:block;color:var(--muted);font-size:11px;line-height:1.22;font-weight:750}
@media (max-width:1080px){
  .pro-hub-page .tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pro-hub-page .path-row{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:800px){
  .pro-hub-page .hub-wrap{width:min(100% - 28px,680px)}
  .pro-hub-page .hero{grid-template-columns:1fr}
  .pro-hub-page .hero-main{grid-template-columns:auto minmax(0,1fr);padding:16px;grid-template-areas:"icon heading" "facts facts"}
  .pro-hub-page .exam-icon-wrap{width:76px;height:76px;border-radius:18px}
  .pro-hub-page .exam-icon{width:62px;height:62px;border-radius:15px}
  .pro-hub-page .hero-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pro-hub-page .hero-rail{border-left:0;border-top:1px solid var(--line)}
  .pro-hub-page .tool-grid{grid-template-columns:1fr}
  .pro-hub-page .tool-card.practice-feature{grid-column:auto}
  .pro-hub-page .path-row{grid-template-columns:1fr}
}
