/* Shared slug information pages (UI only, content unchanged) */
.page-slug {
    --slug-card-bg: linear-gradient(180deg, #ffffff 0%, #fbfdff 56%, #f8fbff 100%);
    --slug-card-border: #dbe7f2;
    --slug-card-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 14px 30px rgba(15, 23, 42, 0.05),
        0 3px 10px rgba(15, 23, 42, 0.03);
}

.page-slug .cta-two > .container > .row {
    align-items: stretch;
    row-gap: 16px;
}

.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img),
.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) {
    margin-left: 0;
    margin-right: 0;
    row-gap: 0;
    border: 1px solid var(--slug-card-border);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.page-slug .cta-two > .container > .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"],
.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] + [class*="col-"],
.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] + [class*="col-"] {
    border-left: 1px solid #e7edf4;
}

.page-slug .cta-two > .container > .row > [class*="col-"] > img,
.page-slug .cta-two > .container > .row > [class*="col-"] > figure > img {
    width: 100%;
    min-height: 340px;
    height: 100%;
    object-fit: cover;
    border: 0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] > img,
.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] > img,
.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] > figure > img,
.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] > figure > img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.page-slug .cta-two figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-slug .cta-two figcaption.metadata {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.58;
    color: var(--thm-body);
}

.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] > figure > figcaption.metadata,
.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] > figure > figcaption.metadata {
    margin-top: 0;
    padding: 12px 18px 14px;
    border-top: 1px solid #e7edf4;
    background: #fff;
}

.page-slug .cta-two__content {
    position: relative;
    height: 100%;
    padding: 10px 0 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] > .cta-two__content,
.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] > .cta-two__content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 40px 40px 34px;
}

.page-slug .cta-two__content::before {
    display: none;
}

.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] > .cta-two__content::before,
.page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] > .cta-two__content::before {
    display: none;
}

.page-slug .cta-two .block-title {
    margin-bottom: 12px;
}

.page-slug .cta-two .block-title h2 {
    margin-bottom: 0;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.14;
    letter-spacing: -0.01em;
}

.page-slug .cta-two .block-title.text-center {
    margin-bottom: 18px;
}

.page-slug .cta-two p.normal,
.page-slug .cta-two ul.normal,
.page-slug .cta-two__content-highlight p,
.page-slug .cta-two__content-highlight li {
    font-size: 17px;
    line-height: 1.72;
    color: var(--thm-body);
}

.page-slug .cta-two__content-highlight {
    margin-top: 0;
    margin-bottom: 0;
}

.page-slug .cta-two > .container > .row:not(:has(> [class*="col-"] > img)):not(:has(> [class*="col-"] > figure > img))
> [class*="col-"] > .cta-two__content > .cta-two__content-highlight:not(.sb-table-wrapper) {
    margin-top: 4px;
    padding-left: 18px;
    border-left: 3px solid rgba(64, 185, 235, 0.26);
}

.page-slug .cta-two h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 1.4;
}

.page-slug .cta-two h4 {
    margin-top: 14px;
    margin-bottom: 4px;
    font-size: 19px;
    line-height: 1.45;
}

.page-slug .cta-two ul.normal {
    padding-left: 1.2rem;
}

.page-slug .cta-two ul.normal li + li {
    margin-top: 8px;
}

.page-slug .cta-two__list {
    margin: 0;
    display: grid;
    gap: 12px;
}

.page-slug .cta-two__list li {
    margin: 0;
    padding: 15px 16px 14px 38px;
    border: 1px solid #e8eef4;
    border-radius: 14px;
    background: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.page-slug .cta-two__list li i {
    top: 0.86em;
    left: 14px;
    transform: translateY(-50%);
    line-height: 1;
}

.page-slug .cta-two__list li:has(> i):not(:has(> br)):not(:has(> small)) {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 16px;
}

.page-slug .cta-two__list li:has(> i):not(:has(> br)):not(:has(> small)) i {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0.34em;
    flex: 0 0 auto;
}

.page-slug .cta-two__list li small {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.6;
}

.page-slug .cta-two__list li:has(> i + small:last-child) {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-left: 16px;
}

.page-slug .cta-two__list li:has(> i + small:last-child) i {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0.34em;
    flex: 0 0 auto;
}

.page-slug .cta-two__list li:has(> i + small:last-child) small {
    display: block;
    margin-top: 0;
    flex: 1 1 auto;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.page-slug .cta-two__list li:has(> i + br + small) {
    padding-left: 16px;
}

.page-slug .cta-two__list li:has(> i + br + small) i {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin-right: 10px;
    line-height: 1;
}

.page-slug .cta-two__list li:has(> i + br + small) > br {
    display: none;
}

.page-slug .cta-two__list li:has(> i + br + small) small {
    margin-top: 4px;
    margin-left: 24px;
}

.page-slug a.base-link {
    font-weight: 500;
    text-underline-offset: 3px;
}

.page-slug .home-intro .cta-route-map {
    border: 1px solid var(--slug-card-border);
    border-radius: 16px;
    padding: 30px 32px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.page-slug .home-intro .cta-route-map p.normal {
    margin: 0;
}

.page-slug .sb-tabs-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 18px 18px 12px;
    border: 1px solid var(--slug-card-border);
    border-radius: 20px;
    overflow: hidden;
    background: var(--slug-card-bg);
    box-shadow: var(--slug-card-shadow);
}

.page-slug .sb-tabs-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, var(--thm-base), var(--thm-primary));
    opacity: 0.58;
}

.page-slug .sb-tabs-container {
    margin: 0;
    padding: 0 6px 14px;
    border-bottom: 1px solid #e8eef4;
}

.page-slug .sb-tabs {
    gap: 10px;
}

.page-slug .sb-tabs label {
    padding: 10px 18px;
    border: 1px solid var(--slug-card-border);
    border-radius: 999px;
    background: #fff;
}

.page-slug .sb-tabs label::after {
    display: none;
}

.page-slug .sb-tabs label h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: var(--thm-body);
    font-weight: 600;
}

.page-slug .sb-tabs label.active {
    border-color: rgba(64, 185, 235, 0.4);
    background: linear-gradient(180deg, #ffffff 0%, rgba(64, 185, 235, 0.08) 100%);
    box-shadow: 0 8px 16px rgba(64, 185, 235, 0.12);
}

.page-slug .sb-tabs label.active h3 {
    color: var(--thm-base);
}

.page-slug .sb-tab-contents {
    padding: 24px 10px 8px;
    background: transparent;
}

.page-slug .sb-tab-content .container {
    max-width: 100%;
    padding: 0;
}

.page-slug .sb-tab-content .row {
    margin-left: -10px;
    margin-right: -10px;
    align-items: stretch;
    row-gap: 16px;
}

.page-slug .sb-tab-content [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
}

.page-slug .sb-tab-content .sb-tab-text {
    width: 100%;
    align-items: center;
}

.page-slug .sb-tab-content img {
    width: 100%;
    min-height: 220px;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #e1e9f2;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 10px 24px rgba(15, 23, 42, 0.08);
}

.page-slug .sb-tab-content p,
.page-slug .sb-tab-content ul {
    margin: 0;
    font-size: 17px;
    line-height: 1.72;
    color: var(--thm-body);
}

.page-slug .sb-tab-content ul {
    padding-left: 1.2rem;
}

.page-slug .sb-tab-content ul li + li {
    margin-top: 6px;
}

.page-slug .sb-tab-arrow {
    top: 24px;
    transform: none;
    border: 1px solid var(--slug-card-border);
    background: #fff;
    color: var(--thm-primary);
}

.page-slug .sb-table-wrapper {
    border: 1px solid var(--slug-card-border);
    border-radius: 16px;
    background: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 10px 24px rgba(15, 23, 42, 0.06);
}

.page-slug .sb-table th,
.page-slug .sb-table td {
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.55;
}

.page-slug .sb-table thead th {
    background: #f8fbff;
}

.page-slug .faq-one .block-title {
    margin-bottom: 16px;
}

.page-slug .faq-one .block-title h2 {
    margin-bottom: 0;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.14;
    letter-spacing: -0.01em;
}

.page-slug .block-title.text-left {
    text-align: left;
}

.page-slug .block-title.text-center {
    text-align: center;
}

.page-slug .faq-one-accrodion .accrodion {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 16px;
    border-color: var(--slug-card-border);
}

.page-slug .faq-one-accrodion .accrodion-title h3,
.page-slug .faq-one-accrodion .accrodion-title h4 {
    font-size: 21px;
    line-height: 1.42;
    font-weight: 500;
}

.page-slug .faq-one-accrodion .accrodion-content p {
    font-size: 17px;
    line-height: 1.72;
}

@media (max-width: 991px) {
    .page-slug .cta-two > .container > .row > [class*="col-"] {
        display: block;
    }

    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img),
    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) {
        border-radius: 18px;
    }

    .page-slug .cta-two > .container > .row > [class*="col-"] > img,
    .page-slug .cta-two > .container > .row > [class*="col-"] > figure > img {
        min-height: 260px;
    }

    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] > .cta-two__content,
    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] > .cta-two__content {
        padding: 26px 24px 22px;
    }

    .page-slug .cta-two__content {
        padding: 8px 0 4px;
    }

    .page-slug .cta-two .block-title h2 {
        font-size: clamp(28px, 4.5vw, 34px);
    }

    .page-slug .faq-one .block-title h2 {
        font-size: clamp(28px, 4.5vw, 34px);
    }

    .page-slug .sb-tabs-wrapper {
        padding: 14px 14px 10px;
    }

    .page-slug .sb-tabs label {
        padding: 9px 14px;
    }

    .page-slug .sb-tab-contents {
        padding: 18px 4px 6px;
    }
}

@media (max-width: 767px) {
    .page-slug .home-intro .cta-route-map {
        padding: 24px 20px;
    }

    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img),
    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) {
        border-radius: 16px;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
    }

    .page-slug .cta-two__content {
        padding: 6px 0 2px;
        border-radius: 0;
    }

    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] + [class*="col-"],
    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] + [class*="col-"] {
        border-left: 0;
        border-top: 1px solid #e7edf4;
    }

    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] > .cta-two__content,
    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] > .cta-two__content {
        padding: 20px 16px 16px;
    }

    .page-slug .cta-two > .container > .row > [class*="col-"] > img,
    .page-slug .cta-two > .container > .row > [class*="col-"] > figure > img {
        min-height: 220px;
        border-radius: 16px;
    }

    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] > img,
    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] > img,
    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > img) > [class*="col-"] > figure > img,
    .page-slug .cta-two > .container > .row:has(> [class*="col-"] > .cta-two__content):has(> [class*="col-"] > figure > img) > [class*="col-"] > figure > img {
        border-radius: 0;
    }

    .page-slug .cta-two .block-title h2 {
        font-size: 28px;
    }

    .page-slug .faq-one .block-title h2 {
        font-size: 28px;
    }

    .page-slug .cta-two p.normal,
    .page-slug .cta-two ul.normal,
    .page-slug .cta-two__content-highlight p,
    .page-slug .cta-two__content-highlight li,
    .page-slug .sb-tab-content p,
    .page-slug .sb-tab-content ul,
    .page-slug .faq-one-accrodion .accrodion-content p {
        font-size: 16px;
        line-height: 1.68;
    }

    .page-slug .cta-two h3 {
        font-size: 20px;
    }

    .page-slug .cta-two h4 {
        font-size: 18px;
    }

    .page-slug .cta-two__list li {
        font-size: 17px;
    }

    .page-slug .sb-tabs-wrapper {
        border-radius: 16px;
        padding: 12px 12px 8px;
    }

    .page-slug .sb-tabs-container {
        padding: 0 4px 12px;
    }

    .page-slug .sb-tabs label {
        padding: 8px 12px;
    }

    .page-slug .sb-tabs label h3 {
        font-size: 15px;
    }

    .page-slug .sb-tab-contents {
        padding: 14px 0 2px;
    }

    .page-slug .sb-tab-content .row {
        margin-left: 0;
        margin-right: 0;
    }

    .page-slug .sb-tab-content [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .page-slug .sb-tab-content img {
        min-height: 190px;
        border-radius: 14px;
    }

    .page-slug .sb-table th,
    .page-slug .sb-table td {
        padding: 12px 10px;
        font-size: 15px;
    }

    .page-slug .faq-one-accrodion .accrodion {
        padding-left: 18px;
        padding-right: 18px;
    }

    .page-slug .faq-one-accrodion .accrodion-title h3,
    .page-slug .faq-one-accrodion .accrodion-title h4 {
        font-size: 18px;
        line-height: 1.45;
    }
}

/* -------------------------------------------------------------------------- */
/* Static About/Contact/Policy Pages (merged from customize/css/slug-static-pages.css) */
/* -------------------------------------------------------------------------- */
.slug-static {
    position: relative;
    padding: 62px 0 84px;
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        rgba(var(--thm-primary-rgb), 0.06) 52%,
        #ffffff 100%
    );
    overflow: hidden;
}

.page-slug section.page-header + .slug-static {
    margin-top: 0 !important;
}

.page-slug .slug-static {
    margin-bottom: 0 !important;
}

.slug-static::before,
.slug-static::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.slug-static::before {
    width: 540px;
    height: 540px;
    top: -300px;
    right: -180px;
    background: radial-gradient(circle, rgba(var(--thm-primary-rgb), 0.16) 0%, rgba(var(--thm-primary-rgb), 0) 68%);
}

.slug-static::after {
    width: 460px;
    height: 460px;
    bottom: -270px;
    left: -140px;
    background: radial-gradient(circle, rgba(var(--thm-base-rgb), 0.14) 0%, rgba(var(--thm-base-rgb), 0) 70%);
}

.slug-static .container {
    position: relative;
    z-index: 1;
}

.slug-static__hero {
    margin-bottom: 24px;
    padding: 32px 34px;
    border-radius: 20px;
    border: 1px solid rgba(var(--thm-primary-rgb), 0.26);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(var(--thm-primary-rgb), 0.07) 100%);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}

.slug-static__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(var(--thm-primary-rgb), 0.35);
    background: rgba(var(--thm-primary-rgb), 0.1);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: var(--thm-fw-bold);
    color: var(--thm-base-darker);
}

.slug-static__hero h2 {
    margin: 0;
    font-size: clamp(31px, 3.4vw, 48px);
    line-height: 1.14;
    font-weight: 780;
    letter-spacing: -0.02em;
    color: var(--thm-black);
}

.slug-static__lead {
    margin: 14px 0 0;
    max-width: 980px;
    font-size: 18px;
    line-height: 1.78;
    color: var(--thm-body);
}

.slug-static__chip-row {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.slug-static__chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(var(--thm-primary-rgb), 0.38);
    background: #ffffff;
    font-size: 13px;
    font-weight: var(--thm-fw-semibold);
    line-height: 1;
    color: var(--thm-black);
}

.slug-static__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.slug-static__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.slug-static--contact .slug-static__grid--2 {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.slug-static__card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--thm-gray);
    border-radius: 18px;
    padding: 28px;
    margin-bottom: 0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.slug-static__card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--thm-base) 0%, var(--thm-primary) 100%);
}

.slug-static__card:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--thm-primary-rgb), 0.42);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.11);
}

.slug-static > .container > .slug-static__card {
    margin-top: 22px;
}

.slug-static__card h2,
.slug-static__card h3 {
    margin: 0 0 14px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.slug-static__card h2 {
    font-size: clamp(25px, 2.3vw, 33px);
    font-weight: 760;
    color: var(--thm-black);
}

.slug-static__card h3 {
    font-size: clamp(21px, 1.9vw, 27px);
    font-weight: var(--thm-fw-bold);
    color: var(--thm-black);
}

.slug-static__card p {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.76;
    color: var(--thm-body);
}

.slug-static__card a:not(.thm-btn):not(.slug-static__text-link) {
    color: var(--thm-base);
    font-weight: var(--thm-fw-semibold);
    text-decoration: underline;
    text-decoration-color: rgba(var(--thm-base-rgb), 0.45);
}

.slug-static__card a:not(.thm-btn):not(.slug-static__text-link):hover,
.slug-static__card a:not(.thm-btn):not(.slug-static__text-link):focus {
    color: var(--thm-primary);
    text-decoration-color: rgba(var(--thm-primary-rgb), 0.55);
}

.slug-static__card p:last-child {
    margin-bottom: 0;
}

.slug-static__meta {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    color: var(--thm-darkgray);
    font-weight: var(--thm-fw-semibold);
}

.slug-static__list {
    margin: 0;
    padding-left: 1.2rem;
}

.slug-static__list li {
    margin: 0 0 10px;
    color: var(--thm-black);
    line-height: 1.7;
}

.slug-static__list li:last-child {
    margin-bottom: 0;
}

.slug-static--legal .slug-static__card {
    border-left: 4px solid var(--thm-base-lighter);
    padding-left: 24px;
}

.slug-static--legal .slug-static__card::before {
    display: none;
}

.slug-static__card--cta {
    border-color: rgba(var(--thm-base-rgb), 0.45);
    background: linear-gradient(180deg, #ffffff 0%, rgba(var(--thm-base-rgb), 0.08) 100%);
}

.slug-static__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin-top: 16px;
}

.slug-static__text-link {
    position: relative;
    color: var(--thm-base);
    font-weight: var(--thm-fw-semibold);
    text-decoration: none;
}

.slug-static__text-link::after {
    content: "\2192";
    display: inline-block;
    margin-left: 6px;
    transition: transform 180ms ease;
}

.slug-static__text-link:hover,
.slug-static__text-link:focus {
    color: var(--thm-primary);
    text-decoration: underline;
}

.slug-static__text-link:hover::after,
.slug-static__text-link:focus::after {
    transform: translateX(2px);
}

.slug-contact-panel {
    border-color: rgba(var(--thm-primary-rgb), 0.4);
    background: linear-gradient(180deg, #ffffff 0%, rgba(var(--thm-primary-rgb), 0.06) 100%);
}

.slug-contact-emails {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.slug-contact-emails li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--thm-gray);
    background: #fff;
}

.slug-contact-emails li span {
    font-size: 13px;
    font-weight: var(--thm-fw-bold);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--thm-darkgray);
}

.slug-contact-emails li a {
    font-size: 18px;
    font-weight: var(--thm-fw-semibold);
    color: var(--thm-black);
    word-break: break-all;
}

.slug-contact-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 16px;
    margin-top: 14px;
}

.slug-contact-actions__chat.thm-btn {
    min-width: 190px;
    background: linear-gradient(180deg, var(--thm-base-lighter) 0%, var(--thm-base) 100%);
    border: 1px solid var(--thm-base-darker);
    color: var(--thm-black);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 12px 24px rgba(var(--thm-base-rgb), 0.25),
        0 3px 8px rgba(15, 23, 42, 0.1);
}

.slug-contact-actions__chat.thm-btn:hover,
.slug-contact-actions__chat.thm-btn:focus {
    background: linear-gradient(180deg, var(--thm-base) 0%, var(--thm-base-darker) 100%);
    color: #ffffff;
}

.slug-contact-note {
    margin-top: 14px;
    color: var(--thm-body);
}

.slug-contact-note--strong {
    color: var(--thm-black);
    font-weight: var(--thm-fw-bold);
}

.page-slug .ac-alt-secret__aside-col {
    display: block;
}

.page-slug .ac-alt-secret__aside {
    display: grid;
    gap: 18px;
    height: 100%;
}

@media (max-width: 991px) {
    .page-slug .ac-alt-secret__aside {
        gap: 16px;
    }

    .slug-static {
        padding: 50px 0 66px;
    }

    .slug-static__hero {
        padding: 26px 24px;
    }

    .slug-static__hero h2 {
        font-size: clamp(28px, 6vw, 38px);
    }

    .slug-static__lead {
        font-size: 17px;
    }

    .slug-static__grid--2,
    .slug-static--contact .slug-static__grid--2 {
        grid-template-columns: 1fr;
    }

    .slug-static__card {
        padding: 23px;
    }
}

@media (max-width: 640px) {
    .page-slug .ac-alt-secret__aside {
        gap: 14px;
    }

    .slug-static {
        padding: 42px 0 56px;
    }

    .slug-static__hero {
        border-radius: 16px;
        padding: 22px 18px;
    }

    .slug-static__hero h2 {
        font-size: clamp(26px, 7vw, 32px);
    }

    .slug-static__lead {
        font-size: 16px;
    }

    .slug-static__chip {
        min-height: 30px;
        font-size: 12px;
    }

    .slug-static__card {
        border-radius: 14px;
        padding: 20px;
    }

    .slug-static__actions,
    .slug-contact-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .slug-contact-actions__chat.thm-btn {
        width: 100%;
        min-width: 0;
    }

    .slug-contact-emails li a {
        font-size: 16px;
    }
}
