body.titansystem-assigned-page #header-outer,
body.titansystem-assigned-page #header-space,
body.titansystem-assigned-page header.wp-block-template-part,
body.titansystem-assigned-page .wp-site-blocks > header:not([data-titan-section]):not([data-titan-component]),
body.titansystem-blog-post #header-outer,
body.titansystem-blog-post #header-space,
body.titansystem-blog-post header.wp-block-template-part,
body.titansystem-blog-post .wp-site-blocks > header:not([data-titan-section]):not([data-titan-component]) {
    display: none !important;
}
body.titansystem-assigned-page,
body.titansystem-blog-post {
    overflow-x: clip;
}

@supports not (overflow-x: clip) {
    body.titansystem-assigned-page,
    body.titansystem-blog-post {
        overflow-x: hidden;
    }
}

body.titansystem-assigned-page #footer-outer,
body.titansystem-assigned-page #footer-widgets,
body.titansystem-assigned-page #copyright,
body.titansystem-assigned-page .site-footer:not([data-titansystem-template-footer]),
body.titansystem-assigned-page footer.site-footer:not([data-titansystem-template-footer]),
body.titansystem-assigned-page .wp-site-blocks > footer:not([data-titansystem-template-footer]),
body.titansystem-assigned-page > footer:not([data-titansystem-template-footer]),
body.titansystem-assigned-page footer:not(.ts-caffee-footer):not([data-titansystem-template-footer]),
body.titansystem-blog-post #footer-outer,
body.titansystem-blog-post #footer-widgets,
body.titansystem-blog-post #copyright,
body.titansystem-blog-post .site-footer:not([data-titansystem-template-footer]),
body.titansystem-blog-post footer.site-footer:not([data-titansystem-template-footer]),
body.titansystem-blog-post .wp-site-blocks > footer:not([data-titansystem-template-footer]),
body.titansystem-blog-post > footer:not([data-titansystem-template-footer]),
body.titansystem-blog-post footer:not(.ts-caffee-footer):not([data-titansystem-template-footer]) {
    display: none !important;
}

body.titansystem-assigned-page .titanbase-site-header,
body.titansystem-assigned-page .titanbase-site-footer,
body.titansystem-blog-post .titanbase-site-header,
body.titansystem-blog-post .titanbase-site-footer {
    display: none !important;
}

body.titansystem-assigned-page .titanbase-main,
body.titansystem-assigned-page .titanbase-content,
body.titansystem-blog-post .titanbase-main,
body.titansystem-blog-post .titanbase-content {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.titansystem-assigned-page .titanbase-content > h1:first-child,
body.titansystem-assigned-page .entry-title,
body.titansystem-assigned-page .page-title,
body.titansystem-assigned-page .wp-block-post-title,
body.titansystem-blog-post .titanbase-content > h1:first-child,
body.titansystem-blog-post .entry-title,
body.titansystem-blog-post .page-title,
body.titansystem-blog-post .wp-block-post-title {
    display: none !important;
}

.titansystem-commerce-slot [data-titansystem-product-field="price"],
[data-titansystem-product-field="price"] {
    white-space: nowrap;
}

.titansystem-access-gate {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: clamp(32px, 7vw, 96px) 20px;
    background:
        radial-gradient(circle at 18% 12%, rgba(130, 150, 140, 0.2), transparent 34%),
        linear-gradient(135deg, #f7f4ee 0%, #eef4f0 100%);
    color: #101828;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.titansystem-access-gate section {
    width: min(100%, 640px);
    border: 1px solid rgba(130, 150, 140, 0.24);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 24px 80px rgba(16, 24, 40, 0.12);
    padding: clamp(30px, 6vw, 58px);
    text-align: center;
}

.titansystem-access-gate span {
    display: inline-flex;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(130, 150, 140, 0.12);
    color: #64796f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 8px 12px;
    text-transform: uppercase;
}

.titansystem-access-gate h1 {
    margin: 0;
    font-size: clamp(34px, 8vw, 68px);
    line-height: 0.98;
}

.titansystem-access-gate p {
    margin: 18px auto 0;
    max-width: 46ch;
    color: #667085;
    font-size: 18px;
    line-height: 1.6;
}

.titansystem-access-gate a {
    display: inline-flex;
    margin-top: 28px;
    border-radius: 16px;
    background: #82968c;
    color: #fff;
    font-weight: 800;
    padding: 15px 24px;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.titansystem-access-gate a:hover {
    box-shadow: 0 16px 34px rgba(130, 150, 140, 0.24);
    transform: translateY(-2px);
}

.titansystem-member-account-page {
    margin: 0;
    background:
        radial-gradient(circle at 12% 4%, rgba(130, 150, 140, 0.16), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(184, 154, 99, 0.13), transparent 34%),
        #faf7f2;
    color: #121826;
    font-family: Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.titansystem-member-account,
.titansystem-member-account * {
    box-sizing: border-box;
}

.titansystem-member-account {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
    padding: clamp(18px, 3vw, 34px) 0 clamp(56px, 8vw, 100px);
}

.titansystem-member-account__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(130, 150, 140, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 60px rgba(16, 24, 40, 0.08);
    padding: 14px 18px;
    backdrop-filter: blur(18px);
}

.titansystem-member-account__nav a {
    color: inherit;
    text-decoration: none;
}

.titansystem-member-account__nav strong {
    color: #82968c;
    letter-spacing: 0.02em;
}

.titansystem-member-account__nav nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.titansystem-member-account__nav nav a {
    border: 1px solid rgba(18, 24, 38, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #344054;
    font-size: 13px;
    font-weight: 800;
    padding: 9px 13px;
}

.titansystem-member-account__hero,
.titansystem-member-account__login,
.titansystem-member-empty,
.titansystem-member-plan {
    scroll-margin-top: 112px;
    border: 1px solid rgba(130, 150, 140, 0.18);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 70px rgba(16, 24, 40, 0.08);
}

.titansystem-member-account__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin: 24px 0;
    border-radius: 34px;
    padding: clamp(28px, 5vw, 58px);
}

.titansystem-member-account__hero > span,
.titansystem-member-plan__head > span,
.titansystem-member-empty > span,
.titansystem-member-account__login > span {
    display: inline-flex;
    width: max-content;
    border-radius: 999px;
    background: rgba(130, 150, 140, 0.12);
    color: #667d73;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
    padding: 8px 12px;
    text-transform: uppercase;
}

.titansystem-member-account__hero h1,
.titansystem-member-account__login h1 {
    max-width: 12ch;
    margin: 16px 0 0;
    font-size: clamp(42px, 8vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.titansystem-member-account__hero p,
.titansystem-member-account__login p,
.titansystem-member-empty p,
.titansystem-member-plan__head p {
    color: #667085;
    font-size: 16px;
    line-height: 1.7;
}

.titansystem-member-account__hero div {
    min-width: 240px;
    border-radius: 22px;
    background: #82968c;
    color: #fff;
    padding: 20px;
}

.titansystem-member-account__hero div strong,
.titansystem-member-account__hero div small {
    display: block;
}

.titansystem-member-account__hero div small {
    margin-top: 5px;
    opacity: 0.78;
}

.titansystem-member-account__grid {
    display: grid;
    gap: 22px;
}

.titansystem-member-plan,
.titansystem-member-empty,
.titansystem-member-account__login {
    border-radius: 30px;
    padding: clamp(24px, 4vw, 42px);
}

.titansystem-member-plan__head h2,
.titansystem-member-empty h2 {
    margin: 14px 0 0;
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1;
    letter-spacing: -0.05em;
}

.titansystem-member-plan__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0;
}

.titansystem-member-plan__meta span {
    border: 1px solid rgba(130, 150, 140, 0.16);
    border-radius: 18px;
    background: rgba(250, 247, 242, 0.72);
    color: #344054;
    padding: 15px;
}

.titansystem-member-plan__meta strong {
    display: block;
    margin-bottom: 5px;
    color: #82968c;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.titansystem-member-timeline {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.titansystem-member-timeline li {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid rgba(130, 150, 140, 0.15);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
    padding: 14px;
}

.titansystem-member-timeline li > span {
    display: inline-grid;
    min-height: 44px;
    place-items: center;
    border-radius: 14px;
    background: rgba(130, 150, 140, 0.13);
    color: #667d73;
    font-size: 12px;
    font-weight: 850;
}

.titansystem-member-timeline strong,
.titansystem-member-timeline small {
    display: block;
}

.titansystem-member-timeline small {
    margin-top: 3px;
    color: #667085;
}

.titansystem-member-timeline .is-locked {
    opacity: 0.72;
}

.titansystem-member-timeline .is-unlocked > span {
    background: rgba(34, 197, 94, 0.12);
    color: #047857;
}

.titansystem-member-timeline a,
.titansystem-member-button,
.titansystem-member-empty a,
.titansystem-member-account__login a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #82968c;
    color: #fff;
    font-weight: 850;
    padding: 13px 18px;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.titansystem-member-timeline a:hover,
.titansystem-member-button:hover,
.titansystem-member-empty a:hover,
.titansystem-member-account__login a:hover {
    box-shadow: 0 14px 34px rgba(130, 150, 140, 0.24);
    transform: translateY(-2px);
}

.titansystem-member-plan__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.titansystem-member-button.is-secondary,
.titansystem-member-account__login a.is-secondary {
    border: 1px solid rgba(130, 150, 140, 0.3);
    background: rgba(255, 255, 255, 0.72);
    color: #667d73;
}

.titansystem-member-account__notice {
    border: 1px solid rgba(34, 197, 94, 0.22);
    border-radius: 18px;
    background: rgba(220, 252, 231, 0.72);
    color: #14532d;
    font-weight: 700;
    line-height: 1.55;
    margin: 18px 0 0;
    padding: 14px 18px;
}

.titansystem-member-plan__summary,
.titansystem-member-plan__state {
    border: 1px solid rgba(130, 150, 140, 0.18);
    border-radius: 18px;
    background: rgba(250, 247, 242, 0.78);
    color: #475467;
    line-height: 1.65;
    margin: 0 0 22px;
    padding: 15px 17px;
}

.titansystem-member-plan__state {
    border-color: rgba(184, 154, 99, 0.26);
    background: rgba(184, 154, 99, 0.1);
    color: #6b5842;
    font-weight: 750;
}

.titansystem-member-cancel {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    pointer-events: auto;
}

.titansystem-member-button.is-danger {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(185, 28, 28, 0.24);
    background: rgba(254, 242, 242, 0.88);
    color: #991b1b;
    cursor: pointer;
    pointer-events: auto;
}

.titansystem-member-button.is-danger:hover {
    box-shadow: 0 14px 34px rgba(185, 28, 28, 0.14);
}

.titansystem-member-button.is-danger:focus-visible {
    outline: 3px solid rgba(185, 28, 28, 0.22);
    outline-offset: 3px;
}

.titansystem-member-button.is-danger:disabled {
    cursor: wait;
    opacity: .68;
    transform: none;
}

.titansystem-member-cancel__status:empty {
    display: none;
}

.titansystem-member-cancel__status {
    color: #667085;
    font-size: 13px;
}

.titansystem-member-account__login {
    width: min(100%, 680px);
    margin: clamp(40px, 10vw, 120px) auto;
    text-align: center;
}

.titansystem-member-account__login > span {
    margin: 0 auto;
}

html.titansystem-cookie-lock,
body.titansystem-cookie-lock {
    overflow: hidden !important;
}

.titansystem-cookie-consent[hidden] {
    display: none !important;
}

.titansystem-cookie-consent {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111827;
}

.titansystem-cookie-consent__shade {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.22);
    backdrop-filter: blur(1px);
}

.titansystem-cookie-consent__card {
    position: absolute;
    right: clamp(16px, 3vw, 34px);
    bottom: clamp(16px, 3vw, 34px);
    width: min(calc(100vw - 32px), 430px);
    border: 1px solid rgba(17, 24, 39, 0.09);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.22);
    padding: 22px;
    transition: opacity 320ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.titansystem-cookie-consent.is-saving .titansystem-cookie-consent__card {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
    transition-delay: 220ms;
}

.titansystem-cookie-consent__head {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.titansystem-cookie-consent__head > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #f4f7f5;
    color: #82968c;
    font-size: 20px;
}

.titansystem-cookie-consent h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.titansystem-cookie-consent p {
    margin: 8px 0 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.55;
}

.titansystem-cookie-consent__choices {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.titansystem-cookie-consent__choices label {
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 16px;
    background: #fbfcfb;
    padding: 12px;
}

.titansystem-cookie-consent__choices strong {
    display: block;
    font-size: 13px;
}

.titansystem-cookie-consent__choices small {
    display: block;
    margin-top: 2px;
    color: #6b7280;
    font-size: 11px;
}

.titansystem-cookie-consent__choices input {
    width: 42px;
    height: 24px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    appearance: none;
    background: #d1d5db;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: background 180ms ease;
}

.titansystem-cookie-consent__choices input::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    transition: transform 180ms ease;
}

.titansystem-cookie-consent__choices input:checked {
    background: #82968c;
}

.titansystem-cookie-consent__choices input:checked::before {
    transform: translateX(18px);
}

.titansystem-cookie-consent__choices input:disabled {
    cursor: not-allowed;
    opacity: 0.82;
}

.titansystem-cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.titansystem-cookie-consent__actions button {
    min-height: 46px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    background: #f3f4f6;
    color: #111827;
    cursor: pointer;
    font-weight: 800;
    transition: transform 180ms ease, opacity 180ms ease;
}

.titansystem-cookie-consent__actions button:disabled {
    cursor: default;
    opacity: 0.64;
}

.titansystem-cookie-consent__actions button:hover {
    transform: translateY(-1px);
}

.titansystem-cookie-consent__actions [data-titansystem-cookie-save] {
    grid-column: 1 / -1;
    background: #eef3ef;
    color: #5f7469;
}

.titansystem-cookie-consent__actions [data-titansystem-cookie-accept] {
    background: #111827;
    color: #fff;
}

.titansystem-cookie-consent__privacy {
    display: block;
    margin-top: 14px;
    color: #4b5563;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.titansystem-cookie-consent__feedback {
    margin-top: 12px;
    border: 1px solid rgba(130, 150, 140, 0.22);
    border-radius: 14px;
    background: #eef7f1;
    color: #5f7469;
    font-size: 13px;
    font-weight: 800;
    padding: 11px 12px;
    text-align: center;
}

.titansystem-blog-post .article-lead,
.titansystem-blog-post .titanblog-block {
    width: min(760px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.titansystem-blog-post .article-lead {
    margin-top: 34px;
    margin-bottom: 34px;
    color: #222;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.55;
}

.titansystem-blog-post .titanblog-block {
    margin-top: 42px;
    margin-bottom: 42px;
}

.titansystem-blog-post .titanblog-block h2 {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.titansystem-blog-post .titanblog-block p {
    color: #555;
    font-size: 18px;
    line-height: 1.75;
}

.titansystem-blog-post .titanblog-block--split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(24px, 5vw, 60px);
    align-items: center;
    width: min(1100px, calc(100% - 40px));
}

.titansystem-blog-post .titanblog-block--split figure,
.titansystem-blog-post .titanblog-block--image {
    margin: 0;
}

.titansystem-blog-post .titanblog-block--split img,
.titansystem-blog-post .titanblog-block--image img {
    display: block;
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 22px 60px rgba(22, 26, 32, .12);
}

.titansystem-blog-post .titanblog-block--image {
    width: min(980px, calc(100% - 40px));
}

.titansystem-blog-post .titanblog-block--quote {
    border-left: 4px solid #82968c;
    border-radius: 0 22px 22px 0;
    padding: 24px 28px;
    background: #f4f6f2;
    color: #26302b;
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1.45;
}

.titansystem-blog-post .titanblog-block--list {
    display: grid;
    gap: 14px;
    padding: 0;
    list-style: none;
}

.titansystem-blog-post .titanblog-block--list li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: #3f4743;
    font-size: 18px;
    line-height: 1.55;
}

.titansystem-blog-post .titanblog-block--list li::before {
    content: "\2713";
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 999px;
    background: rgba(130, 150, 140, .14);
    color: #82968c;
    font-size: 13px;
    font-weight: 900;
}

.titansystem-blog-post .titanblog-block--button {
    text-align: center;
}

.titansystem-blog-post .titanblog-block--button .button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 0 22px;
    background: #82968c;
    color: #fff;
    font-weight: 850;
    text-decoration: none;
}

@media (max-width: 760px) {
    .titansystem-member-account {
        width: min(100% - 22px, 1180px);
        padding-top: 12px;
    }

    .titansystem-member-account__nav {
        align-items: flex-start;
        border-radius: 20px;
    }

    .titansystem-member-account__nav nav {
        gap: 7px;
    }

    .titansystem-member-account__nav nav a {
        font-size: 12px;
        padding: 8px 10px;
    }

    .titansystem-member-account__hero {
        grid-template-columns: 1fr;
        border-radius: 26px;
        padding: 26px 20px;
    }

    .titansystem-member-account__hero h1,
    .titansystem-member-account__login h1 {
        max-width: 100%;
        font-size: clamp(36px, 11vw, 52px);
        letter-spacing: -0.05em;
    }

    .titansystem-member-account__hero div {
        min-width: 0;
    }

    .titansystem-member-plan__meta {
        grid-template-columns: 1fr;
    }

    .titansystem-member-timeline li {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .titansystem-member-timeline li > span {
        width: max-content;
        min-height: 0;
        padding: 8px 11px;
    }

    .titansystem-member-timeline a {
        width: 100%;
    }

    .titansystem-blog-post .titanblog-block--split {
        grid-template-columns: 1fr;
    }

    .titansystem-blog-post .titanblog-block--image-right figure {
        order: -1;
    }
}

@media (max-width: 520px) {
    html.titansystem-cookie-lock,
    body.titansystem-cookie-lock {
        overflow: hidden !important;
    }

    .titansystem-cookie-consent__shade {
        background: rgba(17, 24, 39, 0.18);
        backdrop-filter: blur(0.5px);
    }

    .titansystem-cookie-consent__card {
        right: max(12px, env(safe-area-inset-right));
        bottom: max(12px, env(safe-area-inset-bottom));
        width: min(calc(100vw - 24px), 360px);
        max-height: calc(100dvh - 34px);
        overflow-y: auto;
        overscroll-behavior: contain;
        border-radius: 20px;
        padding: 14px;
        scrollbar-width: thin;
    }

    .titansystem-cookie-consent__head {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 9px;
    }

    .titansystem-cookie-consent__head > span {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }

    .titansystem-cookie-consent h2 {
        font-size: 16px;
    }

    .titansystem-cookie-consent p {
        font-size: 12px;
        line-height: 1.38;
    }

    .titansystem-cookie-consent__choices {
        gap: 6px;
        margin: 10px 0;
    }

    .titansystem-cookie-consent__choices label {
        border-radius: 13px;
        padding: 8px 9px;
    }

    .titansystem-cookie-consent__choices strong {
        font-size: 12px;
    }

    .titansystem-cookie-consent__choices small {
        font-size: 10.5px;
        line-height: 1.35;
    }

    .titansystem-cookie-consent__actions button {
        width: 100%;
        min-height: 40px;
        border-radius: 12px;
        font-size: 13px;
    }

    .titansystem-cookie-consent__privacy {
        margin-top: 10px;
    }
}

@media (max-width: 380px), (max-height: 740px) {
    .titansystem-cookie-consent__card {
        width: min(calc(100vw - 20px), 340px);
        max-height: calc(100dvh - 24px);
        padding: 12px;
    }

    .titansystem-cookie-consent__choices label {
        padding: 7px 8px;
    }

    .titansystem-cookie-consent__actions {
        gap: 8px;
    }

    .titansystem-cookie-consent__actions button {
        min-height: 38px;
    }
}

/* Member account v2: mirrors the Ruheweg account design contract. */
.titansystem-member-account-page {
    background: linear-gradient(135deg, #f8f7f3 0%, #f2f0ea 100%);
    color: #171717;
    font-size: 16px;
}

.titansystem-member-account {
    width: min(100% - 40px, 1280px);
    padding: 20px 0 80px;
}

.titansystem-member-account__nav {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    border-color: rgba(80, 91, 82, .12);
    border-radius: 0;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 35px rgba(43, 54, 45, .05);
    padding: 16px 20px;
}

.titansystem-member-account__brand strong {
    color: #789084;
    font-size: 17px;
}

.titansystem-member-account__nav nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
}

.titansystem-member-account__nav nav a,
.titansystem-member-account__nav nav span,
.titansystem-member-account__logout {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(52, 64, 56, .12);
    border-radius: 999px;
    background: #fff;
    color: #30332f;
    font-size: 14px;
    font-weight: 750;
    padding: 9px 17px;
    text-decoration: none;
    white-space: nowrap;
}

.titansystem-member-account__nav nav .is-active {
    border-color: #82968c;
    background: #82968c;
    color: #fff;
}

.titansystem-member-account__nav nav .is-locked {
    background: #f2f2f0;
    color: #9a9d99;
    cursor: not-allowed;
}

.titansystem-member-account__hero,
.titansystem-member-plan {
    border-color: rgba(80, 91, 82, .13);
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 50px rgba(43, 54, 45, .055);
}

.titansystem-member-account__hero {
    grid-template-columns: minmax(0, 1fr) 170px;
    align-items: center;
    margin: 38px 0 22px;
    padding: clamp(34px, 5vw, 58px);
}

.titansystem-member-account__welcome > span,
.titansystem-member-plan__head > span {
    color: #2c302d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.titansystem-member-account__hero h1 {
    max-width: none;
    margin: 22px 0 16px;
    font-size: clamp(44px, 6vw, 70px);
    line-height: 1;
    letter-spacing: -.055em;
}

.titansystem-member-account__hero p {
    max-width: 720px;
    margin: 0;
    color: #525a54;
    font-size: 18px;
    line-height: 1.65;
}

.titansystem-member-account__hero-icon {
    width: 138px;
    height: 138px;
    justify-self: end;
    border-radius: 999px;
    object-fit: cover;
}

.titansystem-member-account__hero .titansystem-member-account__welcome {
    min-width: 0;
    border: 1px solid rgba(70, 91, 80, .2);
    border-radius: 22px;
    background: linear-gradient(135deg, #667f73 0%, #789084 100%);
    color: #fff;
    padding: clamp(26px, 4vw, 38px);
    box-shadow: 0 18px 40px rgba(58, 77, 67, .13);
}

.titansystem-member-account__hero .titansystem-member-account__welcome > span,
.titansystem-member-account__hero .titansystem-member-account__welcome h1,
.titansystem-member-account__hero .titansystem-member-account__welcome p {
    color: #fff;
}

.titansystem-member-account__hero .titansystem-member-account__welcome > span {
    opacity: .9;
}

.titansystem-member-account__hero .titansystem-member-account__welcome h1 {
    margin-top: 18px;
}

.titansystem-member-account__hero .titansystem-member-account__welcome p {
    color: #f4f7f5;
}

.titansystem-member-account__hero .titansystem-member-account__facts {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
    margin-top: 30px;
    border: 1px solid rgba(80, 91, 82, .12);
    border-radius: 20px;
    background: #f7f9f7;
    color: #171717;
    padding: 0;
}

.titansystem-member-account__hero .titansystem-member-account__facts > span {
    min-width: 0;
    padding: 24px;
}

.titansystem-member-account__facts > span + span {
    border-left: 1px solid rgba(80, 91, 82, .12);
}

.titansystem-member-account__facts strong,
.titansystem-member-account__facts small,
.titansystem-member-account__facts em {
    display: block;
}

.titansystem-member-account__facts strong {
    margin-bottom: 8px;
    color: #4c514d;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.titansystem-member-account__facts small {
    margin-top: 8px;
    color: #686f69;
    font-size: 14px;
}

.titansystem-member-account__facts em {
    color: #6f8b75;
    font-style: normal;
}

.titansystem-member-plan {
    padding: clamp(30px, 4vw, 46px);
}

.titansystem-member-plan__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 28px;
    align-items: center;
}

.titansystem-member-plan__head h2 {
    margin: 15px 0 8px;
    font-size: clamp(38px, 5vw, 56px);
}

.titansystem-member-plan__head p {
    margin: 0;
    color: #59615b;
    font-size: 16px;
}

.titansystem-member-plan__actions {
    display: grid;
    margin: 0;
}

.titansystem-member-download {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(130, 150, 140, .22);
    border-radius: 18px;
    background: #faf9f6;
    color: #243028;
    padding: 18px 20px;
    text-decoration: none;
}

.titansystem-member-download > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: #edf3ef;
    color: #65806d;
}

.titansystem-member-download svg,
.titansystem-member-timeline__lock svg,
.titansystem-member-timeline a svg,
.titansystem-member-receipt__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.titansystem-member-download strong,
.titansystem-member-download small {
    display: block;
}

.titansystem-member-download small {
    grid-column: 2;
    color: #59615b;
    font-size: 14px;
}

.titansystem-member-download::after {
    content: attr(data-download-remaining) "/" attr(data-download-maximum);
    grid-column: 3;
    grid-row: 1 / 3;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 2px solid #6e9077;
    border-radius: 999px;
    color: #54705d;
    font-weight: 800;
}

.titansystem-member-download.is-exhausted {
    opacity: .68;
    pointer-events: none;
}

.titansystem-member-plan__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 30px 0;
    border: 1px solid rgba(80, 91, 82, .12);
    border-radius: 18px;
    overflow: hidden;
}

.titansystem-member-plan__meta span {
    border: 0;
    border-radius: 0;
    background: #fff;
    font-size: 16px;
    padding: 20px;
}

.titansystem-member-plan__meta span + span {
    border-left: 1px solid rgba(80, 91, 82, .12);
}

.titansystem-member-plan__meta span:nth-child(2),
.titansystem-member-plan__meta span:nth-child(3) {
    display: none;
}

.titansystem-member-timeline li {
    min-height: 84px;
    border-color: rgba(80, 91, 82, .12);
    border-radius: 18px;
    background: #fff;
    padding: 16px 20px;
}

.titansystem-member-timeline li > span:first-child {
    min-height: 58px;
    border-radius: 14px;
    font-size: 13px;
}

.titansystem-member-timeline .is-locked {
    border-color: #e5e8e5;
    background: #f8f9f8;
    filter: none;
    opacity: .78;
}

.titansystem-member-timeline__lock {
    display: grid !important;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 999px !important;
    background: #f0f1ef !important;
    color: #6c716d !important;
}

.titansystem-member-timeline a {
    gap: 8px;
}

.titansystem-member-timeline a svg {
    width: 18px;
    height: 18px;
}

.titansystem-member-receipts {
    display: grid;
    gap: 12px;
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid rgba(80, 91, 82, .14);
}

.titansystem-member-receipts > div > span {
    color: #667f73;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.titansystem-member-receipts h3 {
    margin: 6px 0 5px;
    color: #1d241f;
    font-size: clamp(24px, 3vw, 34px);
}

.titansystem-member-receipts > div > p {
    margin: 0 0 10px;
    color: #626a64;
    font-size: 15px;
}

.titansystem-member-receipt {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto auto;
    gap: 14px;
    align-items: center;
    border: 1px solid #dfe6e1;
    border-radius: 18px;
    background: #f8faf8;
    padding: 16px 18px;
}

.titansystem-member-receipt__icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    background: #e7f0ea;
    color: #587264;
}

.titansystem-member-receipt strong,
.titansystem-member-receipt small {
    display: block;
}

.titansystem-member-receipt small {
    margin-top: 2px;
    color: #6a716c;
    font-size: 13px;
}

.titansystem-member-receipt > b {
    color: #27362e;
    font-size: 17px;
}

.titansystem-member-receipt > em {
    border-radius: 999px;
    background: #e3f2e8;
    color: #356344;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    padding: 7px 10px;
}

.titansystem-member-account__login form {
    display: grid;
    gap: 14px;
    margin: 24px 0 14px;
    text-align: left;
}

.titansystem-member-account__login label {
    display: grid;
    gap: 7px;
    font-size: 16px;
    font-weight: 700;
}

.titansystem-member-account__login input:not([type="checkbox"]) {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(80, 91, 82, .2);
    border-radius: 14px;
    font: inherit;
    padding: 12px 14px;
}

.titansystem-member-account__login button {
    min-height: 52px;
    border: 0;
    border-radius: 14px;
    background: #82968c;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
}

.titansystem-member-login__remember {
    display: flex !important;
    align-items: center;
    font-weight: 500 !important;
}

@media (max-width: 980px) {
    .titansystem-member-account__nav {
        grid-template-columns: 1fr auto;
    }

    .titansystem-member-account__nav nav {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 3px;
    }

    .titansystem-member-plan__top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .titansystem-member-account {
        width: min(100% - 20px, 1280px);
        padding-top: 10px;
    }

    .titansystem-member-account__nav {
        gap: 12px;
        padding: 13px;
    }

    .titansystem-member-account__nav nav a,
    .titansystem-member-account__nav nav span,
    .titansystem-member-account__logout {
        min-height: 38px;
        font-size: 13px;
        padding: 8px 13px;
    }

    .titansystem-member-account__hero {
        grid-template-columns: 1fr;
        margin-top: 18px;
        padding: 26px 20px;
    }

    .titansystem-member-account__hero .titansystem-member-account__welcome {
        padding: 24px 20px;
    }

    .titansystem-member-account__hero h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .titansystem-member-account__hero p {
        font-size: 16px;
    }

    .titansystem-member-account__hero-icon {
        display: none;
    }

    .titansystem-member-account__facts {
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .titansystem-member-account__facts > span + span {
        border-top: 1px solid rgba(80, 91, 82, .12);
        border-left: 0;
    }

    .titansystem-member-plan {
        padding: 24px 16px;
    }

    .titansystem-member-plan__meta {
        grid-template-columns: 1fr;
    }

    .titansystem-member-plan__meta span + span {
        border-top: 1px solid rgba(80, 91, 82, .12);
        border-left: 0;
    }

    .titansystem-member-download {
        grid-template-columns: 36px minmax(0, 1fr);
        padding: 16px;
    }

    .titansystem-member-download::after {
        display: none;
    }

    .titansystem-member-timeline li {
        grid-template-columns: 64px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 12px;
    }

    .titansystem-member-timeline li > span:first-child {
        width: 64px;
        min-height: 50px;
        padding: 6px;
    }

    .titansystem-member-timeline a {
        width: auto;
        padding: 11px 12px;
    }

    .titansystem-member-receipt {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        padding: 14px;
    }

    .titansystem-member-receipt > em {
        grid-column: 2 / -1;
        width: max-content;
    }
}

/* Member account responsive hardening: every navigation item remains visible
   without introducing a second horizontal viewport. */
.titansystem-member-account-page {
    max-width: 100%;
    overflow-x: clip;
}

.titansystem-member-account,
.titansystem-member-account * {
    min-width: 0;
}

.titansystem-member-account h1,
.titansystem-member-account h2,
.titansystem-member-account h3,
.titansystem-member-account p,
.titansystem-member-account strong,
.titansystem-member-account small,
.titansystem-member-account a,
.titansystem-member-account span {
    overflow-wrap: anywhere;
}

@media (max-width: 980px) {
    .titansystem-member-account__nav nav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
        overflow: visible;
        padding-bottom: 0;
    }

    .titansystem-member-account__nav nav a,
    .titansystem-member-account__nav nav span {
        width: 100%;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 700px) {
    .titansystem-member-account__nav nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .titansystem-member-account__brand strong,
    .titansystem-member-account__logout {
        overflow-wrap: normal;
    }

    .titansystem-member-account__hero,
    .titansystem-member-plan,
    .titansystem-member-receipt,
    .titansystem-member-download,
    .titansystem-member-timeline li {
        max-width: 100%;
    }

    .titansystem-member-receipt {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .titansystem-member-receipt > b,
    .titansystem-member-receipt > em {
        grid-column: 2;
        justify-self: start;
    }

    .titansystem-member-account__hero .titansystem-member-account__facts {
        grid-template-columns: minmax(0, 1fr);
    }

    .titansystem-member-account__hero .titansystem-member-account__facts > span + span {
        border-top: 1px solid rgba(80, 91, 82, .12);
        border-left: 0;
    }

    .titansystem-member-timeline li {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .titansystem-member-timeline li > span:first-child {
        width: 54px;
    }

    .titansystem-member-timeline li > a {
        grid-column: 1 / -1;
        width: 100%;
        white-space: nowrap;
    }

    .titansystem-member-timeline__lock {
        grid-column: 2;
        justify-self: end;
    }
}
