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);
}

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-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;
    }
}
