:root {
  --navy: #0b3f73;
  --navy-dark: #082f58;
  --blue: #087fc0;
  --cyan: #27a9ce;
  --mint: #57b49a;
  --yellow: #f1bd43;
  --ink: #12263a;
  --muted: #657383;
  --line: #e1e8ed;
  --wash: #f5f8fa;
  --paper: #ffffff;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; font-size: 15px; line-height: 1.75; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }

.hero { position: relative; min-height: 790px; overflow: hidden; color: #fff; background: #0c4a80; }
.hero-grid { position: absolute; inset: 0; opacity: .16; background: rgba(255,255,255,.035); }
.hero-grid::before { content: ""; position: absolute; inset: 0 0 0 52%; background: rgba(8,127,192,.28); transform: skewX(-12deg); transform-origin: bottom; }
.hero-shell { position: relative; z-index: 2; }
.hero-brand { height: 108px; display: flex; align-items: center; justify-content: space-between; }
.hero-brand a { display: inline-flex; align-items: center; gap: 12px; font-size: 23px; }
.brand-square { width: 40px; height: 40px; background: var(--cyan); display: grid; place-items: center; border-radius: 6px; }
.brand-square svg { width: 24px; height: 24px; }
#mobile-menu { display: none; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .78fr); gap: 64px; align-items: center; padding: 34px 0 82px; }
.hero-pill { width: fit-content; padding: 6px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; color: rgba(255,255,255,.84); display: flex; align-items: center; gap: 8px; font-size: 12px; }
.hero-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(39,169,206,.15); }
.hero-copy h1 { margin: 24px 0 12px; font-size: clamp(37px, 4vw, 54px); line-height: 1.3; font-weight: 800; }
.hero-copy h2 { margin: 0 0 15px; color: #d7e9f4; font-size: 17px; }
.hero-copy > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.74); line-height: 1.9; }
.hero-nav { margin: 28px 0 24px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.hero-nav a { height: 40px; border: 1px solid rgba(255,255,255,.27); border-radius: 5px; display: grid; place-items: center; font-size: 13px; background: rgba(255,255,255,.04); transition: background .2s ease, border-color .2s ease; }
.hero-nav a:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.13); }
.hero-cta { width: fit-content; min-height: 44px; padding: 0 19px; color: var(--navy); background: #fff; border-radius: 4px; display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 700; }
.hero-cta:hover { background: #e8f4f9; }
.hero-cta svg { width: 17px; }
.hero-stats { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hero-stats article { min-height: 124px; padding: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; background: rgba(255,255,255,.07); }
.hero-stats strong { display: block; font: 700 27px/1.2 Arial, sans-serif; }
.hero-stats span { margin-top: 9px; display: block; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.7; }

.safety-desk { padding: 26px; color: var(--ink); background: #fff; border-radius: 7px; box-shadow: 0 22px 50px rgba(3,34,64,.26); }
.desk-head { padding-bottom: 19px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.desk-head > div { display: flex; align-items: center; gap: 10px; }
.desk-logo { width: 43px; height: 43px; color: #fff; background: var(--blue); border-radius: 7px; display: grid; place-items: center; }
.desk-logo svg { width: 25px; }
.desk-head strong { color: var(--navy); display: flex; flex-direction: column; font-size: 19px; line-height: 1.25; }
.desk-head strong small { color: var(--navy); font: 700 14px/1.3 Arial, sans-serif; }
.desk-head > span { color: #7e8790; text-align: right; font-size: 12px; line-height: 1.55; }
.desk-types { margin: 21px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.desk-types button { min-width: 0; padding: 15px 12px; border: 1px solid #e2e8ec; border-radius: 5px; color: var(--ink); background: #f3f7f9; text-align: left; cursor: pointer; }
.desk-types button:hover, .desk-types button.active { color: #fff; border-color: var(--blue); background: var(--blue); }
.desk-types strong { display: block; font: 800 23px/1.2 Arial, sans-serif; }
.desk-types span { display: block; margin-top: 3px; font-size: 11px; }
.desk-items { display: grid; }
.desk-items button { min-height: 59px; padding: 0; border: 0; border-bottom: 1px solid var(--line); background: none; display: flex; align-items: center; justify-content: space-between; text-align: left; cursor: default; }
.desk-items button span { font-size: 12px; }
.desk-items button b { color: var(--blue); font-size: 12px; }
.desk-result { margin-top: 19px; padding: 14px; color: #536574; background: #edf5f8; display: flex; gap: 11px; align-items: center; font-size: 12px; line-height: 1.6; }
.desk-result svg { color: var(--blue); }

.section { padding: 92px 0; }
.section-head { margin-bottom: 42px; }
.section-head.split { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: end; }
.section-head.centered { text-align: center; }
.section-head span, .section-label { display: block; margin-bottom: 7px; color: var(--blue); font: 800 12px/1.2 Arial, sans-serif; }
.section-head h2 { margin: 0; font-size: 31px; line-height: 1.35; }
.section-head > p, .section-head.split > p { max-width: 650px; margin: 10px auto 0; color: var(--muted); }
.section-head.split > p { margin: 0; font-size: 13px; }
.section-head.inverse h2 { color: #fff; }
.section-head.inverse p { color: rgba(255,255,255,.65); }
.section-head.inverse span { color: #7bd0e8; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-grid article { position: relative; min-height: 390px; padding: 26px 22px; border: 1px solid var(--line); border-radius: 6px; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-grid article:hover { transform: translateY(-5px); border-color: #b6d8e7; box-shadow: 0 18px 38px rgba(20,58,86,.09); }
.service-grid article > span { position: absolute; right: 17px; top: 14px; color: #d9e4ea; font: 700 27px/1 Arial, sans-serif; }
.service-grid article > svg { width: 40px; height: 40px; margin-bottom: 28px; color: var(--blue); stroke-width: 1.5; }
.service-grid h3 { margin: 0 0 12px; font-size: 20px; }
.service-grid p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.service-grid ul { margin: 0; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; color: #536575; font-size: 12px; }
.service-grid li { position: relative; padding-left: 15px; }
.service-grid li + li { margin-top: 7px; }
.service-grid li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; background: var(--mint); }

.platform-section { background: var(--wash); }
.material-switch { margin-bottom: 24px; display: flex; justify-content: center; gap: 8px; }
.material-switch button { padding: 8px 18px; border: 1px solid #cfdae1; border-radius: 4px; color: #526575; background: #fff; cursor: pointer; }
.material-switch button.active, .material-switch button:hover { color: #fff; border-color: var(--navy); background: var(--navy); }
.material-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.material-list button { position: relative; min-height: 116px; padding: 20px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: #fff; display: grid; grid-template-columns: 38px 1fr auto; grid-template-rows: auto auto; align-items: center; text-align: left; cursor: pointer; }
.material-list button:hover { border-color: var(--cyan); box-shadow: 0 12px 28px rgba(20,58,86,.08); }
.material-list button > span { grid-row: 1 / 3; width: 34px; height: 34px; color: #fff; background: var(--blue); border-radius: 5px; display: grid; place-items: center; }
.material-list strong { padding-left: 9px; font-size: 16px; }
.material-list small { padding-left: 9px; color: #89959e; font-size: 11px; }
.material-list button > svg { grid-column: 3; grid-row: 1 / 3; color: #9faeb8; }

.ready-section { padding: 90px 0; color: #fff; background: #103e62; }
.ready-grid { display: grid; grid-template-columns: 1fr 410px; gap: 28px 48px; }
.ready-copy h2 { margin: 0 0 15px; font-size: 34px; }
.ready-copy p { max-width: 620px; margin: 0; color: rgba(255,255,255,.68); }
.ready-tags { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px; }
.ready-tags span { padding: 6px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; color: #e6f2f7; font-size: 12px; }
.ready-grid figure { margin: 0; grid-row: 1 / 3; grid-column: 2; align-self: stretch; border: 1px solid rgba(255,255,255,.16); background: #fff; }
.ready-grid figure img { width: 100%; height: calc(100% - 44px); min-height: 310px; object-fit: cover; }
.ready-grid figcaption { height: 44px; padding: 9px 14px; color: #42576a; font-size: 12px; text-align: center; }
.ready-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ready-facts article { padding: 17px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); }
.ready-facts span { display: block; color: rgba(255,255,255,.6); font-size: 11px; }
.ready-facts strong { display: block; margin-top: 7px; color: #fff; font: 700 20px/1.2 Arial, sans-serif; }
.ready-facts p { margin: 7px 0 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.5; }
.guarantee-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.guarantee-list article { padding: 17px 18px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.05); display: grid; grid-template-columns: 38px 1fr; gap: 12px; }
.guarantee-list article > span { width: 36px; height: 36px; border-radius: 50%; color: var(--yellow); background: rgba(255,255,255,.08); display: grid; place-items: center; }
.guarantee-list strong { display: block; }
.guarantee-list p { margin: 4px 0 0; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.65; }

.process-section { background: #fff; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid::before { content: ""; position: absolute; left: 12%; right: 12%; top: 48px; height: 1px; border-top: 1px dashed #b8cbd7; }
.process-grid article { position: relative; z-index: 2; text-align: center; }
.process-grid b { position: absolute; top: 2px; left: calc(50% + 26px); color: var(--yellow); font: 800 13px/1 Arial, sans-serif; }
.process-grid svg { width: 96px; height: 96px; padding: 27px; border: 1px solid #d2dee5; border-radius: 50%; color: var(--blue); background: #fff; stroke-width: 1.5; }
.process-grid h3 { margin: 17px 0 8px; font-size: 18px; }
.process-grid p { margin: 0 auto; max-width: 230px; color: var(--muted); font-size: 12px; }

.about-section { background: #eef3f5; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.about-copy h2 { margin: 0 0 20px; font-size: 32px; }
.about-copy p { color: var(--muted); }
.about-figure { position: relative; margin: 0; min-height: 365px; }
.about-figure img { width: 100%; height: 365px; object-fit: cover; }
.about-figure span { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 12px 15px; color: #fff; background: rgba(12,39,59,.88); font-size: 12px; }
.about-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d2dde3; border-bottom: 1px solid #d2dde3; }
.about-stats article { padding: 24px; border-right: 1px solid #d2dde3; text-align: center; }
.about-stats article:last-child { border-right: 0; }
.about-stats strong { display: block; color: var(--navy); font: 800 28px/1.2 Arial, sans-serif; }
.about-stats span { margin-top: 5px; display: block; color: #71808c; font-size: 12px; }

.why-section { color: #fff; background: #162e3f; }
.why-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.why-list article { min-height: 155px; padding: 24px 19px; border-right: 1px solid rgba(255,255,255,.14); }
.why-list article:last-child { border-right: 0; }
.why-list b { color: var(--cyan); font: 800 16px/1 Arial, sans-serif; }
.why-list p { margin: 22px 0 0; color: rgba(255,255,255,.68); font-size: 13px; }

.risks-section { background: #fff; }
.risk-cases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.risk-case { border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.risk-case.extra { display: none; }
.risk-cases.show-all .risk-case.extra { display: block; }
.risk-case > button { position: relative; width: 100%; min-height: 116px; padding: 20px 54px 20px 20px; border: 0; background: none; text-align: left; cursor: pointer; }
.risk-case > button > span { color: var(--blue); font: 700 11px/1 Arial, sans-serif; }
.risk-case h3 { margin: 9px 0 0; font-size: 17px; line-height: 1.55; }
.risk-case button > svg { position: absolute; right: 22px; top: 50%; color: #8699a6; transform: translateY(-50%); }
.risk-case.open { border-color: #9ec8dc; }
.risk-detail { display: none; padding: 0 20px 20px; border-top: 1px solid var(--line); }
.risk-case.open .risk-detail { display: grid; grid-template-columns: 150px 1fr; gap: 18px; }
.risk-detail p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.risk-detail b { display: block; margin-bottom: 4px; color: var(--ink); }
.show-more { margin: 28px auto 0; padding: 10px 18px; border: 1px solid #cbd8e0; border-radius: 4px; color: var(--navy); background: #fff; display: flex; align-items: center; gap: 8px; cursor: pointer; }
.show-more:hover { border-color: var(--blue); color: var(--blue); }

.insights-section { background: var(--wash); }
.insight-tabs { margin-bottom: 24px; display: flex; justify-content: center; gap: 0; }
.insight-tabs button { padding: 9px 20px; border: 1px solid #cdd9e0; color: #596a77; background: #fff; cursor: pointer; }
.insight-tabs button + button { border-left: 0; }
.insight-tabs button.active { color: #fff; border-color: var(--navy); background: var(--navy); }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.insight-grid article { min-height: 196px; padding: 21px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.insight-grid span { color: var(--blue); font: 700 10px/1 Arial, sans-serif; }
.insight-grid h3 { margin: 14px 0 9px; font-size: 15px; line-height: 1.7; }
.insight-grid p { margin: 0; color: #89949d; font-size: 11px; }

.contact-section { padding: 86px 0; color: #fff; background: #0b4475; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr 290px; gap: 42px; align-items: center; }
.contact-copy > span { color: #7dd0e7; font: 800 12px/1 Arial, sans-serif; }
.contact-copy h2 { margin: 10px 0 14px; font-size: 32px; }
.contact-copy p { margin: 0; color: rgba(255,255,255,.66); }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-details article { min-height: 112px; padding: 17px; border: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; column-gap: 9px; }
.contact-details svg { grid-row: 1 / 3; color: var(--yellow); }
.contact-details span { color: rgba(255,255,255,.57); font-size: 11px; }
.contact-details strong { font-size: 13px; }
.contact-card { padding: 25px; color: var(--ink); background: #fff; border-radius: 6px; }
.contact-icon { width: 50px; height: 50px; color: #fff; background: var(--blue); display: grid; place-items: center; border-radius: 6px; }
.contact-card h3 { margin: 17px 0 7px; }
.contact-card p { margin: 0 0 17px; color: var(--muted); font-size: 12px; }
.contact-card a { color: var(--blue); display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; }
.contact-card a svg { width: 16px; }

footer { padding: 23px 0; color: rgba(255,255,255,.57); background: #102634; font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-inner > div { display: flex; flex-direction: column; }
.footer-inner strong { color: #fff; font-size: 15px; }
.footer-inner span { font: 10px/1.5 Arial, sans-serif; }
.footer-inner p { margin: 0; }

.side-contact { position: fixed; z-index: 20; right: 0; top: 50%; width: 76px; background: #fff; box-shadow: 0 4px 24px rgba(3,28,49,.2); transform: translateY(-50%); }
.side-contact a, .side-contact button { width: 76px; height: 70px; padding: 7px 4px; border: 0; border-bottom: 1px solid var(--line); color: #4e6170; background: #fff; display: grid; place-items: center; align-content: center; gap: 3px; cursor: pointer; }
.side-contact svg { width: 20px; height: 20px; color: var(--navy); }
.side-contact span { font-size: 11px; }
.side-contact a:hover, .side-contact button:hover { color: #fff; background: var(--blue); }
.side-contact a:hover svg, .side-contact button:hover svg { color: #fff; }

dialog { width: min(650px, calc(100% - 32px)); padding: 33px; border: 0; border-radius: 6px; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(5,27,47,.72); }
.dialog-close { position: absolute; top: 13px; right: 13px; width: 36px; height: 36px; border: 0; background: #eef3f5; display: grid; place-items: center; cursor: pointer; }
.dialog-label { color: var(--blue); font-size: 11px; font-weight: 700; }
.dialog-title { margin: 6px 0 13px; display: flex; align-items: center; gap: 9px; }
.dialog-title svg { color: var(--blue); }
.dialog-title h2 { margin: 0; font-size: 28px; }
dialog p { color: var(--muted); }
dialog dl { margin: 22px 0 0; display: grid; gap: 10px; }
dialog dl div { padding: 14px 16px; border-left: 3px solid var(--cyan); background: var(--wash); }
dialog dt { color: var(--navy); font-weight: 700; }
dialog dd { margin: 5px 0 0; color: #5c6b77; }

@media (max-width: 1320px) {
  .side-contact { display: none; }
}

@media (max-width: 1120px) {
  .hero-layout { grid-template-columns: 1fr 380px; gap: 34px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article { min-height: 320px; }
  .material-list { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-card { grid-column: 1 / -1; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 0 15px; }
  .contact-card .contact-icon { grid-row: 1 / 3; }
  .contact-card h3, .contact-card p { margin: 0; }
  .contact-card a { grid-column: 3; grid-row: 1 / 3; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 30px, var(--shell)); }
  .hero { min-height: 0; }
  .hero-brand { height: 82px; }
  .hero-brand a { font-size: 18px; }
  #mobile-menu { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); color: #fff; background: none; display: grid; place-items: center; }
  .hero-layout { grid-template-columns: 1fr; padding: 28px 0 60px; }
  .hero-nav { display: none; }
  .hero-nav.open { position: absolute; top: 75px; left: 0; right: 0; z-index: 5; padding: 15px; background: var(--navy-dark); display: grid; }
  .safety-desk { max-width: 580px; width: 100%; }
  .section { padding: 68px 0; }
  .section-head.split { grid-template-columns: 1fr; gap: 12px; }
  .section-head h2 { font-size: 27px; }
  .section-head.split > p { margin: 0; }
  .material-list { grid-template-columns: repeat(2, 1fr); }
  .ready-grid { grid-template-columns: 1fr; }
  .ready-grid figure { grid-column: auto; grid-row: auto; max-height: 430px; }
  .ready-grid figure img { min-height: 0; height: 340px; }
  .ready-facts { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 18px; }
  .process-grid::before { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .about-figure { order: -1; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .about-stats article:nth-child(2) { border-right: 0; }
  .about-stats article:nth-child(-n+2) { border-bottom: 1px solid #d2dde3; }
  .why-list { grid-template-columns: 1fr 1fr; }
  .why-list article { min-height: 120px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .why-list article:nth-child(even) { border-right: 0; }
  .why-list article:last-child { grid-column: 1 / -1; }
  .insight-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { grid-column: auto; }
}

@media (max-width: 560px) {
  body { font-size: 14px; }
  .brand-square { width: 34px; height: 34px; }
  .hero-brand a { font-size: 15px; }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy h2 { font-size: 15px; line-height: 1.7; }
  .hero-stats { grid-template-columns: 1fr 1fr 1fr; gap: 7px; }
  .hero-stats article { min-height: 110px; padding: 13px 10px; }
  .hero-stats strong { font-size: 21px; }
  .hero-stats span { font-size: 10px; }
  .safety-desk { padding: 19px; }
  .desk-head strong { font-size: 16px; }
  .desk-head strong small { font-size: 11px; }
  .desk-types button { padding: 12px 9px; }
  .desk-types strong { font-size: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; }
  .material-switch button { padding: 8px 10px; }
  .material-list { grid-template-columns: 1fr; }
  .ready-copy h2 { font-size: 28px; }
  .ready-facts { grid-template-columns: 1fr; }
  .guarantee-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid h3 { font-size: 15px; }
  .process-grid p { font-size: 11px; }
  .about-figure, .about-figure img { min-height: 0; height: 270px; }
  .about-stats article { padding: 18px 8px; }
  .why-list { grid-template-columns: 1fr; }
  .why-list article, .why-list article:nth-child(even) { border-right: 0; }
  .why-list article:last-child { grid-column: auto; }
  .risk-cases { grid-template-columns: 1fr; }
  .risk-case.open .risk-detail { grid-template-columns: 1fr; gap: 0; }
  .insight-grid { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr 1fr; }
  .contact-details article { min-height: 110px; padding: 13px; display: block; }
  .contact-details article svg { margin-bottom: 8px; }
  .contact-details span, .contact-details strong { display: block; }
  .contact-card { display: block; }
  .contact-card h3 { margin-top: 14px; }
  .contact-card p { margin: 6px 0 14px; }
  .footer-inner { display: block; }
  .footer-inner p { margin-top: 10px; }
  dialog { padding: 28px 20px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
