/* Total24 customer theme. Loaded after Huraga; no build or runtime dependency. */
.t24-theme {
    --t24-ink: #102238;
    --t24-muted: #536577;
    --t24-surface: #fff;
    --t24-line: #dbe3eb;
    --t24-lime: #c1f66b;
    --bs-primary: #32621a;
    --bs-primary-rgb: 50, 98, 26;
    --bs-link-color: #32621a;
    --bs-link-color-rgb: 50, 98, 26;
    --bs-link-hover-color: #254914;
    color: var(--t24-ink);
    background: #f3f6fa;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    min-height: 100%;
    height: auto;
}
[data-bs-theme="dark"] .t24-theme {
    --t24-ink: #eff4fa;
    --t24-muted: #adbacb;
    --t24-surface: #112236;
    --t24-line: #2b3c51;
    --bs-primary: #c1f66b;
    --bs-primary-rgb: 193, 246, 107;
    --bs-link-color: #c1f66b;
    --bs-link-color-rgb: 193, 246, 107;
    --bs-link-hover-color: #d8ffa0;
    background: #091727;
}
.t24-theme a { text-underline-offset: .22em; }
.t24-theme :focus-visible { outline: 3px solid #639d2e; outline-offset: 4px; }
.t24-theme .btn { border-radius: .65rem; padding: .65rem 1rem; font-weight: 650; }
.t24-theme .btn-sm { padding: .35rem .7rem; font-size: .8rem; }
.t24-theme .btn-primary {
    --bs-btn-color: #142511; --bs-btn-bg: #c1f66b; --bs-btn-border-color: #c1f66b;
    --bs-btn-hover-color: #142511; --bs-btn-hover-bg: #d1ff88; --bs-btn-hover-border-color: #d1ff88;
    --bs-btn-active-color: #142511; --bs-btn-active-bg: #a9df53; --bs-btn-active-border-color: #a9df53;
    --bs-btn-disabled-color: #142511; --bs-btn-disabled-bg: #c1f66b; --bs-btn-disabled-border-color: #c1f66b;
}
.t24-theme .btn-outline-primary {
    --bs-btn-color: var(--bs-primary); --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #142511; --bs-btn-hover-bg: #c1f66b; --bs-btn-hover-border-color: #c1f66b;
    --bs-btn-active-color: #142511; --bs-btn-active-bg: #c1f66b; --bs-btn-active-border-color: #c1f66b;
}
.t24-theme .card { background: var(--t24-surface); border-color: var(--t24-line); border-radius: 1rem; box-shadow: 0 5px 20px #061b3010; }
.t24-theme .card-header { background: transparent; border-color: var(--t24-line); padding: 1rem 1.25rem; }
.t24-theme .card-body { padding: 1.25rem; }
.t24-theme .navbar { background: transparent; }
.t24-theme .navbar > .container-fluid { padding-inline: 0; }
.t24-theme .offcanvas-item { border: 0; border-radius: .65rem; margin-bottom: .3rem; }
.t24-theme .offcanvas-item.active { background: var(--t24-surface); box-shadow: inset 3px 0 #86b943; }
.t24-theme .offcanvas-item > a { color: var(--t24-muted); padding: .8rem; }
.t24-theme .form-control, .t24-theme .form-select { border-radius: .55rem; min-height: 2.8rem; }
.t24-brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--t24-ink); font-weight: 750; font-size: 1.55rem; letter-spacing: -.06em; text-decoration: none; flex-shrink: 0; margin: 0; }
.t24-brand:hover { color: var(--t24-ink); }
.t24-brand-symbol { display: flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: .7rem; background: var(--t24-lime); color: #102238; font-size: 1.05rem; letter-spacing: -.07em; transform: rotate(-7deg); }
.t24-brand-symbol > span { display: inline; }
.t24-brand-dot { color: #6e9e32; }
.t24-auth-brand { padding-block: 2rem; }
.t24-theme.page-login > .container, .t24-theme.page-signup > .container, .t24-theme.page-password-reset > .container { height: auto !important; padding-bottom: 3rem; }
.t24-theme.page-login .card, .t24-theme.page-signup .card, .t24-theme.page-password-reset .card { margin-top: 2rem; }
.t24-welcome { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem 0 2rem; }
.t24-welcome h1 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.055em; font-weight: 750; margin: .4rem 0; overflow-wrap: anywhere; }
.t24-welcome p { color: var(--t24-muted); margin: 0; }
.t24-eyebrow { font-size: .7rem; font-weight: 750; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.t24-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1.75rem; }
.t24-metrics a { display: flex; flex-direction: column; gap: .5rem; padding: 1.4rem; border: 1px solid var(--t24-line); border-radius: 1rem; background: var(--t24-surface); color: var(--t24-ink); text-decoration: none; }
.t24-metrics a:hover { border-color: #79a342; }
.t24-metrics strong { font-size: 2.5rem; letter-spacing: -.05em; line-height: 1.25; }
.t24-metrics span { font-size: .8rem; color: var(--t24-muted); }
.t24-metrics a:first-child { background: #142c40; border-color: #142c40; color: #c1f66b; }
.t24-metrics a:first-child span { color: #d3e1ea; }
.t24-skip { position: fixed; top: .5rem; left: 1rem; z-index: 2000; transform: translateY(-200%); padding: .65rem 1rem; background: #c1f66b; color: #102238; border-radius: .5rem; }
.t24-skip:focus { transform: translateY(0); }
/* Public home has its own palette, independent of the portal's light/dark switch. */
.t24-public-home { background: #091727 !important; }
.t24-landing {
    --t24-ink: #f1f6fc; --t24-muted: #a8bacd; --t24-line: #29394c;
    color: var(--t24-ink); background: #091727; overflow: clip;
}
.t24-landing a { color: inherit; text-decoration: none; }
.t24-landing a:hover { color: #c1f66b; }
.t24-landing .btn-primary, .t24-landing .btn-primary:hover { color: #142511; }
.t24-landing :focus-visible { outline-color: #c1f66b; }
.t24-container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.t24-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 104px; border-bottom: 1px solid var(--t24-line); }
.t24-landing .t24-brand-symbol { display: flex; align-items: center; justify-content: center; }
.t24-nav { display: flex; align-items: center; gap: 2.2rem; font-size: .85rem; }
.t24-login { border: 1px solid #60734a; border-radius: .55rem; padding: .55rem 1.05rem; }
.t24-login span { margin-left: 1rem; color: #c1f66b; }
.t24-hero { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 1.5rem; padding-block: 88px 90px; }
.t24-hero .t24-eyebrow { color: #c1f66b; display: flex; gap: .65rem; align-items: center; margin-bottom: 1.6rem; }
.t24-signal { display: inline-block; height: 7px; width: 7px; flex-shrink: 0; border-radius: 50%; background: #c1f66b; box-shadow: 0 0 0 4px #c1f66b16; }
.t24-hero h1 { font-size: clamp(2.8rem, 5.5vw, 4.8rem); letter-spacing: -.065em; line-height: 1.05; font-weight: 760; margin-bottom: 1.6rem; }
.t24-hero h1 > span { color: #c1f66b; }
.t24-lead { font-size: 1.05rem; color: var(--t24-muted); max-width: 460px; line-height: 1.8; }
.t24-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; margin-top: 2rem; }
.t24-actions .btn { padding: .9rem 1.25rem; font-size: .85rem; }
.t24-actions .btn span { margin-left: 1rem; }
.t24-text-link { font-size: .8rem; font-weight: 600; }
.t24-hero-tags { display: flex; flex-wrap: wrap; gap: 1.25rem; color: var(--t24-muted); font-size: .65rem; margin-top: 2.2rem; }
.t24-hero-tags span::before { content: '✓'; color: #c1f66b; padding-right: .4rem; }
.t24-visual { position: relative; height: 420px; isolation: isolate; background: radial-gradient(ellipse at 55% 50%, #a5e35913, transparent 65%); }
.t24-orbit { position: absolute; inset: 45px 10px; border: 1px solid #c1f66b18; border-radius: 50%; transform: rotate(-28deg); }
.t24-orbit-two { inset: 90px -15px; transform: rotate(40deg); }
.t24-visual-label, .t24-visual-coordinate { position: absolute; font: 600 .55rem ui-monospace, monospace; letter-spacing: .18em; color: #8c9fb2; }
.t24-visual-label { top: 14px; right: 20px; }
.t24-visual-coordinate { bottom: 5px; left: 35px; }
.t24-server { position: absolute; width: 210px; height: 260px; border: 1px solid #516244; border-radius: 15px; transform: skewY(-7deg); box-shadow: 20px 25px 45px #0005; }
.t24-server-back { top: 42px; right: 24px; background: linear-gradient(135deg, #304337, #132a2d); }
.t24-server-middle { top: 78px; right: 77px; background: linear-gradient(135deg, #39513d, #152e2b); }
.t24-server > i { display: block; height: 3px; background: #718a52; width: 32px; margin: 18px; }
.t24-server > span { position: absolute; bottom: 15px; right: 16px; font: .65rem ui-monospace, monospace; color: #a9c77b; }
.t24-server-front { top: 112px; right: 128px; background: linear-gradient(140deg, #253c35, #0f262d 80%); border-color: #96af65; padding: 28px; }
.t24-server-logo { font-size: 3rem; letter-spacing: -.09em; font-weight: 750; color: #ecf7da; }
.t24-server-logo > span { color: #c1f66b; }
.t24-server-slots { display: grid; gap: 10px; margin-top: 24px; }
.t24-server-slots i { display: block; height: 8px; border: 1px solid #385145; border-radius: 3px; background: #081c20; }
.t24-server .t24-server-caption { font-size: .45rem; letter-spacing: .12em; left: 28px; bottom: 23px; }
.t24-domain-chip { position: absolute; right: 4px; bottom: 16px; padding: 15px 22px; background: #172a38; border: 1px solid #526542; border-radius: 10px; box-shadow: 0 16px 30px #0003; font-size: .85rem; display: flex; gap: 1rem; align-items: center; transform: rotate(-5deg); }
.t24-domain-chip > span:last-child { color: #c1f66b; }
.t24-services { padding-block: 40px 80px; border-top: 1px solid var(--t24-line); scroll-margin-top: 2rem; }
.t24-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem; margin-bottom: 2rem; }
.t24-section-heading .t24-eyebrow, .t24-how .t24-eyebrow { color: var(--t24-muted); }
.t24-landing h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; letter-spacing: -.05em; line-height: 1.15; margin: .75rem 0 0; }
.t24-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.t24-service-card { display: flex; flex-direction: column; padding: 1.75rem; border-radius: 1rem; border: 1px solid var(--t24-line); background: #102135; min-width: 0; }
.t24-service-featured { background: linear-gradient(135deg, #1e3539, #132932); border-color: #516247; }
.t24-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2.2rem; }
.t24-service-icon { color: #c1f66b; font-size: 1.65rem; line-height: 1; }
.t24-card-label { font-size: .53rem; color: var(--t24-muted); letter-spacing: .12em; }
.t24-service-card h3 { font-size: 1.45rem; font-weight: 650; letter-spacing: -.035em; line-height: 1.3; margin-bottom: .9rem; overflow-wrap: anywhere; }
.t24-service-card p { color: var(--t24-muted); font-size: .85rem; line-height: 1.8; margin-bottom: 1.75rem; overflow-wrap: anywhere; }
.t24-service-card a { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--t24-line); font-size: .8rem; font-weight: 650; }
.t24-service-card a span { color: #c1f66b; }
.t24-how { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; padding-block: 36px 80px; scroll-margin-top: 2rem; }
.t24-how > div > p:last-child { margin-top: 1.5rem; color: var(--t24-muted); font-size: .9rem; }
.t24-how ol { list-style: none; padding: 0; margin: 0; }
.t24-how li { display: flex; gap: 1.5rem; padding: 1.3rem 0; border-bottom: 1px solid var(--t24-line); }
.t24-how li:first-child { padding-top: 0; }
.t24-how li > span { color: #c1f66b; font: .75rem ui-monospace, monospace; padding-top: 4px; }
.t24-how h3 { font-size: 1rem; font-weight: 650; }
.t24-how li p { color: var(--t24-muted); font-size: .8rem; margin: 0; }
.t24-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2.6rem 3rem; border: 1px solid #526144; border-radius: 1rem; background: linear-gradient(100deg, #253a35, #122838); }
.t24-cta .t24-eyebrow { color: #c1f66b; }
.t24-cta h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.t24-cta .btn { white-space: nowrap; }
.t24-footer { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-block: 3.5rem 2.5rem; }
.t24-footer p { font-size: .75rem; color: var(--t24-muted); margin: .65rem 0 0; }
.t24-footer nav { display: flex; flex-wrap: wrap; gap: 1.5rem; font-size: .8rem; }
.t24-footer > span { font-size: .7rem; color: var(--t24-muted); }
@media (max-width: 991px) {
    .t24-container { width: calc(100% - 48px); }
    .t24-hero { grid-template-columns: 1.2fr 1fr; padding-block: 60px; }
    .t24-visual { transform: scale(.8); transform-origin: center right; margin-left: -70px; }
    .t24-service-card { padding: 1.25rem; }
    .t24-card-top { align-items: flex-start; flex-direction: column; gap: .75rem; }
    .t24-metrics a { padding: 1rem; }
    .t24-metrics span { font-size: .75rem; }
    .t24-welcome { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767px) {
    .t24-container { width: calc(100% - 40px); }
    .t24-header { min-height: 88px; gap: 1rem; }
    .t24-nav { gap: .9rem; font-size: .75rem; }
    .t24-nav > a:nth-child(2) { display: none; }
    .t24-brand { font-size: 1.3rem; gap: .5rem; }
    .t24-brand-symbol { width: 2rem; height: 2rem; }
    .t24-login { padding: .5rem .7rem; }
    .t24-login span { margin-left: .4rem; }
    .t24-hero { grid-template-columns: 1fr; gap: 1rem; padding-block: 50px 45px; }
    .t24-hero h1 { font-size: clamp(2.6rem, 9vw, 4rem); }
    .t24-visual { width: 350px; max-width: 100%; justify-self: center; margin: 0; transform: none; height: 400px; }
    .t24-server { width: 185px; height: 245px; }
    .t24-server-front { right: 115px; }
    .t24-server-middle { right: 65px; }
    .t24-section-heading { align-items: flex-start; flex-direction: column; }
    .t24-service-grid { grid-template-columns: 1fr; }
    .t24-service-card { padding: 1.75rem; }
    .t24-card-top { flex-direction: row; margin-bottom: 1.75rem; }
    .t24-services { padding-block: 35px 50px; }
    .t24-how { grid-template-columns: 1fr; gap: 2rem; padding-block: 15px 50px; }
    .t24-cta { padding: 2rem; align-items: flex-start; flex-direction: column; }
    .t24-footer { align-items: flex-start; flex-direction: column; padding-block: 2.5rem; gap: 1.5rem; }
    .t24-theme .navbar-nav { align-items: stretch; }
}
@media (max-width: 400px) {
    .t24-nav > a:first-child { display: none; }
    .t24-metrics { grid-template-columns: 1fr; }
    .t24-metrics a { gap: .25rem; }
    .t24-visual { transform: scale(.88); transform-origin: center; margin-block: -20px; }
}
@media (prefers-reduced-motion: reduce) {
    .t24-theme *, .t24-theme *::before, .t24-theme *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
@media print {
    .t24-theme { background: white !important; color: black !important; }
    .t24-theme .t24-auth-brand, .t24-theme .t24-skip, .t24-theme .navbar, .t24-theme #sidebarMenu { display: none !important; }
    .t24-theme .card { box-shadow: none; }
}

/* Shared site frame: every customer-facing route continues the home page. */
.t24-site { --bs-body-font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
[data-bs-theme="dark"] .t24-site {
    --bs-body-bg: #091727; --bs-body-bg-rgb: 9, 23, 39;
    --bs-body-color: #eff4fa; --bs-secondary-color: #adbacb;
    --bs-secondary-bg: #162b40; --bs-tertiary-bg: #12263b;
    --bs-border-color: #2b3c51; --bs-emphasis-color: #fff;
}
.t24-site-header { position: relative; z-index: 20; }
.t24-site-header a, .t24-site-footer a { color: var(--t24-ink); text-decoration: none; }
.t24-site-header a:hover, .t24-site-footer a:hover { color: var(--bs-primary); }
.t24-site-nav > a[aria-current="page"] { color: var(--bs-primary); }
.t24-site .t24-brand-symbol { display: flex; align-items: center; justify-content: center; }
.t24-site .t24-brand-dot { color: var(--bs-primary); }
.t24-site .t24-nav > a { display: inline-block; }
.t24-site .t24-login { border-color: #6f8154; border-radius: .65rem; }
.t24-site .t24-login:hover { background: #c1f66b12; }
.t24-site-footer { border-top: 1px solid var(--t24-line); margin-top: 2.5rem; }
.t24-site-footer nav { max-width: 520px; }
.t24-page-content { padding-block: 2.5rem; min-height: 55vh; }
.t24-page-intro { max-width: 780px; margin-bottom: 2.5rem; }
.t24-page-intro .t24-eyebrow, .t24-auth-intro .t24-eyebrow { color: var(--bs-primary); }
.t24-page-intro h1 { font-size: clamp(2.3rem, 4.6vw, 3.7rem); font-weight: 740; line-height: 1.1; letter-spacing: -.06em; margin: .8rem 0 1.2rem; }
.t24-page-intro > p:last-child { color: var(--t24-muted); font-size: 1rem; }
.t24-site .card { border-radius: 1rem; overflow-wrap: anywhere; }
.t24-site .card-header { padding: 1.4rem 1.6rem; }
.t24-site .card-body { padding: 1.6rem; }
.t24-site .t24-form-title { font-size: 1.35rem; font-weight: 680; letter-spacing: -.035em; margin: 0 0 1.8rem; }
.t24-site .form-label { font-size: .85rem; font-weight: 600; margin-bottom: .55rem; }
.t24-site .form-control, .t24-site .form-select { min-height: 3rem; padding: .75rem .9rem; font-size: .9rem; }
.t24-site .form-control:focus, .t24-site .form-select:focus { border-color: #95ba58; box-shadow: 0 0 0 .2rem #c1f66b18; }
[data-bs-theme="dark"] .t24-site .form-control, [data-bs-theme="dark"] .t24-site .form-select { background-color: #0b1b2d; color: #eff4fa; border-color: #34485d; }
[data-bs-theme="dark"] .t24-site .form-control::placeholder { color: #8fa3b9; }
.t24-site .form-text { color: var(--t24-muted); font-size: .78rem; line-height: 1.6; }
.t24-site .card-footer { background: transparent; border-color: var(--t24-line); padding: 1.25rem 1.6rem; color: var(--t24-muted); }
.t24-auth-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(3rem, 8vw, 7rem); padding-block: 5rem 3rem; }
.t24-auth-intro { padding-top: 1.5rem; }
.t24-auth-intro .t24-eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.5rem; }
.t24-auth-intro h1 { font-size: clamp(2.6rem, 4.8vw, 4.1rem); line-height: 1.06; font-weight: 750; letter-spacing: -.06em; margin-bottom: 1.7rem; }
.t24-auth-intro h1 span { color: var(--bs-primary); }
.t24-auth-intro .t24-lead { max-width: 380px; }
.t24-auth-note { display: flex; gap: 1.25rem; padding: 1.5rem 0; margin-block: 2rem; border-block: 1px solid var(--t24-line); }
.t24-auth-note > span { font-size: 2rem; line-height: 1; color: var(--bs-primary); }
.t24-auth-note strong { font-size: .9rem; font-weight: 650; }
.t24-auth-note p { color: var(--t24-muted); margin: .5rem 0 0; font-size: .8rem; }
.t24-site .t24-auth-form .card { margin: 0; background: linear-gradient(145deg, #14293a, #102135); border-color: #3a4e49; box-shadow: 0 20px 65px #0002; }
[data-bs-theme="light"] .t24-site .t24-auth-form .card { background: var(--t24-surface); }
.t24-site .t24-auth-form .card-body { padding: 2rem; }
.t24-auth-form form > .mb-3 { margin-bottom: 1.35rem !important; }
.t24-auth-form .btn { min-height: 2.9rem; font-size: .85rem; }
.t24-auth-form .btn-outline-primary { border-color: var(--t24-line); color: var(--t24-muted); }
.t24-auth-form .btn-outline-primary:hover { color: #142511; }
.t24-auth-signup { grid-template-columns: .9fr 1.1fr; }
.t24-auth-signup .t24-auth-intro { position: sticky; top: 2rem; }
.t24-account-menu { position: relative; }
.t24-account-menu summary { cursor: pointer; list-style: none; font-weight: 600; }
.t24-account-menu summary::-webkit-details-marker { display: none; }
.t24-account-menu ul { position: absolute; top: calc(100% + .75rem); right: 0; width: 220px; margin: 0; padding: .55rem; border: 1px solid var(--t24-line); border-radius: .85rem; background: var(--t24-surface); box-shadow: 0 15px 45px #0004; list-style: none; }
.t24-account-menu li a { display: block; padding: .65rem .9rem; border-radius: .45rem; }
.t24-account-menu li a:hover { background: #c1f66b12; }
.t24-site .offcanvas-body { padding: 0 1rem 0 0; }
.t24-site .offcanvas-item.active { background: #c1f66b0c; }
.t24-site .offcanvas-item > a { font-size: .85rem; }
.t24-site .t24-welcome { padding-top: .5rem; }
.t24-site .accordion { --bs-accordion-border-color: var(--t24-line); --bs-accordion-border-radius: .8rem; --bs-accordion-inner-border-radius: .75rem; }
[data-bs-theme="dark"] .t24-site .accordion { --bs-accordion-bg: #112236; --bs-accordion-active-bg: #1b3636; --bs-accordion-active-color: #c1f66b; --bs-accordion-btn-color: #eff4fa; }
.t24-site .list-group { --bs-list-group-border-color: var(--t24-line); }
.t24-site .table { --bs-table-bg: transparent; }
.t24-site .breadcrumb { font-size: .78rem; }
.t24-site.support-contact-us .content-block > .row { max-width: 900px; }
@media (max-width: 991px) {
    .t24-auth-layout { gap: 2rem; padding-block: 3.5rem 2rem; }
    .t24-auth-intro h1 { font-size: 2.8rem; }
    .t24-site .t24-auth-form .card-body { padding: 1.5rem; }
}
@media (max-width: 767px) {
    .t24-site-header { flex-wrap: wrap; padding-block: 1rem; gap: .85rem; }
    .t24-site-nav { gap: 1rem; font-size: .75rem; }
    .t24-auth-layout, .t24-auth-signup { grid-template-columns: 1fr; padding-block: 2.5rem 1rem; gap: 2rem; }
    .t24-auth-intro, .t24-auth-signup .t24-auth-intro { padding-top: 0; position: static; }
    .t24-auth-intro h1 { font-size: clamp(2.3rem, 8vw, 3.5rem); margin-bottom: 1rem; }
    .t24-auth-intro .t24-lead { max-width: none; margin-bottom: 0; }
    .t24-auth-note { display: none; }
    .t24-auth-intro > .t24-text-link { display: inline-block; margin-top: 1rem; }
    .t24-page-content { padding-block: 2rem; }
    .t24-page-intro { margin-bottom: 1.75rem; }
    .t24-site .card-header, .t24-site .card-body { padding: 1.25rem; }
    .t24-site .t24-service-card { padding: 1.75rem; }
    .t24-site-footer { margin-top: 1.5rem; }
}
@media (max-width: 420px) {
    .t24-site-header { align-items: flex-start; }
    .t24-site-nav { width: 100%; justify-content: space-between; }
    .t24-site .t24-nav > a { display: inline-block; }
    .t24-site .t24-auth-form .card-body { padding: 1.2rem; }
}

/* Guided ordering: service choice, account, then explicit confirmation. */
.t24-order-progress { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0 0 2rem; margin-bottom: 2rem; border-bottom: 1px solid var(--t24-line); }
.t24-order-progress ol { display: flex; align-items: center; list-style: none; gap: 2rem; padding: 0; margin: 0; }
.t24-order-progress li > a, .t24-order-progress li > span { display: flex; align-items: center; gap: .7rem; color: var(--t24-muted); text-decoration: none; font-size: .8rem; }
.t24-order-progress li > :first-child > span:first-child { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 50%; border: 1px solid var(--t24-line); font: .7rem ui-monospace, monospace; }
.t24-order-progress li.is-current > :first-child { color: var(--t24-ink); font-weight: 700; }
.t24-order-progress li.is-current > :first-child > span:first-child { background: var(--t24-lime); border-color: var(--t24-lime); color: #142511; }
.t24-order-progress li.is-done > :first-child > span:first-child { border-color: #719943; color: var(--bs-primary); }
.t24-order-currency .form-select { min-height: 2.5rem; font-size: .75rem; margin: 0 !important; }
.t24-order-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 2rem; }
.t24-order-main { min-width: 0; }
.t24-order-section-title { margin-bottom: 1.75rem; }
.t24-order-section-title .t24-eyebrow { color: var(--bs-primary); font-size: .65rem; margin-bottom: .75rem; }
.t24-order-section-title h2 { font-size: clamp(1.6rem, 2.6vw, 2.15rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.2; margin-bottom: .8rem; }
.t24-order-section-title > p:last-child { color: var(--t24-muted); font-size: .9rem; max-width: 590px; margin: 0; }
.t24-order-panel { padding: 2rem; border: 1px solid var(--t24-line); border-radius: 1rem; background: var(--t24-surface); }
.t24-order-back { display: inline-block; font-size: .8rem; color: var(--t24-muted); margin-bottom: 1.3rem; text-decoration: none; }
.t24-product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 1rem; }
.t24-product-choice { display: flex; flex-direction: column; align-items: flex-start; background: var(--t24-surface); border: 1px solid var(--t24-line); border-radius: 1rem; padding: 2rem; }
.t24-product-symbol { display: grid; place-items: center; width: 3rem; height: 3rem; color: var(--bs-primary); border-radius: .85rem; background: #96ca4915; font-size: 2rem; margin-bottom: 1.5rem; }
.t24-product-choice h3 { font-size: 1.6rem; font-weight: 670; letter-spacing: -.04em; margin-bottom: .8rem; }
.t24-product-choice p { color: var(--t24-muted); font-size: .9rem; max-width: 440px; margin-bottom: 1.5rem; overflow-wrap: anywhere; }
.t24-product-price { font-size: 1.65rem; font-weight: 680; letter-spacing: -.04em; margin-bottom: .75rem; }
.t24-product-price span { display: block; font-size: .8rem; font-weight: 400; letter-spacing: 0; color: var(--t24-muted); }
.t24-product-price-note { color: var(--t24-muted); font-size: .8rem; margin-bottom: 1.25rem; }
.t24-product-choice .btn { margin-top: auto; min-width: 200px; display: flex; justify-content: space-between; gap: 2rem; }
.t24-order-small { color: var(--t24-muted); font-size: .76rem; line-height: 1.7; margin-top: 1rem; }
.t24-order-aside { position: sticky; top: 1.5rem; }
.t24-cart-summary { border: 1px solid #4c6045; background: linear-gradient(140deg, #173236, #102135); border-radius: 1rem; padding: 1.5rem; color: #eff4fa; }
[data-bs-theme="light"] .t24-cart-summary { background: #f4f8ef; color: #102238; }
.t24-cart-summary-heading { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding-bottom: 1.2rem; border-bottom: 1px solid #71845b55; }
.t24-cart-summary h2 { font-size: 1rem; margin: 0; font-weight: 700; }
.t24-cart-summary-heading > span { color: #b2c2cd; font-size: .65rem; white-space: nowrap; }
[data-bs-theme="light"] .t24-cart-summary-heading > span { color: #536577; }
.t24-cart-empty { padding-top: 1.75rem; }
.t24-cart-empty > span { font-size: 2rem; color: #a9d765; }
.t24-cart-empty h3 { margin-top: .8rem; font-size: .95rem; font-weight: 650; }
.t24-cart-empty p { font-size: .8rem; color: #acbdca; margin-bottom: 0; }
[data-bs-theme="light"] .t24-cart-empty p { color: #536577; }
.t24-cart-items { list-style: none; margin: 0; padding: 1.2rem 0; border-bottom: 1px solid #71845b55; }
.t24-cart-items li { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-block: .6rem; font-size: .8rem; }
.t24-cart-items li > div { min-width: 0; }
.t24-cart-items strong { display: block; overflow-wrap: anywhere; font-weight: 650; }
.t24-cart-items li > b { white-space: nowrap; font-size: .8rem; }
.t24-cart-items li > div > span, .t24-cart-setup { display: block; font-size: .7rem; color: #a9bdc9; }
[data-bs-theme="light"] .t24-cart-items li > div > span, [data-bs-theme="light"] .t24-cart-setup { color: #536577; }
.t24-cart-totals { margin: 1rem 0; }
.t24-cart-totals > div { display: flex; justify-content: space-between; gap: 1rem; font-size: .76rem; padding-block: .4rem; }
.t24-cart-totals dt { font-weight: 400; }
.t24-cart-totals dd { margin: 0; white-space: nowrap; }
.t24-cart-totals .t24-cart-total { font-size: 1.05rem; margin-top: .8rem; padding-top: 1.2rem; border-top: 1px solid #71845b55; font-weight: 700; }
.t24-cart-total dt { font-weight: 700; }
.t24-cart-more { display: inline-block; margin-top: 1rem; font-size: .75rem; }
.t24-order-help { display: flex; align-items: flex-start; gap: .8rem; padding: 1.5rem .4rem; }
.t24-order-help > span { color: var(--bs-primary); font-size: 1.3rem; }
.t24-order-help strong { font-size: .78rem; }
.t24-order-help p { font-size: .75rem; color: var(--t24-muted); margin: .4rem 0; }
.t24-order-help a { font-size: .75rem; }
.t24-domain-modes, .t24-account-tabs { display: flex; gap: .35rem; background: var(--bs-body-bg); padding: .35rem; border-radius: .75rem; margin-bottom: 1.75rem; border: 1px solid var(--t24-line); }
.t24-domain-modes button, .t24-account-tabs button { flex: 1; border: 0; border-radius: .5rem; color: var(--t24-muted); background: transparent; padding: .7rem .8rem; font-weight: 600; font-size: .8rem; }
.t24-domain-modes button[aria-selected="true"], .t24-account-tabs button.active { background: #c1f66b; color: #142511; }
.t24-domain-search { display: flex; flex-wrap: wrap; gap: .8rem; }
.t24-domain-search > .input-group { flex: 1 1 260px; width: auto; }
.t24-domain-search .form-select { flex: 0 0 90px; padding-left: .75rem; }
.t24-domain-search > .btn { font-size: .8rem; }
.t24-domain-status { padding: 1rem 1.2rem; margin-top: 1rem; border: 1px solid var(--t24-line); border-radius: .7rem; font-size: .85rem; }
.t24-domain-status[data-state="success"] { background: #b3ee5d10; border-color: #708d43; color: var(--bs-primary); }
.t24-domain-status[data-state="error"] { background: #f8717110; border-color: #b36b66; color: #ffb6ac; }
[data-bs-theme="light"] .t24-domain-status[data-state="error"] { color: #9f2420; }
.t24-domain-options { margin-top: 1.5rem; }
.t24-domain-advanced { border-top: 1px solid var(--t24-line); margin-top: 1.5rem; padding-top: 1rem; font-size: .8rem; }
.t24-domain-advanced summary { color: var(--t24-muted); cursor: pointer; }
.t24-domain-price { padding-top: 1.5rem; margin-top: 1.5rem; border-top: 1px solid var(--t24-line); }
.t24-domain-price > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .7rem; }
.t24-domain-price strong { color: var(--bs-primary); font-size: 1.1rem; }
.t24-domain-price .t24-order-small { margin-bottom: 0; }
.t24-config-actions { display: flex; justify-content: flex-end; margin-top: 2rem; border-top: 1px solid var(--t24-line); padding-top: 1.5rem; }
.t24-order-config .accordion-body { padding: 0; }
.t24-order-config fieldset[hidden], .t24-domain-options[hidden] { display: none !important; }
.t24-order .form-floating > .form-control, .t24-order .form-floating > .form-select { min-height: 3.6rem; height: 3.6rem; padding-top: 1.55rem; padding-bottom: .35rem; }
.t24-order .form-floating > label { padding: .8rem .9rem; font-size: .8rem; }
.t24-account-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin-block: 1rem; }
.t24-account-actions .btn { min-height: 3rem; width: 100%; font-size: .85rem; }
.t24-checkout-items th { color: var(--t24-muted); font-size: .75rem; font-weight: 500; }
.t24-checkout-items td { padding: 1rem .3rem; font-size: .85rem; }
.t24-checkout-items td:nth-child(2) { white-space: nowrap; text-align: right; }
.t24-checkout-panel .accordion-body { padding: 0; }
.t24-checkout-panel .input-append { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.t24-checkout-panel #apply-promo { margin-top: 1rem; }
.t24-checkout-panel #show-promo-field { font-size: .8rem; }
.t24-payment-legend { font-size: 1.15rem; font-weight: 650; letter-spacing: -.025em; margin-block: 2rem 1rem; }
.t24-payment-option { display: flex; align-items: center; gap: .8rem; padding: 1rem 1.2rem; border: 1px solid var(--t24-line); border-radius: .7rem; font-size: .85rem; cursor: pointer; }
.t24-payment-option:has(input:checked) { border-color: #8db64d; background: #c1f66b0c; }
.t24-payment-option input { margin: 0; flex-shrink: 0; }
.t24-order #checkoutButton { width: 100%; padding-block: .9rem; }
.t24-order-credit { text-align: center; font-size: .65rem; color: var(--t24-muted); margin-top: 2.5rem; }
.t24-order .t24-order-panel > .accordion-body { padding: 0; }
@media (max-width: 1100px) {
    .t24-order-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 1.25rem; }
    .t24-order-panel { padding: 1.5rem; }
    .t24-order-progress ol { gap: 1rem; }
}
@media (max-width: 900px) {
    .t24-order-layout { grid-template-columns: minmax(0, 1fr); }
    .t24-order-aside { position: static; }
    .t24-order-progress { flex-wrap: wrap; gap: .8rem; }
    .t24-order-progress ol { justify-content: space-between; width: 100%; gap: .5rem; }
    .t24-order-progress li > a, .t24-order-progress li > span { font-size: .7rem; gap: .4rem; }
    .t24-order-progress li > :first-child > span:first-child { width: 1.75rem; height: 1.75rem; font-size: .6rem; }
}
@media (max-width: 480px) {
    .t24-order-panel, .t24-product-choice { padding: 1.2rem; }
    .t24-order-progress li > a, .t24-order-progress li > span { flex-direction: column; text-align: center; }
    .t24-order-progress { padding-bottom: 1.5rem; margin-bottom: 1.5rem; }
    .t24-domain-modes button, .t24-account-tabs button { font-size: .75rem; padding-inline: .5rem; }
    .t24-domain-search > .btn, .t24-config-actions .btn { width: 100%; }
    .t24-checkout-items td { font-size: .75rem; }
}
.t24-cart-summary-heading { list-style: none; cursor: pointer; }
.t24-cart-summary-heading::-webkit-details-marker { display: none; }
.t24-summary-toggle { margin-left: auto; }
.t24-cart-summary[open] .t24-summary-toggle { transform: rotate(180deg); }
.t24-cart-summary:not([open]) .t24-cart-summary-heading { border-bottom: 0; padding-bottom: 0; }
.t24-cart-remove { display: inline-block; margin-top: .35rem; font-size: .7rem; color: #b5c5d3; text-decoration: underline; }
[data-bs-theme="light"] .t24-cart-remove { color: #536577; }
@media (max-width: 900px) {
    .t24-order-aside.has-items { grid-row: 1; }
    .t24-order-aside.has-items .t24-order-help { display: none; }
}
.t24-checkout-items td:first-child { overflow-wrap: anywhere; }
/* Complete customer journey */
.t24-category-nav { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0 0 1.5rem; }
.t24-category-nav a { display: inline-flex; padding: .7rem 1.1rem; border: 1px solid #435267; border-radius: 999px; color: inherit; text-decoration: none; }
.t24-category-nav a[aria-current="page"], .t24-category-nav a:hover { background: #d7fb74; border-color: #d7fb74; color: #111d2b; }
.t24-product-guide { margin-bottom: 1.5rem; }
.t24-product-guide h1, .t24-service-journey h1 { font-size: clamp(1.65rem, 4vw, 2.6rem); letter-spacing: -.035em; }
.t24-product-guide li { margin-block: .6rem; }
.t24-service-list { margin-block: 1.5rem; align-items: stretch; }
.t24-service-list h2 { font-size: 1.25rem; overflow-wrap: anywhere; }
.t24-service-list .t24-order-panel { display: flex; flex-direction: column; gap: .7rem; min-width: 0; }
.t24-service-list .btn { margin-top: auto; }
.t24-service-journey { margin-bottom: 1.5rem; }
.t24-service-state { border-left: 3px solid #edc564; padding: .6rem 1rem; margin-block: 1rem; }
.t24-service-state[data-service-state="active"] { border-color: #9cce48; }
.t24-service-state[data-service-state="failed_setup"], .t24-service-state[data-service-state="failed_renew"] { border-color: #e48a86; }
.t24-service-state p { margin: .35rem 0 0; font-size: .9rem; }
.t24-next-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; padding-left: 1.4rem; margin-block: 1.5rem; }
.t24-next-steps li { padding-right: 1rem; }
.t24-next-steps p { margin-top: .5rem; font-size: .9rem; }
.t24-domain-modes { flex-wrap: wrap; }
.t24-domain-modes button { flex: 1 1 160px; }
.t24-config-actions { flex-wrap: wrap; }
.t24-service-journey > .btn { margin: .3rem .5rem .3rem 0; }
@media (max-width: 767px) { .t24-next-steps { grid-template-columns: 1fr; gap: .5rem; } .t24-service-list { grid-template-columns: 1fr; } }
