.page-hero {
    background: #141414;
}
.page-hero__dark {
    padding-top: 73px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}
.page-hero__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 80px 96px 64px;
    text-align: center;
}
@media (max-width: 1023px) {
    .page-hero__content {
        padding: 60px 48px 48px;
    }
}
@media (max-width: 767px) {
    .page-hero__content {
        padding: 48px 20px 40px;
    }
}
.page-hero__content--blog {
    padding: 128px 96px 64px;
}
@media (max-width: 1023px) {
    .page-hero__content--blog {
        padding: 80px 48px 48px;
    }
}
@media (max-width: 767px) {
    .page-hero__content--blog {
        padding: 48px 20px 40px;
    }
}
.page-hero__breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 16px;
    line-height: 21px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-hero__breadcrumbs li {
    display: flex;
    align-items: center;
}
.page-hero__breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    white-space: nowrap;
}
.page-hero__breadcrumbs a:hover {
    color: #ffffff;
}
.page-hero__breadcrumbs svg {
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}
.page-hero__breadcrumbs-current {
    color: #ffffff;
    white-space: nowrap;
}
.page-hero__title {
    font-size: 60px;
    font-weight: var(--font-weight-extrabold);
    line-height: 60px;
    color: #ffffff;
    margin: 0;
}
@media (max-width: 1023px) {
    .page-hero__title {
        font-size: 48px;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .page-hero__title {
        font-size: 36px;
        line-height: 40px;
    }
}
.page-hero__sub {
    font-size: 21px;
    font-weight: var(--font-weight-normal);
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    max-width: 576px;
}
@media (max-width: 767px) {
    .page-hero__sub {
        font-size: 18px;
    }
}
.page-hero__shelf {
    height: 60px;
    background: #ffffff;
    border-radius: 48px 48px 0 0;
}
@media (max-width: 767px) {
    .page-hero__shelf {
        height: 28px;
        border-radius: 20px 20px 0 0;
    }
}
.blog-hero__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
@media (max-width: 767px) {
    .blog-hero__filters {
        gap: 8px;
    }
}
.blog-hero__filter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    transition: background var(--transition-base), color var(--transition-base);
}
.blog-hero__filter--active {
    background: linear-gradient(135deg, #a65eed 0%, #c23cdd 100%);
    color: #ffffff;
}
.page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 9999px;
    padding: 7px 17px;
    font-size: 12px;
    font-weight: var(--font-weight-semibold);
    line-height: 15px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}
.page-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(139.44deg, #ffb432 0%, #ff6200 100%);
    color: #ffffff;
    font-size: 21px;
    font-weight: var(--font-weight-bold);
    line-height: 28px;
    border-radius: 9999px;
    padding: 16.5px 32px;
    text-decoration: none;
    transition: opacity var(--transition-base);
}
.page-hero__cta:hover {
    opacity: 0.9;
}
.page-hero__cta svg {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .page-hero__cta {
        font-size: 18px;
        padding: 14px 24px;
    }
}
.page-hero .section-container {
    padding: 64px 96px;
}
@media (max-width: 1023px) {
    .page-hero .section-container {
        padding: 48px 48px;
    }
}
@media (max-width: 767px) {
    .page-hero .section-container {
        padding: 32px 20px;
    }
}
.page-hero__content--contacts {
    align-items: flex-start;
    text-align: left;
    padding: 128px 96px 64px;
}
.page-hero__content--contacts .page-hero__sub {
    max-width: 640px;
}
.page-hero__content {
    padding: 0 !important;
    min-height: 0 !important;
}
.page-hero__dark {
    min-height: 0;
}
.contacts-channels {
    background: #ffffff;
}
.contacts-channels .section-container {
    padding: 64px 96px;
}
@media (max-width: 1023px) {
    .contacts-channels .section-container {
        padding: 48px 48px;
    }
}
@media (max-width: 767px) {
    .contacts-channels .section-container {
        padding: 32px 20px;
    }
}
.contacts-channels__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.contacts-channel {
    flex: 1 1 calc(50% - 12px);
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow var(--transition-base), transform var(--transition-fast);
}
@media (max-width: 767px) {
    .contacts-channel {
        flex: none;
        width: 100%;
    }
}
.contacts-channel:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.contacts-channel__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contacts-channel__icon img {
    width: 28px;
    height: 28px;
    display: block;
}
.contacts-channel__title {
    font-size: 24px;
    font-weight: var(--font-weight-extrabold);
    line-height: 28px;
    color: #141414;
    margin: 0;
}
.contacts-channel__desc {
    font-size: 18px;
    line-height: 24px;
    color: #737373;
    margin: 0;
    flex: 1;
}
.contacts-channel__email {
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
    text-decoration: none;
}
.contacts-channel__email:hover {
    text-decoration: underline;
}
.contacts-form-section {
    background: #ffffff;
}
.contacts-form-section .section-container {
    padding: 64px 96px;
}
@media (max-width: 1023px) {
    .contacts-form-section .section-container {
        padding: 48px 48px;
    }
}
@media (max-width: 767px) {
    .contacts-form-section .section-container {
        padding: 32px 20px;
    }
}
.contacts-form-section__inner {
    display: flex;
    gap: 32px;
    align-items: stretch;
}
@media (max-width: 1023px) {
    .contacts-form-section__inner {
        flex-direction: column;
        align-items: stretch;
    }
}
.contacts-form-section__form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.contacts-form-section__form .contact__form {
    gap: 16px;
}
.contacts-form-section__form .contact__row + .contact__row,
.contacts-form-section__form .contact__row + .field {
    margin-top: 0;
}
.contacts-form-section__form .contact__submit {
    align-self: flex-start;
    margin-top: 8px;
}
.contacts-form-section__form .contact__consent {
    margin-top: 8px;
}
.contacts-form-section__form .contact__consent .wpcf7-list-item {
    margin: 0;
}
.contacts-form-section__heading {
    font-size: 30px;
    font-weight: var(--font-weight-extrabold);
    line-height: 36px;
    color: #141414;
    margin: 0;
}
@media (max-width: 767px) {
    .contacts-form-section__heading {
        font-size: 24px;
        line-height: 28px;
    }
}
.contacts-hq {
    width: 400px;
    flex-shrink: 0;
    align-self: stretch;
    background: #f5f5f5;
    border-radius: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 100%;
}
@media (max-width: 1023px) {
    .contacts-hq {
        width: 100%;
        min-height: 0;
    }
}
@media (max-width: 767px) {
    .contacts-hq {
        padding: 24px;
    }
}
.contacts-hq__heading {
    font-size: 24px;
    font-weight: var(--font-weight-extrabold);
    line-height: 28px;
    color: #141414;
    margin: 0;
}
.contacts-hq__address {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-style: normal;
}
.contacts-hq__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.contacts-hq__item-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #737373;
}
.contacts-hq__item-text {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-fg);
    margin: 0;
}
.contacts-hq__item-text strong {
    font-weight: var(--font-weight-bold);
    display: block;
}
.contacts-hq__item-link {
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    color: var(--color-fg);
    text-decoration: none;
}
.contacts-hq__item-link:hover {
    text-decoration: underline;
}
.contacts-hq__legal {
    margin-top: auto;
    border-top: 1px solid #e6e6e6;
    padding-top: 16px;
    font-size: 12px;
    line-height: 18px;
    color: #737373;
    margin-bottom: 0;
}
.contact {
    background: transparent;
}
.contact .section-container {
    padding: 64px 96px 0;
}
@media (max-width: 1023px) {
    .contact .section-container {
        padding: 56px 48px 0;
    }
}
@media (max-width: 767px) {
    .contact .section-container {
        padding: 48px 20px 0;
    }
}
.contact__card {
    background: var(--color-secondary);
    border-radius: var(--spacing-2xl) var(--spacing-2xl) 0 0;
    padding: var(--spacing-4xl);
}
.contact__inner {
    display: flex;
    align-items: flex-start;
    gap: 72px;
}
.contact__info {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 20px;
    width: 442px;
}
.contact__heading {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature);
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-extrabold);
    line-height: var(--line-height-h2);
    font-variation-settings: "wdth" 125, "opsz" 12;
    color: var(--color-fg);
}
.contact__sub {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-body);
    font-variation-settings: "wdth" 100;
    color: var(--color-text-disabled);
}
.contact__sub--muted {
    color: rgba(115, 115, 115, 0.7);
}
.contact__form {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
}
.contact__row {
    display: flex;
    gap: 20px;
}
.contact__row .field {
    flex: 1;
}
.contact__textarea {
    min-height: 120px;
    border-radius: var(--radius-card) !important;
    resize: vertical;
}
.contact__consent {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md);
    cursor: pointer;
}
.contact__consent-input {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    margin-top: var(--spacing-xs);
    border: 1px solid #767676;
    border-radius: 2.5px;
    cursor: pointer;
    accent-color: var(--color-fg);
}
.contact__consent-text {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature);
    font-size: 14px;
    font-weight: var(--font-weight-normal);
    line-height: 20px;
    color: var(--color-text-disabled);
}
.contact__form {

}
.contact__form .field:not(.field--error) .input:invalid, .contact__form .field:not(.field--error) .input:user-invalid,
.contact__form .field:not(.field--error) .textarea:invalid,
.contact__form .field:not(.field--error) .textarea:user-invalid {
    border-color: var(--color-border);
    box-shadow: none;
}
.contact__form .field:not(.field--error) .input:focus,
.contact__form .field:not(.field--error) .textarea:focus {
    border-color: var(--color-primary);
}
.contact .field--error .input, .contact .field--error .input:focus, .contact .field--error .input:invalid,
.contact .field--error .textarea,
.contact .field--error .textarea:focus,
.contact .field--error .textarea:invalid {
    border-color: #e53935;
}
.contact__consent--error .contact__consent-input {
    outline: 2px solid #e53935;
    outline-offset: 0;
}
.contact__submit {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-md);
    width: 100%;
    padding: var(--spacing-sm) var(--spacing-xl);
    border-radius: 36px;
    background: var(--color-fg);
    font-size: var(--font-size-small);
    font-weight: var(--font-weight-bold);
    line-height: 24px;
    color: var(--color-text-on-primary);
    cursor: pointer;
    transition: opacity var(--transition-fast);
}
.contact__submit:hover {
    opacity: 0.85;
}
.contact {

}
@media (max-width: 1024px) {
    .contact__card {
        padding: var(--spacing-3xl);
    }
    .contact__inner {
        gap: 40px;
    }
    .contact__info {
        width: 280px;
    }
}
.contact {

}
@media (max-width: 767px) {
    .contact__card {
        padding: var(--spacing-2xl) 20px;
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    }
    .contact__inner {
        flex-direction: column;
        gap: 28px;
    }
    .contact__info {
        width: 100%;
    }
    .contact__form {
        width: 100%;
    }
    .contact__row {
        flex-direction: column;
        gap: var(--spacing-lg);
    }
}
