:root {
  --green-950: #00170d;
  --green-900: #0e4f38;
  --green-700: #137447;
  --green-500: #4cae47;
  --gold: #f2b705;
  --gold-600: #d99a00;
  --cream: #faf7f0;
  --paper: #ffffff;
  --ink: #111111;
  --muted: #5a5753;
  --line: #ded8c8;
  --shadow: 0 18px 60px rgba(0, 23, 13, 0.12);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  background: var(--green-900);
  color: #d8e5dd;
  font-size: 15px;
}

.topbar-inner,
.header-inner,
.section-inner,
.footer-inner {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.topbar-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar span {
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 23, 13, 0.08);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  font-family: "SimSun", serif;
  font-size: 23px;
  font-weight: 700;
}

.brand img {
  width: 108px;
  height: 75px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 15px;
  font-weight: 600;
}

.nav a {
  position: relative;
  padding: 44px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--gold);
  transition: transform 160ms ease;
}

.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;
}

.home-design {
  background: #fff;
}

.home-design h1,
.home-design h2,
.home-design h3 {
  font-weight: 800;
}

.home-banner {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.home-banner-shape {
  position: absolute;
  right: 10%;
  top: -90px;
  width: min(680px, 42%);
  opacity: 0.72;
  pointer-events: none;
}

.home-center {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1380px);
  margin: 0 auto;
  padding: 88px 0 82px;
  text-align: center;
}

.home-center h1 {
  width: min(980px, 100%);
  margin: 0 auto 22px;
  color: #04a86c;
  font-size: clamp(42px, 5.3vw, 73px);
  line-height: 1.22;
}

.home-center p {
  width: min(1084px, 100%);
  margin: 0 auto 54px;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.65;
}

.home-feature-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
  padding-top: 38px;
  border-top: 2px solid var(--green-500);
}

.home-feature-row div {
  display: grid;
  justify-items: center;
  gap: 20px;
}

.home-feature-row span,
.home-reason-grid span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--green-500);
}

.home-feature-row strong {
  color: var(--green-950);
  font-size: 22px;
}

.home-video {
  position: relative;
  min-height: 840px;
  display: grid;
  align-items: end;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.home-video::before,
.home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 23, 13, 0.18);
}

.home-video button {
  position: absolute;
  left: 300px;
  bottom: 370px;
  width: 105px;
  height: 105px;
  border: 0;
  border-radius: 50%;
  color: var(--green-700);
  background: #fff;
  font-size: 38px;
  cursor: pointer;
}

.home-video div {
  position: relative;
  width: min(100% - 40px, 1320px);
  margin: 0 auto 100px;
}

.home-video h2 {
  width: min(640px, 100%);
  font-size: clamp(44px, 4.5vw, 58px);
  line-height: 1.18;
}

.home-video p {
  color: var(--gold);
  font-size: clamp(30px, 3vw, 44px);
}

.home-chain {
  padding: 150px 0 70px;
  background: #f9f7f0;
}

.home-section-title {
  width: min(100% - 40px, 1320px);
  margin: 0 auto 72px;
  text-align: center;
}

.home-section-title > p:first-child {
  margin-bottom: 12px;
  color: var(--green-500);
  font-size: 32px;
  font-weight: 700;
}

.home-section-title h2 {
  color: var(--green-950);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.15;
}

.home-chain-layout {
  width: min(100% - 40px, 1350px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 450px minmax(0, 1fr);
  gap: 45px;
}

.home-chain-photo {
  min-height: 720px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

.home-chain-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-chain-list article,
.home-product-grid article,
.home-news-grid article {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.home-chain-list article {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 22px;
  padding: 20px;
  align-items: center;
}

.home-chain-list img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 4px;
}

.home-chain-list h3 {
  margin-bottom: 10px;
  color: var(--green-950);
  font-size: 24px;
}

.home-chain-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.home-about {
  width: min(100% - 40px, 1320px);
  margin: 0 auto;
  padding: 155px 0 120px;
}

.home-about > div:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
  margin-bottom: 34px;
}

.home-about h2 {
  color: var(--green-700);
  font-size: clamp(44px, 5vw, 69px);
  line-height: 1.3;
}

.home-about p {
  color: var(--muted);
  font-size: 26px;
  line-height: 1.55;
}

.home-about-media {
  display: grid;
  grid-template-columns: 0.95fr 0.75fr;
  gap: 38px;
  align-items: end;
}

.home-about-media > img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.home-about-panel {
  align-self: center;
}

.home-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.home-tabs span {
  display: block;
  padding: 18px 12px;
}

.home-tabs span:first-child {
  background: var(--gold);
}

.home-tabs span:last-child {
  background: #256a51;
}

.home-tab-body {
  padding: 70px 46px;
  color: #fff;
  text-align: center;
  background: #16513c url("assets/image-import-34.png") center / cover no-repeat;
}

.home-tab-body h3 {
  font-size: 36px;
  line-height: 1.35;
}

.home-tab-body img {
  width: 100%;
  margin-top: 36px;
}

.home-global {
  position: relative;
  min-height: 1390px;
  display: grid;
  align-content: start;
  justify-items: center;
  padding-top: 120px;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.home-global h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--green-500);
  font-size: clamp(48px, 6vw, 83px);
}

.home-global p {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
}

.home-global img {
  width: min(1320px, 100% - 40px);
  margin-top: 40px;
}

.home-reasons {
  width: min(100% - 40px, 1820px);
  margin: 0 auto;
  padding: 92px 0 80px;
  background: #fff;
}

.home-reason-lead {
  width: min(1460px, 100%);
  margin: -28px auto 62px;
  color: #111;
  text-align: center;
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1.5;
  font-weight: 800;
}

.home-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-reason-grid article {
  min-height: 247px;
  padding: 26px 31px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: #fff;
}

.home-reason-grid span {
  display: block;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
}

.home-reason-grid h3 {
  font-size: 24px;
}

.home-reason-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.home-products {
  padding: 86px 0 90px;
  color: #fff;
  background: #16513c url("assets/image-import-26.png") center / cover no-repeat;
}

.home-products-intro {
  width: min(100% - 40px, 1320px);
  margin: 0 auto 54px;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 60px;
  align-items: center;
}

.home-products-intro h2 {
  font-size: clamp(44px, 5vw, 58px);
}

.home-products-intro > div p {
  color: var(--green-500);
  font-size: 30px;
  font-weight: 700;
}

.home-products-intro > p {
  color: #c9d7d2;
  font-size: 22px;
  line-height: 1.8;
}

.home-product-cats {
  width: min(100% - 40px, 1220px);
  margin: 0 auto 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.home-product-cats span {
  display: block;
  border-radius: 999px;
  background: var(--green-500);
  padding: 24px 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.home-product-grid {
  width: min(100% - 40px, 1748px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.home-product-grid article {
  color: var(--green-950);
  text-align: center;
}

.home-product-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: #f7f2e9;
}

.home-product-grid h3 {
  margin: 28px 20px 14px;
  font-size: 28px;
}

.home-product-grid p {
  margin: 0 20px 36px;
  color: #747474;
  font-size: 18px;
  line-height: 1.7;
}

.home-cta {
  position: relative;
  min-height: 806px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 26px;
  padding: 90px 20px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.home-cta > * {
  position: relative;
  z-index: 1;
}

.home-cta img {
  width: 124px;
}

.home-cta p {
  width: min(1113px, 100%);
  font-size: 20px;
  line-height: 1.7;
}

.home-partners {
  padding: 80px 0 105px;
  background: #faf7f0;
}

.home-partner-strip {
  width: min(100% - 40px, 1300px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.home-partner-strip img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.home-news {
  padding: 110px 0;
  background: #faf7f0;
}

.home-news-grid {
  width: min(100% - 40px, 1750px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px;
}

.home-news-grid article {
  background: #e6e6e6;
  padding: 34px 42px 28px;
}

.home-news-grid h3 {
  min-height: 92px;
  font-size: 24px;
  line-height: 1.35;
}

.home-news-grid img {
  width: 100%;
  height: 224px;
  object-fit: cover;
  margin: 18px 0 24px;
}

.home-news-grid time {
  display: block;
  color: var(--green-950);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.home-news-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.nav a:hover::after,
.nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--green-950);
  border-radius: 4px;
  font-size: 23px;
}

.hero {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: linear-gradient(rgba(0, 23, 13, 0.46), rgba(0, 23, 13, 0.2)), var(--hero-image) center / cover no-repeat;
}

.hero.compact {
  min-height: 310px;
}

.hero-content {
  width: min(100% - 40px, 1180px);
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(44px, 7vw, 96px);
  line-height: 1.1;
  font-weight: 800;
}

.hero.compact h1 {
  font-size: clamp(36px, 5vw, 62px);
}

.hero p {
  width: min(760px, 100%);
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.65;
}

.section {
  padding: 110px 0;
}

.section.cream {
  background: var(--cream);
}

.section.green {
  color: var(--paper);
  background: var(--green-900);
}

.section-title {
  margin-bottom: 54px;
  text-align: center;
}

.section-title h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 60px);
  line-height: 1.15;
}

.section-title p {
  width: min(760px, 100%);
  margin-inline: auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.green .section-title p,
.green .muted {
  color: #c9d7d2;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 70px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.lead {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.95;
}

.display-copy {
  color: var(--green-700);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.15;
  font-weight: 800;
}

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

.media-grid img,
.feature-image,
.detail-image,
.map-image {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.media-grid img {
  aspect-ratio: 4 / 3;
}

.feature-image {
  aspect-ratio: 16 / 10;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.stat {
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.stat strong {
  display: block;
  color: var(--green-700);
  font-size: 38px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card-body {
  padding: 26px;
}

.card h3 {
  margin-bottom: 14px;
  color: var(--green-950);
  font-size: 24px;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.dark-card {
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  color: var(--paper);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
}

.dark-card div {
  width: 100%;
  min-height: 180px;
  padding: 32px;
  background: linear-gradient(transparent, rgba(0, 23, 13, 0.86));
}

.dark-card h3 {
  font-size: 32px;
}

.dark-card p {
  color: #dce8df;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--green-500);
  color: var(--paper);
  font-weight: 700;
}

.button.gold {
  background: var(--gold);
  color: var(--green-950);
}

.button.ghost {
  border-color: var(--green-500);
  background: transparent;
  color: var(--green-700);
}

.product-section + .product-section {
  margin-top: 90px;
}

.product-section h2 {
  margin-bottom: 8px;
  font-size: 34px;
}

.product-section > p {
  margin-bottom: 34px;
  color: var(--muted);
}

.product-card {
  text-align: center;
}

.product-card img {
  height: 220px;
  object-fit: contain;
  background: #f7f2e9;
}

.product-card .card-body {
  padding-top: 18px;
}

.detail-hero {
  text-align: center;
}

.detail-hero img {
  width: min(820px, 100%);
  margin: 38px auto 0;
  border-radius: 4px;
}

.news-list,
.job-list {
  display: grid;
  gap: 28px;
}

.news-item,
.job-item {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.news-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 4px;
}

.meta {
  color: var(--gold-600);
  font-weight: 700;
}

.article {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
}

.article h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.25;
}

.article p,
.article li {
  color: var(--muted);
  font-size: 18px;
  line-height: 2;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 70px;
  align-items: start;
}

.contact-card {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
}

.contact-card dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.contact-card dt {
  color: var(--green-700);
  font-weight: 800;
}

.contact-card dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.qr-row {
  display: flex;
  gap: 24px;
  margin-top: 34px;
  align-items: center;
}

.qr-row img {
  width: 138px;
}

.form-panel {
  width: min(680px, 100%);
  margin: 0 auto;
  padding: 42px;
  background: var(--paper);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  gap: 16px;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  border: 0;
  border-radius: 2px;
  background: #f3efe6;
  padding: 16px;
  font: inherit;
}

.form-grid textarea {
  min-height: 130px;
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--green-700);
  font-weight: 700;
}

.honor-board {
  width: min(980px, 100%);
  margin: 0 auto;
}

.honor-board img {
  width: 100%;
  object-fit: contain;
}

.footer {
  color: var(--paper);
  background: var(--green-900) url("assets/image-import-43.png") center / cover no-repeat;
  padding: 82px 0 54px;
}

.footer-logo {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-bottom: 54px;
  text-align: center;
}

.footer-logo img {
  width: 96px;
}

.footer-logo p {
  width: min(780px, 100%);
  margin: 0;
  color: #d2e1db;
  line-height: 1.8;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px;
}

.footer h3 {
  color: var(--gold);
  font-size: 17px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer li {
  margin: 11px 0;
  color: #d2e1db;
}

.copyright {
  margin-top: 56px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #d2e1db;
  text-align: center;
}

@media (max-width: 980px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px 22px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 6px;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 14px 0;
  }

  .nav a::after {
    bottom: 8px;
  }

  .hero {
    min-height: 560px;
  }

  .split,
  .split.reverse,
  .contact-layout,
  .news-item,
  .job-item {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .card-grid.three,
  .card-grid.two,
  .stats,
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-feature-row,
  .home-chain-layout,
  .home-about > div:first-child,
  .home-about-media,
  .home-products-intro,
  .home-product-cats {
    grid-template-columns: 1fr;
  }

  .home-chain-photo {
    width: 100%;
    min-height: 420px;
  }

  .home-chain-list,
  .home-reason-grid,
  .home-product-grid,
  .home-partner-strip,
  .home-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-video {
    min-height: 620px;
  }

  .home-video button {
    left: 50%;
    bottom: 270px;
    transform: translateX(-50%);
  }

  .home-about-media > img {
    height: auto;
  }
}

@media (max-width: 620px) {
  .topbar-inner,
  .header-inner,
  .section-inner,
  .footer-inner {
    width: min(100% - 28px, 1320px);
  }

  .brand {
    min-width: 0;
    font-size: 19px;
  }

  .hero,
  .hero.compact {
    min-height: 420px;
  }

  .hero p {
    font-size: 18px;
  }

  .section {
    padding: 72px 0;
  }

  .card-grid,
  .card-grid.three,
  .card-grid.two,
  .stats,
  .footer-columns,
  .media-grid,
  .home-chain-list,
  .home-reason-grid,
  .home-product-grid,
  .home-partner-strip,
  .home-news-grid {
    grid-template-columns: 1fr;
  }

  .home-center {
    padding: 56px 0 48px;
  }

  .home-center h1 {
    font-size: 34px;
  }

  .home-center p,
  .home-about p {
    font-size: 18px;
  }

  .home-feature-row {
    gap: 24px;
  }

  .home-video {
    min-height: 500px;
  }

  .home-video button {
    width: 78px;
    height: 78px;
    bottom: 220px;
    font-size: 28px;
  }

  .home-chain,
  .home-about,
  .home-reasons,
  .home-products,
  .home-partners,
  .home-news {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-section-title {
    margin-bottom: 42px;
  }

  .home-section-title h2,
  .home-about h2,
  .home-products-intro h2,
  .home-global h2 {
    font-size: 34px;
  }

  .home-chain-list article {
    grid-template-columns: 1fr;
  }

  .home-chain-list img {
    width: 100%;
    height: 210px;
  }

  .home-global {
    min-height: 620px;
  }

  .home-global p,
  .home-reason-lead {
    font-size: 26px;
  }

  .home-product-cats span {
    font-size: 24px;
  }

  .home-news-grid article {
    padding: 28px;
  }

  .form-panel {
    padding: 28px;
  }

  .qr-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
