.portal-page {
    background: #f5f8f7;
}

.portal-main {
    padding-top: var(--site-header-height);
}

.portal-hero {
    color: #ffffff;
    background: #174d40;
}

.portal-hero-grid {
    min-height: 390px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: 72px;
    padding-block: 66px;
}

.portal-hero-copy {
    max-width: 680px;
}

.portal-hero-copy h1 {
    max-width: 760px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: "Songti SC", "STSong", "SimSun", serif;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.12;
    font-weight: 600;
}

.portal-hero-copy > p:not(.eyebrow) {
    max-width: 680px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
}

.portal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.portal-hero-media {
    min-height: 260px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 26px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    box-shadow: 0 26px 60px rgba(3, 27, 22, 0.24);
}

.portal-hero-media img {
    width: min(100%, 330px);
    max-height: 300px;
    object-fit: contain;
}

.product-feature-band,
.product-machine-band,
.product-catalog-band,
.service-gateway-band,
.home-portal-band,
.news-list-band,
.support-workspace {
    padding-block: 88px;
}

.product-feature-band {
    background: #ffffff;
}

.product-machine-band {
    background: #edf3f0;
}

.product-machine-layout {
    display: grid;
    grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: 72px;
}

.product-machine-media {
    margin: 0;
    padding: 28px 24px 16px;
    background: #f4f7f6;
    border: 1px solid var(--site-line);
    border-radius: 8px;
}

.product-machine-media img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.product-machine-media figcaption {
    color: var(--site-muted);
    font-size: 12px;
    text-align: center;
}

.product-machine-copy h2 {
    margin-bottom: 20px;
    color: var(--site-ink);
    font-family: "Songti SC", "STSong", "SimSun", serif;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.22;
    font-weight: 600;
}

.product-machine-copy > p:not(.eyebrow) {
    color: var(--site-muted);
    font-size: 17px;
}

.product-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    align-items: center;
    gap: 72px;
}

.product-feature-copy h2,
.support-guidance h2 {
    margin-bottom: 20px;
    color: var(--site-ink);
    font-family: "Songti SC", "STSong", "SimSun", serif;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.22;
    font-weight: 600;
}

.product-feature-copy > p:not(.eyebrow) {
    color: var(--site-muted);
    font-size: 17px;
}

.product-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 34px 0 0;
    border-top: 1px solid var(--site-line);
}

.product-spec-list div {
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid var(--site-line);
}

.product-spec-list div:nth-child(odd) {
    padding-right: 26px;
    border-right: 1px solid var(--site-line);
}

.product-spec-list div:nth-child(even) {
    padding-left: 26px;
}

.product-spec-list dt {
    margin-bottom: 5px;
    color: var(--site-green);
    font-weight: 700;
}

.product-spec-list dd {
    color: var(--site-muted);
    font-size: 14px;
    line-height: 1.65;
}

.product-capability-panel {
    display: grid;
    gap: 10px;
    padding: 28px;
    color: #ffffff;
    background: #243b53;
    border-left: 5px solid var(--site-gold);
    border-radius: 8px;
}

.product-capability-panel span {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    font-weight: 700;
}

.catalog-spotlight {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
    min-height: 420px;
    margin-top: 44px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--site-line);
    border-radius: 8px;
}

.catalog-spotlight-media {
    min-height: 390px;
    background: #e8efeb;
}

.catalog-spotlight-media img {
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
}

.catalog-spotlight-copy {
    align-self: center;
    padding: 50px;
}

.product-kind {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 14px;
    padding: 4px 10px;
    color: var(--site-green);
    background: var(--site-green-soft);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
}

.catalog-spotlight h3,
.product-card h3 {
    color: var(--site-ink);
    font-family: "Songti SC", "STSong", "SimSun", serif;
    font-weight: 600;
}

.catalog-spotlight h3 {
    margin-bottom: 18px;
    font-size: clamp(30px, 3.6vw, 44px);
    line-height: 1.25;
}

.catalog-spotlight p,
.product-card p {
    color: var(--site-muted);
}

.plain-list {
    display: grid;
    gap: 8px;
    margin: 22px 0 24px;
    padding: 0;
    list-style: none;
}

.plain-list li {
    position: relative;
    padding-left: 20px;
}

.plain-list li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--site-gold);
    border-radius: 50%;
}

.product-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.product-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--site-line);
    border-radius: 8px;
}

.product-card-image {
    height: 250px;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 20px;
    background: #eef3f0;
    border-bottom: 1px solid var(--site-line);
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card-body {
    padding: 24px;
}

.product-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.35;
}

.product-card p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.75;
}

.service-gateway-band {
    background: #ebf1ee;
}

.home-portal-band {
    background: #eef3f1;
}

.home-portal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 40px;
}

.home-portal-grid > a {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
    color: #ffffff;
    background: var(--site-green);
    border-top: 4px solid var(--site-gold);
    border-radius: 8px;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-portal-grid > a:nth-child(2) {
    background: #243b53;
}

.home-portal-grid > a:nth-child(3) {
    color: var(--site-ink);
    background: #ffffff;
    border: 1px solid var(--site-line);
    border-top: 4px solid #2f7fa7;
}

.home-portal-grid > a:nth-child(4) {
    background: #704d2f;
}

.home-portal-grid > a:hover,
.home-portal-grid > a:focus-visible {
    transform: translateY(-3px);
    box-shadow: var(--kyd-shadow);
}

.home-portal-grid span,
.home-portal-grid small {
    color: rgba(255, 255, 255, 0.7);
}

.home-portal-grid > a:nth-child(3) span,
.home-portal-grid > a:nth-child(3) small {
    color: var(--site-muted);
}

.home-portal-grid strong {
    margin: 8px 0 10px;
    font-size: 21px;
    line-height: 1.4;
}

.home-news-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 18px;
    padding: 26px 30px;
    background: #ffffff;
    border-left: 4px solid var(--site-gold);
    border-radius: 8px;
}

.home-news-row p {
    margin-bottom: 2px;
}

.home-news-row h3 {
    margin-bottom: 0;
    color: var(--site-ink);
    font-size: 21px;
}

.service-gateway-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.service-gateway {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #ffffff;
    background: var(--site-green);
    border-top: 4px solid var(--site-gold);
    border-radius: 8px;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-gateway:nth-child(2) {
    background: #243b53;
}

.service-gateway:nth-child(3) {
    background: #704d2f;
}

.service-gateway:hover,
.service-gateway:focus-visible {
    transform: translateY(-3px);
    box-shadow: var(--kyd-shadow);
}

.service-gateway span,
.service-gateway small {
    color: rgba(255, 255, 255, 0.72);
}

.service-gateway strong {
    margin: 8px 0 10px;
    font-size: 23px;
    line-height: 1.35;
}

.news-hero {
    background: #174d40;
}

.news-list {
    display: grid;
    gap: 18px;
}

.news-card {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--site-line);
    border-radius: 8px;
}

.news-card-media {
    min-height: 300px;
    background: #edf1ef;
}

.news-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-card-body {
    align-self: center;
    padding: 42px;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0 0 18px;
    color: var(--site-muted);
    font-size: 13px;
    font-weight: 400;
}

.news-card h3 {
    margin-bottom: 16px;
    color: var(--site-ink);
    font-family: "Songti SC", "STSong", "SimSun", serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
}

.news-card p {
    color: var(--site-muted);
}

.news-list-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.news-list-toolbar h2 {
    margin: 0;
    color: var(--site-ink);
    font-family: "Songti SC", "STSong", "SimSun", serif;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.25;
    font-weight: 600;
}

.news-list-note {
    margin: 0 0 8px;
    color: var(--site-muted);
    font-size: 14px;
}

.news-pagination button {
    min-height: 40px;
    padding: 8px 16px;
    color: var(--site-muted);
    background: #ffffff;
    border: 1px solid var(--site-line);
    border-radius: 6px;
    font: inherit;
    cursor: pointer;
}

.news-load-status {
    padding: 22px 0;
    color: var(--site-muted);
    text-align: center;
}

.news-list-dynamic {
    max-width: 980px;
    margin: 0 auto;
}

.news-card h3 a {
    color: inherit;
}

.news-card-skeleton {
    min-height: 280px;
}

.news-card-skeleton > span,
.news-card-skeleton > div {
    background: linear-gradient(90deg, #edf1ef 25%, #f7f9f8 50%, #edf1ef 75%);
    background-size: 200% 100%;
    animation: news-skeleton 1.4s ease-in-out infinite;
}

.news-card-skeleton > div {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: 42px;
}

.news-card-skeleton i,
.news-card-skeleton b,
.news-card-skeleton em {
    display: block;
    height: 14px;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 3px;
}

.news-card-skeleton i {
    width: 32%;
}

.news-card-skeleton b {
    width: 82%;
    height: 30px;
}

.news-card-skeleton em {
    width: 65%;
}

@keyframes news-skeleton {
    to { background-position: -200% 0; }
}

.news-empty-state,
.news-detail-state {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 64px 24px;
    color: var(--site-muted);
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--site-line);
    border-radius: 8px;
}

.news-empty-state[hidden],
.news-detail-state[hidden] {
    display: none;
}

.news-empty-state strong,
.news-detail-state strong {
    color: var(--site-ink);
    font-size: 22px;
}

.news-detail-state a {
    color: #ffffff;
    background: var(--site-green);
    border-color: var(--site-green);
}

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 34px;
    color: var(--site-muted);
}

.news-pagination button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.news-article {
    max-width: 920px;
    padding-top: 142px;
    padding-bottom: 96px;
}

.news-back-link {
    display: inline-flex;
    margin-bottom: 34px;
    color: var(--site-green);
    font-weight: 700;
}

.news-back-link::before {
    content: "←";
    margin-right: 8px;
}

.news-article-header {
    padding-bottom: 26px;
    border-bottom: 1px solid var(--site-line);
}

.news-article-header h1 {
    max-width: 820px;
    margin: 0 0 18px;
    color: var(--site-ink);
    font-family: "Songti SC", "STSong", "SimSun", serif;
    font-size: 52px;
    line-height: 1.22;
    font-weight: 700;
}

.news-article-header .news-meta {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.news-article-cover {
    overflow: hidden;
    margin: 42px 0;
    aspect-ratio: 16 / 9;
    background: #edf1ef;
    border-radius: 8px;
}

.news-article-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-article-body {
    max-width: 760px;
    margin: 42px auto 0;
    color: #243b36;
    font-size: 18px;
    line-height: 2;
}

.news-article-body:not(.is-rich) p {
    margin: 0 0 22px;
    white-space: pre-line;
}

.news-article-body:not(.is-rich) h2 {
    margin: 48px 0 18px;
    padding-left: 15px;
    color: var(--site-ink);
    border-left: 4px solid var(--site-green);
    font-family: "Songti SC", "STSong", "SimSun", serif;
    font-size: 27px;
    line-height: 1.45;
    font-weight: 600;
}

.news-article-body:not(.is-rich) h2:first-child {
    margin-top: 0;
}

.news-article-body.is-rich {
    max-width: 760px;
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 1.75;
}

.news-article-body.is-rich *,
.news-article-body.is-rich *::before,
.news-article-body.is-rich *::after {
    box-sizing: border-box;
}

.news-article-body.is-rich section,
.news-article-body.is-rich div,
.news-article-body.is-rich p,
.news-article-body.is-rich table,
.news-article-body.is-rich figure {
    max-width: 100%;
}

.news-article-body.is-rich p {
    min-height: 1em;
}

.news-article-body.is-rich .news-rich-image {
    max-width: 100% !important;
    height: auto !important;
    vertical-align: middle;
}

.news-article-body.is-rich table {
    width: 100%;
    border-collapse: collapse;
}

.news-article-source {
    max-width: 760px;
    margin: 38px auto 0;
    padding-top: 28px;
    border-top: 1px solid var(--site-line);
}

.news-article-source a {
    color: var(--site-green);
    font-weight: 700;
}

.news-detail-state {
    max-width: 760px;
    margin-top: 160px;
    margin-bottom: 100px;
}

.support-hero {
    background: #174d40;
}

.support-process {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.support-process li {
    position: relative;
    text-align: center;
}

.support-process li::after {
    content: "";
    position: absolute;
    top: 19px;
    left: calc(50% + 27px);
    width: calc(100% - 30px);
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
}

.support-process li:last-child::after {
    display: none;
}

.support-process span,
.support-process strong {
    position: relative;
    z-index: 1;
    display: block;
}

.support-process span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    margin: 0 auto 12px;
    color: var(--site-green);
    background: #f0cf89;
    border-radius: 50%;
    font-weight: 700;
}

.support-process strong {
    font-size: 14px;
}

.support-workspace {
    background: #f5f8f7;
}

.support-workspace-grid {
    display: grid;
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 52px;
}

.support-guidance {
    position: sticky;
    top: 106px;
}

.support-guidance dl {
    margin: 34px 0;
    border-top: 1px solid var(--site-line);
}

.support-guidance dl div {
    padding: 20px 0;
    border-bottom: 1px solid var(--site-line);
}

.support-guidance dt {
    margin-bottom: 5px;
    color: var(--site-ink);
    font-weight: 700;
}

.support-guidance dd {
    color: var(--site-muted);
    font-size: 14px;
}

.support-safety-note {
    padding: 18px;
    color: #7c561d;
    background: #fff7e8;
    border-left: 4px solid #c59434;
    border-radius: 6px;
    font-size: 14px;
}

.support-form-panel {
    background: #ffffff;
    border: 1px solid var(--site-line);
    border-radius: 8px;
    box-shadow: var(--kyd-shadow-sm);
}

#supportForm {
    padding: 40px;
}

.form-heading {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.form-heading h2 {
    margin-bottom: 0;
    color: var(--site-ink);
    font-family: "Songti SC", "STSong", "SimSun", serif;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 600;
}

.form-heading > span {
    color: var(--site-muted);
    font-size: 13px;
}

.form-heading i,
.form-field i,
.consent-field i {
    color: var(--site-red);
    font-style: normal;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.form-field {
    position: relative;
    display: grid;
    gap: 8px;
    margin-bottom: 20px;
    color: var(--site-ink);
    font-size: 14px;
    font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    font-size: 16px;
    color: var(--site-text);
    background: #ffffff;
    border: 1px solid #cdd8d3;
    border-radius: 6px;
    outline: 0;
    font-weight: 400;
}

.form-field textarea {
    min-height: 150px;
    resize: vertical;
}

.form-field select {
    cursor: pointer;
    touch-action: manipulation;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--site-green-mid);
    box-shadow: 0 0 0 3px rgba(36, 111, 89, 0.12);
}

.form-field [aria-invalid="true"] {
    border-color: var(--site-red);
}

.field-error {
    min-height: 20px;
    color: var(--site-red);
    font-size: 13px;
    font-weight: 400;
}

.field-helper {
    position: absolute;
    right: 12px;
    bottom: 30px;
    color: var(--site-muted);
    font-size: 12px;
    font-weight: 400;
}

.consent-field {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 4px;
    color: var(--site-muted);
    font-size: 14px;
}

.consent-field input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 4px;
    accent-color: var(--site-green);
}

.form-error-summary {
    margin-bottom: 24px;
    padding: 14px 16px;
    color: var(--site-red);
    background: #fff1ef;
    border: 1px solid #f2c7c1;
    border-radius: 6px;
    font-size: 14px;
}

.form-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid var(--site-line);
}

.form-submit-row p {
    margin: 0;
    color: var(--site-muted);
    font-size: 14px;
}

.form-submit-row p.is-error {
    color: var(--site-red);
}

.honeypot-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

@media (max-width: 1080px) {
    .product-card-grid,
    .home-portal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .portal-hero-grid,
    .product-feature,
    .product-machine-layout,
    .catalog-spotlight,
    .support-workspace-grid {
        grid-template-columns: 1fr;
    }

    .portal-hero-grid {
        gap: 36px;
    }

    .portal-hero-media {
        min-height: 230px;
    }

    .product-feature,
    .product-machine-layout,
    .support-workspace-grid {
        gap: 40px;
    }

    .support-guidance {
        position: static;
    }

    .service-gateway-grid {
        grid-template-columns: 1fr;
    }

    .catalog-spotlight-media,
    .catalog-spotlight-media img {
        min-height: 320px;
    }

    .news-card {
        grid-template-columns: 1fr;
    }

    .news-card-media {
        min-height: 280px;
    }
}

@media (max-width: 640px) {
    .news-list-toolbar {
        display: grid;
        align-items: start;
        margin-bottom: 24px;
    }

    .news-card-skeleton {
        min-height: 400px;
    }

    .news-article {
        padding-top: 112px;
        padding-bottom: 64px;
    }

    .news-article-header h1 {
        font-size: 34px;
    }

    .news-article-body {
        font-size: 16px;
    }

    .news-article-body:not(.is-rich) h2 {
        margin-top: 38px;
        font-size: 23px;
    }

    .portal-main {
        padding-top: 64px;
    }

    .portal-hero-grid {
        min-height: 0;
        padding-block: 46px;
    }

    .portal-hero-copy h1 {
        font-size: 38px;
    }

    .portal-hero-copy > p:not(.eyebrow) {
        font-size: 16px;
    }

    .product-feature-band,
    .product-machine-band,
    .product-catalog-band,
    .service-gateway-band,
    .home-portal-band,
    .news-list-band,
    .support-workspace {
        padding-block: 58px;
    }

    .product-spec-list,
    .product-card-grid,
    .home-portal-grid,
    .form-row,
    .support-process {
        grid-template-columns: 1fr;
    }

    .product-machine-media {
        padding: 18px 14px 10px;
    }

    .product-machine-media img {
        height: 380px;
    }

    .product-spec-list div,
    .product-spec-list div:nth-child(odd),
    .product-spec-list div:nth-child(even) {
        padding: 17px 0;
        border-right: 0;
    }

    .catalog-spotlight-copy,
    .news-card-body,
    #supportForm {
        padding: 26px;
    }

    .catalog-spotlight-media,
    .catalog-spotlight-media img {
        min-height: 240px;
    }

    .product-card-image {
        height: 230px;
    }

    .news-card-media {
        min-height: 220px;
    }

    .news-card h3 {
        font-size: 27px;
    }

    .support-process {
        gap: 12px;
    }

    .support-process li {
        display: grid;
        grid-template-columns: 40px 1fr;
        align-items: center;
        gap: 12px;
        text-align: left;
    }

    .support-process li::after {
        display: none;
    }

    .support-process span {
        margin: 0;
    }

    .form-heading,
    .form-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .form-submit-row .button {
        width: 100%;
        justify-content: center;
    }

    .home-news-row {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }
}
