
.article-page {
    background: #f3f3f3;
    padding: 54px 0 80px;
}
.article-page__container {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}
.article-page__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #1d232d;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.article-page__back:before {
    content: "";
    width: 26px;
    height: 1px;
    background: #08bf5b;
}
.article-shell {
    background: #fff;
}
.article-hero {
    padding: 56px 64px 0;
}
.article-hero__date {
    display: inline-block;
    margin-bottom: 18px;
    color: #9aa1ad;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.article-hero__title {
    max-width: 880px;
    margin: 0;
    color: #141922;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 800;
}
.article-hero__lead {
    max-width: 850px;
    margin-top: 24px;
    color: #3f4652;
    font-size: 20px;
    line-height: 1.65;
}
.article-hero__media {
    margin: 42px 0 0;
    height: 420px;
    overflow: hidden;
    background: #272c35;
}
.article-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-hero__media_placeholder,
.article-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    border: 1px dashed rgba(39, 44, 53, .28);
    background: linear-gradient(135deg, rgba(39,44,53,.06), rgba(8,191,91,.08));
    color: #7c8490;
    text-align: center;
}
.article-hero__media_placeholder span,
.article-photo-placeholder span {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.article-content {
    padding: 52px 64px 66px;
    color: #202630;
    font-size: 18px;
    line-height: 1.72;
}
.article-content > *:first-child { margin-top: 0; }
.article-content h2 {
    margin: 58px 0 20px;
    color: #141922;
    font-size: 34px;
    line-height: 1.22;
    font-weight: 800;
}
.article-content h3 {
    margin: 32px 0 14px;
    color: #141922;
    font-size: 24px;
    line-height: 1.28;
    font-weight: 800;
}
.article-content p { margin: 0 0 18px; }
.article-content ul {
    margin: 12px 0 28px;
    padding: 0;
    list-style: none;
}
.article-content li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
}
.article-content li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .75em;
    width: 8px;
    height: 8px;
    background: #08bf5b;
}
.article-note {
    margin: 28px 0;
    padding: 28px 32px;
    background: #f4f6f5;
    border-left: 5px solid #08bf5b;
}
.article-photo-placeholder {
    flex-direction: column;
    gap: 10px;
    margin: 32px 0;
}
.article-photo-placeholder strong {
    color: #252b35;
    font-size: 22px;
}
.article-products {
    margin: 28px 0 42px;
    padding: 30px 34px;
    background: #272c35;
    color: #fff;
}
.article-products h3 {
    margin-top: 0;
    color: #fff;
}
.article-products ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
}
.article-products li {
    margin: 0;
    padding: 11px 16px;
    background: rgba(255,255,255,.08);
}
.article-products li:before { display: none; }
.article-products a {
    color: #fff;
    text-decoration: none;
}
.article-products a:hover {
    color: #08bf5b;
}
.article-products__more {
    margin-top: 22px;
}
.article-products__more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    background: #08bf5b;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}
.article-products__more-link:hover,
.article-products__more-link:focus {
    color: #fff;
    text-decoration: none;
}
.article-cta,
.article-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 34px;
    margin: 50px 0;
    padding: 38px;
    background: #272c35;
    color: #fff;
}
.article-cta h3,
.article-summary h2,
.article-summary h3 {
    margin-top: 0;
    color: #fff;
}
.article-cta p,
.article-summary p { color: rgba(255,255,255,.78); }
.article-form {
    display: grid;
    gap: 12px;
}
.article-form label {
    display: grid;
    gap: 6px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.article-form input {
    width: 100%;
    height: 48px;
    border: 0;
    padding: 0 16px;
    color: #141922;
    font-size: 16px;
}
.article-form button,
.article-shops__button {
    min-height: 52px;
    border: 0;
    padding: 0 22px;
    background: #08bf5b;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.article-summary ul li:before { background: #fff; }
.article-shops {
    margin-top: 48px;
    padding: 38px;
    background: #f4f6f5;
}
.article-shops h2 { margin-top: 0; }
.article-addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.article-addresses li {
    margin: 0;
    padding: 18px 20px;
    background: #fff;
    font-weight: 800;
}
.article-addresses li:before { display: none; }
.article-shops__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    background: #272c35;
}
@media (max-width: 1024px) {
    .article-page { padding-top: 34px; }
    .article-page__container { width: min(100% - 32px, 760px); }
    .article-hero { padding: 36px 28px 0; }
    .article-content { padding: 36px 28px 46px; }
    .article-hero__title { font-size: 34px; }
    .article-hero__lead { font-size: 18px; }
    .article-hero__media { height: 320px; }
    .article-cta,
    .article-summary { grid-template-columns: 1fr; padding: 28px; }
}
@media (max-width: 640px) {
    .article-page__container { width: 100%; }
    .article-page__back { margin-left: 18px; }
    .article-hero { padding: 28px 18px 0; }
    .article-content { padding: 30px 18px 40px; font-size: 16px; }
    .article-hero__title { font-size: 30px; }
    .article-hero__lead { font-size: 16px; }
    .article-hero__media { height: 230px; }
    .article-content h2 { font-size: 26px; margin-top: 42px; }
    .article-content h3 { font-size: 21px; }
    .article-products ul,
    .article-addresses { grid-template-columns: 1fr; display: grid; }
    .article-products,
    .article-note,
    .article-cta,
    .article-summary,
    .article-shops { padding: 24px 20px; }
}

.article-content__section {
    margin-bottom: 44px;
}

.article-content__section:last-child {
    margin-bottom: 0;
}

.article-content__media {
    margin: 24px 0;
    background: #E7E8EA;
}

.article-content__media img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}



/* Rich article blocks for editable long-form news. */
.article-lead-card {
    margin: 0 0 38px;
    padding: 30px 34px;
    background: #f4f6f5;
    border-left: 5px solid #08bf5b;
    color: #303743;
    font-size: 20px;
    line-height: 1.65;
}
.article-error-card {
    margin: 46px 0;
    padding-top: 6px;
    border-top: 1px solid #e2e5e8;
}
.article-error-card h2 {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.article-error-card h2:before {
    content: "";
    flex: 0 0 10px;
    width: 10px;
    height: 44px;
    margin-top: 3px;
    background: #08bf5b;
}
.article-figure {
    margin: 30px 0;
    background: #f4f6f5;
}
.article-figure img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}
.article-figure figcaption {
    padding: 14px 18px;
    color: #68707c;
    font-size: 14px;
    line-height: 1.45;
}
.article-products_compact {
    margin-top: 24px;
}
.article-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 8px;
    padding: 0 22px;
    background: #08bf5b;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}
.article-cta__button:hover,
.article-cta__button:focus {
    color: #fff;
    text-decoration: none;
}
.article-summary .article-cta__button,
.article-shops .article-cta__button {
    background: #08bf5b;
}
.article-photo-placeholder em {
    display: block;
    max-width: 520px;
    color: #7c8490;
    font-style: normal;
    line-height: 1.5;
}
.article-check-list li:before {
    background: #08bf5b;
}
.article-final-note {
    margin-top: 28px;
    color: #4d5562;
    font-size: 18px;
    line-height: 1.7;
}
@media (max-width: 640px) {
    .article-lead-card { padding: 24px 20px; font-size: 17px; }
    .article-error-card h2 { display: block; }
    .article-error-card h2:before { display: block; height: 4px; width: 54px; margin: 0 0 14px; }
}


/* Article CTA without inline form fields. */
.article-cta__content {
    min-width: 0;
}
.article-cta__content .article-cta__button {
    margin-top: 18px;
}
.article-cta__visual {
    margin: 0;
    min-height: 260px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
}
.article-cta__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-summary h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 24px;
    line-height: 1.28;
    font-weight: 800;
    text-align: left;
}
.article-summary h3 {
    text-align: left;
}
@media (max-width: 1024px) {
    .article-cta__visual { min-height: 240px; }
}
