:root {
  --blue: #006AB7;
  --blue-strong: #006AB7;
  --red: #9d2634;
  --gold: #a47a42;
  --ink: #111b2b;
  --muted: #657286;
  --line: #dce5ef;
  --soft: #f5f9fc;
  --deep: #063f6d;
  --white: #fff;
  --shadow: 0 18px 48px rgba(0, 106, 183, .1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  line-height: 1.7;
  background: #fff;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(0,106,183,.12);
  box-shadow: 0 10px 34px rgba(17,27,43,.05);
  backdrop-filter: blur(16px);
}
.topbar .wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 260px; }
.brand-logo { width: 260px; height: auto; }
.mark {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px;
  color: #fff; font-weight: 900;
  background: linear-gradient(135deg, var(--blue-strong), #5fb0e8 48%, var(--red) 49%, #ba4452);
}
.brand strong { display: block; color: var(--blue); font-size: 18px; line-height: 1.2; }
.brand span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 6px; color: var(--ink); font-size: 15px; font-weight: 400; }
.nav > a,
.nav-item > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  min-height: 84px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 400;
  cursor: pointer;
}
.nav > a:first-child { min-width: 58px; }
.nav-item > button { min-width: 96px; }
.nav > a:hover,
.nav-item:hover > button {
  color: var(--blue);
  font-weight: 700;
}
.nav-item { position: relative; }
.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 190px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0,106,183,.12);
  box-shadow: 0 20px 50px rgba(17,27,43,.12);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.nav-item:hover .submenu,
.nav-item:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.submenu a {
  display: block;
  padding: 10px 12px;
  color: #31445d;
  white-space: nowrap;
}
.submenu a:hover {
  background: var(--soft);
  color: var(--blue);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(0,74,128,.88) 0%, rgba(0,106,183,.62) 50%, rgba(255,255,255,.08) 100%),
    var(--hero-image) center/cover no-repeat;
}
.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(0deg, rgba(0,74,128,.45), transparent);
  content: "";
  pointer-events: none;
}
.hero > .wrap:not(.mascot-strip) { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; gap: 72px; padding: 92px 0 128px; }
.hero-copy { max-width: 820px; }
.eyebrow { margin: 0 0 14px; color: rgba(255,255,255,.72); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero h1 { max-width: 820px; margin: 0; font-size: 48px; line-height: 1.12; letter-spacing: 0; }
.lede { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 44px;
  padding: 0 20px; border: 1px solid transparent; border-radius: 2px; font-weight: 800; cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: #fff; color: var(--blue); }
.btn.ghost { border-color: rgba(255,255,255,.58); color: #fff; }
.btn.blue { background: var(--blue); color: #fff; }
.btn.outline { border-color: var(--line); color: var(--blue); background: #fff; }
.metric-box { padding: 30px; border: 1px solid rgba(255,255,255,.24); border-radius: 2px; background: rgba(255,255,255,.1); }
.glass { box-shadow: 0 28px 80px rgba(0,0,0,.22); backdrop-filter: blur(18px); }
.panel-label { margin: 0 0 8px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.metric { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.metric:last-child { border-bottom: 0; }
.metric strong { display: block; font-size: 40px; line-height: 1; }
.metric span { color: rgba(255,255,255,.78); }

.mascot-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: -128px;
}
.mascot-card {
  position: relative;
  min-height: 238px;
  display: grid;
  grid-template-columns: 44% 1fr;
  align-items: end;
  overflow: hidden;
  padding: 20px 26px 24px;
  border: 1px solid rgba(0,106,183,.12);
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(242,248,253,.94)),
    #fff;
  box-shadow: 0 24px 70px rgba(6,63,109,.14);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.mascot-card::after {
  position: absolute;
  right: -44px;
  bottom: -66px;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background: rgba(0,106,183,.08);
  content: "";
}
.mascot-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0,106,183,.24);
  box-shadow: 0 30px 86px rgba(6,63,109,.18);
}
.mascot-card.featured {
  background:
    linear-gradient(135deg, rgba(235,247,255,.98), rgba(255,255,255,.96)),
    #fff;
}
.mascot-figure {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 190px;
}
.mascot-figure img {
  max-width: 150px;
  max-height: 190px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 26px rgba(6,63,109,.12));
}
.mascot-card.featured .mascot-figure img {
  max-width: 160px;
  max-height: 200px;
}
.mascot-copy {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 0 10px 6px;
}
.mascot-copy strong {
  display: block;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.15;
}
.mascot-copy small {
  display: block;
  margin-top: 10px;
  color: #4f5f72;
  font-size: 14px;
  font-weight: 800;
}

.intro-band {
  background: #fff;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.intro-grid div {
  min-height: 168px;
  padding: 30px 32px;
  border-left: 1px solid var(--line);
}
.intro-grid div:last-child { border-right: 1px solid var(--line); }
.intro-grid span {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.intro-grid strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
}
.intro-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

.section { padding: 96px 0; }
.muted { background: var(--soft); }
.head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.kicker { margin: 0 0 8px; color: var(--blue-strong); font-weight: 900; letter-spacing: .03em; }
.title { margin: 0; font-size: clamp(28px, 4vw, 44px); line-height: 1.2; color: var(--ink); }
.desc { max-width: 650px; margin: 14px 0 0; color: var(--muted); }
.grid-2 { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.panel, .card, .form-panel {
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #fff;
  box-shadow: var(--shadow);
}
.panel { padding: 34px; }
.value { padding: 22px; border: 1px solid var(--line); border-radius: 2px; background: #fff; }
.value strong, .card h3 { color: var(--blue); }
.card { overflow: hidden; display: flex; flex-direction: column; min-height: 100%; box-shadow: none; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.card h3 { margin: 0; font-size: 21px; line-height: 1.35; }
.card p { color: var(--muted); }
.meta { margin-top: auto; color: var(--muted); font-size: 14px; }
.news-card .meta { margin: 0 0 14px; }
.news-card .card-body { justify-content: flex-start; }
.news-card-cover {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--soft);
}
.news-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}
.news-card:hover .news-card-cover img { transform: scale(1.04); }
.cover {
  min-height: 174px; display: grid; place-items: center;
  background:
    linear-gradient(135deg, rgba(0,106,183,.86), rgba(255,255,255,.15)),
    url("https://images.unsplash.com/photo-1497440001374-f26997328c1b?auto=format&fit=crop&w=900&q=80") center/cover no-repeat;
  color: var(--blue); font-weight: 900;
}
.cover span { color: #fff; text-shadow: 0 1px 18px rgba(0,0,0,.38); }
.cover img { width: 100%; height: 174px; object-fit: cover; }
.content-media {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.content-media figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.content-media img,
.content-media video {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: #f3f7fb;
}

.case-list-section {
  background: #fff;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
}
.case-card {
  min-width: 0;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}
.case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 54px rgba(0, 74, 128, .12);
}
.case-cover {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.42 / 1;
  background: var(--soft);
}
.case-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}
.case-card:hover .case-cover img {
  transform: scale(1.04);
}
.case-cover.disabled {
  cursor: default;
}
.case-card:has(.case-cover.disabled):hover {
  transform: none;
  box-shadow: none;
}
.case-card:has(.case-cover.disabled):hover .case-cover img {
  transform: none;
}
.case-info {
  min-height: 210px;
  padding: 24px 26px 28px;
  border: 1px solid var(--line);
  border-top: 0;
}
.case-info h3 {
  min-height: 68px;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.38;
}
.case-info h3 a:hover {
  color: var(--blue);
}
.case-fields {
  display: grid;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.case-region {
  margin: 0;
  color: #4f5f72;
  font-size: 14px;
  line-height: 1.5;
}
.case-capacity {
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.home-video-section {
  padding: 112px 0 96px;
  background:
    linear-gradient(180deg, #fff 0%, #f6fbff 100%);
}
.home-video-section .head {
  align-items: flex-start;
}
.home-video-section .desc {
  max-width: 420px;
  margin-top: 10px;
  text-align: right;
}
.promo-video-frame {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.promo-video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: transparent;
}

.home-services {
  padding-top: 120px;
  background: #fff;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.solution-gallery {
  gap: 18px;
  border: 0;
}
.service-card {
  min-height: 360px;
  padding: 32px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #fff 0%, #fff 62%, #f4f9fd 100%);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: var(--shadow);
}
.service-card span {
  display: block;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}
.service-card h3 {
  margin: 42px 0 18px;
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}
.service-card strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}
.service-card p {
  margin: 18px 0 0;
  color: var(--muted);
}
.solution-image-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px;
  border: 0;
  color: #fff;
  background:
    linear-gradient(0deg, rgba(0,38,70,.78), rgba(0,106,183,.16) 58%, rgba(255,255,255,.02)),
    var(--service-image) center/cover no-repeat;
  box-shadow: 0 20px 58px rgba(0,74,128,.12);
}
.solution-image-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,74,128,.92), rgba(0,106,183,.38));
  opacity: 0;
  transition: opacity .24s ease;
  content: "";
}
.solution-image-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0,74,128,.18);
}
.solution-image-card:hover::before {
  opacity: 1;
}
.solution-image-card > span,
.service-card-copy {
  position: relative;
  z-index: 1;
}
.solution-image-card > span {
  color: rgba(255,255,255,.68);
}
.service-card-copy h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}
.service-card-copy strong {
  color: rgba(255,255,255,.92);
  font-size: 19px;
}
.service-card-copy p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(255,255,255,.76);
  opacity: 0;
  transform: translateY(10px);
  transition: max-height .24s ease, margin .24s ease, opacity .24s ease, transform .24s ease;
}
.solution-image-card:hover .service-card-copy p {
  max-height: 180px;
  margin-top: 18px;
  opacity: 1;
  transform: translateY(0);
}
.home-capability {
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(0,74,128,.9), rgba(0,106,183,.54)),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=2200&q=82") center/cover no-repeat;
  color: #fff;
}
.capability-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}
.capability-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
}
.capability-copy p {
  max-width: 620px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
}
.capability-copy .kicker { color: rgba(255,255,255,.78); }
.capability-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.24);
  border-left: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}
.capability-stats strong {
  min-height: 160px;
  padding: 30px;
  border-right: 1px solid rgba(255,255,255,.24);
  border-bottom: 1px solid rgba(255,255,255,.24);
  color: #fff;
  font-size: 46px;
  line-height: 1;
}
.capability-stats strong:last-child {
  grid-column: span 2;
}
.capability-stats span {
  display: block;
  margin-top: 16px;
  color: rgba(255,255,255,.74);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.home-about {
  background: #fff;
}
.home-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  border: 1px solid var(--line);
}
.home-about-image {
  min-height: 620px;
  background:
    linear-gradient(0deg, rgba(0,74,128,.18), rgba(0,106,183,.06)),
    var(--feature-image) center/cover no-repeat;
}
.home-about-copy {
  padding: clamp(34px, 5vw, 70px);
  align-self: center;
}
.home-about-copy p {
  color: var(--muted);
  font-size: 17px;
}
.home-link-list {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}
.home-link-list a {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  font-weight: 900;
}
.home-link-list a::after {
  content: ">";
  float: right;
}
.home-news-list {
  display: grid;
  border-top: 1px solid var(--line);
}
.home-news-row {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  min-height: 196px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.home-news-row:hover {
  transform: translateX(6px);
}
.home-news-thumb {
  min-height: 140px;
  background:
    linear-gradient(0deg, rgba(0,74,128,.18), rgba(0,106,183,.06)),
    var(--news-image) center/cover no-repeat;
}
.home-news-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}
.home-news-row time {
  color: var(--muted);
  font-size: 14px;
}
.home-news-row h3 {
  margin: 12px 0 10px;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.35;
}
.home-news-row p {
  margin: 0;
  color: var(--muted);
}
.home-cta {
  padding: 88px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,74,128,.94), rgba(0,106,183,.76)),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=2200&q=82") center/cover no-repeat;
}
.home-cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}
.home-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
}
.home-cta p {
  max-width: 700px;
  color: rgba(255,255,255,.78);
  font-size: 18px;
}
.home-cta .kicker { color: rgba(255,255,255,.78); }
.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 0 0 auto;
}
.form-panel { padding: 30px; box-shadow: none; }
.form { display: grid; gap: 16px; margin-top: 18px; }
label { display: block; margin-bottom: 7px; color: #34465e; font-weight: 800; }
input, textarea, select {
  width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #cbd7e5;
  border-radius: 2px; background: #fff; color: var(--ink); font: inherit;
}
textarea { min-height: 112px; resize: vertical; }
.notice { padding: 12px 14px; border-radius: 6px; margin-bottom: 18px; background: #e8f6ef; color: #17613b; font-weight: 800; }
.contact {
  background:
    linear-gradient(100deg, rgba(0,106,183,.92), rgba(0,106,183,.76)),
    url("https://images.unsplash.com/photo-1508514177221-188b1cf16e9d?auto=format&fit=crop&w=1800&q=82") center/cover no-repeat;
  color: #fff;
}
.contact .title { color: #fff; }
.contact-card { padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(255,255,255,.08); }
.footer { background: #fff; color: var(--muted); border-top: 1px solid var(--line); }
.footer .wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; }
.footer a:hover { color: var(--blue); }

.page { padding: 72px 0; background: var(--soft); min-height: calc(100vh - 158px); }
.detail-page { padding: 0; background: #fff; }
.detail { padding: min(7vw, 56px); }
.detail h1 { margin-top: 0; color: var(--blue); }

.page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 528px;
  padding: 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(0,74,128,.86), rgba(0,106,183,.54), rgba(255,255,255,.08)),
    var(--page-image) center/cover no-repeat;
}
.page-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(0deg, rgba(0,74,128,.34), transparent);
  content: "";
}
.page-hero .wrap {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  max-width: 840px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.12;
}
.page-hero p:last-child {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
}
.page-hero .kicker { color: rgba(255,255,255,.84); }
.blue-page {
  background:
    linear-gradient(100deg, rgba(0,74,128,.86), rgba(0,106,183,.54), rgba(255,255,255,.08)),
    var(--page-image) center/cover no-repeat;
}
.light-page {
  background:
    linear-gradient(100deg, rgba(0,74,128,.78), rgba(0,106,183,.44), rgba(255,255,255,.12)),
    var(--page-image) center/cover no-repeat;
}
.narrow { max-width: 900px; }

.image-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: end;
  min-height: 420px;
  margin-top: 30px;
  padding: 42px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,74,128,.82), rgba(0,106,183,.16)),
    var(--feature-image) center/cover no-repeat;
}
.image-feature h3 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.18;
}
.feature-stats {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(14px);
}
.feature-stats strong {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  font-size: 28px;
}
.feature-stats span {
  color: rgba(255,255,255,.7);
  font-size: 14px;
  font-weight: 600;
}
.premium-cards { margin-top: 18px; }
.solution-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(2, minmax(0, .75fr));
  gap: 18px;
}
.solution-wide {
  grid-row: span 2;
  min-height: 520px;
  padding: 34px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(0deg, rgba(0,74,128,.82), rgba(0,106,183,.1)),
    var(--solution-image) center/cover no-repeat;
}
.solution-wide h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.16;
}
.solution-card {
  min-height: 250px;
  background: #fff;
}

.company-page {
  background: #fff;
}
.company-lead {
  background: #fff;
}
.company-lead-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 80px;
  align-items: start;
}
.company-lead h2 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: 0;
}
.company-copy {
  color: #46566b;
  font-size: 18px;
}
.company-copy p {
  margin: 0 0 24px;
}
.company-copy p:last-child {
  margin-bottom: 0;
}
.company-visual {
  min-height: 680px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,74,128,.86), rgba(0,106,183,.34), rgba(255,255,255,.08)),
    var(--page-image) center/cover no-repeat;
}
.company-visual-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 56px;
  align-items: end;
  padding: 0 0 70px;
}
.company-visual h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.14;
}
.company-visual .kicker {
  color: rgba(255,255,255,.82);
}
.company-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(14px);
}
.company-metrics strong {
  min-height: 138px;
  padding: 24px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: 40px;
  line-height: 1;
}
.company-metrics strong:nth-child(2n) {
  border-right: 0;
}
.company-metrics strong:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.company-metrics span {
  display: block;
  margin-top: 14px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.principle-card {
  min-height: 300px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.principle-card span {
  display: block;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.principle-card h3 {
  margin: 56px 0 18px;
  color: var(--blue);
  font-size: 30px;
  line-height: 1.2;
}
.principle-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}
.vr-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 54px 0;
}
.vr-band h2 {
  max-width: 680px;
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
}
.org-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.org-chart {
  margin: 0;
  padding: 24px;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.org-chart img {
  width: 100%;
  min-width: 980px;
  height: auto;
}
.contact-layout {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: 32px;
  align-items: stretch;
}
.contact-info-panel h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.2;
}
.contact-info-list {
  display: grid;
  gap: 18px;
  margin-bottom: 30px;
}
.contact-info-list p {
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.contact-info-list strong {
  display: block;
  color: var(--blue);
  font-size: 15px;
}
.contact-info-list span {
  display: block;
  margin-top: 8px;
  color: #34465e;
  font-size: 18px;
}
.contact-qr-card {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(0,106,183,.14);
  background: #f8fbfd;
}
.contact-qr-card img {
  width: 126px;
  height: 126px;
  padding: 8px;
  border: 1px solid var(--line);
  background: #fff;
}
.contact-qr-card strong,
.contact-qr-card span {
  display: block;
}
.contact-qr-card strong {
  color: var(--blue);
  font-size: 18px;
}
.contact-qr-card span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}
.map-panel {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.map-panel iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}
.map-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px;
  border-top: 1px solid var(--line);
}
.map-actions strong,
.map-actions span {
  display: block;
}
.map-actions strong {
  color: var(--blue);
}
.map-actions span {
  margin-top: 4px;
  color: var(--muted);
}
.investment-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.investment-main h2 {
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 38px;
  line-height: 1.2;
}
.investment-main p:last-child {
  color: #46566b;
  font-size: 18px;
}
.investment-requirements ol {
  margin: 18px 0 0;
  padding-left: 24px;
  color: #34465e;
  font-size: 17px;
}
.investment-requirements li {
  padding: 8px 0;
}
.investment-form-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr);
  gap: 64px;
  align-items: start;
}
.assessment-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr);
  gap: 64px;
  align-items: start;
}
.epc-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: start;
}
.epc-intro h2 {
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 38px;
  line-height: 1.2;
}
.epc-intro p:not(.kicker) {
  color: #46566b;
  font-size: 18px;
}
.epc-intro .btn {
  margin-top: 20px;
}
.epc-advantages {
  padding: 34px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.operation-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 42px;
  align-items: start;
}
.operation-services h2 {
  max-width: 660px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 38px;
  line-height: 1.2;
}
.service-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}
.service-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.service-item span {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: .08em;
}
.service-item p {
  margin: 0;
  color: #34465e;
  font-size: 17px;
}
.operation-advantages {
  padding: 34px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.advantage-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.advantage-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.advantage-item:last-child {
  border-bottom: 0;
}
.advantage-item span {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: .08em;
}
.advantage-item p {
  margin: 0;
  color: #34465e;
  font-size: 17px;
}
.quote-section {
  padding-top: 72px;
  padding-bottom: 72px;
}
.quote-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 44px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.quote-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.2;
}
.quote-card p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
}
.epcf-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: start;
}
.epcf-intro h2 {
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 38px;
  line-height: 1.2;
}
.epcf-intro p:not(.kicker) {
  color: #46566b;
  font-size: 18px;
}
.epcf-intro .btn {
  margin-top: 20px;
}
.epcf-requirements {
  display: grid;
  gap: 18px;
  padding: 34px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.requirement-group {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.requirement-group:first-of-type { padding-top: 18px; }
.requirement-group:last-child { padding-bottom: 0; }
.requirement-group h3 {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 26px;
  line-height: 1.25;
}
.requirement-section {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.requirement-section h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 18px;
}
.requirement-section ul {
  margin: 0;
  padding-left: 20px;
  color: #34465e;
}
.requirement-section li {
  padding: 5px 0;
}

.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 240px 1fr; background: var(--soft); }
.side { background: #0b1d31; color: rgba(255,255,255,.78); padding: 24px; }
.side .brand { min-width: 0; color: #fff; margin-bottom: 28px; }
.side a { display: block; padding: 11px 12px; border-radius: 6px; margin: 4px 0; font-weight: 800; }
.side a:hover, .side a.active { background: rgba(255,255,255,.1); color: #fff; }
.side .admin-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0 0 24px;
  margin: 0 0 20px;
  border-radius: 0;
}
.side .admin-brand:hover {
  background: transparent;
}
.admin-logo-card {
  display: block;
  width: 88px;
}
.admin-brand-logo {
  display: block;
  width: 88px;
  height: auto;
}
.admin-brand-label {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}
.admin-main { padding: 34px; }
.admin-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.table th, .table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.table th { color: var(--blue); background: #f8fbfd; }
.table small {
  display: block;
  max-width: 480px;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
}
.admin-form { display: grid; gap: 16px; max-width: 860px; }
.row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.input-action {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}
.radio-card-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.radio-card {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}
.radio-card:has(input:checked) {
  border-color: var(--blue);
  background: #eef8ff;
  box-shadow: 0 12px 34px rgba(0, 106, 183, .1);
}
.radio-card input { margin-top: 4px; }
.radio-card strong {
  display: block;
  color: var(--ink);
}
.radio-card small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.5;
}
.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 20px;
}
.admin-stat {
  display: block;
  padding: 24px;
  box-shadow: none;
}
.admin-stat strong {
  display: block;
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}
.admin-stat span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}
.admin-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.admin-card h2,
.form-section h2 {
  margin: 0 0 14px;
  font-size: 20px;
}
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.admin-help {
  margin-bottom: 16px;
  padding: 16px 18px;
  box-shadow: none;
  color: #31445d;
}
.admin-thumb {
  width: 96px;
  height: 54px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--soft);
}
.admin-preview {
  width: 220px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--soft);
}
.admin-preview.compact {
  width: 160px;
  margin-bottom: 8px;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--blue);
  background: #eaf5fc;
  font-size: 13px;
  font-weight: 900;
}
.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.admin-row-actions a,
.admin-row-actions button,
.lead-inline-form button {
  border: 0;
  background: transparent;
  color: var(--blue);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  padding: 0;
}
.admin-row-actions form { display: inline; margin: 0; }
.admin-row-actions button { color: #9d2634; }
.muted-text { color: var(--muted); font-weight: 800; }
.form-section {
  display: grid;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.rich-editor {
  border: 1px solid var(--line);
  background: #fff;
}
.rich-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px;
  border-bottom: 1px solid var(--line);
  background: #f8fbfd;
}
.rich-toolbar button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}
.rich-toolbar button:hover {
  color: var(--blue);
  border-color: rgba(0,106,183,.32);
}
.rich-editor-area {
  min-height: 320px;
  padding: 18px;
  outline: none;
}
.rich-editor-area:focus {
  box-shadow: inset 0 0 0 2px rgba(0,106,183,.18);
}
.rich-editor-area p {
  margin: 0 0 14px;
}
.rich-editor-area img,
.rich-editor-area video,
.detail img,
.detail video {
  max-width: 100%;
  height: auto;
}
.rich-editor-area video,
.detail video {
  display: block;
  width: 100%;
  max-height: 520px;
  background: #eef3f8;
}
.field-help {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.lead-inline-form {
  display: grid;
  gap: 8px;
  min-width: 220px;
}
.lead-inline-form textarea {
  min-height: 68px;
}
.login { min-height: 100vh; display: grid; place-items: center; background: var(--soft); }
.login .panel { width: min(420px, calc(100% - 32px)); }

@media (max-width: 980px) {
  .topbar .wrap {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }
  .brand { min-width: 210px; }
  .brand-logo { width: 210px; }
  .nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 2px 8px;
  }
  .nav > a,
  .nav-item > button {
    min-height: 42px;
    padding: 0 8px;
  }
  .submenu {
    left: 0;
    transform: translate(0, 10px);
  }
  .nav-item:hover .submenu,
  .nav-item:focus-within .submenu {
    transform: translate(0, 0);
  }
  .hero > .wrap:not(.mascot-strip), .grid-2 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: 1fr; }
  .intro-grid, .image-feature, .solution-grid { grid-template-columns: 1fr; }
  .mascot-strip,
  .service-grid,
  .home-about-grid,
  .capability-panel {
    grid-template-columns: 1fr;
  }
  .solution-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .solution-image-card {
    min-height: 420px;
  }
  .solution-image-card::before {
    opacity: .72;
  }
  .solution-image-card .service-card-copy p {
    max-height: 180px;
    margin-top: 18px;
    opacity: 1;
    transform: translateY(0);
  }
  .home-news-row {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
  }
  .mascot-strip {
    margin-top: -86px;
  }
  .mascot-card {
    min-height: 212px;
    grid-template-columns: 180px 1fr;
  }
  .service-card {
    min-height: 260px;
  }
  .service-card h3 {
    margin-top: 24px;
  }
  .home-about-image {
    min-height: 420px;
  }
  .home-video-section .head {
    display: block;
  }
  .home-video-section .desc {
    max-width: 100%;
    text-align: left;
  }
  .home-cta .wrap {
    display: block;
  }
  .home-cta-actions {
    margin-top: 28px;
  }
  .company-lead-grid,
  .company-visual-inner,
  .principle-grid,
  .investment-layout,
  .investment-form-grid,
  .assessment-layout,
  .epc-layout,
  .epcf-layout,
  .operation-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .company-visual-inner {
    padding: 70px 0;
  }
  .company-metrics strong:nth-child(n) {
    border-right: 0;
  }
  .company-metrics strong:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .company-metrics strong:last-child {
    border-bottom: 0;
  }
  .solution-wide { min-height: 360px; grid-row: auto; }
  .admin-shell { grid-template-columns: 1fr; }
  .side { position: static; }
  .admin-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-section-grid { grid-template-columns: 1fr; }
  .radio-card-group { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .brand { min-width: 180px; }
  .brand-logo { width: 180px; }
  .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .nav-item { position: static; }
  .submenu {
    left: 14px;
    right: 14px;
    min-width: auto;
    transform: translate(0, 10px);
  }
  .hero > .wrap:not(.mascot-strip) { min-height: 720px; padding: 60px 0; }
  .hero h1 { font-size: 48px; }
  .mascot-strip {
    margin-top: 0;
    width: 100%;
  }
  .mascot-card {
    min-height: 190px;
    grid-template-columns: 128px 1fr;
    padding: 18px 20px;
  }
  .mascot-figure {
    height: 154px;
  }
  .mascot-figure img,
  .mascot-card.featured .mascot-figure img {
    max-width: 116px;
    max-height: 154px;
  }
  .mascot-copy {
    padding-bottom: 8px;
  }
  .mascot-copy strong {
    font-size: 24px;
  }
  .home-services {
    padding-top: 56px;
  }
  .home-video-section {
    padding: 64px 0 56px;
  }
  .promo-video-frame video {
    aspect-ratio: 4 / 3;
  }
  .solution-gallery {
    grid-template-columns: 1fr;
  }
  .solution-image-card {
    min-height: 360px;
  }
  .home-news-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 0;
  }
  .home-news-thumb {
    min-height: 190px;
  }
  .home-news-content {
    padding-right: 0;
  }
  .capability-stats {
    grid-template-columns: 1fr;
  }
  .capability-stats strong:last-child {
    grid-column: auto;
  }
  .capability-stats strong {
    min-height: 132px;
  }
  .page-hero { min-height: 528px; }
  .page-hero h1 { font-size: 48px; }
  .section { padding: 56px 0; }
  .head { display: block; }
  .grid-4, .case-grid, .row { grid-template-columns: 1fr; }
  .admin-main { padding: 22px 14px; }
  .admin-head { align-items: flex-start; flex-direction: column; }
  .admin-stat-grid { grid-template-columns: 1fr; }
  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table small,
  .lead-inline-form {
    white-space: normal;
  }
  .input-action { grid-template-columns: 1fr; }
  .case-info {
    min-height: auto;
    padding: 22px;
  }
  .case-info h3 {
    min-height: auto;
    font-size: 20px;
  }
  .intro-grid div, .image-feature { padding: 24px; }
  .company-lead h2,
  .company-visual h2,
  .vr-band h2 {
    font-size: 32px;
  }
  .company-copy {
    font-size: 16px;
  }
  .company-metrics {
    grid-template-columns: 1fr;
  }
  .principle-card {
    min-height: auto;
    padding: 26px;
  }
  .principle-card h3 {
    margin-top: 28px;
  }
  .vr-band {
    display: block;
  }
  .vr-band .btn {
    margin-top: 22px;
  }
  .org-head {
    display: block;
  }
  .org-head .btn {
    margin-top: 18px;
  }
  .org-chart {
    padding: 12px;
  }
  .map-actions {
    display: block;
  }
  .map-actions .btn {
    margin-top: 18px;
  }
  .contact-qr-card {
    grid-template-columns: 108px minmax(0, 1fr);
    padding: 14px;
  }
  .contact-qr-card img {
    width: 108px;
    height: 108px;
  }
  .investment-main h2 {
    font-size: 30px;
  }
  .epc-intro h2 {
    font-size: 30px;
  }
  .epcf-intro h2 {
    font-size: 30px;
  }
  .operation-services h2 {
    font-size: 30px;
  }
  .epc-advantages,
  .operation-advantages {
    padding: 24px;
  }
  .requirement-group {
    padding: 22px 0;
  }
  .advantage-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .service-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .quote-card {
    display: block;
    padding: 28px;
  }
  .quote-card .btn {
    margin-top: 22px;
  }
  .footer .wrap { display: grid; gap: 6px; padding: 20px 0; }
}
