.tp-page, .tp-layout {
    --tp-blue: #005af7;
    --tp-navy: #092d60;
    --tp-text: #203752;
    --tp-muted: #5a6b80;
    --tp-line: #dce5ef;
    color: var(--tp-text);
    background: #fff;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.6;
}
.tp-page *, .tp-layout *, .tp-page *::before, .tp-page *::after { box-sizing: border-box; }
.tp-container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.tp-page a, .tp-layout a { text-underline-offset: 4px; }
.tp-page a:focus-visible, .tp-layout a:focus-visible, .tp-page summary:focus-visible { outline: 3px solid var(--tp-blue); outline-offset: 5px; }
.tp-page h1, .tp-page h2, .tp-page h3, .tp-page p { margin: 0; }
.tp-page h1, .tp-page h2, .tp-page h3 { color: var(--tp-navy); }
.tp-page h1 { font-size: clamp(40px, 4.7vw, 62px); line-height: 1.08; font-weight: 700; letter-spacing: -0.045em; }
.tp-page h1 span { color: var(--tp-blue); }
.tp-page h2 { font-size: clamp(30px, 3vw, 40px); line-height: 1.18; font-weight: 650; letter-spacing: -0.035em; }
.tp-page h3 { font-size: 19px; line-height: 1.35; font-weight: 650; letter-spacing: -0.015em; }
.tp-page p { color: var(--tp-muted); }
.tp-eyebrow { display: block; margin-bottom: 18px; color: var(--tp-blue); font-size: 11px; line-height: 1.6; font-weight: 700; letter-spacing: 0.14em; }
.tp-header { border-bottom: 1px solid var(--tp-line); background: #fff; }
.tp-header-inner { display: flex; align-items: center; min-height: 84px; gap: 32px; }
.tp-brand { flex-shrink: 0; display: flex; align-items: center; }
.tp-brand img { width: 168px; height: 56px; object-fit: contain; }
.tp-brand-mobile { display: none; }
.tp-header-nav, .tp-header-account { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.tp-header-nav { margin-left: auto; }
.tp-header-nav a, .tp-header-account a:not(.tp-button) { color: var(--tp-text); text-decoration: none; }
.tp-header-nav a:hover, .tp-header-account a:not(.tp-button):hover { color: var(--tp-blue); }
.tp-header-account { gap: 20px; padding-left: 28px; border-left: 1px solid var(--tp-line); }
.tp-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 21px; min-height: 48px; border: 1px solid transparent; border-radius: 9px; text-decoration: none; font-size: 14px; line-height: 1.5; font-weight: 600; transition: background 160ms, border-color 160ms; }
.tp-button .mud-icon-root, .tp-text-link .mud-icon-root { width: 19px; height: 19px; }
.tp-button-primary { background: var(--tp-blue); color: #fff !important; }
.tp-button-primary:hover { background: #0045c3; }
.tp-button-secondary { color: var(--tp-navy); border-color: #b9c8dc; background: #fff; }
.tp-button-secondary:hover { background: #f1f6ff; border-color: var(--tp-blue); }
.tp-button-white { color: var(--tp-navy); background: #fff; flex-shrink: 0; }
.tp-button-white:hover { background: #deebff; }
.tp-header .tp-button { padding: 10px 18px; min-height: 42px; }
.tp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.tp-small { margin-top: 20px !important; font-size: 13px; }
.tp-small a { color: var(--tp-blue); }
.tp-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 54px; align-items: center; padding-block: 64px; }
.tp-lead { font-size: 17px; line-height: 1.8; margin-top: 24px !important; max-width: 580px; }
.tp-hero-photo { position: relative; overflow: hidden; align-self: stretch; min-height: 470px; margin: 0; border-radius: 22px; background: #153551; isolation: isolate; }
.tp-hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; z-index: -2; }
.tp-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, #061d3bed); z-index: -1; }
.tp-hero-photo figcaption { position: absolute; bottom: 32px; left: 32px; right: 32px; color: #fff; }
.tp-photo-label { display: block; font-size: 10px; letter-spacing: 0.14em; margin-bottom: 12px; color: #bcd5ff; font-weight: 700; }
.tp-hero-photo strong { font-size: 29px; line-height: 1.2; letter-spacing: -0.025em; font-weight: 600; }
.tp-explore { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; border-top: 1px solid var(--tp-line); padding-block: 23px; margin-bottom: 32px; }
.tp-explore > span { font-size: 12px; color: var(--tp-muted); }
.tp-explore a { display: flex; align-items: center; gap: 8px; color: var(--tp-navy); font-size: 14px; font-weight: 600; text-decoration: none; }
.tp-explore a:hover { color: var(--tp-blue); }
.tp-explore .mud-icon-root { width: 20px; }
.tp-band { background: #f3f7fc; border-block: 1px solid #e7edf5; }
.tp-community { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 88px; padding-block: 72px; }
.tp-community h2 + p { margin-top: 22px; }
.tp-check-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 14px; font-size: 14px; }
.tp-check-list li { display: flex; align-items: flex-start; gap: 10px; }
.tp-check-list .mud-icon-root { width: 19px; height: 22px; color: var(--tp-blue); flex-shrink: 0; }
.tp-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--tp-blue); font-size: 14px; font-weight: 600; text-decoration: none; }
.tp-text-link:hover { text-decoration: underline; }
.tp-audience-card { background: #fff; border: 1px solid var(--tp-line); border-radius: 18px; padding: 32px; box-shadow: 0 16px 42px -32px #123f76a0; }
.tp-audience-card h3 { font-size: 23px; }
.tp-audience-card h3 + p { font-size: 14px; margin-top: 12px; }
.tp-audiences { list-style: none; margin: 24px 0; padding: 0; }
.tp-audiences li { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid #e9eef5; }
.tp-audiences li:last-child { border: 0; padding-bottom: 0; }
.tp-audiences .mud-icon-root { width: 24px; color: var(--tp-blue); flex-shrink: 0; }
.tp-audiences strong { display: block; font-size: 14px; font-weight: 600; }
.tp-audiences small { display: block; color: var(--tp-muted); font-size: 12px; margin-top: 3px; }
.tp-card-note { font-size: 12px; padding: 12px; border-radius: 6px; background: #f3f7fc; }
.tp-section { padding-block: 80px; }
.tp-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.tp-section-heading p { max-width: 370px; font-size: 15px; }
.tp-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.tp-feature { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--tp-line); border-radius: 14px; text-decoration: none; transition: border-color 160ms, background 160ms; }
.tp-feature:hover { border-color: #94b9f7; background: #f9fbff; }
.tp-feature-icon { width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center; color: var(--tp-blue); background: #edf4ff; margin-bottom: 22px; }
.tp-feature p { font-size: 14px; line-height: 1.75; margin: 12px 0 25px; }
.tp-feature-link { display: flex; align-items: center; gap: 12px; color: var(--tp-blue); font-size: 13px; font-weight: 600; margin-top: auto; }
.tp-feature-link .mud-icon-root { width: 18px; }
.tp-start { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; padding-block: 56px 80px; border-top: 1px solid var(--tp-line); }
.tp-start .tp-text-link { margin-top: 24px; }
.tp-start-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 28px; }
.tp-start-list li { display: flex; gap: 24px; }
.tp-start-list li > span { font-size: 14px; color: var(--tp-blue); font-weight: 700; padding-top: 4px; }
.tp-start-list p { margin-top: 6px; font-size: 14px; }
.tp-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--tp-navy); border-radius: 20px; padding: 44px; margin-bottom: 48px; }
.tp-cta .tp-eyebrow { color: #b5cfff; margin-bottom: 12px; }
.tp-cta h2 { color: #fff; font-size: 32px; }
.tp-cta p { color: #ccd9ed; margin-top: 12px; font-size: 15px; }
.tp-footer { display: flex; justify-content: space-between; align-items: center; gap: 28px; border-top: 1px solid var(--tp-line); padding-block: 28px 36px; }
.tp-footer img { width: 150px; height: 50px; object-fit: contain; margin-left: -10px; }
.tp-footer p { font-size: 12px; margin-top: 4px; }
.tp-footer nav { display: flex; gap: 26px; flex-wrap: wrap; }
.tp-footer nav a { font-size: 13px; color: var(--tp-muted); text-decoration: none; }
.tp-footer nav a:hover { color: var(--tp-blue); }
.tp-back { display: inline-flex; align-items: center; gap: 8px; color: var(--tp-muted); font-size: 13px; text-decoration: none; margin-bottom: 32px; }
.tp-back .mud-icon-root { width: 17px; }
.tp-how-hero { display: grid; grid-template-columns: 1.2fr 0.85fr; gap: 100px; align-items: center; padding-block: 44px 70px; }
.tp-guide-index { background: #f3f7fc; border: 1px solid var(--tp-line); padding: 28px; border-radius: 18px; }
.tp-guide-index a { display: flex; align-items: center; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--tp-line); text-decoration: none; color: var(--tp-navy); font-weight: 600; font-size: 14px; }
.tp-guide-index a:hover { color: var(--tp-blue); }
.tp-guide-index a:last-child { border: 0; padding-bottom: 4px; }
.tp-guide-index a > span { color: var(--tp-blue); font-size: 12px; }
.tp-guide-index .mud-icon-root { margin-left: auto; width: 18px; flex-shrink: 0; }
.tp-step { display: grid; grid-template-columns: 56px 1.55fr 1fr; gap: 36px; align-items: start; padding-block: 54px; border-bottom: 1px solid var(--tp-line); scroll-margin-top: 24px; }
.tp-step:last-child { border: 0; }
.tp-step-number { display: grid; place-items: center; width: 48px; height: 48px; background: var(--tp-blue); border-radius: 12px; color: #fff; font-weight: 600; font-size: 15px; }
.tp-step h2 { font-size: 28px; }
.tp-step .tp-eyebrow { margin-bottom: 10px; }
.tp-step p { margin-top: 18px; font-size: 15px; }
.tp-step-note { margin-left: 20px; padding: 24px; background: #fff; border: 1px solid var(--tp-line); border-radius: 12px; }
.tp-step-note > .mud-icon-root { color: var(--tp-blue); margin-bottom: 12px; }
.tp-step-note h3 { font-size: 16px; }
.tp-step-note p { font-size: 13px; margin-top: 10px; }
.tp-task-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 40px; }
.tp-task-grid > a { display: flex; align-items: flex-start; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--tp-line); text-decoration: none; }
.tp-task-grid > a > .mud-icon-root { flex-shrink: 0; color: var(--tp-blue); width: 22px; }
.tp-task-grid > a > .mud-icon-root:last-child { width: 18px; margin-left: auto; }
.tp-task-grid p { font-size: 14px; margin-top: 9px; }
.tp-task-grid a:hover h3 { color: var(--tp-blue); }
.tp-faq-section { display: grid; grid-template-columns: 1fr 1.35fr; gap: 70px; padding-block: 0 80px; }
.tp-faq-section .tp-text-link { margin-top: 24px; }
.tp-faq details { border-bottom: 1px solid var(--tp-line); }
.tp-faq details:first-child { border-top: 1px solid var(--tp-line); }
.tp-faq summary { cursor: pointer; padding: 22px 6px; font-size: 15px; color: var(--tp-navy); font-weight: 600; }
.tp-faq summary::marker { color: var(--tp-blue); }
.tp-faq details p { padding: 0 6px 22px; font-size: 14px; }
.tp-skip { position: absolute; top: -100px; left: 16px; z-index: 1400; padding: 12px 18px; color: var(--tp-blue); background: #fff; border-radius: 8px; }
.tp-skip:focus { top: 12px; }
.tp-layout #blazor-error-ui { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1500; background: #fff0db; color: #52350c; border-top: 1px solid #e5c498; padding: 16px 52px 16px 24px; font-size: 14px; }
.tp-layout #blazor-error-ui a { color: var(--tp-blue); }
.tp-layout #blazor-error-ui .dismiss { position: absolute; right: 16px; top: 8px; padding: 4px 8px; font-size: 22px; border: 0; background: transparent; cursor: pointer; }

@media (max-width: 1000px) {
    .tp-hero { gap: 32px; }
    .tp-hero-photo { min-height: 430px; }
    .tp-community { gap: 40px; }
    .tp-how-hero { gap: 40px; }
    .tp-header-account { padding-left: 20px; }
    .tp-header-nav { gap: 20px; }
    .tp-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .tp-step { grid-template-columns: 48px 1fr; gap: 24px; }
    .tp-step-note { grid-column: 2; margin: 0; }
    .tp-start, .tp-faq-section { gap: 36px; }
}
@media (max-width: 760px) {
    .tp-container { width: calc(100% - 40px); }
    .tp-header-inner { min-height: 72px; gap: 18px; }
    .tp-header-nav { font-size: 13px; }
    .tp-header-account { font-size: 13px; gap: 12px; }
    .tp-header-register { display: none; }
    .tp-header-contact { display: none; }
    .tp-hero, .tp-community, .tp-how-hero, .tp-start, .tp-faq-section { grid-template-columns: 1fr; }
    .tp-hero { padding-block: 44px; }
    .tp-hero-photo { min-height: 350px; }
    .tp-hero h1 { max-width: 560px; }
    .tp-community, .tp-section { padding-block: 52px; }
    .tp-section-heading { display: block; }
    .tp-section-heading p { margin-top: 18px; max-width: none; }
    .tp-explore { justify-content: flex-start; gap: 20px 26px; }
    .tp-explore > span { width: 100%; }
    .tp-start { padding-block: 40px 52px; }
    .tp-cta { align-items: flex-start; flex-direction: column; padding: 32px; gap: 26px; }
    .tp-cta h2 { font-size: 29px; }
    .tp-footer { flex-direction: column; align-items: flex-start; }
    .tp-how-hero { padding-block: 28px 44px; gap: 32px; }
    .tp-task-grid { grid-template-columns: 1fr; }
    .tp-faq-section { padding-bottom: 52px; }
}
@media (max-width: 480px) {
    .tp-container { width: calc(100% - 32px); }
    .tp-brand .tp-brand-desktop { display: none; }
    .tp-brand .tp-brand-mobile { display: block; width: 40px; height: 40px; }
    .tp-header-inner { gap: 14px; }
    .tp-header-account { padding-left: 14px; }
    .tp-header-logout { display: none; }
    .tp-page h1 { font-size: 39px; }
    .tp-page h2 { font-size: 30px; }
    .tp-lead { font-size: 16px; }
    .tp-actions { flex-direction: column; align-items: stretch; }
    .tp-hero-photo { min-height: 320px; }
    .tp-hero-photo figcaption { bottom: 24px; left: 24px; }
    .tp-audience-card { padding: 24px; }
    .tp-feature-grid { grid-template-columns: 1fr; gap: 16px; }
    .tp-feature { padding: 24px; }
    .tp-cta { padding: 28px 24px; }
    .tp-cta .tp-button { width: 100%; }
    .tp-step { grid-template-columns: 1fr; padding-block: 36px; gap: 20px; }
    .tp-step-note { grid-column: 1; }
    .tp-step h2 { font-size: 27px; }
    .tp-guide-index { padding: 24px; }
    .tp-guide-index a { gap: 10px; }
    .tp-faq-section br { display: none; }
    .tp-footer nav { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { .tp-button, .tp-feature { transition: none; } }
