:root {
  --psc-ink: #101a28;
  --psc-muted: #667589;
  --psc-paper: #f4f7fb;
  --psc-line: #dce4ed;
  --psc-navy: #03101b;
  --psc-panel: #071827;
  --psc-panel-2: #0a2032;
  --psc-blue: #13bfff;
  --psc-green: #22d98b;
  --psc-gold: #f0b62a;
}

.psc-page { overflow-x: clip; background: var(--psc-navy); color: #f6f9fc; }
.psc-page .site-header { background: rgba(3, 13, 23, .86); }
.psc-page button, .psc-page input, .psc-page select { font: inherit; }
.psc-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, #000, transparent 95%); pointer-events: none; }
.psc-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(120px); opacity: .13; pointer-events: none; }
.psc-glow-blue { top: -120px; right: -160px; background: var(--psc-blue); }
.psc-eyebrow { margin: 0 0 16px; color: var(--psc-gold); font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.psc-blue { color: #087bd8; }
.psc-green { color: var(--psc-green); }

.psc-hero { position: relative; min-height: 660px; padding: 126px 0 190px; overflow: hidden; background: radial-gradient(circle at 54% 18%, rgba(19,191,255,.09), transparent 38%), linear-gradient(150deg, #061624, #020914 72%); text-align: center; }
.psc-hero .shell { position: relative; z-index: 2; }
.psc-breadcrumbs { margin-bottom: 50px; text-align: left; }
.psc-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; color: #718399; font-size: 13px; list-style: none; }
.psc-breadcrumbs li + li::before { margin-right: 10px; color: #3d5268; content: "/"; }
.psc-breadcrumbs a:hover { color: var(--psc-gold); }
.psc-hero-copy { max-width: 1040px; margin: 0 auto; }
.psc-hero-copy h1 { margin: 0; font-size: clamp(48px, 6.3vw, 88px); font-weight: 950; letter-spacing: -.058em; line-height: .98; text-wrap: balance; }
.psc-hero-tagline { margin: 24px 0 0; color: #eaf4fc; font-size: clamp(21px, 2.2vw, 30px); font-weight: 800; letter-spacing: -.02em; }
.psc-hero-support { max-width: 730px; margin: 18px auto 0; color: #9daec0; font-size: clamp(16px, 1.45vw, 19px); line-height: 1.7; }
.psc-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; margin: 28px 0 0; padding: 0; color: #8da0b4; font-size: 14px; font-weight: 800; list-style: none; }
.psc-trust li::before { margin-right: 8px; color: var(--psc-green); content: "✓"; }

.psc-calculator-section { position: relative; z-index: 3; padding: 0 0 clamp(90px, 10vw, 150px); background: linear-gradient(180deg, #030b14, #061421); }
.psc-calculator-section .shell { transform: translateY(-118px); margin-bottom: -118px; }
.psc-tool-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 22px; }
.psc-tool-head h2 { margin: 0; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.04em; }
.psc-tool-head > p { max-width: 460px; margin: 0 0 4px; color: #7f92a6; font-size: 13px; text-align: right; }
.psc-calculator { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr); overflow: visible; border: 1px solid rgba(19,191,255,.23); border-radius: 28px; background: rgba(7,24,39,.98); box-shadow: 0 48px 120px rgba(0,0,0,.46), 0 0 70px rgba(19,191,255,.05); }
.psc-input-panel { min-width: 0; padding: clamp(24px, 3.2vw, 46px); }
.psc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.psc-field { position: relative; min-width: 0; margin: 0; padding: 0; border: 0; }
.psc-field-wide { grid-column: 1 / -1; }
.psc-field > label, .psc-field > legend { display: block; margin: 0 0 9px; padding: 0; color: #98aabd; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.psc-input-wrap { position: relative; display: flex; min-width: 0; height: 58px; align-items: center; overflow: hidden; border: 1px solid #254158; border-radius: 12px; background: #04121e; transition: border-color .2s ease, box-shadow .2s ease; }
.psc-input-wrap:focus-within { border-color: var(--psc-blue); box-shadow: 0 0 0 3px rgba(19,191,255,.12); }
.psc-input-wrap input, .psc-input-wrap select { width: 100%; height: 100%; padding: 0 16px; border: 0; outline: 0; background: transparent; color: #f3f8fc; font-size: 17px; font-weight: 800; }
.psc-input-wrap select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #7d92a7 50%), linear-gradient(135deg, #7d92a7 50%, transparent 50%); background-position: calc(100% - 19px) 25px, calc(100% - 13px) 25px; background-repeat: no-repeat; background-size: 6px 6px; }
.psc-input-wrap select option { background: #081a29; color: #fff; }
.psc-input-suffix input { padding-right: 95px; }
.psc-input-suffix > span { position: absolute; right: 15px; color: #6f879d; font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; pointer-events: none; }
.psc-search-wrap > span { position: absolute; right: 18px; color: var(--psc-blue); font-size: 20px; pointer-events: none; }
.psc-options { position: absolute; z-index: 20; top: calc(100% + 8px); right: 0; left: 0; max-height: 330px; overflow-y: auto; border: 1px solid #2a4b65; border-radius: 14px; background: #071826; box-shadow: 0 22px 55px rgba(0,0,0,.48); }
.psc-option { display: flex; justify-content: space-between; gap: 18px; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.06); cursor: pointer; }
.psc-option:last-child { border-bottom: 0; }
.psc-option:hover, .psc-option.is-active { background: rgba(19,191,255,.1); }
.psc-option strong { color: #f3f8fc; }
.psc-option span { color: #71869b; font-size: 12px; text-align: right; }
.psc-option-empty { padding: 18px; color: #91a3b6; font-size: 14px; line-height: 1.5; }
.psc-segmented { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; margin-bottom: 8px; padding: 4px; border: 1px solid #20394e; border-radius: 10px; background: #04111c; }
.psc-segmented label { cursor: pointer; }
.psc-segmented input { position: absolute; opacity: 0; pointer-events: none; }
.psc-segmented span { display: grid; min-height: 34px; padding: 6px 8px; place-items: center; border-radius: 7px; color: #73899e; font-size: 11px; font-weight: 850; text-align: center; }
.psc-segmented input:checked + span { background: #0b3049; color: #e9f8ff; box-shadow: inset 0 0 0 1px rgba(19,191,255,.3); }
.psc-segmented input:focus-visible + span { outline: 2px solid var(--psc-blue); outline-offset: 2px; }
.psc-risk-field .psc-input-wrap { height: 50px; }
.psc-spec-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }
.psc-spec-row > span { color: #6f8499; font-size: 12px; line-height: 1.5; }
.psc-link-button { padding: 2px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #65cfff; font-size: 12px; font-weight: 850; cursor: pointer; }
.psc-link-button:hover { color: #fff; }
.psc-custom { margin-top: 22px; padding: 24px; border: 1px solid rgba(240,182,42,.25); border-radius: 16px; background: rgba(240,182,42,.045); }
.psc-custom-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.psc-custom-head span { color: var(--psc-gold); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.psc-custom h3 { margin: 3px 0 0; font-size: 20px; }
.psc-custom > p { margin: 12px 0 20px; color: #8fa1b4; font-size: 13px; line-height: 1.6; }
.psc-custom-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.psc-custom-value-field { grid-column: span 2; }
.psc-custom-grid .psc-input-wrap { height: 50px; }
.psc-calculate-button { display: flex; width: 100%; justify-content: center; margin-top: 28px; }

.psc-result { position: relative; display: flex; min-width: 0; padding: clamp(28px, 3.3vw, 48px); flex-direction: column; overflow: hidden; border-left: 1px solid rgba(19,191,255,.2); border-radius: 0 27px 27px 0; background: radial-gradient(circle at 100% 0, rgba(34,217,139,.12), transparent 38%), linear-gradient(160deg, #092337, #04121e); }
.psc-result::after { position: absolute; right: -65px; bottom: -80px; width: 240px; height: 240px; border: 1px solid rgba(19,191,255,.08); border-radius: 50%; content: ""; }
.psc-result-label { position: relative; z-index: 1; margin: 0; color: #69d3ff; font-size: 11px; font-weight: 950; letter-spacing: .16em; }
.psc-result-number { position: relative; z-index: 1; margin: 30px 0 4px; }
.psc-result-number strong { display: block; min-width: 0; color: var(--psc-green); font-size: clamp(64px, 7vw, 108px); font-weight: 950; letter-spacing: -.07em; line-height: .86; overflow-wrap: anywhere; text-shadow: 0 0 30px rgba(34,217,139,.16); }
.psc-result.is-empty .psc-result-number strong { color: #476075; text-shadow: none; }
.psc-result-number span { display: block; margin-top: 14px; color: #a9bacb; font-size: 16px; font-weight: 950; letter-spacing: .16em; }
.psc-result-status { position: relative; z-index: 1; min-height: 45px; margin: 18px 0 28px; color: #8da1b4; font-size: 14px; line-height: 1.55; }
.psc-result-kpis { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: auto 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: rgba(255,255,255,.09); }
.psc-result-kpis div { padding: 16px; background: rgba(4,18,30,.92); }
.psc-result-kpis div:last-child { grid-column: 1 / -1; }
.psc-result-kpis dt { margin-bottom: 5px; color: #6e8499; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.psc-result-kpis dd { margin: 0; color: #eaf4fb; font-size: 17px; font-weight: 900; }
.psc-quality { position: relative; z-index: 1; margin-top: 20px; padding: 14px 15px; border: 1px solid rgba(34,217,139,.18); border-radius: 12px; background: rgba(34,217,139,.04); }
.psc-quality span { color: var(--psc-green); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.psc-quality p { margin: 4px 0 0; color: #7890a3; font-size: 11px; line-height: 1.45; }
.psc-tool-disclaimer { max-width: 980px; margin: 25px auto 0; color: #708397; font-size: 12px; line-height: 1.65; text-align: center; }

.psc-connect-section { padding: clamp(90px, 10vw, 160px) 0; overflow: hidden; background: radial-gradient(circle at 82% 50%, rgba(34,217,139,.1), transparent 30%), #041019; }
.psc-connect-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr); gap: clamp(50px, 9vw, 130px); align-items: center; }
.psc-connect-copy h2, .psc-content-intro h2, .psc-faq-heading h2, .psc-final-cta h2 { margin: 0; font-size: clamp(38px, 4.8vw, 68px); letter-spacing: -.045em; line-height: 1.04; text-wrap: balance; }
.psc-connect-copy > p:not(.psc-eyebrow) { max-width: 720px; color: #9eb0c1; font-size: 18px; line-height: 1.75; }
.psc-connect-copy .psc-connect-line { margin-top: 26px; padding-left: 16px; border-left: 3px solid var(--psc-green); color: #eaf4fb !important; font-weight: 850; }
.psc-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.psc-connect-copy small { display: block; margin-top: 24px; color: #71869a; font-size: 12px; }
.psc-connect-visual { position: relative; width: min(100%, 430px); margin: 0 auto; }
.psc-connect-visual img { position: relative; z-index: 2; display: block; width: 100%; height: auto; border: 1px solid rgba(34,217,139,.36); border-radius: 25px; background: #031019; box-shadow: 0 50px 110px rgba(0,0,0,.58), 0 0 62px rgba(34,217,139,.1); }
.psc-connect-glow { position: absolute; inset: 12% -20% 4%; border-radius: 50%; background: rgba(34,217,139,.2); filter: blur(90px); }

.psc-content-section { padding: clamp(90px, 10vw, 160px) 0; background: var(--psc-paper); color: var(--psc-ink); }
.psc-content-intro { max-width: 920px; }
.psc-content-intro > p:not(.psc-eyebrow) { color: var(--psc-muted); font-size: 19px; line-height: 1.75; }
.psc-formula { display: grid; grid-template-columns: 1fr auto 1.25fr auto 1fr; gap: 16px; align-items: center; margin: 56px 0; padding: 26px 30px; border: 1px solid var(--psc-line); border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(10,24,41,.06); text-align: center; }
.psc-formula span, .psc-formula strong { font-size: 13px; font-weight: 950; letter-spacing: .09em; }
.psc-formula i { color: #7990a8; font-size: 22px; font-style: normal; }
.psc-formula strong { color: #087bd8; }
.psc-education-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.psc-info-card { padding: clamp(26px, 3vw, 42px); border: 1px solid var(--psc-line); border-radius: 20px; background: #fff; box-shadow: 0 20px 50px rgba(10,24,41,.06); }
.psc-info-card > span { color: #087bd8; font-size: 11px; font-weight: 950; letter-spacing: .14em; }
.psc-info-card h2 { margin: 20px 0 16px; font-size: clamp(25px, 2.4vw, 36px); letter-spacing: -.035em; line-height: 1.12; }
.psc-info-card p { margin: 0; color: var(--psc-muted); font-size: 16px; line-height: 1.72; }
.psc-info-card p strong { color: var(--psc-ink); }
.psc-info-wide { grid-column: 1 / -1; }

.psc-faq-section { padding: clamp(90px, 10vw, 160px) 0; background: #fff; color: var(--psc-ink); }
.psc-faq-layout { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: clamp(50px, 8vw, 120px); align-items: start; }
.psc-faq-heading { position: sticky; top: 120px; }
.psc-faq-heading > p:not(.psc-eyebrow) { color: var(--psc-muted); font-size: 17px; line-height: 1.7; }
.psc-faq-list { border-top: 1px solid var(--psc-line); }
.psc-faq-list details { border-bottom: 1px solid var(--psc-line); }
.psc-faq-list summary { position: relative; padding: 25px 48px 25px 0; color: var(--psc-ink); font-size: 18px; font-weight: 850; cursor: pointer; list-style: none; }
.psc-faq-list summary::-webkit-details-marker { display: none; }
.psc-faq-list summary::after { position: absolute; top: 23px; right: 8px; color: #087bd8; content: "+"; font-size: 25px; }
.psc-faq-list details[open] summary::after { content: "–"; }
.psc-faq-list details p { margin: -4px 0 25px; padding-right: 38px; color: var(--psc-muted); font-size: 16px; line-height: 1.7; }

.psc-final-cta { position: relative; overflow: hidden; padding: clamp(100px, 12vw, 175px) 0; background: radial-gradient(circle at 50% 40%, rgba(19,191,255,.13), transparent 42%), #03101c; text-align: center; }
.psc-final-cta .shell { position: relative; z-index: 2; }
.psc-final-cta h2 { max-width: 1020px; margin-inline: auto; }
.psc-actions-center { justify-content: center; }

@media (max-width: 1120px) {
  .psc-calculator { grid-template-columns: 1fr; }
  .psc-result { border-top: 1px solid rgba(19,191,255,.2); border-left: 0; border-radius: 0 0 27px 27px; }
  .psc-result-kpis { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .psc-result-kpis div:last-child { grid-column: auto; }
  .psc-connect-layout { grid-template-columns: 1fr minmax(300px, .55fr); }
}

@media (max-width: 860px) {
  .psc-page .main-nav { margin-left: 0; }
  .psc-page .main-nav:not(.is-open) { visibility: hidden; }
  .psc-page .main-nav.is-open { visibility: visible; }
  .psc-page .nav-actions { margin-left: auto; }
  .psc-hero { min-height: 600px; padding-top: 116px; }
  .psc-breadcrumbs { margin-bottom: 38px; }
  .psc-tool-head { align-items: start; flex-direction: column; }
  .psc-tool-head > p { text-align: left; }
  .psc-result-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .psc-result-kpis div:last-child { grid-column: 1 / -1; }
  .psc-connect-layout, .psc-faq-layout { grid-template-columns: 1fr; }
  .psc-connect-visual { width: min(86%, 390px); }
  .psc-faq-heading { position: static; }
}

@media (max-width: 650px) {
  .psc-hero { min-height: 570px; padding: 108px 0 170px; }
  .psc-breadcrumbs { margin-bottom: 30px; }
  .psc-hero-copy h1 { font-size: clamp(43px, 13.2vw, 60px); line-height: 1.01; }
  .psc-hero-tagline { font-size: 19px; }
  .psc-hero-support { font-size: 16px; }
  .psc-trust { display: grid; justify-content: start; max-width: 310px; margin-inline: auto; gap: 7px; text-align: left; }
  .psc-calculator-section .shell { transform: translateY(-100px); margin-bottom: -100px; }
  .psc-tool-head { margin-bottom: 16px; }
  .psc-calculator { border-radius: 20px; }
  .psc-input-panel { padding: 20px 16px 24px; }
  .psc-form-grid, .psc-custom-grid, .psc-education-grid { grid-template-columns: 1fr; }
  .psc-custom-value-field { grid-column: auto; }
  .psc-field-wide, .psc-info-wide { grid-column: auto; }
  .psc-spec-row, .psc-custom-head { align-items: start; flex-direction: column; }
  .psc-custom { padding: 18px 14px; }
  .psc-result { padding: 28px 20px; border-radius: 0 0 19px 19px; }
  .psc-result-number strong { font-size: clamp(62px, 22vw, 92px); }
  .psc-result-kpis { grid-template-columns: 1fr 1fr; }
  .psc-result-kpis div:last-child { grid-column: 1 / -1; }
  .psc-connect-copy h2, .psc-content-intro h2, .psc-faq-heading h2, .psc-final-cta h2 { font-size: clamp(35px, 10.7vw, 48px); }
  .psc-actions { display: grid; }
  .psc-actions .button { width: 100%; justify-content: center; }
  .psc-connect-visual { width: min(94%, 350px); }
  .psc-formula { grid-template-columns: 1fr; gap: 8px; padding: 22px 14px; }
  .psc-formula i { transform: rotate(90deg); }
  .psc-faq-list summary { font-size: 16px; }
}

@media (max-width: 390px) {
  .psc-breadcrumbs { font-size: 12px; }
  .psc-input-wrap input, .psc-input-wrap select { padding-inline: 13px; font-size: 16px; }
  .psc-input-suffix input { padding-right: 82px; }
  .psc-segmented span { padding-inline: 5px; font-size: 10px; }
  .psc-option { align-items: start; flex-direction: column; gap: 3px; }
  .psc-option span { text-align: left; }
  .psc-result-kpis { grid-template-columns: 1fr; }
  .psc-result-kpis div:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .psc-page *, .psc-page *::before, .psc-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
