/* Press / News pages + homepage modules */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ss-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: var(--ss-text-muted);
}

.ss-breadcrumb li + li::before {
    content: "/";
    margin-right: 8px;
    color: #c8c9cc;
}

.ss-breadcrumb a {
    color: var(--ss-text-muted);
    text-decoration: none;
}

.ss-breadcrumb a:hover { color: var(--ss-teal); }

.ss-press-hero {
    background: #16191c;
    color: #fff;
    padding: 48px 0 64px;
}

.ss-press-hero__title {
    margin: 0 0 16px;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 600;
    line-height: 1.15;
}

.ss-press-hero__desc {
    margin: 0 0 32px;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.65;
    color: #dadadd;
}

.ss-press-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ss-btn--outline-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.ss-btn--outline-dark:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
}

.ss-press-intro { padding: 64px 0; background: #fff; }

.ss-press-intro__copy {
    max-width: 800px;
    font-size: 17px;
    line-height: 1.67;
    color: var(--ss-text);
}

.ss-press-intro__copy p { margin: 0 0 16px; }

.ss-press-list { padding: 0 0 64px; background: #fff; }

.ss-press-list__title {
    margin: 0 0 32px;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
}

.ss-press-list__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ss-press-card {
    padding: 24px 0;
    border-bottom: 1px solid #eeeef0;
}

.ss-press-card:last-child { border-bottom: none; }

.ss-press-card__date {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: var(--ss-text-muted);
}

.ss-press-card__tag {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--ss-teal, #1ebfbf);
}

.ss-press-card__title {
    margin: 0 0 12px;
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 600;
    line-height: 1.4;
}

.ss-press-card__title a {
    color: var(--ss-text);
    text-decoration: none;
}

.ss-press-card__title a:hover { color: var(--ss-teal); }

.ss-press-card__excerpt {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.67;
    color: var(--ss-text-muted);
}

.ss-press-contact {
    padding: 64px 0;
    background: #f5f5f6;
}

.ss-press-contact__title {
    margin: 0 0 16px;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
}

.ss-press-contact__inner {
    max-width: 720px;
    font-size: 15px;
    line-height: 1.67;
}

.ss-press-contact__inner h3 {
    margin: 24px 0 12px;
    font-size: 17px;
    font-weight: 600;
}

.ss-press-contact__topics {
    margin: 0;
    padding-left: 20px;
}

.ss-press-contact__topics li { margin-bottom: 8px; }

.ss-main--article {
    padding: 48px 0 96px;
    background: #fff;
}

.ss-article-header {
    max-width: 800px;
    margin-bottom: 32px;
}

.ss-article-header__meta {
    margin: 0 0 12px;
    font-size: 13px;
    color: var(--ss-text-muted);
}

.ss-article-header__title {
    margin: 0 0 16px;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 600;
    line-height: 1.2;
}

.ss-article-header__lead {
    margin: 0;
    font-size: 17px;
    line-height: 1.67;
    color: var(--ss-text-muted);
}

.ss-article-body {
    max-width: 800px;
    font-size: 16px;
    line-height: 1.75;
    color: var(--ss-text);
}

.ss-article-body p { margin: 0 0 16px; }

.ss-article-body h2 {
    margin: 32px 0 12px;
    font-size: 22px;
    font-weight: 600;
}

.ss-article-body ul,
.ss-article-body ol {
    margin: 0 0 16px;
    padding-left: 24px;
}

.ss-article-body li { margin-bottom: 8px; }

.ss-article-body a {
    color: var(--ss-teal);
    text-decoration: underline;
}

.ss-article-footer {
    max-width: 800px;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #eeeef0;
}

.ss-link-arrow--back::before { content: "← "; }

.ss-press-list .pager,
.ss-press-list .text-center.pager { margin-top: 32px; }

.ss-press-list .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ss-press-list .pagination li a,
.ss-press-list .pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--ss-text);
    text-decoration: none;
}

.ss-press-list .pagination .active {
    background: var(--ss-teal);
    color: #fff;
}

.ss-home-news {
    padding: 64px 0;
    background: #fff;
}

.ss-home-news__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
}

.ss-home-news__title {
    margin: 0;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
}

.ss-home-news__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .ss-home-news__grid { grid-template-columns: repeat(3, 1fr); }
}

.ss-home-news-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    background: #f5f5f6;
    box-shadow: 0 8px 24px rgba(0, 82, 217, 0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}

.ss-home-news-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(22, 25, 28, 0.08);
}

.ss-home-news-card__date {
    margin-bottom: 8px;
    font-size: 13px;
    color: var(--ss-text-muted);
}

.ss-home-news-card__title {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    flex: 1;
}

.ss-home-news-card__title a {
    color: var(--ss-text);
    text-decoration: none;
}

.ss-home-news-card__title a:hover { color: var(--ss-teal); }

.ss-home-news-card__excerpt {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ss-text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ss-home-faq {
    padding: 64px 0;
    background: #16191c;
    color: #fff;
}

.ss-home-faq__title {
    margin: 0 0 32px;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
}

.ss-home-faq__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ss-home-faq__item {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.ss-home-faq__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.ss-home-faq__btn svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.ss-home-faq__item.is-open .ss-home-faq__btn svg { transform: rotate(180deg); }

.ss-home-faq__panel {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 24px;
    font-size: 15px;
    line-height: 1.67;
    color: #dadadd;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.35s ease;
}

.ss-home-faq__item.is-open .ss-home-faq__panel {
    max-height: 400px;
    opacity: 1;
    padding-bottom: 20px;
}

.ss-home-faq__panel p { margin: 0; }

.ss-home-faq__more {
    margin-top: 24px;
    text-align: center;
}

.ss-home-faq__more a {
    color: #1ebfbf;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.ss-home-faq__more a:hover { text-decoration: underline; }
