:root{--bg:#f6f7fb;--card:#fff;--ink:#102033;--muted:#64748b;--brand:#0b4b78;--accent:#f58220;--line:#e5e7eb}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink)}a{color:var(--brand);text-decoration:none}.topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky;top:0;z-index:20}.brand{font-weight:800;font-size:24px;color:var(--brand)}nav{display:flex;gap:18px;align-items:center}.container{max-width:1180px;margin:0 auto;padding:28px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;padding:54px 0}.hero h1{font-size:48px;line-height:1.05;margin:16px 0}.hero p{font-size:18px;color:var(--muted)}.badge{background:#fff3e6;color:#9a4a00;padding:8px 12px;border-radius:999px}.btn{background:var(--accent);color:#fff!important;border:0;border-radius:10px;padding:12px 18px;display:inline-block;font-weight:700;cursor:pointer}.btn.ghost{background:#fff;color:var(--brand)!important;border:1px solid var(--line)}.btn.small{padding:8px 12px}.actions{display:flex;gap:12px}.hero-card,.card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 8px 30px rgba(16,32,51,.06)}.grid3,.cards,.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:28px 0}.form{max-width:480px;margin:40px auto;display:grid;gap:12px}input,textarea,select{width:100%;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff}textarea{min-height:120px}.alert{padding:14px;border-radius:10px;margin:12px 0}.alert.success{background:#dcfce7}.alert.error{background:#fee2e2}.alert.info{background:#e0f2fe}.alert.warning{background:#fff7cc;color:#5f370e;border:1px solid #facc15;box-shadow:0 1px 0 rgba(15,23,42,.04)}
.institution-request-locked{margin-top:18px}
.institution-request-locked .alert{margin:0}
.footer{text-align:center;padding:30px;color:var(--muted)}@media(max-width:800px){.hero,.grid3,.cards,.dashboard-grid{grid-template-columns:1fr}.topbar{height:auto;align-items:flex-start;gap:12px;flex-direction:column;padding:18px}.hero h1{font-size:34px}nav{flex-wrap:wrap}.container{padding:18px}}

.danger-zone{border-color:#fecaca;background:#fffafa}.danger-card{border-color:#fecaca}.btn.danger,button.danger{background:#b91c1c;color:#fff;border-color:#b91c1c}.btn.secondary{background:#f3f4f6;color:#111827;border-color:#d1d5db}.muted{color:#667085}
.profile-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:12px}.profile-info-grid div{border:1px solid var(--line);border-radius:12px;padding:14px;background:#fafafa}.profile-info-grid span{display:block;color:var(--muted);font-size:13px;margin-bottom:5px}.profile-info-grid strong{display:block;font-size:16px}.profile-password-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:end}.profile-password-form button{width:max-content}@media(max-width:800px){.profile-info-grid,.profile-password-form{grid-template-columns:1fr}}

.dashboard-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px}.institution-status-card{min-width:300px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px;box-shadow:0 8px 30px rgba(16,32,51,.06)}.institution-status-card strong{display:block;font-size:17px;margin:3px 0 10px}.institution-label{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:800}.institution-status-line{display:flex;align-items:center;gap:8px;font-weight:700}.status-dot{width:10px;height:10px;border-radius:50%;background:#94a3b8}.institution-active .status-dot{background:#16a34a}.institution-passive .status-dot{background:#dc2626}.institution-dates{font-size:13px;margin-top:8px}.help-icon{width:24px;height:24px;border-radius:999px;border:0;background:#e0f2fe;color:#075985;font-weight:900;cursor:pointer}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;padding:20px;z-index:100}.modal-card{position:relative;max-width:560px;background:#fff;border-radius:18px;padding:26px;box-shadow:0 24px 80px rgba(15,23,42,.28)}.modal-close{position:absolute;right:14px;top:12px;border:0;background:#f1f5f9;color:#111827;border-radius:999px;width:32px;height:32px;font-size:20px;cursor:pointer}.modal-card .actions{margin-top:16px}.contact-hero{padding:34px 0 12px}.contact-hero h1{font-size:42px;margin:14px 0 8px}.contact-hero p{color:var(--muted);font-size:18px;max-width:780px}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:18px 0 40px}.contact-card p{line-height:1.65}@media(max-width:800px){.dashboard-head{flex-direction:column}.institution-status-card{width:100%;min-width:0}.contact-grid{grid-template-columns:1fr}.contact-hero h1{font-size:32px}}
.institution-request-form{display:grid;gap:10px;margin-top:14px}.institution-request-form textarea{min-height:90px}.contact-request-form{margin-top:16px}.modal-card{max-height:calc(100vh - 40px);overflow-y:auto}.muted{color:var(--muted)}

/* Modal must stay hidden until explicitly opened. Keep this after modal display rules. */
.modal-backdrop[hidden], .modal-backdrop.is-hidden { display:none !important; }
.modal-card { width: min(560px, calc(100vw - 32px)); }
@media(max-width:560px){ .modal-backdrop{padding:12px; align-items:center;} .modal-card{max-height:calc(100vh - 24px); overflow-y:auto; padding:22px;} .modal-card .actions{flex-wrap:wrap;} }

.captcha-box{margin:14px 0}.small-text{font-size:13px}

/* Removed leftover visual gaps after removing homepage/contact small labels */
.hero{padding-top:28px;}
.hero h1{margin-top:0;}
.contact-hero{padding-top:0;}
.contact-hero h1{margin-top:0;}
.contact-grid{margin-top:12px;}
@media(max-width:800px){.hero{padding-top:18px}.contact-hero{padding-top:0}}

/* User-facing card alignment. Keep row actions/info aligned at the bottom. */
.cards{align-items:stretch}
.contact-card{display:flex;flex-direction:column}
.contact-card>.alert:last-child,.contact-card>.actions:last-child,.contact-card>.institution-request-form:last-child{margin-top:auto}
.exam-card{display:flex;flex-direction:column;gap:12px}
.exam-card h2{margin:0 0 4px}
.exam-card-desc,.exam-card-meta p,.exam-attempt-lines p{margin:0}
.exam-card-meta{display:flex;flex-direction:column;gap:10px;margin-top:auto}
.exam-attempt-lines{display:flex;flex-direction:column;gap:2px}
.exam-card-footer{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-top:4px;margin-top:0}
.exam-card-footer p{margin:0}
.exam-card-footer .alert{width:100%;margin:0}
.exam-card .btn{align-self:flex-start}
@media(max-width:800px){.contact-card>.alert:last-child,.contact-card>.actions:last-child,.contact-card>.institution-request-form:last-child{margin-top:12px}.exam-card-footer{width:100%}}


/* User score equivalency cards */
.score-equivalency-card{margin:14px 0;padding:16px;border:1px solid #dbeafe;border-radius:16px;background:#f8fbff;box-shadow:0 4px 20px rgba(15,23,42,.04)}.score-equivalency-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.score-equivalency-head h2{margin:0;font-size:20px}.score-equivalency-head span{background:#e0f2fe;color:#075985;border-radius:999px;padding:7px 10px;font-weight:700}.score-equivalency-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.score-equivalency-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.score-equivalency-item span{display:block;color:#64748b;font-size:12px;margin-bottom:5px}.score-equivalency-item strong{display:block;color:#0f172a}.score-equivalency-item.is-source{border-color:#f59e0b;background:#fff7ed}.score-equivalency-card p{margin:12px 0 0;color:#64748b;font-size:13px}.score-equivalency-history{margin-top:12px}
@media(max-width:640px){.score-equivalency-card{padding:13px}.score-equivalency-head{align-items:flex-start}.score-equivalency-head span{width:100%}.score-equivalency-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* 2026-07 multi-exam public UI refresh */
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#9a4a00;background:#fff3e6;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.brand{display:flex;flex-direction:column;line-height:1}.brand span{font-size:21px}.brand small{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-top:5px}.site-nav{display:flex;gap:18px;align-items:center}.site-nav>a{font-weight:650}.language-links{display:flex;gap:6px;padding-left:8px;border-left:1px solid var(--line)}.language-links a{display:grid;place-items:center;min-width:34px;height:34px;border-radius:8px;font-weight:800}.nav-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px;cursor:pointer}.nav-toggle span{display:block;height:2px;background:var(--brand);margin:4px 0}.home-hero{min-height:560px;padding:58px 0}.hero-copy{max-width:720px}.home-hero h1{font-size:clamp(40px,5.2vw,66px);letter-spacing:-.04em;max-width:780px}.home-hero p{line-height:1.7;max-width:720px}.hero-actions{margin-top:26px;flex-wrap:wrap}.hero-trust{font-size:14px!important;margin-top:14px}.hero-benefits{background:linear-gradient(145deg,#0b4b78,#123a59);color:#fff;border:0;box-shadow:0 24px 70px rgba(11,75,120,.25)}.hero-benefits h2{font-size:28px}.check-list{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:14px}.check-list li{position:relative;padding-left:30px;line-height:1.5}.check-list li:before{content:'✓';position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--brand);font-weight:900}.home-section{padding:54px 0}.soft-section{position:relative}.soft-section:before{content:'';position:absolute;inset:0 calc(50% - 50vw);background:#eef4f8;z-index:-1}.section-heading{max-width:760px;margin-bottom:24px}.section-heading h2{font-size:clamp(30px,4vw,44px);margin:13px 0 10px;letter-spacing:-.025em}.section-heading p{font-size:17px;line-height:1.65;color:var(--muted)}.exam-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px}.exam-type-card{display:flex;flex-direction:column;gap:9px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 6px 24px rgba(16,32,51,.05);transition:.2s transform,.2s box-shadow}.exam-type-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(16,32,51,.11)}.exam-type-code{font-size:22px;font-weight:900;color:var(--brand)}.exam-type-card strong{color:var(--ink)}.exam-type-card small{color:var(--muted);line-height:1.45}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-grid article,.steps-grid article,.choice-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:23px}.feature-grid h3,.steps-grid h3,.choice-card h3{margin:12px 0 8px}.feature-grid p,.steps-grid p,.choice-card p{color:var(--muted);line-height:1.6;margin-bottom:0}.feature-number{font-weight:900;color:var(--accent)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps-grid article>span{width:42px;height:42px;border-radius:12px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:18px;font-weight:900}.package-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.choice-card.featured{border:2px solid var(--accent);box-shadow:0 15px 45px rgba(245,130,32,.12)}.choice-label{font-size:12px;font-weight:900;text-transform:uppercase;color:var(--accent)}.center-action{text-align:center;margin-top:22px}.institution-cta{margin:46px 0;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#0b4b78;color:#fff;border-radius:24px;padding:34px}.institution-cta h2{font-size:32px;margin:12px 0}.institution-cta p{max-width:700px;line-height:1.6;color:#dbeafe}.institution-cta .btn.ghost{background:transparent;color:#fff!important;border-color:rgba(255,255,255,.5)}.institution-cta .actions{flex-wrap:wrap}.final-cta{text-align:center;padding:52px 24px;margin:32px 0;background:linear-gradient(135deg,#fff7ed,#eff6ff);border:1px solid #fed7aa;border-radius:24px}.final-cta h2{font-size:38px;margin:0 0 12px}.final-cta p{color:var(--muted);font-size:17px;margin-bottom:22px}.footer{border-top:1px solid var(--line);background:#fff;display:flex;justify-content:space-between;gap:20px;align-items:center;text-align:left;padding:28px 5vw}.footer div{display:flex;flex-direction:column;gap:5px}.footer span,.footer p{color:var(--muted);margin:0}.pricing-page-head{margin-bottom:18px}.pricing-page-head h1{font-size:42px;margin:12px 0 8px}.package-guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:22px}.package-guide-grid article{display:flex;flex-direction:column;gap:6px;background:#eef6fb;border:1px solid #dbeafe;border-radius:14px;padding:16px}.package-guide-grid span{color:var(--muted);line-height:1.5}.next-step-card{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#eff6ff,#fff7ed);border:1px solid #bfdbfe;border-radius:18px;padding:22px;margin:18px 0 24px}.next-step-card h2{margin:10px 0 6px}.next-step-card p{margin:0;color:var(--muted)}.account-settings-card{border-style:dashed}.exam-filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 22px}.exam-filter-bar a{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:750}.exam-filter-bar a.active{background:var(--brand);color:#fff;border-color:var(--brand)}.exam-type-badge{display:inline-flex;width:max-content;padding:6px 9px;background:#e0f2fe;color:#075985;border-radius:999px;font-size:12px;font-weight:850}
@media(max-width:900px){.feature-grid{grid-template-columns:repeat(2,1fr)}.institution-cta{align-items:flex-start;flex-direction:column}.site-nav{gap:12px}}
@media(max-width:800px){.topbar{height:70px;align-items:center;flex-direction:row;padding:0 18px}.nav-toggle{display:block}.site-nav{display:none;position:absolute;left:12px;right:12px;top:76px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:0 18px 50px rgba(15,23,42,.18);flex-direction:column;align-items:stretch;gap:4px}.site-nav.is-open{display:flex}.site-nav>a,.language-links a{padding:11px;border-radius:9px}.site-nav>a:hover{background:#f1f5f9}.language-links{border-left:0;border-top:1px solid var(--line);padding:10px 0 0;margin-top:5px}.home-hero{min-height:auto;padding:32px 0}.feature-grid,.steps-grid,.package-choice-grid,.package-guide-grid{grid-template-columns:1fr}.institution-cta{padding:25px}.final-cta h2{font-size:30px}.footer{align-items:flex-start;flex-direction:column}.next-step-card{align-items:flex-start;flex-direction:column}.next-step-card .btn{width:100%;text-align:center}}
@media(max-width:520px){.home-hero h1{font-size:37px}.hero-actions,.institution-cta .actions{flex-direction:column}.hero-actions .btn,.institution-cta .btn{width:100%;text-align:center}.feature-grid{grid-template-columns:1fr}.home-section{padding:38px 0}.section-heading h2{font-size:30px}}

/* Portable site identity */
.brand.has-logo{display:flex;align-items:center;max-width:min(320px,42vw)}.brand-logo-wrap{display:flex;align-items:center;max-width:100%}.brand-logo{display:block;max-width:100%;height:46px;width:auto;object-fit:contain}.footer strong{overflow-wrap:anywhere}@media(max-width:800px){.brand.has-logo{max-width:min(230px,62vw)}.brand-logo{height:42px}}

/* User profile: persistent Practice translation preference. */
.profile-setting-form{display:grid;gap:14px}.profile-setting-form>.btn{width:max-content}.profile-switch-row{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:12px;padding:14px;background:#fafafa;cursor:pointer}.profile-switch-row>span:first-child{display:grid;gap:4px;min-width:0}.profile-switch-row small{color:var(--muted);line-height:1.4}.profile-switch{position:relative;display:inline-flex;flex:0 0 auto;width:50px;height:28px}.profile-switch input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer}.profile-switch>span{display:block;width:100%;height:100%;border-radius:999px;background:#cbd5e1;transition:background .18s ease;box-shadow:inset 0 0 0 1px rgba(15,23,42,.08)}.profile-switch>span:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(15,23,42,.28);transition:transform .18s ease}.profile-switch input:checked+span{background:#0f766e}.profile-switch input:checked+span:after{transform:translateX(22px)}.profile-switch input:focus-visible+span{outline:3px solid rgba(37,99,235,.25);outline-offset:2px}@media(max-width:600px){.profile-switch-row{align-items:flex-start}.profile-switch{margin-top:2px}}

/* Public blog */
.blog-hero{margin-bottom:18px;background:linear-gradient(135deg,#eef7ff,#fff7ed);border-radius:20px;padding:28px}.blog-hero h1{margin:6px 0 10px}.blog-hero p{max-width:760px;margin:0;color:#526276}.blog-kicker{font-weight:900;letter-spacing:.12em;color:#0b4b78;font-size:12px}.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}.blog-feed{display:grid;gap:12px}.blog-card{padding:0;overflow:hidden}.blog-card details{padding:0}.blog-card summary{cursor:pointer;list-style:none;padding:20px}.blog-card summary::-webkit-details-marker{display:none}.blog-card summary h2{margin:6px 0 8px;font-size:clamp(20px,3vw,27px)}.blog-card summary p{margin:0;color:#64748b;line-height:1.65}.blog-card-actions{padding:0 20px 20px}.blog-date{font-size:12px;font-weight:800;color:#64748b}.blog-subscribe{position:sticky;top:92px}.blog-subscribe form{display:grid;gap:10px}.blog-subscribe label{display:grid;gap:6px}.blog-article{max-width:920px;margin:0 auto;padding:clamp(22px,5vw,48px)}.blog-article h1{font-size:clamp(32px,5vw,54px);line-height:1.08;margin:10px 0 14px}.blog-lead{font-size:19px;line-height:1.7;color:#526276}.blog-content{font-size:17px;line-height:1.78}.blog-content h2{margin-top:34px}.blog-content h3{margin-top:26px}.blog-content table{width:100%;border-collapse:collapse;display:block;overflow:auto}.blog-content th,.blog-content td{border:1px solid #dbe3ec;padding:9px}.blog-content blockquote{margin:22px 0;padding:14px 18px;border-left:4px solid #0b4b78;background:#f8fafc}.blog-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#64748b;font-size:13px;margin-bottom:20px}.blog-breadcrumb span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70%}.blog-sources{margin-top:36px;border-top:1px solid #e2e8f0;padding-top:20px}.blog-sources li{margin:8px 0}.blog-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:24px}.blog-tags span{background:#edf2f7;color:#334155;border-radius:999px;padding:6px 10px;font-size:12px}.narrow{max-width:700px;margin:30px auto}
@media(max-width:900px){.blog-layout{grid-template-columns:1fr}.blog-subscribe{position:static}}

/* Blog subscription action must remain visible even when global .btn uses !important text color. */
.blog-subscribe .blog-unsubscribe-btn{width:100%;background:#fff1f2!important;color:#9f1239!important;border:1px solid #fda4af!important;box-shadow:none;text-align:center}.blog-subscribe .blog-unsubscribe-btn:hover{background:#ffe4e6!important;border-color:#fb7185!important}.blog-subscribe .blog-unsubscribe-btn:focus-visible{outline:3px solid rgba(225,29,72,.24);outline-offset:2px}
