:root{font-family:Inter,"Avenir Next",Avenir,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#142e4b;background:#f5f8fa;font-synthesis:none;--navy:#142e4b;--teal:#00b39b;--ink:#516477;--line:#dce5eb}*{box-sizing:border-box}body{margin:0;min-height:100svh;background:radial-gradient(ellipse at 85% 36%,#e1f7f2 0,transparent 39%),#f5f8fa}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #008b79;outline-offset:4px}header{height:106px;max-width:1280px;margin:auto;padding:30px 48px;display:flex;align-items:center;justify-content:space-between}header img{width:220px;height:auto;display:block}.preview{font-size:12px;letter-spacing:.02em;border:1px solid var(--line);border-radius:30px;padding:8px 12px;color:var(--ink)}main{max-width:820px;min-height:calc(100svh - 184px);margin:auto;padding:26px 28px 40px}.progress-head{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px;color:var(--ink);margin-bottom:13px}.text-button{border:0;background:none;color:var(--ink);padding:8px 0;font-size:14px}.text-button:hover{color:var(--navy);text-decoration:underline}.progress-track{display:flex;gap:6px}.progress-track span{height:4px;flex:1;background:#dce5eb;border-radius:4px}.progress-track .done{background:var(--teal)}.question{text-align:center;padding-top:43px;animation:enter .25s ease}.eyebrow{font-size:12px;font-weight:750;letter-spacing:.14em;color:#007d6d;margin:0 0 16px}.sticker{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;background:#e0f5ef;border-radius:7px;transform:rotate(-3deg);font-size:12px;font-weight:750;letter-spacing:.06em;margin-bottom:22px;color:#006f60}h1{font-size:clamp(32px,4.3vw,49px);font-weight:750;letter-spacing:-.045em;line-height:1.12;margin:0 auto 17px;max-width:650px}h1 em{font-style:normal;color:#008e7b}p.sub{font-size:16px;line-height:1.6;color:var(--ink);margin:0 auto 29px;max-width:570px}.choices{display:grid;grid-template-columns:1fr 1fr;gap:12px;text-align:left;max-width:650px;margin:auto}.choice{border:1.5px solid var(--line);background:#fff;border-radius:18px;padding:19px 20px;display:flex;align-items:center;gap:15px;color:var(--navy);min-height:89px;position:relative;transition:background .15s,border .15s,transform .15s}.choice:hover{border-color:#6cbdae;transform:translateY(-2px)}.choice[aria-pressed=true]{border-color:#009c87;background:#e5f8f2;box-shadow:0 0 0 1px #009c87}.choice.wide{grid-column:1/-1}.choice .icon{width:40px;height:40px;border-radius:12px;background:#eff4f8;display:grid;place-items:center;font-size:21px;flex-shrink:0}.choice:nth-child(2) .icon{background:#e8f5ef}.choice:nth-child(3) .icon{background:#fff2da}.choice:nth-child(4) .icon{background:#edeefa}.choice strong{font-size:16px;font-weight:650;display:block}.choice small{font-size:13px;color:var(--ink);display:block;line-height:1.4;margin-top:5px}.choice .tick{margin-left:auto;flex-shrink:0;width:20px;height:20px;border:1.5px solid #ccd7df;border-radius:50%;font-size:12px;display:grid;place-items:center}.choice[aria-pressed=true] .tick{background:#008b79;color:white;border-color:#008b79}.actions{max-width:650px;margin:26px auto 0}.primary{min-height:54px;display:flex;justify-content:center;align-items:center;gap:18px;width:100%;border:0;border-radius:14px;color:white;background:var(--navy);font-weight:650;padding:15px 22px;transition:background .2s}.primary:hover:not(:disabled){background:#21496e}.primary:disabled{background:#dce4eb;color:#7b8b99}.quiet{font-size:12px;line-height:1.5;text-align:center;color:var(--ink);margin:13px 0 0}.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;max-width:720px;margin:auto}.chip{font-size:15px;color:var(--navy);background:#fff;border:1.5px solid var(--line);border-radius:50px;padding:12px 18px;min-height:46px}.chip:hover{border-color:#009c87}.chip[aria-pressed=true]{background:var(--navy);color:white;border-color:var(--navy)}.field{width:100%;border:1.5px solid var(--line);border-radius:12px;padding:15px 17px;color:var(--navy);background:white;min-height:52px;margin-bottom:18px}.searchbox{max-width:500px;margin:0 auto 5px;text-align:left}.field-label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}.inline-note{font-size:14px;line-height:1.6;color:var(--ink);max-width:600px;margin:22px auto 0;text-align:center}.budget-value{font-size:56px;font-weight:750;letter-spacing:-.04em;display:block;margin:15px 0}.range-wrap{background:white;padding:24px;border-radius:20px;border:1px solid var(--line);max-width:540px;margin:auto}.range-wrap input{width:100%;accent-color:#008f7b;height:26px}.range-labels{display:flex;justify-content:space-between;font-size:13px;color:var(--ink);margin-top:10px}.skip{margin:16px 0 0;border:0;background:none;font-size:14px;color:var(--ink);text-decoration:underline}.results-main{max-width:1100px}.results-top{padding-top:24px;text-align:left}.results-top h1{margin-left:0;font-size:42px}.summary{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.summary span{font-size:13px;border-radius:30px;background:#e2eee9;color:#226454;padding:8px 12px}.result-tools{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid var(--line);padding:20px 0}.result-tools select{font-size:14px;background:transparent;color:var(--navy);border:1px solid var(--line);border-radius:8px;padding:10px}.result-tools strong{font-size:15px}.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.course{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;display:flex;flex-direction:column;align-items:flex-start}.course .university{font-size:13px;font-weight:700;letter-spacing:.04em;color:#007e6d;margin:0 0 16px}.course h2{font-size:21px;line-height:1.3;letter-spacing:-.025em;margin:0 0 10px}.course .meta{font-size:13px;color:var(--ink);line-height:1.6;margin:0 0 20px}.price{margin-top:auto;width:100%;padding-top:17px;border-top:1px solid #edf0f3}.price strong{font-size:21px}.price small{font-size:12px;display:block;color:var(--ink);margin:5px 0 16px}.compare-btn{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--navy);font-size:14px}.compare-btn[aria-pressed=true]{background:#e1f6ef;border-color:#008f7b}.compare-bar{position:sticky;bottom:16px;background:var(--navy);color:white;border-radius:16px;margin:20px 0 0;padding:13px 18px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 6px 30px #142e4b25;gap:12px}.compare-bar button{background:#ccf5e9;border:0;padding:12px 17px;border-radius:9px;font-weight:650;color:var(--navy)}.compare-bar button:disabled{opacity:.5}.compare-bar span{font-size:14px}.empty{padding:35px;background:white;border:1px solid var(--line);border-radius:20px;text-align:center}.empty h2{font-size:24px}.empty .primary{max-width:300px;margin:20px auto 0}.lead-note{border:1px solid #c9e6df;background:#eaf6f2;padding:22px;border-radius:18px;margin-top:28px}.lead-note h2{font-size:20px;margin-top:0}.lead-note p{font-size:14px;color:var(--ink);line-height:1.6;margin-bottom:0}.table-scroll{overflow:auto;margin-top:20px}table{border-collapse:collapse;width:100%;min-width:520px;font-size:14px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:16px 12px;line-height:1.5}th{font-weight:650}th:first-child{width:120px}dialog{border:1px solid var(--line);border-radius:24px;max-width:820px;width:calc(100% - 32px);padding:34px;color:var(--navy);box-shadow:0 20px 100px #142e4b30}dialog::backdrop{background:#142e4b80;backdrop-filter:blur(4px)}dialog p{font-size:15px;line-height:1.7;color:var(--ink)}dialog h2{font-size:28px;letter-spacing:-.03em}dialog a{color:#007b6a}.close{float:right;border:0;background:#eef3f6;border-radius:50%;width:32px;height:32px;font-size:24px;color:var(--navy)}footer{max-width:1184px;margin:auto;padding:20px 0 28px;display:flex;justify-content:space-between;color:var(--ink);font-size:13px;border-top:1px solid var(--line);align-items:center}.loading{padding:100px 0;text-align:center}.notice{font-size:13px;color:var(--ink);line-height:1.6}.secondary{border:1px solid var(--line);padding:13px 20px;background:white;border-radius:12px;color:var(--navy);display:block;margin:22px auto} @keyframes enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){header{padding:22px 22px;height:82px}header img{width:180px}.preview{font-size:10px;padding:6px 8px}main{padding:12px 22px 30px;min-height:calc(100svh - 156px)}.question{padding-top:30px}h1{font-size:35px;max-width:400px}p.sub{font-size:15px;margin-bottom:23px}.choices{gap:10px}.choice{padding:16px 14px;min-height:95px;gap:10px;align-items:flex-start}.choice .icon{width:32px;height:32px;font-size:18px}.choice strong{font-size:14px}.choice small{font-size:12px}.choice .tick{position:absolute;right:11px;top:12px;width:15px;height:15px;font-size:10px}.choice strong{padding-right:9px}.choice:not(.wide){flex-wrap:wrap}.choice:not(.wide) .label{width:100%}.choice.wide{align-items:center}.sticker{margin-bottom:20px}.actions{margin-top:22px}.chip{font-size:14px;padding:11px 14px}.chips{gap:8px}.eyebrow{font-size:11px}.results-grid{grid-template-columns:1fr}.results-top h1{font-size:34px}.result-tools{flex-wrap:wrap}.course{padding:22px}.range-wrap{padding:20px}.budget-value{font-size:47px}footer{margin:0 22px;font-size:12px;padding:18px 0}.compare-bar{bottom:10px;padding:12px}.compare-bar button{padding:11px;font-size:13px}dialog{padding:23px}.progress-head{font-size:12px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
h1:focus{outline:none}.question-type{padding-top:25px}.question-type h1{font-size:44px}.question-type .sticker{margin-bottom:15px}.question-type .sub{margin-bottom:22px}.question-type .choice{min-height:77px;padding:15px 18px}.question-type .actions{margin-top:20px}@media(max-width:700px){.question-type{padding-top:20px}.question-type h1{font-size:35px}.question-type .choice{min-height:90px;padding:14px}.question-type .choice.wide{min-height:70px}.progress-head>span:last-child{white-space:nowrap}}
@media(max-width:360px){header img{width:160px}}
/* Shared icon geometry, contact collection and comfortable footer. */
.choice .icon img{width:24px;height:24px;object-fit:contain}.choice .tick{position:static;align-self:center}.choice{align-items:center}.choice .label{flex:1;min-width:0}.choice strong{padding:0}.primary img{width:20px;height:20px;filter:brightness(0) invert(1)}.university{height:54px;display:flex;align-items:center;width:100%;margin:0 0 20px!important}.university-logo{max-width:190px;width:auto;max-height:52px;height:auto;object-fit:contain;object-position:left center}.contact-form{max-width:620px;margin:auto;text-align:left}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-label{display:block;font-size:14px;font-weight:650}.input-wrap{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:12px;background:white;margin-top:8px;padding:0 14px;gap:12px;min-height:54px}.input-wrap:focus-within{border-color:#008f7b;box-shadow:0 0 0 2px #008f7b22}.input-wrap img{width:19px;height:19px;flex:none;opacity:.65}.input-wrap input{min-width:0;width:100%;border:0;outline:none;padding:15px 0;background:transparent;color:var(--navy);font-size:16px}.form-note{font-size:13px;line-height:1.65;color:var(--ink);margin:20px 0}.form-note a,.consent-row a{color:#007b6a}.consent-row{display:flex;gap:11px;align-items:flex-start;font-size:14px;line-height:1.6;margin:12px 0;font-weight:400}.consent-row input{accent-color:#008f7b;width:19px;height:19px;flex:none;margin:3px 0 0}.marketing-options{margin:20px 0;border:1px solid var(--line);border-radius:12px;padding:16px}.marketing-options summary{font-size:14px;font-weight:650;cursor:pointer;line-height:1.5}.marketing-options summary span{font-weight:400;color:var(--ink);font-size:12px;margin-left:5px}.marketing-options p{font-size:13px;line-height:1.65;color:var(--ink)}.marketing-channels{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.error-message{font-size:14px;line-height:1.5;color:#a82935}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.callback-inline{margin-top:20px;width:auto;font-size:14px}.compare-bar{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:calc(100% - 48px);max-width:1044px;z-index:20;box-shadow:0 8px 40px #142e4b40;margin:0;gap:24px}.compare-tools{display:flex;gap:16px;align-items:center}.compare-bar .callback-primary{display:flex;align-items:center;gap:10px;background:#00b39b;color:#062f2b}.callback-primary img{width:20px;height:20px}.results-main{padding-bottom:100px}.site-footer{display:block;max-width:1184px;width:calc(100% - 96px);margin:42px auto 0;padding:38px 0 110px;font-size:13px;line-height:1.7}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.footer-grid>div{max-width:530px}.footer-logo{width:180px;height:auto;display:block;margin:0 0 15px}.site-footer a{color:var(--navy);text-underline-offset:3px}.footer-bottom{display:flex;gap:24px;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:20px;margin-top:26px}.footer-bottom nav{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.legal-page{max-width:900px;padding-top:35px}.legal-page h1{font-size:42px;margin:0 0 20px;max-width:none}.legal-page h2{font-size:23px;letter-spacing:-.02em;margin-top:35px}.legal-page p,.legal-page li{font-size:16px;line-height:1.8;color:var(--ink)}.legal-page a{color:#007b6a}.legal-intro{font-size:14px!important}.legal-page table{font-size:14px}.legal-page .primary{max-width:350px}.cookie-panel{position:fixed;left:24px;right:24px;bottom:20px;z-index:100;background:white;border:1px solid var(--line);border-radius:20px;padding:22px 26px;box-shadow:0 10px 55px #142e4b30;max-width:1150px;margin:auto;display:flex;gap:30px;align-items:center}.cookie-panel strong{font-size:16px}.cookie-panel p{font-size:13px;line-height:1.65;margin:8px 0 0;max-width:680px;color:var(--ink)}.cookie-panel a{color:#007b6a}.cookie-actions{display:flex;gap:10px;flex:none}.cookie-actions button{padding:13px 15px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);font-size:14px;font-weight:600}.cookie-actions button:last-child{background:var(--navy);color:#fff}.cookie-actions button{min-height:46px}
@media(max-width:700px){.choice:not(.wide){flex-wrap:nowrap;align-items:center}.choice:not(.wide) .label{width:auto}.choice .icon{width:32px;height:32px;flex:none}.choice .icon img{width:22px;height:22px}.choice .tick{width:18px;height:18px;position:static}.choices{grid-template-columns:1fr}.choice,.question-type .choice{min-height:76px;padding:16px;gap:13px}.choice strong{font-size:16px}.choice small{font-size:13px}.choice.wide{grid-column:auto}.question-type h1{font-size:33px}.question-type .sticker{margin-bottom:12px}.question-type p.sub{margin-bottom:20px}.question-type{padding-top:16px}.form-grid{grid-template-columns:1fr;gap:16px}.marketing-channels{grid-template-columns:1fr}.site-footer{width:calc(100% - 44px);margin:28px auto 0;padding:28px 0 175px}.footer-grid{grid-template-columns:1fr;gap:20px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:12px}.footer-bottom nav{gap:12px 16px}.compare-bar{bottom:12px;width:calc(100% - 24px);flex-direction:column;gap:11px;padding:13px;border-radius:16px}.compare-tools{width:100%;justify-content:space-between}.compare-bar .callback-primary{width:100%;justify-content:center;font-size:14px;padding:13px}.results-main{padding-bottom:160px}.cookie-panel{left:12px;right:12px;bottom:12px;flex-direction:column;gap:15px;padding:20px}.cookie-actions{width:100%}.cookie-actions button{flex:1}.legal-page h1{font-size:34px}.legal-page{padding-top:20px}.callback-inline{width:100%}.course .university-logo{max-height:48px;max-width:180px}}
.comparison-logo{max-width:150px;max-height:48px;object-fit:contain;object-position:left center}dialog{max-height:calc(100svh - 40px);overflow:auto}.site-footer strong{font-weight:650}
.university-logo-frame{display:inline-flex;align-items:center;max-width:190px;height:54px;overflow:hidden}.university-logo-frame.logo-iul{width:120px;height:54px;position:relative}.logo-iul .university-logo{position:absolute!important;width:264px!important;max-width:none!important;max-height:none!important;height:auto!important;left:-72px;top:-42px}.university-logo-frame.logo-unicusano{width:180px;height:42px;position:relative}.logo-unicusano .university-logo{position:absolute!important;width:335px!important;max-width:none!important;max-height:none!important;height:auto!important;left:-78px;top:-69px}
.choice{text-align:left}.choice .label{text-align:left}@media(max-width:700px){.question-type .choice{min-height:70px;padding:12px 16px}.question-type .choice.wide{min-height:70px}}

/* Footer: shared edges, deliberate rows and consistent link baselines. */
.site-footer{width:calc(100% - 96px);max-width:1184px;display:block;margin:48px auto 0;padding:36px 0 36px;font-size:13px;line-height:1.6}
.footer-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding-bottom:28px}
.footer-grid>div{max-width:none}.footer-logo{width:180px;height:auto;margin:0 0 12px}.footer-grid p{margin:0;max-width:none}
.footer-contact{text-align:right;padding-top:4px}.footer-contact>a{display:inline-flex;align-items:center;gap:9px;margin-top:12px;font-weight:600}
.footer-bottom{display:flex;justify-content:space-between;align-items:baseline;gap:20px 32px;flex-wrap:wrap;margin:0;padding:24px 0 0;border-top:1px solid var(--line)}
.footer-bottom nav{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:12px 24px}.footer-bottom nav a,.footer-bottom nav button{font:inherit;line-height:1.6;margin:0;padding:0;color:var(--navy)}
.footer-notes{display:flex;justify-content:space-between;align-items:baseline;gap:20px 40px;margin-top:20px}.footer-trademarks{max-width:800px;margin:0;font-size:12px;line-height:1.7;color:#627184}.footer-credit{flex:none;margin:0;font-size:12px;color:#627184}.site-footer a{text-decoration:none}.site-footer a:hover,.site-footer button:hover{text-decoration:underline;text-underline-offset:4px}.footer-trademarks a,.footer-credit a{text-decoration:underline;text-underline-offset:3px}
.results-main+.site-footer{padding-bottom:130px}
@media(max-width:700px){.site-footer{width:calc(100% - 44px);margin-top:32px;padding:28px 0 32px}.footer-grid{flex-direction:column;gap:24px;padding-bottom:24px}.footer-contact{text-align:left;padding:0}.footer-contact>a{margin-top:8px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:16px;padding-top:20px}.footer-bottom nav{justify-content:flex-start;gap:12px 20px}.footer-notes{flex-direction:column;align-items:flex-start;gap:16px;margin-top:20px}.footer-trademarks{max-width:none}.results-main+.site-footer{padding-bottom:175px}}
/* Course comparison: comparable overview plus readable, curriculum-specific plans. */
#comparison{width:min(1240px,calc(100vw - 40px));max-width:none;padding:38px;box-sizing:border-box}
#comparison h2{max-width:900px;font-size:clamp(26px,3vw,40px);padding-right:25px;margin:10px 0 12px}
.comparison-intro{max-width:760px;line-height:1.6;color:var(--muted,#52697d);margin-bottom:26px}
.comparison-overview{border:1px solid #dce6ec;border-radius:16px}
#comparison .comparison-overview table{width:100%;min-width:660px;table-layout:fixed;margin:0;border-collapse:collapse}
#comparison .comparison-overview th,#comparison .comparison-overview td{padding:18px 20px;vertical-align:top;overflow-wrap:anywhere;font-size:14px;line-height:1.55;border-bottom:1px solid #e2eaf0;text-align:left}
#comparison .comparison-overview th:first-child{width:170px}
#comparison .comparison-overview thead th{background:#f4f8fa;padding-top:24px;padding-bottom:24px}
#comparison .comparison-overview tbody th{font-weight:600;color:#52697d}
#comparison .comparison-overview .different-values{background:#edfaf7}
.compare-course-title{display:block;margin-top:18px;font-size:17px;line-height:1.4;color:#15344e}
.comparison-legend{font-size:12px;margin:12px 0 32px;line-height:1.6}
.comparison-section-head h3{font-size:26px;margin:0 0 8px}.comparison-section-head p{color:#52697d;line-height:1.6;margin:0 0 24px;max-width:800px}
.comparison-detail-grid{display:grid;grid-template-columns:repeat(var(--compare-count),minmax(0,1fr));gap:20px;align-items:start}
.comparison-detail{border:1px solid #dce6ec;border-radius:18px;padding:24px;min-width:0;background:#fff}
.detail-heading{border-bottom:1px solid #e2eaf0;padding-bottom:20px;margin-bottom:22px}.detail-heading h3{font-size:18px;line-height:1.45;margin:18px 0 0}
#comparison .university-logo-frame{max-width:180px;height:48px;display:flex;align-items:center}.comparison-detail h4{font-size:15px;line-height:1.5;margin:22px 0 12px;color:#15344e}
.career-list{padding-left:19px;margin:0;line-height:1.65;font-size:14px}.career-list li+li{margin-top:7px}
.detail-missing,.plan-footnote{font-size:12px;line-height:1.65;color:#607586;margin:12px 0}
.detail-notice{background:#fff6df;border:1px solid #eddfb8;padding:14px;border-radius:10px;font-size:13px;line-height:1.6}
.plan-select-label{font-size:12px;color:#52697d;display:block}.plan-select-label select{display:block;width:100%;max-width:100%;margin:8px 0 14px;padding:12px 30px 12px 10px;border:1px solid #cbdbe3;border-radius:9px;background:#fff;color:#15344e;font:inherit;font-size:12px;text-overflow:ellipsis}
.plan-label{font-size:11px;line-height:1.6;text-transform:uppercase;letter-spacing:.04em;color:#416477;overflow-wrap:anywhere}
.exam-year{border-top:1px solid #e2eaf0;padding:0}.exam-year>summary{display:flex;justify-content:space-between;gap:12px;cursor:pointer;padding:14px 0;font-size:13px;font-weight:700;color:#15344e}.exam-year>summary span:first-child:before{content:'＋ ';color:#078d7f}.exam-year[open]>summary span:first-child:before{content:'− '}
.exam-list{list-style:none;margin:0;padding:0}.exam-list>li{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:12px;padding:10px 0;border-top:1px solid #f0f3f5;font-size:13px;line-height:1.55}.exam-list>li>strong{text-align:right;white-space:nowrap;font-size:13px}.exam-list small{display:block;font-size:10px;font-weight:400;color:#607586}
.exam-options{font-size:11px;color:#607586;margin-top:6px}.exam-options summary{cursor:pointer}.exam-options ul{padding-left:16px;margin-top:8px}.exam-options li{margin:5px 0}
.detail-source{border-top:1px solid #e2eaf0;padding-top:18px;margin-top:22px;display:flex;flex-direction:column;gap:9px;font-size:12px;line-height:1.6}.detail-source a{color:#087e73;text-underline-offset:3px}.detail-source span{font-size:11px;color:#607586}
.comparison-notes{margin:28px 0;font-size:12px;line-height:1.7;color:#607586}.comparison-contact{padding:24px;background:#eaf8f4;border-radius:16px;display:flex;gap:20px;flex-wrap:wrap;align-items:center;justify-content:space-between}.comparison-contact strong{font-size:18px}.comparison-contact p{font-size:13px;margin:6px 0 0}.comparison-contact .primary{font-size:14px;white-space:normal}.comparison-contact #callback-status{flex-basis:100%;margin:0}
@media(max-width:1000px){.comparison-detail-grid{gap:12px}.comparison-detail{padding:17px}#comparison{padding:28px}}
@media(max-width:720px){#comparison{width:calc(100vw - 20px);padding:24px 16px;max-height:calc(100dvh - 24px)}.comparison-detail-grid{grid-template-columns:1fr;gap:20px}.comparison-detail{padding:22px}.comparison-overview{margin-right:-1px}#comparison .comparison-overview th,#comparison .comparison-overview td{padding:14px 16px}#comparison .comparison-overview th:first-child{width:135px}.comparison-contact{padding:20px;gap:16px}.comparison-contact .primary{width:100%}.comparison-section-head h3{font-size:23px}}
#comparison .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.comparison-swipe{display:none}@media(max-width:720px){.comparison-swipe{display:block;color:#52697d;font-size:11px;line-height:1.5;margin:0 0 12px}}
