:root {
  --ink: #12202b;
  --muted: #5f6f7c;
  --line: #dbe4ea;
  --paper: #ffffff;
  --mist: #f3f7f8;
  --blue: #1467d9;
  --blue-deep: #0c4ba4;
  --teal: #008a77;
  --orange: #ef8b36;
  --night: #102331;
  --shadow: 0 12px 30px rgba(16, 35, 49, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; padding: 8px 12px; color: #fff; background: var(--ink); }
.topbar { color: #d8e4e9; background: var(--night); font-size: 13px; }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; }
.topbar span { display: inline-flex; align-items: center; gap: 6px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(219,228,234,.9); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 174px; font-weight: 800; letter-spacing: 0; }
.brand-mark, .brand-mark-image { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 8px; }
.brand-mark { display: grid; place-items: center; color: #fff; background: var(--teal); }
.brand-mark-image { display: block; background: transparent; object-fit: contain; }
.brand small { display: block; color: var(--muted); font-weight: 500; font-size: 11px; line-height: 1.2; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 650; }
.main-nav a { padding: 26px 0 23px; border-bottom: 3px solid transparent; white-space: nowrap; }
.main-nav a:hover, .main-nav a.is-active { color: var(--blue); border-color: var(--blue); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 10px 19px; border: 1px solid var(--blue); border-radius: 5px; color: var(--blue); background: transparent; font-size: 15px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(20,103,217,.18); }
.button-primary { color: #fff; background: var(--blue); }
.button-teal { color: #fff; border-color: var(--teal); background: var(--teal); }
.button-light { color: #fff; border-color: rgba(255,255,255,.6); }
.button-small { min-height: 38px; padding: 8px 14px; font-size: 14px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: var(--teal); font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(34px, 5vw, 58px); line-height: 1.15; letter-spacing: 0; }
h2 { margin-bottom: 16px; font-size: clamp(27px, 3.4vw, 40px); line-height: 1.25; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 19px; line-height: 1.35; }
.lead { max-width: 660px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.section { padding: 88px 0; }
.section-tight { padding: 58px 0; }
.section-head { max-width: 720px; margin-bottom: 38px; }
.section-head p { color: var(--muted); }
.mist { background: var(--mist); }
.night { color: #fff; background: var(--night); }
.night .lead, .night .section-head p, .night .muted { color: #c6d6dd; }

.hero { position: relative; overflow: hidden; min-height: 620px; display: grid; align-items: center; color: #fff; background: #0c2433; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,44,.97) 0%, rgba(7,29,44,.87) 46%, rgba(7,29,44,.28) 100%), url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=88") center/cover; }
.hero .container { position: relative; padding: 72px 0; }
.hero h1 { max-width: 680px; }
.hero .lead { color: #d8e7ed; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 35px 0 0; color: #d9eaf0; font-size: 14px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points i { width: 17px; color: #4dd2ba; }

/* The homepage uses a deliberately slower rhythm than the service pages. */
.home-page .hero { min-height: 820px; }
.home-page .hero::before { background: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=2200&q=90") center/cover; }
.home-page .hero::after { content: ""; position: absolute; inset: 0; background: rgba(7, 29, 44, .72); }
.home-page .hero .container { z-index: 1; padding: 146px 0; }
.home-page .hero h1 { max-width: 745px; font-size: clamp(42px, 5vw, 64px); }
.home-page .hero .lead { max-width: 690px; font-size: 19px; }
.home-page .hero-actions { margin-top: 36px; }
.home-page .hero-points { margin-top: 54px; gap: 14px 28px; }
.home-page .section { padding: 126px 0; }
.home-page .section-head { max-width: 780px; margin-bottom: 56px; }
.home-page .section-head h2 { max-width: 750px; }
.home-page .grid { gap: 30px; }
.home-page .service-card { padding: 34px 30px; }
.home-page .problem { min-height: 240px; padding: 38px 32px; }
.home-page .system-step { min-height: 250px; padding: 34px 27px; }
.home-page .case-card img, .home-page .article-card img { height: 238px; }
.home-page .case-card-body, .home-page .article-card-body { padding: 28px; }
.home-page .cta-band { padding: 86px 0; }

.page-hero { position: relative; overflow: hidden; min-height: 410px; display: grid; align-items: center; color: #fff; background: var(--night); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background: linear-gradient(90deg, #0d273a 30%, transparent), var(--hero-image) center/cover; }
.page-hero .container { position: relative; padding: 70px 0; }
.page-hero h1 { max-width: 760px; font-size: clamp(34px, 4vw, 51px); }
.page-hero .lead { color: #d5e4e8; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; color: #b9d0d9; font-size: 13px; }
.breadcrumbs a:hover { color: #fff; text-decoration: underline; }

.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.service-card, .case-card, .article-card, .proof-card, .flow-card { border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.service-card { min-height: 100%; padding: 27px; transition: .2s ease; }
.service-card:hover, .case-card:hover, .article-card:hover { border-color: #b8ceec; transform: translateY(-3px); box-shadow: var(--shadow); }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 20px; border-radius: 6px; color: var(--blue); background: #e9f1ff; }
.service-icon.teal { color: var(--teal); background: #e5f6f2; }
.service-icon.orange { color: #bc5a09; background: #fff1e3; }
.service-card p, .case-card p, .article-card p, .flow-card p { color: var(--muted); font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 750; font-size: 14px; }
.text-link:hover { color: var(--blue-deep); }

.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem { padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.problem-index { display: block; margin-bottom: 16px; color: var(--orange); font-weight: 800; font-size: 13px; }
.problem p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.system-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border: 1px solid rgba(201,220,226,.32); border-radius: 6px; overflow: hidden; }
.system-step { position: relative; min-height: 210px; padding: 26px 20px; border-right: 1px solid rgba(201,220,226,.32); }
.system-step:last-child { border-right: 0; }
.system-step .num { display: block; color: #5ad3ba; font-size: 13px; font-weight: 800; }
.system-step h3 { margin: 10px 0; color: #fff; }
.system-step p { margin: 0; color: #bfced5; font-size: 14px; }
.system-step i { position: absolute; right: 13px; bottom: 13px; color: #4dd2ba; }

.audience { overflow: hidden; border-radius: 6px; background: #fff; box-shadow: 0 10px 22px rgba(16,35,49,.08); }
.audience img { width: 100%; height: 190px; object-fit: cover; }
.audience-body { padding: 23px; }
.audience-body p { color: var(--muted); font-size: 15px; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; color: var(--muted); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 13px; height: 7px; border-left: 2px solid var(--teal); border-bottom: 2px solid var(--teal); transform: rotate(-45deg); }

.architecture { display: grid; grid-template-columns: 1fr 76px 1fr; align-items: center; gap: 18px; }
.architecture-card { min-height: 332px; padding: 34px; border-radius: 6px; background: #fff; box-shadow: var(--shadow); }
.architecture-card.shop { color: #fff; background: #0d597e; }
.architecture-card.shop p, .architecture-card.shop li { color: #c8e2eb; }
.architecture-card .domain { display: inline-block; margin-bottom: 18px; padding: 4px 8px; border-radius: 4px; color: var(--blue); background: #eaf2ff; font: 700 13px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.architecture-card.shop .domain { color: #d8fff4; background: rgba(255,255,255,.12); }
.architecture-arrow { display: grid; place-items: center; width: 54px; height: 54px; margin: auto; border-radius: 50%; color: #fff; background: var(--teal); }

.payment-table { width: 100%; border-collapse: collapse; border-spacing: 0; background: #fff; }
.payment-table th, .payment-table td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.payment-table th { color: #47606d; background: #f1f6f8; font-size: 14px; }
.payment-table td { color: var(--muted); font-size: 14px; }
.payment-table strong { color: var(--ink); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 6px; }

.case-card { overflow: hidden; }
.case-card img, .article-card img { width: 100%; height: 194px; object-fit: cover; }
.case-card-body, .article-card-body { padding: 22px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
.tag { display: inline-flex; padding: 3px 8px; border-radius: 4px; color: var(--teal); background: #e7f6f2; font-size: 12px; font-weight: 700; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 20px 0; background: var(--line); }
.stat { padding: 22px; background: #fff; }
.stat strong { display: block; color: var(--blue); font-size: 27px; line-height: 1.1; }
.stat span { color: var(--muted); font-size: 13px; }

.article-meta { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 13px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 58px; align-items: start; }
.article-content { max-width: 770px; }
.article-content h2 { margin-top: 42px; font-size: 29px; }
.article-content h3 { margin-top: 28px; }
.article-content p, .article-content li { color: #344651; }
.article-content li { margin-bottom: 9px; }
.article-hero { width: 100%; height: 400px; margin: 27px 0 34px; object-fit: cover; border-radius: 6px; }
.toc { position: sticky; top: 104px; padding: 20px; border-left: 2px solid var(--teal); background: var(--mist); }
.toc h3 { font-size: 16px; }
.toc a { display: block; padding: 6px 0; color: var(--muted); font-size: 14px; }
.toc a:hover { color: var(--blue); }
.article-related { margin-top: 54px; padding-top: 32px; border-top: 1px solid var(--line); }

.news-hero { padding: 72px 0 58px; color: #fff; background: var(--night); }
.news-hero .breadcrumbs { margin-bottom: 18px; }
.news-hero h1 { margin-bottom: 12px; font-size: clamp(34px, 4vw, 50px); }
.news-hero .lead { color: #d5e4e8; }
.news-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.news-filters a { padding: 8px 14px; border: 1px solid var(--line); border-radius: 4px; color: #536670; background: #fff; font-size: 14px; font-weight: 700; }
.news-filters a:hover, .news-filters a.is-active { border-color: var(--blue); color: #fff; background: var(--blue); }
.news-section { padding-top: 22px; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 52px; align-items: start; }
.news-main { min-width: 0; }
.news-featured { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.news-featured-image { min-height: 100%; }
.news-featured-image img { width: 100%; height: 100%; min-height: 305px; object-fit: cover; }
.news-featured-body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 36px; }
.news-featured h2 { margin: 12px 0; font-size: 28px; }
.news-featured h2 a:hover, .news-item h2 a:hover { color: var(--blue); }
.news-featured p { color: var(--muted); }
.news-list { margin-top: 34px; border-top: 1px solid var(--line); }
.news-item { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.news-item-image { overflow: hidden; border-radius: 5px; }
.news-item-image img { width: 100%; height: 138px; object-fit: cover; transition: transform .25s ease; }
.news-item:hover .news-item-image img { transform: scale(1.04); }
.news-item h2 { margin: 7px 0 8px; font-size: 22px; }
.news-item p { margin-bottom: 10px; color: var(--muted); font-size: 15px; }
.news-sidebar { position: sticky; top: 104px; display: grid; gap: 26px; }
.news-sidebar section { border-bottom: 1px solid var(--line); }
.news-sidebar h2 { margin-bottom: 13px; font-size: 18px; }
.news-sidebar > section > a:not(.sidebar-article) { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-top: 1px solid var(--line); color: #455963; font-size: 14px; font-weight: 700; }
.news-sidebar > section > a:not(.sidebar-article):hover { color: var(--blue); }
.news-sidebar i { width: 17px; }
.sidebar-article { display: block; padding: 14px 0; border-top: 1px solid var(--line); }
.sidebar-article span { display: block; color: var(--ink); font-size: 14px; font-weight: 750; line-height: 1.5; }
.sidebar-article small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.sidebar-article:hover span { color: var(--blue); }
.news-sidebar-cta { padding: 23px; border: 0 !important; border-radius: 6px; background: var(--mist); }
.news-sidebar-cta .eyebrow { margin-bottom: 10px; }
.news-sidebar-cta h2 { font-size: 21px; }
.news-sidebar-cta p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.news-sidebar-cta .button { width: 100%; margin-top: 6px; font-size: 14px; }
.pagination { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 34px; }
.pagination a, .pagination span { display: inline-flex; min-width: 36px; height: 36px; align-items: center; justify-content: center; gap: 5px; padding: 0 10px; border: 1px solid var(--line); border-radius: 4px; color: var(--muted); font-size: 14px; }
.pagination a:hover, .pagination .is-current { border-color: var(--blue); color: #fff; background: var(--blue); }

.quote-panel { padding: 34px; border-left: 4px solid var(--orange); background: #fff8f1; }
.quote-panel p { margin-bottom: 0; color: #714213; font-size: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 750; cursor: pointer; }
.faq button i { flex: 0 0 auto; color: var(--blue); }
.faq-answer { display: none; max-width: 850px; padding: 0 0 20px; color: var(--muted); }
.faq.is-open .faq-answer { display: block; }
.faq.is-open button i { transform: rotate(45deg); }

.cta-band { padding: 56px 0; color: #fff; background: linear-gradient(105deg, #075b78, #1672d4); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-band h2 { max-width: 730px; margin-bottom: 8px; }
.cta-band p { margin: 0; color: #d7edf4; }
.form-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.contact-panel { padding: 30px; border-radius: 6px; color: #fff; background: var(--night); }
.contact-panel p { color: #c6d8de; }
.contact-item { display: flex; gap: 12px; margin-top: 19px; }
.contact-item i { flex: 0 0 auto; width: 20px; color: #55d0b5; }
.contact-item span { display: block; color: #b8cbd2; font-size: 13px; }
.contact-item strong { display: block; font-size: 16px; }
.form-card { padding: 33px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 11px 12px; border: 1px solid #cbd7dd; border-radius: 4px; color: var(--ink); background: #fff; outline: none; }
.field textarea { min-height: 126px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,103,217,.12); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.notice { padding: 20px 23px; border: 1px solid #b8dfd4; border-radius: 6px; background: #edf9f5; }
.notice h3 { color: #08735f; font-size: 17px; }
.notice p { margin-bottom: 0; color: #35675c; font-size: 14px; }

.footer { color: #c3d2d8; background: #0a1a25; }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 35px; padding: 58px 0 40px; }
.footer .brand { color: #fff; }
.footer .brand small { color: #90a8b2; }
.footer-intro { max-width: 310px; margin: 18px 0; color: #a9bec6; font-size: 14px; }
.footer h3 { margin-bottom: 16px; color: #fff; font-size: 15px; }
.footer a { display: block; margin: 8px 0; color: #a9bec6; font-size: 14px; }
.footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(196,216,224,.15); color: #8fa7b0; font-size: 13px; }
.footer-bottom a { display: inline; margin: 0; font-size: 13px; }

@media (max-width: 1120px) {
  .nav-wrap { gap: 16px; }
  .main-nav { gap: 14px; font-size: 13px; }
  .header-cta { display: none; }
}

@media (max-width: 980px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 13px; }
  .grid-4, .problem-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .system-flow { grid-template-columns: repeat(3,1fr); }
  .system-step:nth-child(3) { border-right: 0; }
  .system-step:nth-child(-n+3) { border-bottom: 1px solid rgba(201,220,226,.32); }
  .architecture { grid-template-columns: 1fr; }
  .architecture-arrow { transform: rotate(90deg); }
  .article-layout { grid-template-columns: 1fr; gap: 24px; }
  .toc { position: static; }
  .home-page .section { padding: 92px 0; }
  .home-page .section-head { margin-bottom: 42px; }
  .home-page .hero { min-height: 730px; }
  .home-page .hero .container { padding: 118px 0; }
  .news-layout { grid-template-columns: 1fr; gap: 40px; }
  .news-sidebar { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .news-sidebar-cta { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  body { font-size: 15px; }
  .container { width: min(100% - 32px, 1180px); }
  .topbar .container { justify-content: center; }
  .topbar span:last-child { display: none; }
  .nav-wrap { min-height: 66px; }
  .brand { min-width: 0; font-size: 15px; }
  .brand-mark-image { width: 33px; height: 33px; flex-basis: 33px; }
  .main-nav { position: absolute; top: 66px; left: 0; right: 0; display: none; padding: 7px 16px 16px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 12px 25px rgba(16,35,49,.08); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 10px 0; border-bottom: 0; }
  .nav-toggle { display: inline-grid; place-items: center; width: 42px; height: 42px; }
  .header-cta { display: none; }
  .hero { min-height: 610px; }
  .hero::before { background: linear-gradient(90deg, rgba(7,29,44,.94), rgba(7,29,44,.76)), url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=900&q=85") center/cover; }
  .hero .container, .page-hero .container { padding: 58px 0; }
  .lead { font-size: 16px; }
  .section { padding: 62px 0; }
  .grid-2, .grid-3, .grid-4, .problem-grid, .form-layout, .field-grid { grid-template-columns: 1fr; }
  .problem { border-left: 0; }
  .system-flow { grid-template-columns: 1fr; }
  .system-step, .system-step:nth-child(3) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(201,220,226,.32); }
  .system-step:last-child { border-bottom: 0; }
  .audience img { height: 180px; }
  .cta-band .container, .footer-bottom { display: block; }
  .cta-band .button { margin-top: 18px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 26px; }
  .footer-top > :first-child { grid-column: 1 / -1; }
  .footer-bottom span { display: block; margin-bottom: 7px; }
  .article-hero { height: 260px; }
  .home-page .hero { min-height: 700px; }
  .home-page .hero::before { background: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=900&q=85") center/cover; }
  .home-page .hero .container { padding: 104px 0 90px; }
  .home-page .hero h1 { font-size: 39px; }
  .home-page .hero .lead { font-size: 16px; }
  .home-page .hero-points { margin-top: 38px; gap: 10px 18px; }
  .home-page .section { padding: 76px 0; }
  .home-page .section-head { margin-bottom: 34px; }
  .home-page .service-card { padding: 28px 24px; }
  .home-page .problem { min-height: auto; padding: 29px 24px; }
  .home-page .case-card img, .home-page .article-card img { height: 215px; }
  .home-page .case-card-body, .home-page .article-card-body { padding: 24px; }
  .home-page .cta-band { padding: 64px 0; }
  .news-hero { padding: 55px 0 45px; }
  .news-featured { grid-template-columns: 1fr; }
  .news-featured-image img { min-height: 205px; height: 205px; }
  .news-featured-body { padding: 25px; }
  .news-featured h2 { font-size: 24px; }
  .news-item { grid-template-columns: 1fr; gap: 17px; }
  .news-item-image img { height: 190px; }
  .news-item h2 { font-size: 21px; }
  .news-sidebar { grid-template-columns: 1fr; }
  .news-sidebar-cta { grid-column: auto; }
}
