:root {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  color: #172334;
  background: #fff;
  --navy: #0b2239;
  --navy-2: #102e49;
  --orange: #f47a20;
  --orange-dark: #d85f0b;
  --muted: #697383;
  --warm: #faf7f2;
  --line: #e6e8ea;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}
body { margin: 0; min-width: 320px; min-height: 100vh; -webkit-font-smoothing: antialiased; background:url("assets/bg.jpg") repeat-y; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  height: 74px;
  padding: 0 max(24px, calc((100vw - 1280px) / 2));
  display: flex;
  align-items: center;
  gap: 28px;
  position: absolute;
  z-index: 20;
  width: 100%;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.14);
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 700; white-space: nowrap; }
.brand-mark { width: 13px; height: 31px; border-radius: 3px; background: var(--orange); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.desktop-nav a { font-size: 14px; color: rgba(0,0,0,.78); position: relative; padding: 27px 0; }
.desktop-nav a:hover { color: #f47a20; }
.desktop-nav a:first-child::after { content: ""; position: absolute; height: 2px; background: var(--orange); left: 0; right: 0; bottom: 18px; }

.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  font-weight: 600;
  border-radius: 2px;
  transition: .2s ease;
}
.button:hover { transform: translateY(-1px); }
.primary { background: var(--orange); color: white; }
.primary:hover { background: var(--orange-dark); }
.ghost { border: 1px solid rgba(255,255,255,.65); color: white; }
.ghost:hover { background: rgba(255,255,255,.08); }
.header-cta { min-height: 40px; padding: 0 18px; font-size: 14px; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { list-style: none; cursor: pointer; width: 42px; height: 42px; padding: 10px 7px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 2px; background: white; margin: 5px 0; }

.hero { min-height: 720px; position: relative; color: white; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-shade { position: absolute; inset: 0; }
.hero-content { position: relative; padding-top: 158px; }
.eyebrow, .section-label { color: var(--navy); text-transform: uppercase; letter-spacing: .17em; font-size: 13px; font-weight: 700; }
.hero h1 { max-width: 650px; font-size: clamp(45px, 5vw, 68px); line-height: 1.18; letter-spacing: -.04em; margin: 18px 0 22px; color: #000; }
.hero-content > p { max-width: 590px; font-size: 19px; line-height: 1.8; color: #000; margin: 0; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.value-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 760px; gap: 30px; margin-top: 71px; }
.value-item { display: flex; align-items: center; gap: 13px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
.value-number { color: var(--orange); font-size: 13px; font-weight: 700; flex: 0 0 auto; }
.value-item strong, .value-item div span { display: block; }
.value-item strong { font-size: 14px; margin-bottom: 5px; }
.value-item div span { font-size: 12px; color: rgba(255,255,255,.6); }

.section { padding: 104px 0; }
.section-heading { margin-bottom: 52px; }
.section-heading h2 { margin: 12px 0 14px; font-size: clamp(32px, 3.4vw, 45px); line-height: 1.25; letter-spacing: -.035em; }
.section-heading p { color: var(--muted); line-height: 1.85; margin: 0; max-width: 680px; }
.centered { text-align: center; }
.centered p { margin-inline: auto; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.split-heading p { max-width: 460px; }
.split-heading h2 { margin-bottom: 0; }

/* ----- 服务方案：全渠道增长 ----- */
.services {
  position: relative;
  overflow: hidden;
  min-height: 860px;
  padding: 78px 0 62px;
  background: #eff5ff url("assets/services-hologram-bg.png") center 40% / cover no-repeat;
}
.services::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 240px;
  background: linear-gradient(180deg, rgba(239,245,255,0), rgba(234,243,255,.9));
  pointer-events: none;
}
.services .container { position: relative; z-index: 1; }
.services-hero-heading { text-align: center; margin-bottom: 300px; }
.services-hero-heading h2 {
  margin: 0;
  color: #07090d;
  font-size: clamp(48px, 5.5vw, 74px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.services-hero-heading h2 span { color: #075cca; }
.services-en-sub {
  margin: 22px 0 0;
  color: #05070a;
  font-size: clamp(34px, 4.3vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.045em;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 34px;
}
.service-card-glass {
  min-height: 430px;
  padding: 30px 28px 28px;
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 24px;
  text-align: center;
  transition: .3s ease;
  box-shadow: 0 22px 54px rgba(59,104,176,.12);
}
.service-card-glass:nth-child(even) { margin-top: 38px; }
.service-card-glass:hover {
  background: rgba(255,255,255,.76);
  border-color: rgba(255,255,255,.9);
  transform: translateY(-7px);
  box-shadow: 0 28px 70px rgba(47,92,166,.2);
}
.service-card-icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 6px;
}
.service-card-icon img { width: 100%; height: 100%; object-fit: contain; }
.service-card-glass h3 {
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 700;
  color: #080b11;
  margin: 0 0 2px;
  white-space: nowrap;
}
.service-card-tags {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.service-card-tags span {
  display: block;
  padding: 10px 14px;
  color: #0d1420;
  font-size: 15px;
  line-height: 1.45;
  background: rgba(247,250,255,.72);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 10px;
  transition: .2s ease;
}
.service-card-tags span:hover {
  color: white;
  background: linear-gradient(90deg, #2634ff, #2546e9);
  border-color: transparent;
  box-shadow: 0 9px 20px rgba(38,52,255,.22);
  transform: translateY(-1px);
}

.text-link { color: var(--orange); display: inline-flex; align-items: center; gap: 7px; font-weight: 600; }

.method {
  position: relative;
  overflow: hidden;
  padding: 26px 0 44px;
  color: white;
  background: linear-gradient(90deg, #eff4ff, #e8f0ff 58%, #90c2f5);
}
.method .container { width: min(1328px, calc(100% - 48px)); }
.method-panel {
  padding: 64px clamp(34px, 6vw, 104px) 52px;
  overflow: hidden;
  border: 5px solid rgba(255,255,255,.96);
  border-radius: 38px;
  background:
    linear-gradient(rgba(18,55,161,.18), rgba(13,44,137,.38)),
    url("assets/method-blue-tech-bg.png") center / cover no-repeat;
  box-shadow: 0 26px 70px rgba(48,93,183,.2);
}
.method-heading { text-align: center; margin-bottom: 44px; }
.method-heading h2 {
  margin: 0;
  color: white;
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: .04em;
}
.method-heading p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.92);
  font-size: 16px;
  line-height: 1.7;
}
.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 14px;
  width: min(910px, 100%);
  margin: 0 auto;
}
.step {
  min-height: 124px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 9px;
  background: rgba(19,53,144,.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.step:hover {
  transform: translateY(-3px);
  background: rgba(13,43,133,.96);
  box-shadow: 0 14px 30px rgba(4,25,94,.24);
}
.step img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  filter: brightness(0) invert(1);
}
.step h3 { margin: 0 0 5px; color: white; font-size: 28px; line-height: 1.2; }
.step p { margin: 0; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.55; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.case-card { background: white; overflow: hidden; transition: .3s ease; border: 1px solid var(--line); }
.case-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(11,34,57,.12); }
.case-image { height: 220px; overflow: hidden; position: relative; }
.case-image img { width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }
.case-card:hover .case-image img { transform: scale(1.05); }
.case-content { padding: 28px; }
.case-index { color: var(--orange); font-weight: 700; font-size: 13px; display: block; margin-bottom: 8px; }
.case-content small { color: var(--orange); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.case-content h3 { font-size: 22px; margin: 10px 0 12px; line-height: 1.35; }
.case-content p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0 0 20px; }

.process { background: var(--warm); }
.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.process-item { padding: 0 22px; text-align: center; position: relative; }
.process-item:not(:last-child)::after { content: "›"; position: absolute; right: -4px; top: 21px; font-size: 24px; color: var(--orange); }
.process-item span { width: 52px; height: 52px; border: 1px solid var(--orange); color: var(--orange); border-radius: 50%; display: grid; place-items: center; margin: auto; font-weight: 700; }
.process-item h3 { font-size: 17px; margin: 18px 0 7px; }
.process-item p { color: var(--muted); font-size: 12px; margin: 0; }

.team { background: var(--navy-2); color: white; overflow: hidden; }
.team-layout { display: grid; grid-template-columns: 36% 64%; min-height: 390px; }
.team-copy { padding: 78px 55px 65px 0; display: flex; flex-direction: column; justify-content: center; }
.team-copy h2 { font-size: 39px; line-height: 1.28; margin: 14px 0; }
.team-copy p { color: rgba(255,255,255,.65); line-height: 1.8; }
.light-link { margin-top: 14px; }
.team-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; transform: skewX(-4deg) scale(1.08); }
.team-images img { width: 100%; height: 100%; object-fit: cover; min-height: 390px; }

.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.insight-card { padding: 34px 40px; border-right: 1px solid var(--line); min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; }
.insight-card:last-child { border-right: 0; }
.insight-card > span { color: #cdd1d5; font-size: 34px; font-weight: 700; }
.insight-card small { color: var(--orange); margin-top: 25px; }
.insight-card h3 { font-size: 20px; line-height: 1.55; margin: 9px 0 auto; }
.insight-card a { color: var(--muted); font-size: 13px; margin-top: 28px; }

.final-cta { background: #09223a; color: white; padding: 54px 0; }
.final-cta .container { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.final-cta span { color: var(--orange); font-size: 13px; }
.final-cta h2 { font-size: 31px; margin: 8px 0 0; }
footer { background: #071a2c; color: rgba(255,255,255,.6); padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1.1fr; gap: 80px; }
.footer-grid h3 { color: white; margin: 0 0 16px; }
.footer-grid p { line-height: 1.8; max-width: 400px; }
.footer-grid strong { color: white; display: block; margin-bottom: 16px; }
.footer-grid a, .footer-grid span { display: block; margin: 9px 0; font-size: 13px; }
.copyright { border-top: 1px solid rgba(255,255,255,.08); margin-top: 45px; padding-top: 23px; font-size: 12px; text-align: center; }

.modal-backdrop { display: none; position: fixed; inset: 0; z-index: 50; place-items: center; padding: 24px; }
.modal-backdrop:target { display: grid; }
.modal-area-close { position: absolute; inset: 0; background: rgba(5,18,31,.78); }
.modal { width: min(520px, 100%); max-height: calc(100vh - 48px); overflow: auto; background: white; padding: 44px; position: relative; z-index: 1; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.modal-close { color: #172334; position: absolute; right: 19px; top: 11px; font-size: 31px; line-height: 1; }
.modal h2 { font-size: 31px; margin: 12px 0; }
.modal > p { color: var(--muted); line-height: 1.7; }
.modal form { display: grid; gap: 17px; margin-top: 28px; }
.modal label { font-size: 13px; font-weight: 600; display: grid; gap: 8px; }
.modal input, .modal textarea { width: 100%; border: 1px solid #d8dce0; border-radius: 2px; padding: 13px; outline: none; resize: vertical; }
.modal input:focus, .modal textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,122,32,.1); }
.full { width: 100%; cursor: pointer; }
.form-note { display: block; color: var(--muted); line-height: 1.6; margin-top: 14px; }

@media (max-width: 980px) {
  .site-header { padding: 0 24px; }
  .header-cta, .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary {
    border-radius: 6px;
    background: #0b2239;
  }
  .mobile-menu summary span { background: #fff; }
  .mobile-menu[open] nav { display: flex; position: absolute; left: 18px; right: 18px; top: 68px; background: #0b2239; padding: 18px; flex-direction: column; box-shadow: 0 18px 40px rgba(0,0,0,.28); }
  .mobile-menu nav a {
    padding: 13px 8px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .hero { min-height: 760px; }
  .hero > img { object-position: 68% center; opacity: .55; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,25,43,.98), rgba(7,25,43,.72)); }
  .value-row { grid-template-columns: 1fr; gap: 12px; margin-top: 45px; max-width: 480px; }
  .value-item { padding-top: 12px; }
  .service-grid, .case-grid { grid-template-columns: 1fr; }
  .method-panel { padding-inline: 48px; }
  .steps { grid-template-columns: 1fr; }
  .process-item { margin-bottom: 35px; }
  .process-item:nth-child(3)::after { display: none; }
  .team-layout { grid-template-columns: 1fr; }
  .team-copy { padding-right: 0; }
  .team-images { min-height: 300px; transform: none; }
  .team-images img { min-height: 300px; }
  .services { min-height: auto; background-position: center 220px; background-size: auto 590px; }
  .services-hero-heading { margin-bottom: 330px; }
  .service-card-glass:nth-child(even) { margin-top: 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }
  .brand { font-size: 14px; }
  .brand-mark { height: 25px; width: 10px; }
  .hero { min-height: 790px; }
  .hero-content { padding-top: 132px; }
  .hero h1 { font-size: 43px; }
  .hero-content > p { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 270px; }
  .section { padding: 74px 0; }
  .services {
    padding: 64px 0;
    background-position: center 180px;
    background-size: auto 430px;
  }
  .services-hero-heading { margin-bottom: 260px; }
  .services-hero-heading h2 { font-size: clamp(36px, 11vw, 48px); letter-spacing: -.06em; }
  .services-en-sub { margin-top: 14px; font-size: clamp(25px, 8.4vw, 34px); line-height: 1.08; }
  .service-grid { gap: 18px; }
  .service-card-glass { min-height: auto; padding: 24px 20px; border-radius: 20px; }
  .service-card-icon { width: 130px; height: 130px; }
  .section-heading { margin-bottom: 36px; }
  .split-heading { display: block; }
  .split-heading p { margin-top: 18px; }
  .method { padding: 18px 0 32px; }
  .method-panel { padding: 40px 18px 24px; border-width: 3px; border-radius: 26px; }
  .method-heading { margin-bottom: 30px; }
  .method-heading h2 { font-size: clamp(36px, 11vw, 48px); letter-spacing: .01em; }
  .method-heading p { font-size: 14px; margin-top: 13px; }
  .steps { gap: 12px; }
  .step { min-height: 102px; padding: 18px; gap: 16px; }
  .step img { width: 46px; height: 46px; }
  .step h3 { font-size: 22px; }
  .step p { font-size: 13px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-item:nth-child(3)::after { display: block; }
  .process-item:nth-child(2n)::after { display: none; }
  .team-copy { padding: 65px 0 40px; }
  .team-copy h2 { font-size: 33px; }
  .team-images { grid-template-columns: 1fr 1fr; }
  .team-images img { min-height: 230px; }
  .team-images img:last-child { display: none; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 220px; padding-inline: 20px; }
  .final-cta .container { display: block; }
  .final-cta .button { margin-top: 25px; }
  .final-cta h2 { font-size: 27px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .modal { padding: 38px 24px 28px; }
}

/* ===== 案例详情弹窗 ===== */
.case-card { cursor: pointer; }

.case-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(5, 18, 31, 0.82);
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity .3s ease;
}
.case-modal-overlay.active {
  display: grid;
  opacity: 1;
}

.case-modal {
  width: min(960px, 100%);
  max-height: calc(100vh - 48px);
  background: #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
  transform: translateY(20px);
  transition: transform .3s ease;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.case-modal-overlay.active .case-modal {
  transform: translateY(0);
}

.case-modal-close {
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #172334;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.case-modal-close:hover {
  background: white;
}

.case-modal-image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f0f0;
  padding-bottom: 60px;
}
.case-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.case-modal-body {
  padding: 32px 36px 36px;
  overflow-y: auto;
  background: white;
}
.case-modal-tag {
  display: inline-block;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}
.case-modal-body h2 {
  font-size: 26px;
  line-height: 1.3;
  padding: 0 0 20px;
  margin: 0;
  color: var(--navy);
}
.case-modal-detail {
  color: #3a4250;
  font-size: 15px;
  line-height: 1.85;
}
.case-modal-detail p {
  padding: 0 0 14px;
  margin: 0;
}
.case-modal-detail ul {
  padding: 8px 0 14px 20px;
  margin: 0;
}
.case-modal-detail li {
  padding: 6px 0;
  margin: 0;
  position: relative;
}
.case-modal-detail li::marker {
  color: var(--orange);
}

@media (max-width: 640px) {
  .case-modal-overlay { padding: 12px; }
  .case-modal-image { height: 240px; }
  .case-modal-body { padding: 20px 20px 24px; }
  .case-modal-body h2 { font-size: 20px; }
  .case-modal-detail { font-size: 14px; }
}

/* ===== 整站蓝白科技视觉统一 ===== */
body {
  color: #090d15;
  background: #edf3ff url("assets/bg.jpg") center top / 100% auto repeat-y;
}
.container { width: min(1328px, calc(100% - 48px)); }
.site-header {
  height: 68px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  color: #08111f;
  border-bottom-color: rgba(8,32,66,.1);
  background: rgba(244,248,255,.48);
  box-shadow: 0 8px 24px rgba(21, 63, 126, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.desktop-nav a { color: rgba(4,16,34,.72); }
.brand-mark { background: #0b59c7; }
.primary { background: #0b2a4a; }
.primary:hover { background: #0b59c7; }

.hero { min-height: 650px; color: #070b12; }
.hero > img { object-position: center center; }
.hero-shade {
  background: linear-gradient(90deg, rgba(248,251,255,.88) 0%, rgba(248,251,255,.5) 40%, rgba(248,251,255,0) 68%);
}
.hero-content { padding-top: 172px; }
.hero .eyebrow { display: none; }
.hero h1 {
  max-width: 600px;
  margin: 0 0 22px;
  color: #060a10;
  font-size: clamp(48px, 4.6vw, 70px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.045em;
}
.hero-content > p { color: #111927; font-size: 16px; line-height: 1.75; }
.hero-actions { margin-top: 25px; gap: 0; }
.hero-actions .button { min-height: 46px; border-radius: 0; }
.hero-actions .ghost { color: #0b1e34; border-color: #0b1e34; background: rgba(255,255,255,.32); }

/* 首页文案与视觉分层 Banner */
.hero.hero-live {
  min-height: 0;
  margin-top: 68px;
  aspect-ratio: 8 / 3;
  background: #031a41;
}
.hero.hero-live > img {
  object-fit: cover;
  object-position: center;
}
.hero.hero-live .hero-shade {
  background: linear-gradient(90deg, rgba(3, 21, 53, .98) 0%, rgba(3, 22, 54, .83) 42%, rgba(3, 22, 54, 0) 62%);
}
.hero.hero-live .hero-content {
  width: 90%;
  height: 100%;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero.hero-live h1 {
  max-width: 630px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 3.6vw, 56px);
  line-height: 1.28;
  letter-spacing: -.035em;
}
.hero.hero-live h1 span { color: #ff7900; }
.hero.hero-live .hero-content > p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.85;
}
.hero.hero-live .hero-actions {
  gap: 18px;
  margin-top: 24px;
}
.hero.hero-live .hero-actions .button {
  min-height: 48px;
  padding-inline: 28px;
  border-radius: 7px;
}
.hero.hero-live .hero-actions .primary {
  border-color: #ff7900;
  background: #ff7900;
}
.hero.hero-live .hero-actions .ghost {
  color: #fff;
  border-color: rgba(255,255,255,.78);
  background: rgba(3,22,54,.24);
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 600px;
  margin-top: 30px;
}
.hero-stats p { margin: 0; text-align: center; }
.hero-stats strong,
.hero-stats span { display: block; }
.hero-stats strong {
  color: #ff7900;
  font-size: 31px;
  line-height: 1;
}
.hero-stats span {
  margin-top: 10px;
  color: rgba(255,255,255,.84);
  font-size: 13px;
  font-weight: 700;
}

.services { padding-top: 112px; }
.method { padding-top: 44px; }
.cases, .process, .team, .insights { background: transparent; }
.cases { padding-top: 92px; }
.process, .team, .insights { padding-top: 78px; }

.showcase-heading { margin-bottom: 58px; }
.showcase-heading h2 {
  margin: 0;
  color: #080d16;
  font-size: clamp(42px, 4.6vw, 66px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.045em;
}
.showcase-heading h2 span { color: #075cca; }
.showcase-heading > p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #4d5c70;
  font-size: 14px;
}
.showcase-heading > strong {
  display: block;
  margin-top: 12px;
  color: #06080c;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.case-card {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(37,78,151,.1);
}
.case-image {
  height: auto;
  aspect-ratio: 2848 / 1600;
  background: #f4f7fb;
}
.case-image img { object-fit: contain; }
.case-card:hover .case-image img { transform: none; }
.case-content { min-height: 250px; padding: 28px 28px 24px; }
.case-index, .case-content small { display: none; }
.case-content h3 { margin: 0 0 14px; color: #0a111d; font-size: 20px; }
.case-content p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 28px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #4d5c70;
  font-size: 13px;
}
.case-content .text-link { margin-top: auto; color: #075cca; }
.case-card { background: white; color: #172334; }
.case-card:hover { background: #0a1b31; color: white; }
.case-card:hover .case-content h3 { color: white; }
.case-card:hover .case-content p { color: rgba(255,255,255,.68); }
.case-card:hover .case-content .text-link { color: #5aa9ff; }

.process-grid {
  padding: 28px 24px;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 14px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 44px rgba(42,86,160,.11);
}
.process-item { margin: 0; padding: 0 18px; }
.process-item:not(:last-child)::after { color: #5d718b; content: ">"; }
.process-item span {
  width: 58px;
  height: 58px;
  color: #183553;
  border-color: #91a9c5;
  background: #f7faff;
}
.process-item h3 { color: #0c1b2e; }
.process-item p { color: #637288; }

.team { color: #0b1220; }
.team-card {
  min-height: 520px;
  display: grid;
  grid-template-columns: 52% 48%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 16px;
  background: white;
  box-shadow: 0 18px 50px rgba(42,86,160,.12);
}
.team-card > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.team-copy {
  padding: 70px 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-copy h3 { margin: 0 0 22px; color: #080d16; font-size: 30px; }
.team-copy p { margin: 0; color: #4e5a6b; line-height: 1.85; }
.team-button {
  align-self: flex-start;
  margin-top: 42px;
  color: white;
  background: #0a1b31;
}

.insights-cover {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}
.insight-grid {
  border: 0;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  background: white;
  box-shadow: 0 18px 48px rgba(42,86,160,.1);
}
.insight-card { min-height: 220px; padding: 42px 34px; }
.insight-card h3 { margin: 0 0 auto; color: #101827; font-size: 18px; }
.insight-card a { color: #6b788a; }

.final-cta { margin-top: 90px; background: #123a6a; }
footer { background: #091b31; }

@media (max-width: 980px) {
  .hero-shade { background: linear-gradient(90deg, rgba(248,251,255,.92), rgba(248,251,255,.5)); }
  .hero > img { opacity: 1; object-position: 64% center; }
  .case-grid { grid-template-columns: 1fr; }
  .team-card { grid-template-columns: 1fr; }
  .team-card > img { min-height: 420px; max-height: 500px; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .container, .method .container { width: min(100% - 28px, 1328px); }
  .site-header { height: 62px; padding-inline: 14px; }
  .hero { min-height: 680px; }
  .hero.hero-live {
    min-height: 620px;
    height: auto;
    margin-top: 62px;
    aspect-ratio: auto;
  }
  .hero.hero-live > img {
    object-fit: cover;
    object-position: 70% center;
    opacity: .62;
  }
  .hero.hero-live .hero-shade {
    background: linear-gradient(180deg, rgba(3,21,53,.98), rgba(3,22,54,.84));
  }
  .hero.hero-live .hero-content {
    width: calc(100% - 28px);
    padding-top: 0;
  }
  .hero.hero-live h1 {
    max-width: 100%;
    font-size: 36px;
  }
  .hero.hero-live .hero-content > p {
    max-width: 100%;
    font-size: 14px;
  }
  .hero.hero-live .hero-actions {
    display: grid;
    gap: 10px;
  }
  .hero.hero-live .hero-actions .button {
    justify-content: center;
  }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 24px 10px;
    margin-top: 34px;
  }
  .hero > img { object-position: 70% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(248,251,255,.82), rgba(248,251,255,.2)); }
  .hero-content { padding-top: 116px; }
  .hero h1 { max-width: 340px; font-size: 42px; }
  .hero-content > p { max-width: 340px; }
  .showcase-heading { margin-bottom: 36px; }
  .showcase-heading h2 { font-size: 38px; }
  .showcase-heading > strong { font-size: 29px; }
  .case-image { height: auto; }
  .case-content { min-height: auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); padding: 24px 8px; }
  .team-card > img { min-height: 330px; }
  .team-copy { padding: 38px 26px; }
  .team-copy h3 { font-size: 25px; }
  .team-button { margin-top: 28px; }
  .insights-cover { height: 220px; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 160px; }
}
