:root{
  --dspc-red-50:#FFEBEE;--dspc-red-100:#FFD1D6;--dspc-red-200:#FFB8BD;--dspc-red-300:#FF8B98;--dspc-red-400:#FF6A74;--dspc-red-500:#A4161F;--dspc-red-600:#8D0F16;--dspc-red-700:#730C12;--dspc-red-800:#580B0D;--dspc-red-900:#3B0508;
  --dspc-navy-50:#F0F3F8;--dspc-navy-100:#D7DFFC;--dspc-navy-200:#B6C2DA;--dspc-navy-300:#8FA0C3;--dspc-navy-400:#65789F;--dspc-navy-500:#1D2947;--dspc-navy-600:#15203B;--dspc-navy-700:#101730;--dspc-navy-800:#0B1326;--dspc-navy-900:#070D1A;--dspc-deep:#111A2E;
  --dspc-gray-50:#FAFAFA;--dspc-gray-100:#F4F6FB;--dspc-gray-200:#EEF1F6;--dspc-gray-300:#E3E7EE;--dspc-gray-400:#D1D7E2;--dspc-gray-500:#9AA3AE;--dspc-gray-600:#6B7280;--dspc-gray-700:#4B5563;--dspc-gray-800:#273747;--dspc-gray-900:#111827;
  --dspc-success:#22C55E;--dspc-warning:#F59E0B;--dspc-danger:#EF4444;--dspc-info:#3B82F6;--dspc-pending:#FBBF24;--dspc-locked:#9CA3AF;--dspc-completed:#10B981;--dspc-disabled:#CBD5E1;
  --dspc-bg:#F4F6FB;--dspc-surface:#FFFFFF;--dspc-surface-2:#F8FAFC;--dspc-surface-3:#F1F5F9;--dspc-border:#E2E8F0;--dspc-text:#111827;--dspc-text-2:#334155;--dspc-muted:#64748B;
  --dspc-r-xs:2px;--dspc-r-sm:4px;--dspc-r-input:8px;--dspc-r-btn:12px;--dspc-r-card:18px;--dspc-r-panel:24px;--dspc-r-modal:28px;--dspc-r-pill:999px;
  --dspc-shadow-subtle:0 1px 2px rgba(17,26,46,.06);--dspc-shadow-card:0 4px 16px rgba(17,26,46,.08);--dspc-shadow-nav:0 2px 8px rgba(17,26,46,.10);--dspc-shadow-modal:0 14px 40px rgba(17,26,46,.18);
  --dspc-container:1320px;--dspc-gutter:60px;--dspc-header-h:76px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--dspc-surface);color:var(--dspc-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.dspc-menu-open{overflow:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dspc-skip-link{position:fixed;left:16px;top:16px;z-index:9999;background:#fff;color:var(--dspc-text);padding:10px 14px;border-radius:8px;transform:translateY(-180%);box-shadow:var(--dspc-shadow-modal)}.dspc-skip-link:focus{transform:none}.dspc-container{width:min(calc(100% - (2 * var(--dspc-gutter))),var(--dspc-container));margin-inline:auto}.dspc-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;display:inline-block;flex:0 0 auto}
/* header */
.dspc-site-header{height:var(--dspc-header-h);background:#fff;border-bottom:1px solid #edf0f4;position:relative;z-index:60}.dspc-header-inner{height:100%;display:flex;align-items:center;gap:34px}.dspc-brand{display:inline-flex;align-items:center;flex:0 0 auto}.dspc-brand img{width:205px;height:auto;max-height:54px;object-fit:contain}.dspc-brand--dark img{width:208px;max-height:82px;object-fit:cover;object-position:center}.dspc-primary-nav{margin-left:auto}.dspc-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:34px}.dspc-nav-list a{position:relative;display:flex;align-items:center;min-height:44px;color:var(--dspc-navy-500);font-size:14px;font-weight:500;white-space:nowrap}.dspc-nav-list a:hover,.dspc-nav-list a:focus-visible,.dspc-nav-list a.is-active{color:var(--dspc-red-500)}.dspc-nav-list a.is-active::after{content:"";position:absolute;left:50%;bottom:1px;width:18px;height:2px;border-radius:2px;background:var(--dspc-red-500);transform:translateX(-50%)}.dspc-header-actions{display:flex;gap:10px;align-items:center}.dspc-menu-toggle,.dspc-menu-close{display:none;width:44px;height:44px;border:0;background:transparent;color:var(--dspc-navy-700);align-items:center;justify-content:center;border-radius:10px}.dspc-menu-toggle:hover,.dspc-menu-toggle:focus-visible,.dspc-menu-close:hover,.dspc-menu-close:focus-visible{background:var(--dspc-gray-100);outline:2px solid transparent}.dspc-mobile-backdrop{position:fixed;inset:0;background:rgba(7,13,26,.54);z-index:75}.dspc-mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:min(340px,calc(100vw - 28px));max-width:100%;background:#fff;z-index:80;box-shadow:var(--dspc-shadow-modal);transform:translate3d(104%,0,0);transition:transform .22s ease;display:flex;flex-direction:column;padding:calc(12px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom));visibility:hidden;pointer-events:none}.dspc-mobile-drawer.is-open{transform:translate3d(0,0,0);visibility:visible;pointer-events:auto}.dspc-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--dspc-border);padding-bottom:12px}.dspc-mobile-drawer__head .dspc-brand img{width:176px}.dspc-mobile-drawer__head .dspc-menu-close{display:inline-flex}.dspc-mobile-nav{padding:18px 0;overflow:auto}.dspc-mobile-nav .dspc-nav-list{display:grid;gap:2px}.dspc-mobile-nav .dspc-nav-list a{min-height:48px;padding:0 10px;border-radius:9px;font-size:15px}.dspc-mobile-nav .dspc-nav-list a.is-active{background:var(--dspc-red-50)}.dspc-mobile-nav .dspc-nav-list a.is-active::after{display:none}.dspc-mobile-actions{margin-top:auto;display:grid;gap:10px;padding-top:16px;border-top:1px solid var(--dspc-border)}
/* buttons */
.dspc-btn{min-height:44px;border:1px solid transparent;border-radius:8px;padding:11px 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;line-height:20px;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.dspc-btn:hover{transform:translateY(-1px)}.dspc-btn:focus-visible,.dspc-text-link:focus-visible,.dspc-search input:focus-visible,.dspc-search button:focus-visible,summary:focus-visible{outline:3px solid rgba(59,130,246,.35);outline-offset:2px}.dspc-btn--primary{background:#E21A22;color:#fff;border-color:#E21A22;box-shadow:0 2px 5px rgba(164,22,31,.18)}.dspc-btn--primary:hover{background:var(--dspc-red-600);border-color:var(--dspc-red-600)}.dspc-btn--outline{background:#fff;color:var(--dspc-red-500);border-color:#E4575E}.dspc-btn--outline:hover{background:var(--dspc-red-50)}.dspc-btn--dark-outline{background:transparent;color:#fff;border-color:#9FB0C9}.dspc-btn--dark-outline:hover{background:rgba(255,255,255,.08)}.dspc-btn--sm{min-height:40px;padding:8px 16px;border-radius:7px}.dspc-btn--block{width:100%}.dspc-text-link{color:var(--dspc-red-500);font-weight:600;display:inline-flex;align-items:center;gap:5px}.dspc-text-link .dspc-icon{width:17px;height:17px}
/* hero */
.dspc-hero{background:linear-gradient(105deg,#0D213F 0%,#0B1A32 56%,#071427 100%);color:#fff;overflow:hidden}.dspc-hero__grid{min-height:344px;display:grid;grid-template-columns:minmax(0,44%) minmax(0,56%);align-items:center;gap:12px}.dspc-hero__copy{padding:42px 0 40px;position:relative;z-index:2}.dspc-hero h1{font-size:40px;line-height:1.18;letter-spacing:-.025em;margin:0 0 18px;max-width:510px;font-weight:700}.dspc-hero p{font-size:15px;line-height:1.55;color:#E7EDF6;max-width:560px;margin:0 0 18px}.dspc-search{width:min(100%,460px);height:48px;display:flex;align-items:center;background:#fff;border-radius:7px;overflow:hidden;margin:0 0 16px;box-shadow:0 5px 18px rgba(0,0,0,.12)}.dspc-search input{flex:1;min-width:0;height:100%;border:0;padding:0 14px;color:var(--dspc-text);outline:0;font-size:16px}.dspc-search input::placeholder{color:#7C8798}.dspc-search button{width:48px;height:48px;border:0;background:#fff;color:var(--dspc-navy-600);display:grid;place-items:center}.dspc-search .dspc-icon{width:22px;height:22px}.dspc-hero__actions{display:flex;gap:14px}.dspc-hero__actions .dspc-btn{min-width:138px}.dspc-hero__media{align-self:stretch;display:flex;align-items:flex-end;justify-content:flex-end;position:relative;min-width:0}.dspc-hero__media::before,.dspc-hero__media::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%}.dspc-hero__media::before{width:360px;height:360px;right:20px;top:10px}.dspc-hero__media::after{width:250px;height:250px;right:80px;top:64px}.dspc-hero__media img{width:min(100%,620px);height:auto;mix-blend-mode:screen;position:relative;z-index:1;object-fit:cover;object-position:center;margin-bottom:0}
/* sections */
.dspc-section{padding:34px 0;background:#fff}.dspc-section--muted{background:#F8FAFC;border-block:1px solid #EEF1F6}.dspc-section-head{margin-bottom:18px}.dspc-section-head h2,.dspc-exam h2,.dspc-about h2{font-size:22px;line-height:32px;margin:0;color:var(--dspc-text);font-weight:700}.dspc-section-head--row{display:flex;align-items:center;justify-content:space-between;gap:20px}.dspc-section-head--center{text-align:center}.dspc-empty-state{padding:28px;border:1px dashed var(--dspc-gray-400);border-radius:12px;background:var(--dspc-gray-50);text-align:center;color:var(--dspc-muted)}
/* steps */
.dspc-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;counter-reset:dspc-step}.dspc-step{position:relative;text-align:center;padding:6px 18px 0;min-width:0}.dspc-step:not(:last-child)::after{content:"";position:absolute;top:36px;right:-20%;width:40%;border-top:1px dashed #CED5E0}.dspc-step__icon{width:72px;height:72px;border-radius:50%;background:#fff;border:1px solid var(--dspc-border);display:grid;place-items:center;margin:0 auto 13px;color:var(--dspc-navy-500);box-shadow:var(--dspc-shadow-subtle)}.dspc-step__icon .dspc-icon{width:33px;height:33px}.dspc-step__number{position:absolute;top:58px;left:calc(50% - 44px);width:19px;height:19px;border-radius:50%;background:#E21A22;color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center}.dspc-step h3{font-size:16px;line-height:1.35;margin:0 0 6px;color:var(--dspc-navy-700);font-weight:600}.dspc-step p{font-size:14px;line-height:1.55;color:var(--dspc-muted);margin:0 auto;max-width:220px}
/* digital */
.dspc-digital{padding-top:26px;padding-bottom:30px}.dspc-digital__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,46%);align-items:center;gap:48px}.dspc-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 26px}.dspc-feature-row{display:flex;gap:12px;align-items:flex-start}.dspc-feature-row__icon{width:34px;height:34px;display:grid;place-items:center;color:var(--dspc-navy-500);flex:0 0 34px}.dspc-feature-row__icon .dspc-icon{width:24px;height:24px}.dspc-feature-row h3{font-size:16px;line-height:1.35;margin:0 0 2px;font-weight:600}.dspc-feature-row p{font-size:14px;line-height:1.5;margin:0;color:var(--dspc-muted)}.dspc-digital__media{display:flex;justify-content:flex-end}.dspc-digital__media img{width:100%;max-width:470px;border-radius:9px;box-shadow:0 5px 18px rgba(17,26,46,.14)}
/* exam */
.dspc-exam{border-top:1px solid var(--dspc-border);padding:32px 0}.dspc-exam__grid{display:grid;grid-template-columns:230px minmax(0,1fr);align-items:center;gap:38px}.dspc-exam__copy p{font-size:13px;line-height:20px;color:var(--dspc-muted);margin:10px 0 16px}.dspc-exam__copy .dspc-btn{min-width:118px}.dspc-exam__media{min-width:0}.dspc-exam__media img{width:100%;max-height:225px;object-fit:contain;object-position:center;border-radius:10px;box-shadow:var(--dspc-shadow-card)}
/* why */
.dspc-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.dspc-benefit-card{background:#fff;border:1px solid var(--dspc-border);border-radius:9px;padding:17px 18px;display:flex;gap:12px;min-width:0;box-shadow:var(--dspc-shadow-subtle)}.dspc-benefit-card__icon{width:42px;height:42px;border-radius:7px;background:var(--dspc-red-50);color:#E21A22;display:grid;place-items:center;flex:0 0 42px}.dspc-benefit-card__icon .dspc-icon{width:25px;height:25px}.dspc-benefit-card h3{font-size:16px;line-height:1.35;margin:0 0 3px;font-weight:600}.dspc-benefit-card p{font-size:14px;line-height:1.5;margin:0;color:var(--dspc-muted)}
/* about */
.dspc-about{padding:32px 0}.dspc-about__grid{display:grid;grid-template-columns:180px minmax(0,1fr) minmax(300px,.8fr);align-items:center;gap:34px}.dspc-about__visual{display:flex;justify-content:center}.dspc-about__avatar{width:122px;height:122px;border-radius:50%;background:linear-gradient(160deg,#DDE6F2,#A9BCD5);color:var(--dspc-navy-600);display:grid;place-items:center;border:8px solid #EEF2F7}.dspc-about__avatar .dspc-icon{width:52px;height:52px}.dspc-about__copy p{font-size:12px;line-height:19px;color:var(--dspc-muted);margin:8px 0 14px;max-width:620px}.dspc-about__copy .dspc-btn{min-height:40px;padding:8px 14px;font-size:12px}.dspc-about__points{list-style:none;margin:0;padding:14px 18px;background:#fff;border:1px solid var(--dspc-border);border-radius:10px;box-shadow:var(--dspc-shadow-subtle);display:grid;gap:11px}.dspc-about__points li{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--dspc-text-2)}.dspc-about__points .dspc-icon{width:18px;height:18px;color:#E21A22}
/* faq */
.dspc-faq-preview{padding:18px 0 22px;border-top:1px solid #EEF1F6}.dspc-faq-preview .dspc-section-head{margin-bottom:10px}.dspc-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 26px}.dspc-faq-item{border:1px solid var(--dspc-border);border-radius:7px;background:#fff;overflow:hidden}.dspc-faq-item summary{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;cursor:pointer;font-size:12px;font-weight:500;list-style:none}.dspc-faq-item summary::-webkit-details-marker{display:none}.dspc-faq-item summary::after{content:"+";color:var(--dspc-muted);font-size:18px;font-weight:400}.dspc-faq-item[open] summary::after{content:"−"}.dspc-faq-item p{margin:0;padding:0 12px 12px;font-size:12px;line-height:18px;color:var(--dspc-muted)}
/* CTA */
.dspc-final-cta{background:linear-gradient(90deg,#0D213F,#0B1B33 60%,#071426);color:#fff}.dspc-final-cta__inner{min-height:92px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px}.dspc-final-cta__brandmark{width:54px;height:54px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;color:#fff}.dspc-final-cta__brandmark .dspc-icon{width:31px;height:31px}.dspc-final-cta h2{font-size:23px;line-height:30px;margin:0 0 3px;color:#fff}.dspc-final-cta p{font-size:14px;line-height:1.5;margin:0;color:#D7E0ED}.dspc-final-cta__actions{display:flex;gap:16px}.dspc-final-cta__actions .dspc-btn{min-width:142px}
/* footer */
.dspc-site-footer{background:#071427;color:#D8E1EE}.dspc-footer-grid{display:grid;grid-template-columns:minmax(250px,1.5fr) repeat(4,minmax(120px,1fr));gap:42px;padding-top:28px;padding-bottom:24px}.dspc-footer-brand .dspc-brand--dark{height:52px;overflow:hidden;display:flex;align-items:center}.dspc-footer-brand .dspc-brand--dark img{width:211px;height:auto}.dspc-footer-brand p{font-size:11px;line-height:17px;color:#AAB8CA;max-width:250px;margin:8px 0 10px}.dspc-contact-list,.dspc-site-footer nav ul{list-style:none;margin:0;padding:0}.dspc-contact-list{display:grid;gap:5px}.dspc-contact-list a{font-size:11px;color:#DCE4EF}.dspc-site-footer nav h2{font-size:12px;line-height:18px;color:#fff;margin:0 0 8px;font-weight:600}.dspc-site-footer nav ul{display:grid;gap:4px}.dspc-site-footer nav a{font-size:11px;line-height:16px;color:#B7C4D4}.dspc-site-footer nav a:hover,.dspc-site-footer nav a:focus-visible{color:#fff;text-decoration:underline}.dspc-footer-bottom{border-top:1px solid rgba(255,255,255,.10)}.dspc-footer-bottom .dspc-container{min-height:42px;display:flex;align-items:center}.dspc-footer-bottom p{margin:0;font-size:10px;color:#91A1B5}
/* content fallback */
.dspc-page{padding-top:48px;padding-bottom:64px}.dspc-content-card{background:#fff;border:1px solid var(--dspc-border);border-radius:18px;box-shadow:var(--dspc-shadow-card);padding:32px}.dspc-content-card h1{font-size:34px;line-height:44px;margin-top:0}.dspc-entry-content{font-size:15px;line-height:1.75;color:var(--dspc-text-2)}
@media (max-width:1279px){:root{--dspc-container:1160px;--dspc-gutter:40px}.dspc-header-inner{gap:22px}.dspc-nav-list{gap:24px}.dspc-hero__grid{grid-template-columns:46% 54%}.dspc-footer-grid{gap:26px}}
@media (max-width:1023px){:root{--dspc-container:944px;--dspc-gutter:40px;--dspc-header-h:70px}.dspc-primary-nav,.dspc-header-actions{display:none}.dspc-menu-toggle{display:inline-flex;margin-left:auto}.dspc-brand img{width:184px}.dspc-hero__grid{grid-template-columns:1fr 1fr;min-height:332px}.dspc-hero h1{font-size:35px}.dspc-steps{gap:10px}.dspc-step{padding-inline:8px}.dspc-digital__grid{grid-template-columns:1.15fr .85fr;gap:30px}.dspc-benefit-grid{grid-template-columns:repeat(2,1fr)}.dspc-about__grid{grid-template-columns:140px 1fr}.dspc-about__points{grid-column:2}.dspc-footer-grid{grid-template-columns:1.4fr repeat(2,1fr);row-gap:28px}.dspc-footer-brand{grid-row:span 2}}
@media (max-width:767px){:root{--dspc-gutter:24px;--dspc-header-h:64px}.dspc-brand img{width:166px;max-height:44px}.dspc-hero__grid{display:flex;flex-direction:column;min-height:0;gap:0}.dspc-hero__copy{width:100%;padding:26px 0 18px}.dspc-hero h1{font-size:28px;line-height:35px;max-width:330px;margin-bottom:12px}.dspc-hero p{font-size:15.5px;line-height:1.6;max-width:340px;margin-bottom:16px}.dspc-search{width:100%;height:44px;margin-bottom:10px}.dspc-search button{height:44px;width:46px}.dspc-hero__actions{display:grid;grid-template-columns:1fr;gap:8px}.dspc-hero__actions .dspc-btn{width:100%;min-width:0}.dspc-hero__media{width:100%;justify-content:center;max-height:190px;overflow:hidden}.dspc-hero__media img{width:100%;max-width:460px;margin-top:-6px}.dspc-hero__media::before{width:280px;height:280px;right:0;top:0}.dspc-hero__media::after{display:none}.dspc-section{padding:24px 0}.dspc-section-head{margin-bottom:14px}.dspc-section-head h2,.dspc-exam h2,.dspc-about h2{font-size:20px;line-height:28px}.dspc-section-head--row{align-items:center}.dspc-text-link{font-size:12px}.dspc-steps{grid-template-columns:1fr;gap:0}.dspc-step{text-align:left;display:grid;grid-template-columns:56px 1fr;column-gap:12px;align-items:center;padding:10px 0 10px 2px}.dspc-step:not(:last-child)::after{left:28px;right:auto;top:63px;width:1px;height:30px;border-top:0;border-left:1px dashed #CED5E0}.dspc-step__icon{grid-row:1/3;width:52px;height:52px;margin:0}.dspc-step__icon .dspc-icon{width:25px;height:25px}.dspc-step__number{top:38px;left:42px;width:18px;height:18px}.dspc-step h3{font-size:16px;line-height:1.35;margin-bottom:2px}.dspc-step p{font-size:14px;line-height:1.55;margin:0;max-width:none}.dspc-digital__grid{grid-template-columns:1fr;gap:20px}.dspc-feature-list{grid-template-columns:1fr;gap:10px}.dspc-digital__media{justify-content:center}.dspc-digital__media img{max-width:100%}.dspc-exam__grid{grid-template-columns:1fr;gap:18px}.dspc-exam__copy p{margin-bottom:13px}.dspc-exam__copy .dspc-btn{width:auto}.dspc-benefit-grid{grid-template-columns:1fr;gap:8px}.dspc-benefit-card{padding:13px 14px}.dspc-about__grid{grid-template-columns:86px 1fr;gap:18px}.dspc-about__avatar{width:78px;height:78px;border-width:5px}.dspc-about__avatar .dspc-icon{width:34px;height:34px}.dspc-about__copy p{font-size:14px;line-height:1.55}.dspc-about__points{grid-column:1/-1;padding:13px 14px}.dspc-faq-grid{grid-template-columns:1fr;gap:7px}.dspc-final-cta__inner{grid-template-columns:44px 1fr;padding-top:16px;padding-bottom:16px;gap:12px}.dspc-final-cta__brandmark{width:44px;height:44px}.dspc-final-cta h2{font-size:19px;line-height:25px}.dspc-final-cta__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px}.dspc-final-cta__actions .dspc-btn{min-width:0}.dspc-footer-grid{grid-template-columns:1fr 1fr;gap:24px 18px;padding-top:24px}.dspc-footer-brand{grid-column:1/-1;grid-row:auto}.dspc-footer-brand p{max-width:320px}.dspc-content-card{padding:22px}.dspc-content-card h1{font-size:27px;line-height:36px}}
@media (max-width:419px){:root{--dspc-gutter:16px}.dspc-site-header{height:62px}.dspc-brand img{width:154px}.dspc-hero__copy{padding-top:20px}.dspc-hero h1{font-size:26px;line-height:32px}.dspc-hero__media{max-height:176px}.dspc-section-head--row{gap:10px}.dspc-section-head--row .dspc-text-link{white-space:nowrap}.dspc-about__grid{grid-template-columns:72px 1fr}.dspc-about__avatar{width:68px;height:68px}.dspc-footer-grid{grid-template-columns:1fr 1fr}.dspc-btn{min-height:44px;padding-inline:16px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.dspc-about__photo{width:122px;height:122px;border-radius:50%;object-fit:cover;border:8px solid #EEF2F7;background:#DDE6F2}@media(max-width:767px){.dspc-about__photo{width:78px;height:78px;border-width:5px}}@media(max-width:419px){.dspc-about__photo{width:68px;height:68px}}
/* Prompt 03 — final approved mobile navigation refinement. */
.dspc-mobile-drawer{width:min(248px,58vw);padding:calc(12px + env(safe-area-inset-top)) 0 calc(10px + env(safe-area-inset-bottom));overflow:hidden}.dspc-mobile-drawer__head{padding:4px 16px 14px;margin:0 0 4px;border-bottom:0;gap:6px}.dspc-mobile-drawer__head .dspc-brand img{width:138px;max-width:138px;max-height:56px}.dspc-mobile-drawer__head .dspc-menu-close{width:32px;height:32px}.dspc-mobile-drawer__scroll{overflow-y:auto;overscroll-behavior:contain;padding:0 16px 16px}.dspc-mobile-nav{padding:10px 0 12px;overflow:visible}.dspc-mobile-menu-list{list-style:none;margin:0;padding:0;display:grid;gap:4px}.dspc-mobile-menu-list a{min-height:54px;border-radius:10px;padding:8px 10px;display:grid;grid-template-columns:28px 1fr 16px;align-items:center;gap:10px;color:var(--dspc-navy-700);font-size:16px;font-weight:500}.dspc-mobile-menu-list a .dspc-icon{width:24px;height:24px}.dspc-mobile-menu-list a b{font-size:24px;font-weight:400;line-height:1}.dspc-mobile-menu-list a:hover,.dspc-mobile-menu-list a:focus-visible{background:var(--dspc-gray-100);outline:0}.dspc-mobile-menu-list a.is-active{background:linear-gradient(90deg,#FFF1F2,#FFF7F7);color:#D71920}.dspc-mobile-actions{margin-top:4px;padding:14px 0;border-top:1px solid var(--dspc-border);border-bottom:1px solid var(--dspc-border)}.dspc-mobile-actions .dspc-btn{min-height:48px;font-size:16px}.dspc-mobile-actions .dspc-icon{width:22px;height:22px}.dspc-mobile-help{padding:14px 0;border-bottom:1px solid var(--dspc-border)}.dspc-mobile-help h2{font-size:14px;color:var(--dspc-muted);margin:0 0 6px;font-weight:500}.dspc-mobile-help a{min-height:48px;display:grid;grid-template-columns:26px 1fr 16px;align-items:center;gap:10px;font-size:15px;color:var(--dspc-navy-700)}.dspc-mobile-help a .dspc-icon{width:22px;height:22px}.dspc-mobile-help a b{font-size:23px;font-weight:400}.dspc-mobile-brand-foot{text-align:center;padding:28px 8px 6px}.dspc-mobile-brand-foot strong{display:block;font-size:18px;color:var(--dspc-navy-700);letter-spacing:.02em}.dspc-mobile-brand-foot strong::after{content:"";display:block;width:52px;height:3px;border-radius:3px;background:var(--dspc-red-500);margin:10px auto 0}.dspc-mobile-brand-foot p{font-size:11px;line-height:17px;color:var(--dspc-muted);margin:8px auto 16px;max-width:230px}.dspc-mobile-brand-foot a{font-size:12px;color:var(--dspc-navy-700);font-weight:600}
@media(max-width:419px){.dspc-mobile-drawer{width:min(236px,58vw)}.dspc-mobile-menu-list a{min-height:50px;font-size:15px}.dspc-mobile-actions .dspc-btn{font-size:15px}}

/* Prompt 03B — production readability scale. No global zoom/transform scaling. */
:root{
  --dspc-text-xs:13px;--dspc-text-sm:14px;--dspc-text-base:16px;--dspc-text-md:17px;--dspc-text-lg:20px;
  --dspc-heading-sm:clamp(20px,1.6vw,24px);--dspc-heading-md:clamp(26px,2.3vw,34px);--dspc-heading-lg:clamp(34px,3.2vw,46px);
}
body{font-size:var(--dspc-text-base);line-height:1.62}
.dspc-nav-list a{font-size:15px;line-height:1.4}
.dspc-btn{font-size:15px;line-height:1.35;min-height:46px;padding:12px 20px}
.dspc-btn--sm{min-height:44px;font-size:14px}
.dspc-hero h1{font-size:var(--dspc-heading-lg);line-height:1.15}
.dspc-hero p{font-size:16px;line-height:1.65}
.dspc-search{height:52px}.dspc-search input{font-size:16px}.dspc-search button{width:52px;height:52px}
.dspc-section-head h2,.dspc-exam h2,.dspc-about h2{font-size:var(--dspc-heading-sm);line-height:1.3}
.dspc-step h3{font-size:16px;line-height:1.35}.dspc-step p{font-size:14px;line-height:1.55}
@media(max-width:767px){
  body{font-size:15.5px;line-height:1.6}
  .dspc-container{--dspc-gutter:18px}
  .dspc-hero h1{font-size:clamp(32px,9vw,40px)}.dspc-hero p{font-size:15.5px}
  .dspc-search input{font-size:16px}
  .dspc-btn{font-size:15px;min-height:46px}
  .dspc-mobile-nav .dspc-nav-list a{font-size:15.5px;min-height:50px}
}

/* Prompt 03B footer readability at 100% browser zoom */
.dspc-footer-brand p{font-size:14px;line-height:1.55}
.dspc-contact-list a,.dspc-site-footer nav a{font-size:14px;line-height:1.45}
.dspc-site-footer nav h2{font-size:15px;line-height:1.4}
.dspc-footer-bottom p{font-size:13px}
@media(max-width:767px){.dspc-footer-brand p,.dspc-contact-list a,.dspc-site-footer nav a{font-size:14px}.dspc-site-footer nav h2{font-size:15px}.dspc-footer-bottom p{font-size:13px}}

/* Prompt 06 finalization — readable shared footer/mobile brand copy at 100% zoom. */
.dspc-footer-brand p{font-size:13px;line-height:1.5}.dspc-contact-list a{font-size:13px}.dspc-site-footer nav h2{font-size:14px;line-height:1.4}.dspc-site-footer nav a{font-size:13px;line-height:1.45}.dspc-footer-bottom p{font-size:12.5px}.dspc-mobile-brand-foot p{font-size:13px;line-height:1.5}.dspc-mobile-brand-foot a{font-size:13px}
