.header-container--relative {
    position: relative;
}

.site-title--reset {
    margin: 0;
}

.site-title__link {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 700;
}

.st-main-section {
    padding: 60px 0;
}

.st-page-header {
    margin-bottom: 40px;
}

.st-page-header--center {
    text-align: center;
    margin-inline: auto;
}

.st-page-header--narrow {
    max-width: 760px;
}

.st-page-header--wide {
    max-width: 780px;
}

.st-page-header--faq,
.st-page-header--pricing {
    margin-bottom: 50px;
}

.st-page-title {
    margin-bottom: 12px;
}

.st-page-title--xl {
    font-size: 2.5rem;
    color: #1a1a1a;
}

.st-page-title--faq {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.st-page-intro {
    color: #666;
    font-size: 1.05rem;
}

.st-page-intro--faq,
.st-page-intro--pricing {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

.st-card-grid {
    display: grid;
    gap: 30px;
}

.st-card-grid--summary {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.st-card-grid--location {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.st-card-shell {
    padding: 30px;
}

.st-card-shell__title {
    margin-top: 0;
    font-size: 1.35rem;
}

.st-card-shell__title-link {
    text-decoration: none;
    color: var(--text-color);
}

.st-card-shell__text,
.st-empty-state__text {
    color: #666;
}

.st-card-shell__cta {
    font-weight: 700;
    color: var(--primary-color);
}

.st-nav-wrap {
    margin-top: 40px;
}

.st-empty-state {
    text-align: center;
    padding: 60px 20px;
}

.st-empty-state--panel {
    max-width: 680px;
    padding: 40px;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 12px;
}

.st-empty-state__title {
    margin-bottom: 12px;
}

.st-empty-state__title--flush {
    margin-top: 0;
}

.st-empty-state--tall {
    padding-top: 100px;
    padding-bottom: 100px;
}

.st-empty-state__title--spaced {
    margin-top: 20px;
}

.st-empty-state__icon {
    display: block;
    font-size: 4rem;
}

.st-empty-state__cta {
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

.st-article-shell {
    max-width: 800px;
    margin: 0 auto;
}

.st-article-shell--spaced {
    margin-bottom: 50px;
}

.st-article-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.st-article-content--muted {
    color: #555;
    line-height: 1.7;
}

.st-article-content--offset {
    margin-top: 15px;
}

.st-feature-frame {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

.st-feature-frame__image {
    width: 100%;
    height: auto;
    display: block;
}

.st-site-footer {
    background: #111;
    color: #fff;
    padding: 70px 0 30px;
    margin-top: 80px;
    border-top: 5px solid var(--primary-color);
}

.st-site-footer__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

.st-site-footer__brand {
    color: #fff;
    margin-top: 0;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.st-site-footer__lead,
.st-site-footer__meta {
    color: #aaa;
    font-size: 0.95rem;
}

.st-site-footer__lead {
    line-height: 1.8;
    margin-bottom: 20px;
}

.st-site-footer__meta--spaced {
    margin-bottom: 25px;
}

.st-site-footer__title {
    color: #fff;
    margin-top: 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.st-site-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.st-site-footer__list-item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 5px;
}

.st-site-footer__link {
    text-decoration: none;
    color: #bbb;
}

.st-site-footer__icon {
    font-size: 1.4rem;
}

.st-site-footer__bottom {
    border-top: 1px solid #333;
    padding-top: 30px;
    text-align: center;
    color: #999;
    font-size: 0.85rem;
}

.st-summary-date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 12px;
}

.st-contact-main {
    max-width: 1180px;
}

.st-contact-main .st-breadcrumb {
    justify-content: center;
}

.st-contact-intro {
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.65;
}

.st-contact-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 32px;
    padding: 34px;
    border-radius: 24px;
    background: linear-gradient(135deg, #eef6ff 0%, #ffffff 52%, #f2fbf6 100%);
    border: 1px solid #e4edf7;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}

.st-contact-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 86, 179, 0.09);
    color: var(--primary-color);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.st-contact-hero-panel__title {
    max-width: 720px;
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.12;
}

.st-contact-hero-panel__text {
    max-width: 680px;
    margin: 0;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
}

.st-contact-quick-actions {
    display: grid;
    gap: 12px;
}

.st-contact-quick-actions__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 82px;
    padding: 18px 20px;
    border-radius: 18px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.st-contact-quick-actions__item:hover,
.st-contact-quick-actions__item:focus-visible {
    color: #fff;
}

.st-contact-quick-actions__item--wa {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.st-contact-quick-actions__item--call {
    background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
}

.st-contact-quick-actions__item--mail {
    background: linear-gradient(135deg, #111827 0%, #374151 100%);
}

.st-contact-quick-actions__label {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.86;
}

.st-contact-quick-actions__value {
    margin-top: 4px;
    font-size: 1.02rem;
    font-weight: 800;
}

.st-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 28px;
    align-items: start;
}

.st-contact-content__body,
.st-contact-note,
.st-contact-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.st-contact-content__body {
    padding: 32px;
}

.st-contact-note,
.st-contact-card {
    padding: 24px;
}

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

.st-contact-actions__primary {
    min-width: 220px;
}

.st-contact-actions__secondary,
.st-contact-card__subaction a,
.st-contact-socials a {
    font-weight: 700;
    text-decoration: none;
    color: var(--primary-color);
}

.st-contact-sidebar {
    display: grid;
    gap: 18px;
}

.st-contact-card__meta {
    margin: 10px 0 0;
    color: #1a1a1a;
    font-weight: 600;
}

.st-contact-socials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

@media (max-width: 767px) {
    .st-main-section {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .st-site-footer {
        padding-top: 48px;
        margin-top: 56px;
    }

    .st-empty-state--panel {
        padding: 24px;
    }

    .st-empty-state--tall {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .st-contact-layout {
        grid-template-columns: 1fr;
    }

    .st-contact-hero-panel {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
        border-radius: 16px;
    }

    .st-contact-eyebrow {
        margin-bottom: 8px;
        padding: 5px 10px;
        font-size: 0.76rem;
    }

    .st-contact-hero-panel__title {
        margin-bottom: 10px;
        font-size: 1.55rem;
    }

    .st-contact-hero-panel__text {
        font-size: 0.94rem;
        line-height: 1.55;
    }

    .st-contact-quick-actions__item {
        min-height: 58px;
        padding: 12px 14px;
        border-radius: 14px;
    }

    .st-contact-quick-actions__label {
        font-size: 0.7rem;
    }

    .st-contact-quick-actions__value {
        font-size: 0.92rem;
    }

    .st-contact-content__body,
    .st-contact-note,
    .st-contact-card {
        padding: 18px;
    }
}
