:root {
  --ink: #163d3a;
  --ink-deep: #0d302e;
  --teal: #27766d;
  --teal-soft: #d7e8e2;
  --sage: #aec9bb;
  --sage-light: #edf4f0;
  --paper: #f7f8f5;
  --warm: #efe8dd;
  --sand: #d7b88d;
  --line: rgba(22, 61, 58, .16);
  --white: #fff;
  --serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --content: min(1180px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { touch-action: manipulation; }

:focus-visible { outline: 2px solid #d6a261; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-180%); padding: 10px 16px; border-radius: 5px; color: var(--ink-deep); background: var(--white); font-size: 14px; transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }
.content-shell { width: var(--content); margin: 0 auto; }

.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: #d4a26d; transition: width .1s linear; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: flex; align-items: center; width: 100%; height: 92px; padding: 0 max(32px, calc((100vw - 1180px) / 2)); color: #fff; transition: height .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease), color .3s var(--ease); }
.site-header.is-scrolled { height: 72px; color: var(--ink); background: rgba(250, 251, 248, .92); box-shadow: 0 7px 22px rgba(13, 48, 46, .07); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; min-width: max-content; gap: 9px; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; color: #c6ebdb; }
.site-header.is-scrolled .brand-mark { color: var(--teal); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-type { font-family: var(--serif); font-size: 23px; font-weight: 700; letter-spacing: .06em; line-height: 1; }
.brand-caption { margin-left: 4px; opacity: .72; font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .11em; line-height: 1.25; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 42px); margin-left: auto; margin-right: 36px; }
.desktop-nav a { position: relative; padding: 10px 0; opacity: .75; font-size: 14px; transition: color .25s, opacity .25s; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; content: ""; transform: scaleX(0); transform-origin: left; background: currentColor; transition: transform .25s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.is-active { opacity: 1; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-cta { display: inline-flex; align-items: center; min-height: 42px; gap: 8px; padding: 0 14px 0 17px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: inherit; background: rgba(255,255,255,.06); cursor: pointer; font-size: 13px; transition: border-color .25s, background .25s, color .25s, transform .25s var(--ease); }
.header-cta svg { width: 16px; height: 16px; }
.header-cta:hover { transform: translateY(-1px); border-color: #fff; color: var(--ink-deep); background: #fff; }
.site-header.is-scrolled .header-cta { border-color: rgba(39,118,109,.35); color: var(--teal); background: rgba(39,118,109,.05); }
.site-header.is-scrolled .header-cta:hover { color: #fff; background: var(--teal); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; isolation: isolate; min-height: 780px; min-height: max(780px, 100svh); overflow: hidden; color: #fff; background: linear-gradient(122deg, #0e3835 0%, #174b47 48%, #1d5a54 100%); }
.hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: radial-gradient(circle at 72% 25%, rgba(193,227,208,.18), transparent 28%), radial-gradient(circle at 19% 82%, rgba(228,202,161,.13), transparent 25%); }
.hero-grain { position: absolute; z-index: -1; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(218,238,229,.15); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { width: 68vw; height: 68vw; top: -33vw; right: -20vw; }
.hero-orbit-two { width: 44vw; height: 44vw; bottom: -29vw; left: -22vw; border-color: rgba(219,182,130,.16); }
.hero-inner { display: grid; align-items: center; min-height: 100svh; grid-template-columns: minmax(0, .97fr) minmax(440px, .93fr); gap: clamp(28px, 5vw, 92px); padding-top: 92px; padding-bottom: 76px; }
.hero-copy { max-width: 610px; padding-top: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--teal); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; line-height: 1; }
.eyebrow > span { display: inline-block; width: 24px; height: 1px; background: currentColor; }
.eyebrow-light { color: #d5ecdf; }
.eyebrow-small { margin-bottom: 13px; font-size: 9px; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: -.055em; }
.hero h1 { max-width: 600px; font-size: clamp(48px, 5.5vw, 88px); line-height: 1.08; }
.hero h1 em, h2 em { color: #cbe6d8; font-style: normal; }
.hero-description { max-width: 520px; margin: 26px 0 34px; color: rgba(239,249,244,.78); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; gap: 12px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 600; font-size: 14px; transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; }
.button-primary { color: var(--ink-deep); background: #f1eadf; box-shadow: 0 12px 28px rgba(4,24,22,.19); }
.button-primary:hover { background: #fff; box-shadow: 0 16px 32px rgba(4,24,22,.27); }
.button-quiet { border-color: rgba(220,240,231,.36); color: #eef7f2; background: rgba(255,255,255,.025); }
.button-quiet span { font-size: 18px; line-height: 1; }
.button-quiet:hover { border-color: rgba(255,255,255,.76); background: rgba(255,255,255,.09); }
.hero-note { display: flex; align-items: center; gap: 8px; margin: 27px 0 0; color: rgba(225,243,234,.52); font-size: 11px; letter-spacing: .03em; }
.hero-note > span { width: 5px; height: 5px; border-radius: 50%; background: #c7ddcf; }

.hero-visual { position: relative; width: 100%; min-height: 553px; max-width: 560px; justify-self: end; transition: transform .45s var(--ease); transform: translate3d(var(--pointer-x, 0px), var(--pointer-y, 0px), 0); }
.visual-backdrop { position: absolute; top: 6%; right: -7%; width: 78%; height: 88%; border: 1px solid rgba(215,237,224,.27); border-radius: 160px 22px 130px 28px; transform: rotate(8deg); }
.visual-photo-wrap { position: absolute; top: 0; right: 0; width: 76%; height: 85%; overflow: hidden; border-radius: 180px 28px 28px 28px; box-shadow: 0 28px 48px rgba(4,28,25,.31); }
.visual-photo-wrap::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(160deg, rgba(12,53,50,.16) 0%, rgba(12,53,50,.04) 35%, rgba(12,53,50,.58) 100%); }
.visual-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; filter: saturate(.75) contrast(1.03); transform: scale(1.08); }
.visual-photo-shade { position: absolute; z-index: 2; inset: auto 0 0; height: 36%; background: linear-gradient(transparent, rgba(10,54,50,.7)); }
.visual-dashboard { position: absolute; z-index: 3; top: 16%; left: 0; width: min(340px, 66%); min-height: 233px; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 12px; background: rgba(250,253,251,.94); box-shadow: 0 20px 35px rgba(4,30,28,.21); backdrop-filter: blur(12px); }
.dashboard-topline { display: flex; align-items: center; height: 36px; gap: 5px; padding: 0 13px; border-bottom: 1px solid #e3ebe6; color: #719089; font-size: 9px; }
.dashboard-topline span { margin-right: auto; }
.dashboard-topline i { width: 5px; height: 5px; border-radius: 50%; background: #b9c9c3; }
.dashboard-body { display: flex; min-height: 196px; }
.dashboard-side { display: grid; align-content: start; width: 45px; gap: 12px; padding: 18px 13px; border-right: 1px solid #ecf0ed; background: #f3f7f4; }
.dashboard-side span { width: 18px; height: 4px; border-radius: 9px; background: #c7d5cf; }
.dashboard-side span.active { width: 24px; background: var(--teal); }
.dashboard-content { flex: 1; padding: 17px 16px; }
.dashboard-patient { display: flex; align-items: center; gap: 8px; }
.dashboard-patient .avatar { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #638474; background: #e3eee6; font-size: 11px; }
.dashboard-patient b, .dashboard-patient small { display: block; line-height: 1.3; }
.dashboard-patient b { color: var(--ink); font-size: 12px; }
.dashboard-patient small { margin-top: 2px; color: #99aaa3; font-size: 9px; }
.dashboard-patient em { margin-left: auto; color: #5d8d80; font-family: Arial, sans-serif; font-size: 10px; font-style: normal; }
.dashboard-lines { display: grid; gap: 8px; margin-top: 25px; }
.dashboard-lines span { display: block; height: 6px; border-radius: 99px; background: #e8efeb; }
.dashboard-lines span:nth-child(1) { width: 88%; }.dashboard-lines span:nth-child(2) { width: 70%; }.dashboard-lines span:nth-child(3) { width: 78%; }
.dashboard-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 20px; }
.dashboard-tags span { padding: 4px 6px; border-radius: 3px; color: #528173; background: #edf5f1; font-size: 8px; }
.visual-status { position: absolute; z-index: 4; display: grid; align-items: center; grid-template-columns: 8px auto; gap: 0 7px; min-width: 164px; padding: 11px 13px; border: 1px solid rgba(236,250,243,.48); border-radius: 7px; color: #fff; background: rgba(12,61,56,.55); box-shadow: 0 14px 25px rgba(4,27,25,.12); backdrop-filter: blur(10px); }
.visual-status > span { width: 6px; height: 6px; grid-row: span 2; border-radius: 50%; background: #cbe5d5; box-shadow: 0 0 0 4px rgba(203,229,213,.16); }
.visual-status b { font-size: 10px; font-weight: 500; line-height: 1.4; }.visual-status small { opacity: .67; font-size: 9px; line-height: 1.3; }
.status-top { top: 7%; right: -6%; }
.visual-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(250,249,244,.75); border-radius: 9px; color: var(--ink); background: rgba(249,248,243,.95); box-shadow: 0 17px 30px rgba(4,27,25,.17); }
.card-bottom { bottom: 1%; left: 9%; }.card-icon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; color: var(--teal); background: #e5f0e9; }.card-icon svg { width: 18px; height: 18px; }.visual-card small, .visual-card b { display: block; line-height: 1.3; }.visual-card small { color: #8a9e94; font-size: 8px; }.visual-card b { margin-top: 2px; color: var(--ink); font-size: 11px; }
.visual-number { position: absolute; z-index: 1; right: -9%; bottom: 4%; display: grid; grid-template-columns: auto 36px auto; align-items: center; gap: 9px; color: rgba(232,244,237,.75); }.visual-number span { font-family: var(--serif); font-size: 43px; line-height: 1; }.visual-number i { height: 1px; background: rgba(232,244,237,.46); }.visual-number small { font-family: Arial, sans-serif; font-size: 7px; font-weight: 700; letter-spacing: .14em; line-height: 1.4; }
.hero-scroll { position: absolute; bottom: 26px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); color: rgba(230,243,235,.57); font-family: Arial, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .16em; }.hero-scroll span { position: relative; width: 25px; height: 38px; overflow: hidden; border: 1px solid rgba(234,246,238,.55); border-radius: 18px; }.hero-scroll span::after { position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; border-radius: 999px; content: ""; transform: translateX(-50%); background: #e9f5ed; animation: scroll-dot 2s ease infinite; }
@keyframes scroll-dot { 0%, 100% { transform: translate(-50%, 0); opacity: 0; } 30%, 70% { opacity: 1; } 85% { transform: translate(-50%, 13px); opacity: 0; } }

.section { padding: 142px 0; }.section-soft { background: #edf3ef; }.section h2 { color: var(--ink); font-size: clamp(37px, 4.4vw, 66px); line-height: 1.18; }.section p { margin-top: 0; }
.intro { position: relative; overflow: hidden; background: #f7f8f5; }.intro::after { position: absolute; z-index: 0; top: 23%; right: -19%; width: 42vw; height: 42vw; border: 1px solid rgba(39,118,109,.11); border-radius: 50%; content: ""; }.intro-grid { position: relative; z-index: 1; display: grid; align-items: end; grid-template-columns: 130px minmax(0, 1.15fr) minmax(260px, .66fr); gap: 45px; }.section-mark { display: grid; align-content: start; grid-template-columns: auto 32px; gap: 8px; color: var(--teal); font-family: Arial, sans-serif; }.section-mark > span { grid-row: span 2; font-size: 30px; line-height: 1; }.section-mark > i { width: 28px; height: 1px; margin-top: 7px; background: currentColor; }.section-mark > small { font-size: 7px; font-weight: 700; letter-spacing: .16em; line-height: 1.45; }.intro-copy h2 { max-width: 620px; }.intro-body { padding-bottom: 5px; }.intro-body p { margin-bottom: 27px; color: #617a72; font-size: 16px; line-height: 1.9; }.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 14px; font-weight: 600; }.text-link span { font-size: 18px; transition: transform .25s var(--ease); }.text-link:hover span { transform: translate(3px, 3px); }

.section-heading { display: flex; justify-content: space-between; gap: 48px; }.split-heading { align-items: end; margin-bottom: 54px; }.split-heading h2 { max-width: 645px; }.split-heading > p { max-width: 330px; margin-bottom: 7px; color: #657b73; font-size: 15px; line-height: 1.8; }
.capability-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 16px; }.capability-card { position: relative; min-height: 300px; overflow: hidden; padding: 32px; border: 1px solid rgba(22,61,58,.09); background: var(--white); }.capability-card-wide { min-height: 365px; }.card-meta { display: flex; align-items: center; gap: 8px; color: #809990; font-family: Arial, sans-serif; font-size: 10px; }.card-meta i { width: 30px; height: 1px; background: currentColor; }.card-meta small { font-size: 8px; font-weight: 700; letter-spacing: .11em; }.capability-copy { position: relative; z-index: 2; max-width: 285px; margin-top: 48px; }.capability-card h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(25px, 2.6vw, 40px); font-weight: 600; line-height: 1.25; letter-spacing: -.04em; }.capability-card p { color: #6c8279; font-size: 14px; line-height: 1.75; }.record-art { position: absolute; right: 7%; bottom: -19px; width: 49%; height: 78%; }.record-sheet { position: absolute; right: 0; bottom: 0; width: 92%; min-height: 242px; padding: 25px; border: 1px solid #dce7e0; border-radius: 3px 3px 0 0; background: #fbfcf9; box-shadow: 0 20px 28px rgba(24,62,56,.09); transform: rotate(4deg); }.record-sheet::after { position: absolute; top: 0; right: 19px; width: 31%; height: 3px; content: ""; background: #aad3c3; }.record-label { color: var(--teal); font-size: 10px; }.record-sheet b { display: block; max-width: 150px; margin-top: 14px; color: #305d57; font-family: var(--serif); font-size: 18px; line-height: 1.45; }.record-sheet > i { display: block; width: 86%; height: 6px; margin-top: 13px; border-radius: 99px; background: #e3ebe6; }.record-sheet > i:nth-of-type(2) { width: 67%; }.record-sheet > i:nth-of-type(3) { width: 77%; }.record-sheet div { display: flex; align-items: center; gap: 6px; margin-top: 27px; color: #75a190; font-size: 9px; }.record-sheet em { width: 7px; height: 7px; border-radius: 50%; background: #87bba5; }.record-dot { position: absolute; width: 37px; height: 37px; border-radius: 50%; }.dot-one { top: 8%; left: 3%; background: #d8eadf; }.dot-two { right: -5%; bottom: 27%; width: 19px; height: 19px; background: #f0dec5; }
.capability-card-image { min-height: 365px; padding: 0; background: #b58b77; }.capability-card-image > img { width: 100%; height: 100%; min-height: 365px; object-fit: cover; filter: brightness(.93) saturate(.86) sepia(.04); }.capability-card-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(15,50,48,.01), rgba(15,50,48,.64)); }.image-card-overlay { position: absolute; z-index: 1; right: 27px; bottom: 28px; left: 27px; display: flex; align-items: start; gap: 12px; color: #fff; text-shadow: 0 2px 12px rgba(6,35,32,.38); }.image-card-overlay .card-icon { flex: none; color: #e4f4ea; background: rgba(229,246,236,.16); }.image-card-overlay small { display: block; margin-bottom: 3px; opacity: .74; font-size: 10px; }.image-card-overlay h3 { color: #fff; font-size: 28px; }
.capability-card-dark { min-height: 328px; color: #ecf5ef; background: var(--ink-deep); }.capability-card-dark .card-meta { color: #a5c6b5; }.capability-card-dark h3 { margin-top: 47px; color: #f0f7f2; }.capability-card-dark p { max-width: 280px; color: #b7d0c3; }.chart-art { position: absolute; right: 24px; bottom: 0; display: flex; align-items: end; width: 43%; height: 53%; gap: 10px; opacity: .9; }.chart-art > span { display: block; width: 19%; height: var(--height); border-radius: 2px 2px 0 0; background: linear-gradient(180deg, #bfdacb, #609889); }.chart-art > div { position: absolute; right: -11%; bottom: 40%; left: -12%; height: 1px; border-top: 1px dashed rgba(206,232,217,.25); }
.capability-card-catalog { display: grid; align-items: end; min-height: 328px; grid-template-columns: .45fr 1fr; gap: 18px; background: #e5eee9; }.catalog-signal { position: relative; display: grid; align-items: end; height: 180px; grid-template-columns: repeat(4, 1fr); gap: 8px; }.catalog-signal::before { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; content: ""; background: #94b5a6; }.catalog-signal span { display: block; border-radius: 99px 99px 0 0; background: #77a692; }.catalog-signal span:nth-child(1) { height: 32%; }.catalog-signal span:nth-child(2) { height: 72%; }.catalog-signal span:nth-child(3) { height: 54%; }.catalog-signal span:nth-child(4) { height: 91%; }.capability-card-catalog h3 { font-size: 28px; }.capability-card-catalog p { margin-bottom: 0; }

.workflow { overflow: hidden; color: #fff; background: #174b47; }.workflow .section-mark { color: #bee2d0; }.workflow-intro { display: grid; align-items: end; grid-template-columns: 130px 1.1fr .55fr; gap: 46px; }.workflow h2 { color: #fff; }.workflow-intro > p { margin-bottom: 4px; color: #bed5ca; font-size: 15px; line-height: 1.85; }.workflow-strip { position: relative; display: grid; max-width: 1440px; margin: 92px auto 0; padding: 0 max(32px, calc((100vw - 1180px) / 2)); grid-template-columns: repeat(4, 1fr); gap: 34px; }.workflow-line { position: absolute; top: 69px; right: 9%; left: 9%; height: 1px; background: rgba(224,243,232,.26); }.workflow-strip article { position: relative; z-index: 1; }.workflow-strip article > span { display: block; margin-bottom: 20px; color: #a3c7b6; font-family: Arial, sans-serif; font-size: 10px; }.workflow-icon { display: grid; width: 60px; height: 60px; place-items: center; border: 1px solid rgba(229,246,236,.28); border-radius: 50%; color: #d8eee1; background: #174b47; }.workflow-icon svg { width: 27px; height: 27px; }.workflow-strip h3 { margin: 19px 0 7px; color: #fff; font-family: var(--serif); font-size: 21px; font-weight: 600; }.workflow-strip p { margin: 0; color: #b4d0c3; font-size: 13px; }

.showcase-grid { display: grid; align-items: center; grid-template-columns: 1.04fr .86fr; gap: clamp(45px, 8vw, 120px); }.showcase-media { position: relative; min-height: 530px; overflow: hidden; background: #0d1b1d; }.showcase-media > img { width: 100%; height: 530px; object-fit: cover; filter: brightness(.94) saturate(.78) contrast(1.02); }.showcase-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(150deg, rgba(9,35,36,.03), rgba(14,54,51,.52)); }.media-caption { position: absolute; z-index: 1; right: 28px; bottom: 24px; left: 28px; display: flex; align-items: end; justify-content: space-between; color: #f1f8f2; text-shadow: 0 2px 12px rgba(5,29,27,.52); }.media-caption span { font-family: var(--serif); font-size: 40px; line-height: 1; }.media-caption p { margin: 0; text-align: right; font-family: var(--serif); font-size: 21px; line-height: 1.4; }.showcase-copy > p:not(.eyebrow) { margin: 25px 0; color: #647b72; font-size: 16px; line-height: 1.9; }.check-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }.check-list li { display: flex; align-items: start; gap: 12px; color: #49675e; font-size: 14px; }.check-list span { display: grid; width: 20px; height: 20px; flex: none; place-items: center; border-radius: 50%; color: var(--teal); background: #e4eee8; font-size: 11px; font-weight: 700; }

.boundary-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(52px, 10vw, 154px); }.boundary-heading { position: sticky; top: 118px; align-self: start; }.boundary-list { display: grid; }.boundary-list article { display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 28px 0 31px; border-top: 1px solid rgba(22,61,58,.16); }.boundary-list article:last-child { border-bottom: 1px solid rgba(22,61,58,.16); }.boundary-list article > span { color: #78a293; font-family: Arial, sans-serif; font-size: 12px; }.boundary-list h3 { margin: -3px 0 8px; color: var(--ink); font-family: var(--serif); font-size: 23px; font-weight: 600; line-height: 1.35; }.boundary-list p { max-width: 500px; margin: 0; color: #647c73; font-size: 14px; line-height: 1.8; }

.service { color: #fff; background: #0f3836; }.service-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; }.service-heading h2 { color: #fff; }.service-heading > p { max-width: 330px; margin-bottom: 6px; color: #bad1c6; font-size: 15px; line-height: 1.85; }.service-steps { display: grid; margin: 76px 0 0; padding: 0; list-style: none; grid-template-columns: repeat(4, 1fr); }.service-steps li { min-height: 205px; padding: 0 26px; border-left: 1px solid rgba(231,245,236,.2); }.service-steps li:first-child { padding-left: 0; border-left: 0; }.service-steps span { color: #a0c8b7; font-family: Arial, sans-serif; font-size: 12px; }.service-steps h3 { margin: 34px 0 11px; color: #f1f7f2; font-family: var(--serif); font-size: 26px; font-weight: 600; }.service-steps p { margin: 0; color: #b5d0c4; font-size: 13px; line-height: 1.8; }

.closing { padding-top: 116px; padding-bottom: 116px; background: #f4f4ef; }.closing-card { position: relative; overflow: hidden; padding: clamp(48px, 7vw, 92px); background: #dce9e2; }.closing-card::after { position: absolute; top: -30%; right: -7%; width: 52%; aspect-ratio: 1; border: 1px solid rgba(39,118,109,.19); border-radius: 50%; content: ""; }.closing-card .eyebrow, .closing-card h2, .closing-card > p, .closing-card .button { position: relative; z-index: 1; }.closing-card h2 { max-width: 770px; font-size: clamp(35px, 4.4vw, 63px); }.closing-card h2 em { color: var(--teal); }.closing-card > p:not(.eyebrow) { max-width: 540px; margin: 22px 0 29px; color: #57776c; font-size: 15px; }.button-dark { color: #fff; background: var(--ink-deep); }.button-dark:hover { background: #245c57; box-shadow: 0 13px 22px rgba(13,48,46,.16); }.closing-index { position: absolute; right: 6.5%; bottom: 8%; color: rgba(40,111,101,.22); font-family: var(--serif); font-size: clamp(80px, 14vw, 176px); line-height: .7; }.closing-line { position: absolute; right: -2%; bottom: 22%; width: 59%; height: 1px; background: rgba(39,118,109,.23); transform: rotate(-24deg); }

.site-footer { padding: 57px 0 35px; color: #c2d4cc; background: #0c2f2e; }.footer-inner { display: grid; align-items: end; grid-template-columns: auto 1fr auto; gap: 26px 50px; }.brand-footer .brand-mark { color: #bde1ce; }.brand-footer .brand-type { color: #fff; }.site-footer p { max-width: 390px; margin: 0; font-size: 12px; line-height: 1.7; }.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 12px; }.footer-links a { transition: color .2s; }.footer-links a:hover { color: #fff; }.site-footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(218,238,229,.15); color: #8fa9a0; font-size: 10px; }

.demo-dialog { width: min(560px, calc(100vw - 38px)); padding: 0; border: 0; color: var(--ink); background: transparent; }.demo-dialog::backdrop { background: rgba(5,28,26,.65); backdrop-filter: blur(6px); }.dialog-panel { position: relative; padding: clamp(35px, 8vw, 58px); overflow: hidden; background: #f7f8f5; box-shadow: 0 26px 70px rgba(0,0,0,.3); }.dialog-panel::after { position: absolute; top: -32%; right: -21%; width: 62%; aspect-ratio: 1; border: 1px solid rgba(39,118,109,.18); border-radius: 50%; content: ""; }.dialog-panel > * { position: relative; z-index: 1; }.dialog-panel h2 { margin: 0; font-size: clamp(33px, 6vw, 51px); line-height: 1.13; }.dialog-panel h2 em { color: var(--teal); font-style: normal; }.dialog-panel > p:not(.eyebrow) { max-width: 370px; margin: 22px 0 25px; color: #617970; font-size: 14px; line-height: 1.9; }.dialog-close { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid rgba(22,61,58,.2); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s, transform .2s var(--ease); }.dialog-close:hover { transform: rotate(90deg); background: #e6efea; }.dialog-close span { position: absolute; width: 15px; height: 1px; background: var(--ink); }.dialog-close span:first-child { transform: rotate(45deg); }.dialog-close span:last-child { transform: rotate(-45deg); }.dialog-tips { display: flex; gap: 15px; margin: 0 0 28px; padding: 15px; border-left: 2px solid #78a794; background: #ebf2ee; }.dialog-tips span { color: #56907b; font-family: Arial, sans-serif; font-size: 11px; }.dialog-tips p { max-width: 330px; margin: 0; color: #58766b; font-size: 12px; line-height: 1.7; }.dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.dialog-actions .button { width: 100%; }.button-dialog-quiet { border-color: rgba(22,61,58,.24); color: var(--teal); background: transparent; }.button-dialog-quiet:hover { border-color: var(--teal); background: #e7f0eb; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }.is-visible { opacity: 1; transform: translateY(0); }.capability-grid [data-reveal]:nth-child(2), .service-steps [data-reveal]:nth-child(2) { transition-delay: .08s; }.capability-grid [data-reveal]:nth-child(3), .service-steps [data-reveal]:nth-child(3) { transition-delay: .16s; }.capability-grid [data-reveal]:nth-child(4), .service-steps [data-reveal]:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1024px) {
  :root { --content: min(100% - 48px, 900px); }
  .site-header { padding: 0 24px; }.desktop-nav { gap: 20px; margin-right: 22px; }.brand-caption { display: none; }.hero-inner { grid-template-columns: .94fr .86fr; gap: 25px; }.hero-visual { min-height: 490px; }.visual-dashboard { width: 74%; }.workflow-intro, .intro-grid { grid-template-columns: 88px 1.1fr .7fr; gap: 28px; }.workflow-strip { padding: 0 24px; gap: 21px; }.capability-card { padding: 27px; }.capability-card-catalog { grid-template-columns: .35fr 1fr; }.showcase-grid, .boundary-grid { gap: 54px; }.service-steps li { padding: 0 18px; }
}

@media (max-width: 800px) {
  :root { --content: calc(100% - 40px); }
  .site-header { height: 74px; padding: 0 20px; }.site-header.is-scrolled { height: 66px; }.brand-mark { width: 30px; height: 30px; }.brand-type { font-size: 20px; }.desktop-nav, .header-cta { display: none; }.menu-toggle { position: relative; display: grid; width: 44px; height: 44px; margin-left: auto; place-items: center; padding: 0; border: 0; color: currentColor; background: transparent; cursor: pointer; }.menu-toggle span { position: absolute; width: 20px; height: 1px; background: currentColor; transition: transform .25s var(--ease); }.menu-toggle span:first-child { transform: translateY(-4px); }.menu-toggle span:last-child { transform: translateY(4px); }.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }.mobile-nav { position: fixed; z-index: 95; top: 66px; right: 0; left: 0; display: grid; gap: 0; padding: 16px 20px 24px; color: var(--ink); background: rgba(250,251,248,.98); box-shadow: 0 14px 24px rgba(12,48,46,.1); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .22s var(--ease), transform .22s var(--ease); }.mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.mobile-nav a, .mobile-nav button { min-height: 48px; padding: 0; border: 0; border-bottom: 1px solid rgba(22,61,58,.12); color: var(--ink); background: transparent; text-align: left; cursor: pointer; font-size: 15px; }.mobile-nav button { margin-top: 12px; border: 0; border-radius: 999px; color: #fff; background: var(--ink-deep); text-align: center; font-weight: 600; }.menu-open { overflow: hidden; }
  .hero { min-height: 860px; }.hero-inner { display: flex; min-height: 860px; flex-direction: column; align-items: stretch; justify-content: center; gap: 36px; padding-top: 112px; padding-bottom: 94px; }.hero-copy { padding-top: 0; }.hero h1 { font-size: clamp(46px, 12vw, 68px); }.hero-description { max-width: 560px; margin-bottom: 28px; font-size: 15px; }.hero-visual { width: min(100%, 570px); min-height: 455px; margin: 0 auto; }.visual-photo-wrap { width: 74%; height: 84%; }.visual-dashboard { top: 14%; width: min(350px, 68%); }.status-top { right: 0; }.visual-number { right: 0; }.hero-scroll { display: none; }
  .section { padding: 92px 0; }.intro-grid, .workflow-intro { display: grid; align-items: start; grid-template-columns: 67px 1fr; gap: 24px; }.section-mark { grid-row: span 2; }.intro-body, .workflow-intro > p { grid-column: 2; }.intro-body { padding-top: 5px; }.section h2 { font-size: clamp(37px, 9vw, 57px); }.split-heading, .service-heading { display: block; }.split-heading > p, .service-heading > p { max-width: 510px; margin-top: 21px; }.capability-grid { grid-template-columns: 1fr; }.capability-card, .capability-card-wide, .capability-card-image { min-height: 335px; }.capability-card-image > img { min-height: 335px; }.record-art { right: 4%; width: 54%; }.workflow-strip { grid-template-columns: repeat(2, 1fr); gap: 45px 26px; margin-top: 60px; padding: 0 20px; }.workflow-line { top: 70px; right: 14%; left: 14%; }.showcase-grid { grid-template-columns: 1fr; gap: 43px; }.showcase-media, .showcase-media > img { min-height: 440px; height: 440px; }.boundary-grid { grid-template-columns: 1fr; gap: 45px; }.boundary-heading { position: static; }.service-steps { grid-template-columns: repeat(2, 1fr); gap: 38px 0; margin-top: 56px; }.service-steps li { min-height: 150px; }.service-steps li:nth-child(3) { padding-left: 0; border-left: 0; }.closing { padding: 68px 0; }.footer-inner { grid-template-columns: 1fr; gap: 20px; }.site-footer small { padding-top: 20px; }
}

@media (max-width: 520px) {
  :root { --content: calc(100% - 32px); }
  .hero { min-height: 820px; }.hero-inner { min-height: 820px; padding-top: 98px; padding-bottom: 42px; }.hero h1 { font-size: 45px; line-height: 1.13; }.hero-actions { display: grid; grid-template-columns: 1fr; }.button { width: 100%; }.hero-note { align-items: start; max-width: 320px; line-height: 1.6; }.hero-note > span { margin-top: 6px; }.hero-visual { min-height: 365px; }.visual-photo-wrap { width: 77%; height: 87%; border-radius: 112px 18px 18px 18px; }.visual-dashboard { top: 16%; width: 73%; min-height: 192px; }.dashboard-body { min-height: 156px; }.dashboard-content { padding: 14px 12px; }.dashboard-lines { margin-top: 17px; }.dashboard-tags { margin-top: 15px; }.dashboard-side { width: 39px; padding: 15px 11px; }.status-top { top: 4%; min-width: 137px; padding: 9px 10px; }.visual-card { padding: 10px; }.card-bottom { bottom: -1%; left: 0; }.visual-number { right: -4%; bottom: 1%; }.visual-number span { font-size: 32px; }.visual-number i { width: 21px; }.section { padding: 76px 0; }.intro-grid, .workflow-intro { grid-template-columns: 1fr; gap: 19px; }.section-mark { grid-row: auto; grid-template-columns: auto 30px auto; align-items: center; }.section-mark > span { grid-row: auto; font-size: 22px; }.section-mark > i { margin-top: 0; }.section-mark > small { font-size: 7px; }.intro-body, .workflow-intro > p { grid-column: auto; }.section h2 { font-size: 37px; line-height: 1.26; }.eyebrow { margin-bottom: 14px; font-size: 9px; }.split-heading { margin-bottom: 37px; }.capability-card { min-height: 310px; padding: 24px; }.capability-card-wide { min-height: 350px; }.capability-copy { margin-top: 33px; }.capability-card h3 { font-size: 29px; }.record-art { right: -4%; width: 60%; height: 67%; }.record-sheet { min-height: 197px; padding: 17px; }.record-sheet b { font-size: 15px; }.record-sheet div { margin-top: 17px; }.capability-card-catalog { grid-template-columns: .3fr 1fr; gap: 13px; }.catalog-signal { height: 130px; gap: 5px; }.capability-card-catalog h3 { font-size: 24px; }.workflow-strip { grid-template-columns: 1fr; gap: 34px; margin-top: 43px; padding: 0 16px; }.workflow-line { top: 70px; right: auto; bottom: 10%; left: 46px; width: 1px; height: auto; }.workflow-strip article { display: grid; align-items: center; grid-template-columns: 46px 60px 1fr; column-gap: 14px; }.workflow-strip article > span { margin: 0; }.workflow-strip h3 { margin: 0; font-size: 20px; }.workflow-strip p { grid-column: 3; margin-top: 4px; }.showcase-media, .showcase-media > img { min-height: 365px; height: 365px; }.showcase-copy > p:not(.eyebrow) { font-size: 15px; }.boundary-list article { grid-template-columns: 38px 1fr; gap: 10px; }.boundary-list h3 { font-size: 20px; }.service-heading > p { font-size: 14px; }.service-steps { grid-template-columns: 1fr; gap: 0; margin-top: 39px; }.service-steps li, .service-steps li:nth-child(3) { min-height: auto; padding: 23px 0; border-top: 1px solid rgba(231,245,236,.2); border-left: 0; }.service-steps li:first-child { padding-top: 0; border-top: 0; }.service-steps h3 { margin: 14px 0 6px; font-size: 23px; }.closing-card { padding: 38px 26px; }.closing-card h2 { font-size: 36px; }.closing-index { right: 3%; font-size: 104px; }.footer-links { gap: 14px; }.dialog-panel { padding: 42px 28px 32px; }.dialog-panel h2 { font-size: 38px; }
}

@media (max-width: 520px) {
  .dialog-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.hero-scroll span::after { animation: none; }.site-header, .button, .header-cta, .menu-toggle span, .mobile-nav, [data-reveal], .hero-visual { transition: none !important; }.hero-visual { transform: none !important; }
}

/* 诊无忧工作台同源视觉系统：沿用工作台的品牌蓝、冷灰画布与信息层级。 */
:root {
  --ink: #172033;
  --ink-deep: #203a70;
  --teal: #2965dc;
  --teal-soft: #e8eff8;
  --sage: #bfd0e8;
  --sage-light: #f1f5f9;
  --paper: #f4f7fb;
  --warm: #eef3fa;
  --sand: #7ca5e5;
  --line: rgba(23, 32, 51, .12);
}

:focus-visible { outline-color: #2965dc; }
.scroll-progress span { background: #2965dc; }

.site-header.is-scrolled { background: rgba(255, 255, 255, .92); box-shadow: 0 7px 22px rgba(35, 95, 214, .08); }
.brand-mark { display: block; flex: 0 0 auto; padding: 2px; border-radius: 0; background: transparent; box-shadow: none; object-fit: contain; }
.site-header.is-scrolled .brand-mark { padding: 5px; border-radius: 9px; background: #2965dc; box-shadow: 0 5px 14px rgba(41, 101, 220, .2); }
.brand-mark svg, .brand-mark::before, .brand-mark::after { display: none; }
.site-header.is-scrolled .header-cta { border-color: rgba(41, 101, 220, .32); color: #2965dc; background: #eef4fb; }
.site-header.is-scrolled .header-cta:hover { color: #fff; background: #2965dc; }

.hero { background: radial-gradient(circle at 75% 15%, rgba(137, 168, 230, .28), transparent 27%), linear-gradient(145deg, #1e5edd 0%, #2864dc 48%, #2b60ca 100%); }
.hero::before { background: radial-gradient(circle at 72% 25%, rgba(197, 219, 255, .20), transparent 28%), radial-gradient(circle at 19% 82%, rgba(122, 164, 234, .18), transparent 25%); }
.hero-orbit { border-color: rgba(218, 230, 252, .22); }
.hero-orbit-two { border-color: rgba(160, 191, 242, .24); }
.eyebrow-light { color: #d5e5ff; }
.hero h1 em, h2 em { color: #c7dcff; }
.hero-description { color: rgba(255, 255, 255, .80); }
.button-primary { color: #203a70; background: #fff; box-shadow: 0 12px 28px rgba(20, 64, 146, .24); }
.button-primary:hover { background: #f7faff; box-shadow: 0 16px 32px rgba(20, 64, 146, .32); }
.button-quiet { border-color: rgba(226, 237, 255, .52); color: #f5f8ff; background: rgba(255, 255, 255, .04); }
.hero-note { color: rgba(235, 243, 255, .70); }
.hero-note > span { background: #d6e5ff; }

.visual-backdrop { border-color: rgba(218, 230, 252, .42); }
.visual-photo-wrap { box-shadow: 0 28px 48px rgba(18, 52, 120, .32); }
.visual-photo-wrap::before { background: linear-gradient(160deg, rgba(24, 78, 184, .13) 0%, rgba(24, 78, 184, .03) 35%, rgba(20, 64, 146, .54) 100%); }
.visual-photo-shade { background: linear-gradient(transparent, rgba(20, 64, 146, .68)); }
.visual-dashboard { border-color: rgba(255, 255, 255, .78); background: rgba(255, 255, 255, .95); box-shadow: 0 20px 35px rgba(21, 61, 138, .22); }
.dashboard-topline { border-bottom-color: #dbe3ef; color: #7182a0; }
.dashboard-topline i { background: #b7c5db; }
.dashboard-side { border-right-color: #e2e8f0; background: #f1f5f9; }
.dashboard-side span { background: #c8d4e5; }
.dashboard-patient .avatar { color: #45638f; background: #e8eff8; }
.dashboard-patient small { color: #8a97aa; }
.dashboard-patient em { color: #2965dc; }
.dashboard-lines span { background: #e7edf5; }
.dashboard-tags span { color: #2f69dd; background: #eef4fb; }
.visual-status { border-color: rgba(218, 231, 255, .58); background: rgba(25, 78, 181, .64); box-shadow: 0 14px 25px rgba(18, 59, 140, .18); }
.visual-status > span { background: #d4e3ff; box-shadow: 0 0 0 4px rgba(212, 227, 255, .18); }
.visual-card { border-color: rgba(255, 255, 255, .82); background: rgba(255, 255, 255, .96); box-shadow: 0 17px 30px rgba(18, 59, 140, .18); }
.card-icon { color: #2965dc; background: #e8eff8; }
.visual-card small { color: #7a899e; }
.visual-number { color: rgba(237, 244, 255, .85); }
.visual-number i { background: rgba(237, 244, 255, .54); }
.hero-scroll { color: rgba(239, 245, 255, .76); }
.hero-scroll span { border-color: rgba(239, 245, 255, .68); }
.hero-scroll span::after { background: #f2f6ff; }

.section-soft { background: #f1f5f9; }
.intro { background: #f4f7fb; }
.intro::after { border-color: rgba(41, 101, 220, .14); }
.intro-body p { color: #64748b; }
.split-heading > p { color: #64748b; }
.capability-card { border-color: rgba(35, 95, 214, .10); }
.card-meta { color: #7a8da8; }
.capability-card p { color: #64748b; }
.record-sheet { border-color: #dbe3ef; background: #fff; box-shadow: 0 20px 28px rgba(35, 95, 214, .10); }
.record-sheet::after { background: #9bbbed; }
.record-sheet b { color: #29456f; }
.record-sheet > i { background: #e7edf5; }
.record-sheet div { color: #6686b4; }
.record-sheet em { background: #75a2ec; }
.dot-one { background: #dce9fb; }
.dot-two { background: #c9dbf7; }
.capability-card-image::after { background: linear-gradient(180deg, rgba(25, 78, 181, .02), rgba(20, 64, 146, .66)); }
.image-card-overlay { text-shadow: 0 2px 12px rgba(15, 53, 124, .45); }
.image-card-overlay .card-icon { color: #e4efff; background: rgba(229, 241, 255, .18); }
.capability-card-dark { color: #eef4ff; background: #1e5edd; }
.capability-card-dark .card-meta { color: #b7cef4; }
.capability-card-dark h3 { color: #fff; }
.capability-card-dark p { color: #d6e4ff; }
.chart-art > span { background: linear-gradient(180deg, #c6dbff, #5e91eb); }
.chart-art > div { border-top-color: rgba(221, 233, 255, .32); }
.capability-card-catalog { background: #e8eff8; }
.catalog-signal::before { background: #a7c0e6; }
.catalog-signal span { background: #6f9ae2; }

.workflow { background: #2864dc; }
.workflow .section-mark { color: #d6e5ff; }
.workflow-intro > p { color: #d5e3fc; }
.workflow-line { background: rgba(226, 237, 255, .34); }
.workflow-strip article > span { color: #b9d0f6; }
.workflow-icon { border-color: rgba(233, 241, 255, .36); color: #eaf2ff; background: #2864dc; }
.workflow-strip p { color: #d6e4fb; }

.showcase-media { background: #172b55; }
.showcase-media::after { background: linear-gradient(150deg, rgba(16, 54, 127, .04), rgba(24, 78, 181, .58)); }
.media-caption { color: #f4f8ff; text-shadow: 0 2px 12px rgba(14, 47, 111, .58); }
.showcase-copy > p:not(.eyebrow) { color: #64748b; }
.check-list li { color: #49617f; }
.check-list span { color: #2965dc; background: #e8eff8; }

.boundary-list article { border-color: rgba(23, 32, 51, .14); }
.boundary-list article > span { color: #6388c7; }
.boundary-list p { color: #64748b; }

.service { background: #203a70; }
.service-heading > p { color: #d2e0f7; }
.service-steps li { border-color: rgba(229, 239, 255, .24); }
.service-steps span { color: #b9d0f6; }
.service-steps h3 { color: #f5f8ff; }
.service-steps p { color: #d5e3f9; }

.closing { background: #f4f7fb; }
.closing-card { background: #e8eff8; }
.closing-card::after, .dialog-panel::after { border-color: rgba(41, 101, 220, .20); }
.closing-card > p:not(.eyebrow) { color: #5f7393; }
.button-dark { background: #2965dc; }
.button-dark:hover { background: #1f60e2; box-shadow: 0 13px 22px rgba(35, 95, 214, .20); }
.closing-index { color: rgba(41, 101, 220, .19); }
.closing-line { background: rgba(41, 101, 220, .26); }

.site-footer { color: #c9d7ed; background: #172b55; }
.site-footer small { border-top-color: rgba(220, 233, 255, .18); color: #94a9c9; }

.demo-dialog { color: #172033; }
.demo-dialog::backdrop { background: rgba(15, 42, 94, .66); }
.dialog-panel { background: #f7faff; }
.dialog-panel > p:not(.eyebrow) { color: #64748b; }
.dialog-close { border-color: rgba(35, 95, 214, .22); }
.dialog-close:hover { background: #e8eff8; }
.dialog-tips { border-left-color: #5f90e5; background: #eef4fb; }
.dialog-tips span { color: #2f69dd; }
.dialog-tips p { color: #5d718f; }
.button-dialog-quiet { border-color: rgba(35, 95, 214, .28); color: #2965dc; }
.button-dialog-quiet:hover { border-color: #2965dc; background: #e8eff8; }

@media (max-width: 800px) {
  .mobile-nav { color: #172033; background: rgba(255, 255, 255, .98); box-shadow: 0 14px 24px rgba(35, 95, 214, .12); }
  .mobile-nav a, .mobile-nav button { border-bottom-color: rgba(23, 32, 51, .12); color: #172033; }
  .mobile-nav button { color: #fff; background: #2965dc; }
}
