:root {
  --landing-ink: #10251d;
  --landing-deep: #092018;
  --landing-green: #1d8a67;
  --landing-bright: #39b887;
  --landing-gold: #d3a35a;
  --landing-muted: #687872;
  --landing-soft: #f3f7f4;
  --landing-line: #d8e3dc;
  --landing-white: #fbfdfb;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--landing-ink);
  background: #edf4ef;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #edf4ef; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid transparent; background: rgba(247, 251, 248, .94); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.site-header.is-scrolled { border-color: #c9d9cf; box-shadow: 0 10px 30px rgba(16, 37, 29, .09); background: rgba(251, 253, 251, .98); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; }
.site-brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 10px; }
.site-brand-copy { display: grid; gap: 3px; }
.site-brand-copy strong { font-size: 1.05rem; line-height: 1; letter-spacing: .1em; }
.site-brand-copy strong span { color: var(--landing-green); }
.site-brand-copy small { color: var(--landing-muted); font-family: Georgia, "Times New Roman", serif; font-size: .62rem; font-style: italic; letter-spacing: .02em; }
.primary-nav { display: flex; align-items: center; gap: 29px; color: #566860; font-size: .75rem; font-weight: 650; }
.primary-nav a { transition: color .18s ease; }
.primary-nav a:hover { color: var(--landing-green); }
.primary-nav .nav-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 16px; border: 1px solid var(--landing-green); color: var(--landing-deep); background: transparent; }
.primary-nav .nav-cta:hover { color: var(--landing-white); background: var(--landing-green); }
.nav-cta span { font-size: 1rem; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--landing-line); background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; margin: 4px auto; background: var(--landing-ink); }

.hero-section { position: relative; overflow: hidden; padding: 92px 0 65px; background: #e4efe8; }
.hero-section::before { content: ""; position: absolute; top: 0; right: 9%; width: 1px; height: 72%; background: rgba(29, 138, 103, .18); }
.hero-section::after { content: ""; position: absolute; right: -85px; bottom: 40px; width: 280px; height: 280px; border: 1px solid rgba(29, 138, 103, .16); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(440px, .88fr); align-items: center; gap: clamp(40px, 5vw, 78px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--landing-green); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; background: var(--landing-green); }
.hero-copy h1, .section-heading h2, .solutions-intro h2, .workflow-header h2, .app-copy h2, .trust-grid h2 { margin: 24px 0 0; font-size: clamp(3.2rem, 6.2vw, 5.7rem); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
.hero-copy h1 em, .section-heading h2 em, .solutions-intro h2 em, .workflow-header h2 em, .app-copy h2 em, .trust-grid h2 em { color: var(--landing-green); font-style: normal; }.hero-title-line { display: block; white-space: nowrap; font-size: 3.2rem; letter-spacing: 0; }.hero-copy h1 .hero-tagline { display: inline-block; white-space: nowrap; }
.hero-lead { max-width: 490px; margin: 27px 0 0; color: var(--landing-muted); font-size: 1rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 33px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 19px; font-size: .76rem; font-weight: 750; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--landing-white); background: var(--landing-deep); }
.button-primary:hover { background: var(--landing-green); }
.button-quiet { color: var(--landing-ink); border-bottom: 1px solid var(--landing-green); }
.button-quiet span { color: var(--landing-green); font-size: 1rem; }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 66px; color: #89958f; font-size: .69rem; }
.note-mark { color: var(--landing-green); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }

.hero-visual { position: relative; min-width: 0; }
.visual-index { margin: 0 0 12px 20px; color: #82928a; font-size: .59rem; font-weight: 750; letter-spacing: .12em; }
.visual-frame { position: relative; padding: 8px; border: 1px solid #cbd9d0; background: #dce8e0; box-shadow: 28px 32px 0 rgba(29, 138, 103, .09); }
.visual-topline { height: 29px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 12px; color: #7b8b82; background: #f8fbf9; font-size: .53rem; letter-spacing: .08em; }
.visual-topline > :last-child { text-align: right; letter-spacing: .16em; }
.window-dots { display: flex; gap: 4px; }
.window-dots i { display: block; width: 5px; height: 5px; border-radius: 50%; background: #afc1b5; }
.visual-body { display: grid; grid-template-columns: 57px 1fr; min-height: 374px; background: #f8fbf9; }
.visual-sidebar { position: relative; display: flex; flex-direction: column; align-items: center; gap: 20px; padding-top: 19px; border-right: 1px solid #dce6df; background: #eff5f1; }
.mini-logo img { width: 23px; height: 23px; object-fit: cover; border-radius: 6px; }
.sidebar-line { width: 16px; height: 2px; border-radius: 1px; background: #afc1b6; opacity: .82; }
.sidebar-line.short { width: 11px; }
.sidebar-line.is-active { width: 26px; height: 17px; border: 1px solid rgba(29, 138, 103, .32); border-radius: 4px; background: rgba(29, 138, 103, .17); }
.sidebar-bottom { position: absolute; bottom: 18px; display: grid; gap: 14px; justify-items: center; }
.workspace-preview { min-width: 0; padding: 26px 27px 18px; }
.preview-heading { display: flex; justify-content: space-between; gap: 16px; align-items: end; padding-bottom: 19px; border-bottom: 1px solid #dce6df; }
.preview-heading small, .value-card small, .preview-label, .phone-greeting small, .phone-status-card small { display: block; color: #899890; font-size: .53rem; font-weight: 800; letter-spacing: .12em; }
.preview-heading strong { display: block; margin-top: 7px; font-size: 1.05rem; font-weight: 600; letter-spacing: -.03em; }
.live-status { display: flex; align-items: center; gap: 6px; color: var(--landing-green); font-size: .55rem; font-weight: 700; white-space: nowrap; }
.live-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--landing-bright); box-shadow: 0 0 0 4px rgba(57, 184, 135, .14); }
.value-card { display: flex; justify-content: space-between; gap: 20px; min-height: 124px; margin-top: 22px; padding: 18px; border: 1px solid #cfe0d5; background: #eff8f2; }
.value-card strong { display: block; margin-top: 8px; font-size: 1.65rem; font-weight: 500; letter-spacing: -.06em; }
.value-card strong b { color: var(--landing-green); font-size: .64rem; font-weight: 750; letter-spacing: .03em; }
.value-card span { display: block; margin-top: 25px; color: #798b82; font-size: .55rem; }
.value-card span b { color: var(--landing-green); }
.value-bars { display: flex; align-items: end; gap: 5px; width: 112px; padding-top: 17px; }
.value-bars i { flex: 1; display: block; background: var(--landing-bright); opacity: .65; }
.value-bars i:nth-child(3n) { background: var(--landing-gold); opacity: .75; }
.preview-label { margin: 24px 0 10px; }
.file-preview { display: grid; grid-template-columns: 34px minmax(0, 1fr) 17px; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid #e4ece6; }
.file-icon { display: grid; place-items: center; width: 29px; height: 33px; color: var(--landing-green); border: 1px solid #b7d6c5; background: #eef8f1; font-size: .48rem; font-weight: 850; }
.file-icon.image { color: #a17b3c; border-color: #dfcfac; background: #faf5e9; }
.file-preview strong, .file-preview small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-preview strong { color: var(--landing-ink); font-size: .61rem; font-weight: 700; }
.file-preview small { margin-top: 5px; color: #8b9791; font-size: .51rem; }
.file-preview > b { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; color: var(--landing-white); background: var(--landing-green); font-size: .56rem; }
.preview-footer { display: flex; justify-content: space-between; gap: 16px; padding-top: 16px; color: #8b9791; font-size: .5rem; }
.preview-footer b { color: var(--landing-ink); font-weight: 750; }
.visual-caption { display: flex; align-items: center; gap: 10px; margin: 18px 0 0 20px; color: #718078; font-size: .57rem; font-weight: 750; letter-spacing: .05em; }
.visual-caption i { width: 19px; height: 1px; background: #b3c2b9; }

.hero-rule { width: min(1180px, calc(100% - 64px)); height: 1px; margin: 65px auto 0; background: var(--landing-line); }
.signal-strip { border-bottom: 1px solid #cbdad0; background: #f8fbf9; }
.signal-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 92px; }
.signal-label { color: #86938d; font-size: .59rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.signal-items { display: flex; flex-wrap: wrap; justify-content: end; gap: 21px; color: #697871; font-size: .66rem; }
.signal-items span::before { content: "·"; margin-right: 8px; color: var(--landing-green); }

.section { padding: 132px 0; }
.platform-section { background: #fbfdfb; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(310px, .8fr); column-gap: 90px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin-top: 24px; font-size: clamp(2.8rem, 5vw, 4.7rem); }
.section-heading > p:last-child { max-width: 390px; margin: 0 0 4px; color: var(--landing-muted); font-size: .92rem; line-height: 1.75; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); }
.capability-card { min-height: 355px; padding: 28px 30px 34px; border-right: 1px solid var(--landing-line); }
.capability-card:last-child { border-right: 0; }
.capability-card.featured { background: var(--landing-deep); color: var(--landing-white); }
.card-number { color: #97a59e; font-size: .62rem; font-weight: 800; letter-spacing: .13em; }
.featured .card-number { color: rgba(255,255,255,.48); }
.card-symbol { position: relative; display: flex; align-items: end; height: 82px; margin: 28px 0 18px; }
.symbol-inbox { gap: 8px; align-items: center; }
.symbol-inbox span { display: block; width: 10px; border: 1px solid var(--landing-green); background: rgba(29, 138, 103, .12); }
.symbol-inbox span:nth-child(1) { height: 28px; }.symbol-inbox span:nth-child(2) { height: 52px; }.symbol-inbox span:nth-child(3) { height: 39px; }
.symbol-signal { gap: 7px; align-items: center; }
.symbol-signal i { width: 6px; border-radius: 4px; background: var(--landing-bright); }.symbol-signal i:nth-child(1) { height: 21px; opacity: .38; }.symbol-signal i:nth-child(2) { height: 39px; opacity: .55; }.symbol-signal i:nth-child(3) { height: 62px; }.symbol-signal i:nth-child(4) { height: 43px; opacity: .7; }.symbol-signal i:nth-child(5) { height: 30px; opacity: .45; }
.symbol-target { width: 84px; height: 84px; align-items: center; justify-content: center; border: 1px solid #99bfa8; border-radius: 50%; }.symbol-target::before, .symbol-target::after { content: ""; position: absolute; border: 1px solid rgba(29, 138, 103, .45); border-radius: 50%; }.symbol-target::before { inset: 13px; }.symbol-target::after { inset: 28px; }.symbol-target i { position: relative; z-index: 1; width: 7px; height: 7px; border-radius: 50%; background: var(--landing-green); }
.capability-card h3 { margin: 0; font-size: 1.1rem; font-weight: 650; letter-spacing: -.03em; }.capability-card p { max-width: 290px; margin: 13px 0 0; color: var(--landing-muted); font-size: .78rem; line-height: 1.75; }.featured p { color: #a8bdb3; }.capability-card a, .text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 27px; color: var(--landing-green); font-size: .68rem; font-weight: 800; }.capability-card a span, .text-link span { font-size: 1rem; }.featured a { color: var(--landing-bright); }

.solutions-section { color: var(--landing-white); background: var(--landing-deep); }.solutions-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 10vw, 150px); }.solutions-intro .eyebrow { color: var(--landing-bright); }.solutions-intro .eyebrow span { background: var(--landing-bright); }.solutions-intro h2 { font-size: clamp(2.8rem, 5vw, 4.6rem); }.solutions-intro h2 em { color: var(--landing-bright); }.solutions-intro > p { max-width: 340px; margin: 28px 0 0; color: #a4b9ad; font-size: .87rem; line-height: 1.8; }.solutions-intro .text-link { margin-top: 36px; color: var(--landing-bright); }
.solution-list { border-top: 1px solid rgba(214, 240, 223, .2); }.solution-row { display: grid; grid-template-columns: 50px 1fr 25px; align-items: center; gap: 18px; min-height: 115px; border-bottom: 1px solid rgba(214, 240, 223, .2); transition: padding .2s ease, background .2s ease; }.solution-row:hover { padding: 0 14px; background: rgba(57, 184, 135, .08); }.solution-index { color: var(--landing-bright); font-size: .6rem; font-weight: 800; letter-spacing: .12em; }.solution-main strong, .solution-main small { display: block; }.solution-main strong { font-size: 1.04rem; font-weight: 550; }.solution-main small { margin-top: 7px; color: #8da69a; font-size: .68rem; }.solution-arrow { color: var(--landing-bright); font-size: 1.1rem; text-align: right; }

.workflow-section { background: #e8f1eb; }.workflow-header { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; }.workflow-header h2 { font-size: clamp(2.8rem, 5vw, 4.6rem); }.workflow-header > p { max-width: 340px; margin: 0 0 5px; color: var(--landing-muted); font-size: .88rem; line-height: 1.8; }.workflow-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; margin-top: 75px; }.workflow-step { position: relative; padding-top: 23px; border-top: 1px solid #b9cec0; }.step-line { position: absolute; top: -1px; left: 0; width: 42px; height: 2px; background: var(--landing-green); }.workflow-step small { color: var(--landing-green); font-size: .62rem; font-weight: 800; letter-spacing: .12em; }.workflow-step h3 { margin: 27px 0 0; font-size: 1.1rem; font-weight: 650; }.workflow-step p { max-width: 270px; margin: 13px 0 0; color: var(--landing-muted); font-size: .78rem; line-height: 1.75; }

.app-section { padding-top: 126px; background: #fbfdfb; }.app-panel { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: center; min-height: 590px; padding: 74px 9%; overflow: hidden; border: 1px solid #cbdcd1; background: #dcebe1; }.app-copy h2 { font-size: clamp(2.8rem, 5vw, 4.7rem); }.app-copy > p:not(.eyebrow) { max-width: 405px; margin: 27px 0 0; color: var(--landing-muted); font-size: .88rem; line-height: 1.8; }.download-actions { margin-top: 32px; }.store-button { display: inline-grid; grid-template-columns: 25px minmax(0, 1fr) 17px; align-items: center; gap: 10px; width: min(100%, 350px); min-height: 48px; padding: 12px 14px; border: 1px solid var(--landing-deep); color: var(--landing-white); background: var(--landing-deep); }.store-button:hover { background: var(--landing-green); border-color: var(--landing-green); }.store-icon { font-size: 1.45rem; }.store-button small, .store-button strong { display: block; }.store-button strong { font-size: .78rem; font-weight: 700; line-height: 1.35; }.store-button b { text-align: right; font-size: 1rem; }.coming-note { display: block; max-width: 265px; margin-top: 14px; color: #82918a; font-size: .61rem; line-height: 1.5; }
.phone-mockup { position: relative; width: min(270px, 100%); justify-self: center; padding: 8px; border: 6px solid #252a29; border-radius: 38px; background: #252a29; box-shadow: 19px 25px 0 rgba(16, 37, 29, .12), inset 0 0 0 1px rgba(255, 255, 255, .13); transform: rotate(4deg); }.phone-mockup::before, .phone-mockup::after { content: ""; position: absolute; left: -8px; width: 2px; border-radius: 2px; background: #3b4540; }.phone-mockup::before { top: 105px; height: 41px; }.phone-mockup::after { top: 162px; height: 66px; }.phone-dynamic-island { position: absolute; z-index: 2; top: 15px; left: 50%; width: 82px; height: 23px; border-radius: 14px; background: #050706; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05); transform: translateX(-50%); }.phone-dynamic-island::after { content: ""; position: absolute; top: 7px; right: 13px; width: 7px; height: 7px; border-radius: 50%; background: #121916; box-shadow: inset 0 0 0 1px rgba(111, 156, 137, .18); }.phone-screen { position: relative; min-height: 0; aspect-ratio: 9 / 19.5; padding: 27px 15px 12px; overflow: hidden; border-radius: 30px; background: #f8fcf9; }.phone-status { display: flex; justify-content: space-between; color: #718079; font-size: .47rem; font-weight: 700; }.phone-brand { display: flex; align-items: center; gap: 7px; margin-top: 29px; }.phone-brand img { width: 23px; height: 23px; border-radius: 6px; }.phone-brand strong { display: block; font-size: .7rem; line-height: 1; letter-spacing: .08em; }.phone-brand strong span { color: var(--landing-green); }.phone-brand small { display: block; margin-top: 3px; color: #829189; font-family: Georgia, serif; font-size: .43rem; font-style: italic; }.phone-greeting { margin-top: 35px; }.phone-greeting strong { display: block; margin-top: 9px; font-size: 1.02rem; font-weight: 600; letter-spacing: -.04em; line-height: 1.15; }.phone-upload { display: grid; justify-items: center; gap: 5px; margin-top: 25px; padding: 20px 10px; border: 1px dashed #82bea2; background: #eff9f1; }.phone-upload-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--landing-white); background: var(--landing-green); font-size: 1.2rem; }.phone-upload strong { font-size: .68rem; }.phone-upload small { color: #82918a; font-size: .5rem; }.phone-status-card { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 12px 10px; border: 1px solid #d8e7dc; }.phone-status-card strong { display: block; margin-top: 5px; color: var(--landing-green); font-size: .63rem; }.phone-status-card > span { color: var(--landing-green); font-size: .78rem; font-weight: 800; }.phone-tabbar { position: absolute; right: 15px; bottom: 11px; left: 15px; display: flex; justify-content: space-around; padding-top: 10px; border-top: 1px solid #e0eae2; color: #99a69f; }.phone-tabbar span { display: grid; justify-items: center; gap: 3px; font-size: .85rem; }.phone-tabbar span.active { color: var(--landing-green); }.phone-tabbar small { font-size: .44rem; }
.phone-product-stage { position: relative; width: min(390px, 100%); height: 550px; justify-self: center; isolation: isolate; }
.phone-product-stage::after { content: ""; position: absolute; z-index: -2; right: 2%; bottom: 8px; width: 90%; height: 58px; border-radius: 50%; background: rgba(20, 50, 37, .18); filter: blur(22px); transform: rotate(-4deg); }
.iphone17-rear { position: absolute; z-index: -1; top: 54px; left: 0; width: 238px; aspect-ratio: 9 / 19.5; overflow: hidden; border: 2px solid #a84d27; border-radius: 47px; background: linear-gradient(145deg, #f6a170 0%, #dc713f 47%, #b95028 100%); box-shadow: -17px 25px 34px rgba(32, 56, 43, .17), inset 0 0 0 1px rgba(255,255,255,.32); transform: rotate(-9deg); }
.iphone17-rear::before { content: ""; position: absolute; inset: 2px; border: 1px solid rgba(255,255,255,.25); border-radius: 43px; }
.iphone17-camera-plateau { position: absolute; top: 17px; right: 12px; left: 12px; height: 104px; border: 1px solid rgba(119, 44, 18, .25); border-radius: 32px; background: linear-gradient(150deg, rgba(255,183,135,.95), rgba(204,82,37,.88)); box-shadow: inset 0 1px 1px rgba(255,255,255,.42), 0 6px 14px rgba(92,37,18,.16); }
.iphone17-lens { position: absolute; width: 43px; height: 43px; border: 4px solid #d78158; border-radius: 50%; background: radial-gradient(circle at 38% 34%, #355061 0 7%, #0c1317 19%, #020405 54%, #192022 58%, #030506 69%); box-shadow: 0 2px 7px rgba(54, 19, 7, .45), inset 0 0 0 1px rgba(255,255,255,.26); }
.iphone17-lens::after { content: ""; position: absolute; top: 8px; left: 9px; width: 10px; height: 7px; border-radius: 50%; background: rgba(144, 198, 220, .4); transform: rotate(-28deg); }
.lens-one { top: 8px; left: 12px; }.lens-two { right: 81px; bottom: 8px; }.lens-three { bottom: 8px; left: 12px; }
.iphone17-flash { position: absolute; top: 20px; right: 24px; width: 18px; height: 18px; border: 3px solid rgba(189, 90, 49, .8); border-radius: 50%; background: radial-gradient(circle, #fffbe0 0 28%, #f7d89a 60%, #d29a64 100%); }
.iphone17-sensor { position: absolute; right: 27px; bottom: 22px; width: 13px; height: 13px; border: 2px solid rgba(186,90,50,.75); border-radius: 50%; background: #2d2526; }
.iphone17-rear-mark { position: absolute; top: 50%; left: 50%; width: 43px; height: 51px; border: 2px solid rgba(129, 50, 23, .22); border-radius: 48% 48% 50% 50%; transform: translate(-50%, -40%); }
.phone-product-stage .phone-mockup { position: absolute; z-index: 2; top: 0; right: 0; width: 262px; padding: 5px; border: 3px solid #5c625f; border-radius: 47px; background: #111514; box-shadow: 18px 26px 35px rgba(16, 37, 29, .22), inset 0 0 0 1px rgba(255, 255, 255, .19); transform: rotate(2.5deg); }
.phone-product-stage .phone-mockup::before, .phone-product-stage .phone-mockup::after { width: 3px; border-radius: 3px; background: #5a605d; }.phone-product-stage .phone-mockup::before { top: 115px; left: -6px; height: 78px; box-shadow: 0 88px 0 #5a605d; }.phone-product-stage .phone-mockup::after { top: 170px; right: -6px; left: auto; height: 82px; }
.phone-product-stage .phone-screen { border-radius: 40px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.phone-product-stage .phone-screen { padding: 0; background: #03130e; }
.phone-screen-image { display: block; width: 100%; height: 100%; aspect-ratio: 9 / 19.5; object-fit: cover; object-position: center; }

.trust-section { padding-top: 118px; padding-bottom: 135px; background: #f5faf6; }.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }.trust-grid h2 { font-size: clamp(2.8rem, 5vw, 4.6rem); }.trust-copy { padding-top: 43px; }.trust-copy > p { max-width: 465px; margin: 0; color: var(--landing-muted); font-size: .91rem; line-height: 1.85; }.trust-copy > p strong { color: var(--landing-ink); font-weight: 750; }.trust-copy > p .company-name { display: inline-block; white-space: nowrap; font-size: .86em; }.trust-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 45px; padding: 24px 0; border-top: 1px solid #cbdad0; border-bottom: 1px solid #cbdad0; }.trust-facts strong, .trust-facts small { display: block; }.trust-facts strong { color: var(--landing-green); font-size: 1.45rem; font-weight: 550; letter-spacing: -.04em; }.trust-facts small { max-width: 140px; margin-top: 7px; color: #87948d; font-size: .61rem; line-height: 1.45; }

.site-footer { color: #b2c3ba; background: var(--landing-deep); }.footer-top { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding: 70px 0 61px; }.footer-brand { align-self: start; }.footer-brand .site-brand-copy strong { color: var(--landing-white); }.footer-brand .site-brand-copy small { color: #8ea69a; }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.footer-links div { display: grid; align-content: start; gap: 11px; }.footer-links small { color: var(--landing-bright); font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.footer-links a, .footer-links span { color: #9eb2a8; font-size: .7rem; }.footer-links a:hover { color: var(--landing-white); }.footer-legal { display: flex; justify-content: space-between; gap: 25px; padding: 23px 0; border-top: 1px solid rgba(216, 240, 224, .16); color: #7f988b; font-size: .6rem; }.footer-legal div { display: grid; gap: 5px; }.footer-legal strong { color: #a6bcb0; font-size: .61rem; }.footer-legal > span:last-child { align-self: end; white-space: nowrap; }

.appstore-notice {
  position: fixed;
  z-index: 50;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: start;
  gap: 18px;
  width: min(430px, calc(100% - 32px));
  padding: 18px 18px 18px 20px;
  border: 1px solid rgba(57, 184, 135, .42);
  border-radius: 6px;
  color: var(--landing-white);
  background: var(--landing-deep);
  box-shadow: 0 18px 48px rgba(9, 32, 24, .24);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .18s ease, transform .18s ease;
}

.appstore-notice[hidden] { display: none; }
.appstore-notice.is-visible { opacity: 1; transform: translateY(0); }
.appstore-notice div { display: grid; gap: 6px; }
.appstore-notice strong { font-size: .78rem; }
.appstore-notice span { color: #a8beb3; font-size: .65rem; line-height: 1.55; }
.appstore-notice button { width: 32px; height: 32px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; color: var(--landing-white); background: transparent; cursor: pointer; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .container, .hero-rule { width: min(100% - 40px, 720px); }
  .primary-nav { gap: 17px; }
  .hero-grid, .solutions-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 64px; }.hero-copy { max-width: 620px; }.hero-title-line { font-size: 2.9rem; }.hero-visual { max-width: 650px; width: 100%; justify-self: center; }
  .signal-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; padding: 22px 0; }.signal-items { justify-content: start; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }.section-heading > p:last-child { margin: 0; }
  .capability-card { padding-right: 22px; padding-left: 22px; }.solutions-layout { gap: 70px; }.workflow-header { grid-template-columns: 1fr; gap: 25px; }.workflow-header > p { margin: 0; }.app-panel { grid-template-columns: 1fr .7fr; padding-right: 7%; padding-left: 7%; gap: 30px; }.trust-grid { gap: 55px; }
}

@media (max-width: 680px) {
  .container, .hero-rule { width: min(100% - 32px, 540px); }
  .nav-wrap { min-height: 72px; }.menu-toggle { display: block; }.primary-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 13px 16px 18px; border-bottom: 1px solid var(--landing-line); background: var(--landing-white); box-shadow: 0 18px 26px rgba(16,37,29,.08); }.primary-nav.is-open { display: flex; }.primary-nav a { padding: 15px 9px; border-bottom: 1px solid #e7eee9; }.primary-nav .nav-cta { justify-content: center; margin-top: 12px; border: 1px solid var(--landing-green); }.site-brand-copy small { max-width: 125px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero-section { padding-top: 62px; }.hero-section::before { right: 15px; height: 53%; }.hero-copy h1, .section-heading h2, .solutions-intro h2, .workflow-header h2, .app-copy h2, .trust-grid h2 { font-size: clamp(2.65rem, 13vw, 4rem); }.hero-title-line { font-size: 1.8rem; }.hero-copy h1 .hero-tagline { font-size: clamp(2.2rem, 10.2vw, 4rem); }.hero-lead { font-size: .9rem; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-note { margin-top: 40px; }.visual-frame { box-shadow: 10px 14px 0 rgba(29, 138, 103, .09); }.visual-body { grid-template-columns: 39px 1fr; min-height: 318px; }.visual-sidebar { gap: 15px; }.workspace-preview { padding: 18px 13px 14px; }.preview-heading { align-items: start; flex-direction: column; gap: 9px; padding-bottom: 14px; }.preview-heading strong { font-size: .85rem; }.value-card { min-height: 108px; margin-top: 15px; padding: 13px; }.value-card strong { font-size: 1.25rem; }.value-card span { margin-top: 15px; }.value-bars { width: 68px; gap: 3px; }.file-preview strong { font-size: .54rem; }.file-preview small { font-size: .46rem; }.visual-caption { margin-left: 0; }
  .hero-rule { margin-top: 48px; }.signal-items { gap: 10px 15px; font-size: .59rem; }.signal-items span::before { margin-right: 5px; }
  .section { padding: 85px 0; }.capability-grid { grid-template-columns: 1fr; margin-top: 46px; }.capability-card { min-height: 0; padding: 25px 22px 30px; border-right: 0; border-bottom: 1px solid var(--landing-line); }.capability-card:last-child { border-bottom: 0; }.card-symbol { height: 66px; margin-top: 20px; }
  .solution-row { min-height: 95px; grid-template-columns: 34px 1fr 18px; gap: 10px; }.solution-main strong { font-size: .91rem; }.solution-main small { font-size: .59rem; line-height: 1.4; }.solution-row:hover { padding: 0 8px; }
  .workflow-steps { grid-template-columns: 1fr; gap: 36px; margin-top: 47px; }.workflow-step p { max-width: none; }.app-section { padding-top: 75px; }.app-panel { grid-template-columns: 1fr; gap: 52px; padding: 47px 22px 58px; }.phone-mockup { width: 220px; transform: rotate(3deg); }.phone-screen { min-height: 410px; }.trust-grid { grid-template-columns: 1fr; gap: 20px; }.trust-copy { padding-top: 0; }.trust-facts { margin-top: 31px; }.trust-section { padding-bottom: 86px; }.footer-top { grid-template-columns: 1fr; gap: 47px; padding: 55px 0 44px; }.footer-links { gap: 17px; }.footer-links a, .footer-links span { font-size: .64rem; }.footer-legal { align-items: flex-start; flex-direction: column; gap: 17px; }.footer-legal > span:last-child { align-self: start; }
  .phone-product-stage { width: 300px; height: 472px; }.phone-product-stage .phone-mockup { width: 220px; transform: rotate(2.5deg); }.iphone17-rear { top: 45px; width: 194px; border-radius: 39px; }.iphone17-camera-plateau { height: 86px; border-radius: 27px; }.iphone17-lens { width: 35px; height: 35px; border-width: 3px; }.lens-two { right: 66px; }.iphone17-flash { top: 17px; right: 20px; width: 15px; height: 15px; }.iphone17-sensor { right: 22px; bottom: 18px; width: 11px; height: 11px; }
  .appstore-notice { right: 16px; bottom: 16px; }
}

@media (max-width: 380px) {
  .hero-title-line { font-size: 1.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Dark, high-contrast brand treatment */
:root {
  color-scheme: dark;
  --landing-dark-bg: #061711;
  --landing-dark-surface: #0a2118;
  --landing-dark-panel: #102d22;
  --landing-dark-line: rgba(174, 226, 201, .18);
  --landing-dark-text: #f1faf5;
  --landing-dark-muted: #a1b9ad;
  --landing-dark-green: #46d39b;
}

body {
  color: var(--landing-dark-text);
  background: var(--landing-dark-bg);
}

.site-header {
  border-bottom-color: rgba(174, 226, 201, .12);
  background: rgba(6, 23, 17, .90);
  backdrop-filter: blur(16px);
}
.site-header.is-scrolled {
  border-bottom-color: rgba(174, 226, 201, .20);
  background: rgba(6, 23, 17, .97);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}
.site-brand-copy strong { color: var(--landing-dark-text); }
.site-brand-copy small { color: #91b0a1; }
.primary-nav { color: #c7ddd1; }
.primary-nav .nav-cta { color: #e7f8ee; border-color: var(--landing-dark-green); }
.primary-nav .nav-cta:hover { color: #061711; background: var(--landing-dark-green); }
.menu-toggle { border-color: rgba(174, 226, 201, .24); background: rgba(9, 33, 24, .72); }
.menu-toggle span:not(.sr-only) { background: var(--landing-dark-text); }

.hero-section {
  background:
    radial-gradient(circle at 78% 34%, rgba(45, 166, 119, .18), transparent 29%),
    radial-gradient(circle at 7% 0%, rgba(29, 138, 103, .16), transparent 30%),
    var(--landing-dark-bg);
}
.hero-section::before { background: rgba(70, 211, 155, .22); }
.hero-section::after { border-color: rgba(70, 211, 155, .20); }
.hero-copy h1, .section-heading h2, .solutions-intro h2, .workflow-header h2, .app-copy h2, .trust-grid h2 { color: var(--landing-dark-text); }
.hero-copy h1 em, .section-heading h2 em, .solutions-intro h2 em, .workflow-header h2 em, .app-copy h2 em, .trust-grid h2 em { color: var(--landing-dark-green); }
.hero-lead { color: var(--landing-dark-muted); }
.button-quiet { color: var(--landing-dark-text); }
.hero-note { color: #8fa99b; }
.visual-index { color: #91ad9f; }
.hero-rule { background: var(--landing-dark-line); }

.signal-strip {
  border-bottom-color: var(--landing-dark-line);
  background: #081d15;
}
.signal-label { color: #91ad9f; }
.signal-items { color: #c2d7ca; }
.signal-items span::before { color: var(--landing-dark-green); }

.platform-section { background: #081d15; }
.section-heading > p:last-child { color: var(--landing-dark-muted); }
.capability-grid { border-color: var(--landing-dark-line); }
.capability-card { border-right-color: var(--landing-dark-line); }
.capability-card.featured { background: var(--landing-dark-panel); }
.card-number { color: #8eaa9c; }
.capability-card h3 { color: var(--landing-dark-text); }
.capability-card p { color: var(--landing-dark-muted); }
.capability-card a, .text-link { color: var(--landing-dark-green); }
.featured a { color: #5be0aa; }

.solutions-section { background: #04130e; }
.workflow-section {
  color: var(--landing-dark-text);
  background:
    linear-gradient(135deg, rgba(27, 98, 71, .20), transparent 48%),
    #0b241a;
}
.workflow-header > p, .workflow-step p { color: var(--landing-dark-muted); }
.workflow-step { border-top-color: var(--landing-dark-line); }
.step-line { background: var(--landing-dark-green); }
.workflow-step small { color: var(--landing-dark-green); }
.workflow-step h3 { color: var(--landing-dark-text); }

.app-section { background: #061711; }
.app-panel {
  border-color: rgba(174, 226, 201, .22);
  background:
    radial-gradient(circle at 82% 48%, rgba(70, 211, 155, .14), transparent 38%),
    linear-gradient(135deg, #0d2a1f, #123526);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 26px 70px rgba(0, 0, 0, .18);
}
.app-copy > p:not(.eyebrow) { color: var(--landing-dark-muted); }
.coming-note { color: #8ca99b; }

.trust-section {
  background:
    radial-gradient(circle at 12% 28%, rgba(70, 211, 155, .10), transparent 32%),
    #081d15;
}
.trust-copy > p { color: var(--landing-dark-muted); }
.trust-copy > p strong { color: var(--landing-dark-text); }
.trust-facts { border-top-color: var(--landing-dark-line); border-bottom-color: var(--landing-dark-line); }
.trust-facts strong { color: var(--landing-dark-green); }
.trust-facts small { color: #91ad9f; }

@media (max-width: 680px) {
  .primary-nav { border-bottom-color: rgba(174, 226, 201, .16); background: rgba(6, 23, 17, .98); }
  .primary-nav a { border-bottom-color: rgba(174, 226, 201, .12); }
  .primary-nav .nav-cta { color: var(--landing-dark-text); }
}

/* Dark data workspace in the hero */
.visual-frame {
  border-color: rgba(117, 205, 165, .26);
  border-radius: 8px;
  background: linear-gradient(145deg, #173c2d, #0d281d);
  box-shadow: 24px 28px 0 rgba(53, 174, 127, .08), 0 30px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .05);
}
.visual-topline {
  color: #8fa99b;
  background: #071a13;
  border-radius: 4px 4px 0 0;
}
.window-dots i { background: #3f6d58; }
.window-dots i:first-child { background: var(--landing-gold); }
.visual-body {
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(135deg, #0c251b, #0a2018);
}
.visual-sidebar {
  border-right-color: rgba(174, 226, 201, .12);
  background: #081d15;
}
.sidebar-line { background: #557565; }
.sidebar-line.is-active {
  border-color: rgba(70, 211, 155, .48);
  background: rgba(70, 211, 155, .14);
}
.workspace-preview { color: var(--landing-dark-text); }
.preview-heading { border-bottom-color: rgba(174, 226, 201, .14); }
.preview-heading small, .value-card small, .preview-label { color: #819e90; }
.preview-heading strong { color: #f4fbf7; }
.live-status {
  padding: 6px 8px;
  border: 1px solid rgba(70, 211, 155, .18);
  border-radius: 999px;
  color: #58d9a5;
  background: rgba(70, 211, 155, .07);
}
.value-card {
  border-color: rgba(70, 211, 155, .24);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(39, 113, 82, .22), rgba(7, 29, 21, .72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 14px 30px rgba(0, 0, 0, .10);
}
.value-card strong { color: #f5fbf8; }
.value-card strong b, .value-card span b { color: #58d9a5; }
.value-card span { color: #8da99b; }
.value-bars i { background: #4fd39f; opacity: .86; }
.value-bars i:nth-child(3n) { background: #dcb66f; opacity: .9; }
.file-preview { border-bottom-color: rgba(174, 226, 201, .12); }
.file-preview strong { color: #eaf7f0; }
.file-preview small, .preview-footer { color: #829f90; }
.preview-footer b { color: #dcebe3; }
.file-icon {
  color: #58d9a5;
  border-color: rgba(70, 211, 155, .32);
  border-radius: 4px;
  background: rgba(70, 211, 155, .10);
}
.file-icon.image {
  color: #e2ba72;
  border-color: rgba(226, 186, 114, .34);
  background: rgba(226, 186, 114, .08);
}
.visual-caption { color: #8da99b; }
.visual-caption i { background: #476858; }

@media (max-width: 680px) {
  body { overflow-x: clip; }
  .container, .hero-rule { width: calc(100% - 28px); }
  .nav-wrap { min-height: 68px; }
  .site-brand { gap: 9px; }
  .site-brand img { width: 35px; height: 35px; border-radius: 8px; }
  .site-brand-copy strong { font-size: .94rem; }
  .site-brand-copy small { max-width: 142px; font-size: .56rem; }
  .menu-toggle { width: 40px; height: 40px; }
  .primary-nav { inset: 68px 0 auto; padding: 10px 14px 16px; }
  .primary-nav a { min-height: 48px; display: flex; align-items: center; }

  .hero-section { padding: 46px 0 38px; }
  .hero-grid { gap: 48px; }
  .eyebrow { gap: 8px; font-size: .57rem; line-height: 1.55; }
  .eyebrow span { flex: 0 0 20px; width: 20px; }
  .hero-copy h1 { margin-top: 18px; letter-spacing: 0; line-height: 1.03; }
  .hero-title-line { font-size: 1.72rem; }
  .hero-copy h1 .hero-tagline { margin-top: 5px; font-size: 2.25rem; letter-spacing: 0; }
  .hero-lead { margin-top: 24px; font-size: .88rem; line-height: 1.72; }
  .hero-actions { gap: 10px; margin-top: 28px; }
  .button { min-height: 50px; padding: 0 16px; }
  .button-quiet { border: 1px solid rgba(70, 211, 155, .24); }
  .hero-note { align-items: flex-start; margin-top: 30px; line-height: 1.5; }
  .hero-rule { margin-top: 42px; }

  .visual-index { margin-left: 8px; }
  .visual-frame { padding: 6px; box-shadow: 10px 12px 0 rgba(53, 174, 127, .08); }
  .visual-topline { height: 27px; padding: 0 9px; }
  .visual-body { grid-template-columns: 38px 1fr; min-height: 300px; }
  .visual-sidebar { gap: 14px; padding-top: 14px; }
  .mini-logo img { width: 22px; height: 22px; }
  .workspace-preview { padding: 17px 13px 13px; }
  .preview-heading { gap: 8px; }
  .live-status { padding: 5px 7px; }
  .value-card { min-height: 105px; margin-top: 14px; }
  .preview-label { margin-top: 19px; }
  .file-preview { grid-template-columns: 31px minmax(0, 1fr) 16px; }
  .visual-caption { flex-wrap: wrap; margin: 15px 0 0 8px; }

  .signal-inner { gap: 16px; padding: 24px 0; }
  .signal-items { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 12px 16px; }
  .signal-items span { line-height: 1.35; }
  .signal-items span::before { margin-right: 6px; }

  .section { padding: 76px 0; }
  .section-heading h2, .solutions-intro h2, .workflow-header h2, .app-copy h2, .trust-grid h2 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.03;
  }
  .section-heading { gap: 22px; }
  .section-heading > p:last-child { font-size: .87rem; }
  .capability-grid { margin-top: 42px; }
  .capability-card { padding: 27px 20px 31px; }
  .capability-card h3 { font-size: 1.04rem; letter-spacing: 0; }
  .capability-card p { font-size: .79rem; }

  .solutions-layout { gap: 46px; }
  .solutions-intro > p { font-size: .82rem; }
  .solution-row { min-height: 90px; }
  .solution-main strong { letter-spacing: 0; }
  .solution-main small { margin-top: 6px; }

  .workflow-header { gap: 21px; }
  .workflow-steps { gap: 31px; margin-top: 42px; }
  .workflow-step h3 { margin-top: 20px; letter-spacing: 0; }

  .app-section { padding-top: 70px; }
  .app-panel { gap: 42px; padding: 43px 17px 52px; }
  .app-copy > p:not(.eyebrow) { margin-top: 23px; font-size: .84rem; }
  .download-actions { margin-top: 27px; }
  .store-button { width: 100%; min-height: 54px; }
  .phone-product-stage { width: min(278px, 100%); height: 445px; }
  .phone-product-stage .phone-mockup { right: 0; width: 205px; }
  .iphone17-rear { top: 42px; width: 179px; }

  .trust-grid { gap: 35px; }
  .trust-copy > p { font-size: .85rem; }
  .trust-copy > p .company-name { display: inline; white-space: normal; }
  .trust-facts { gap: 18px; }

  .footer-top { gap: 38px; padding: 50px 0 40px; }
  .footer-links { grid-template-columns: 1fr; gap: 28px; }
  .footer-links a { min-height: 28px; display: flex; align-items: center; }
  .footer-legal { line-height: 1.55; }
  .footer-legal > div { grid-template-columns: minmax(0, 1fr); min-width: 0; width: 100%; }
  .footer-legal strong, .footer-legal span { display: block; min-width: 0; width: 100%; max-width: none; overflow-wrap: anywhere; }
}

@media (max-width: 360px) {
  .hero-title-line { font-size: 1.56rem; }
  .hero-copy h1 .hero-tagline { font-size: 2.05rem; }
  .section-heading h2, .solutions-intro h2, .workflow-header h2, .app-copy h2, .trust-grid h2 { font-size: 2.25rem; }
  .signal-items { grid-template-columns: 1fr; }
}

/* Final responsive dashboard polish */
.visual-frame {
  padding: 10px;
  border-radius: 14px;
  border-color: rgba(117, 205, 165, .34);
  background: linear-gradient(145deg, #1a4735 0%, #0c271d 62%, #091e17 100%);
  box-shadow: 22px 26px 0 rgba(53, 174, 127, .075), 0 32px 78px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .07);
}
.visual-topline {
  height: 33px;
  padding: 0 14px;
  border-radius: 7px 7px 0 0;
  color: #a1bbae;
  background: #061812;
  font-size: .56rem;
}
.window-dots { gap: 5px; }
.window-dots i { width: 6px; height: 6px; background: #426b57; }
.window-dots i:first-child { background: var(--landing-gold); box-shadow: 0 0 10px rgba(211, 163, 90, .35); }
.visual-body {
  grid-template-columns: 64px 1fr;
  min-height: 410px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(135deg, #0d2b20 0%, #0a2118 100%);
}
.visual-sidebar { gap: 22px; padding-top: 23px; background: #071b13; }
.mini-logo img { width: 26px; height: 26px; border-radius: 7px; box-shadow: 0 0 18px rgba(70, 211, 155, .18); }
.sidebar-line { background: #5b806c; }
.sidebar-line.is-active { width: 30px; height: 20px; border-radius: 6px; box-shadow: inset 0 0 0 1px rgba(70, 211, 155, .08), 0 0 16px rgba(70, 211, 155, .08); }
.workspace-preview { padding: 30px 31px 21px; }
.preview-heading { padding-bottom: 21px; }
.preview-heading strong { font-size: 1.12rem; }
.live-status { padding: 7px 10px; border-color: rgba(70, 211, 155, .28); background: rgba(70, 211, 155, .10); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.value-card { min-height: 136px; margin-top: 24px; padding: 20px; border-radius: 10px; border-color: rgba(70, 211, 155, .32); background: linear-gradient(135deg, rgba(54, 143, 103, .30), rgba(7, 29, 21, .86)); box-shadow: inset 3px 0 0 rgba(70, 211, 155, .42), inset 0 1px 0 rgba(255, 255, 255, .05), 0 18px 34px rgba(0, 0, 0, .16); }
.value-card strong { font-size: 1.78rem; }
.value-bars { width: 126px; gap: 6px; padding-top: 20px; }
.value-bars i { border-radius: 2px 2px 0 0; box-shadow: 0 0 10px rgba(79, 211, 159, .12); }
.preview-label { margin-top: 27px; }
.file-preview { padding: 13px 0; }
.file-icon { width: 31px; height: 35px; border-radius: 6px; }
.file-preview > b { width: 18px; height: 18px; box-shadow: 0 0 12px rgba(70, 211, 155, .24); }
.preview-footer { padding-top: 18px; }
.visual-caption { margin-top: 20px; color: #a0bbae; }
.visual-caption i { background: #56806c; }

@media (max-width: 680px) {
  .visual-frame { padding: 7px; border-radius: 12px; box-shadow: 10px 13px 0 rgba(53, 174, 127, .09), 0 18px 40px rgba(0, 0, 0, .22); }
  .visual-topline { height: 29px; padding: 0 10px; font-size: .49rem; }
  .visual-body { grid-template-columns: 40px 1fr; min-height: 320px; }
  .visual-sidebar { gap: 15px; padding-top: 15px; }
  .mini-logo img { width: 22px; height: 22px; }
  .sidebar-line.is-active { width: 25px; height: 17px; }
  .workspace-preview { padding: 18px 14px 14px; }
  .preview-heading { padding-bottom: 15px; }
  .preview-heading strong { font-size: .87rem; }
  .live-status { padding: 5px 7px; font-size: .49rem; }
  .value-card { min-height: 108px; margin-top: 15px; padding: 14px; border-radius: 8px; }
  .value-card strong { font-size: 1.26rem; }
  .value-card span { margin-top: 16px; }
  .value-bars { width: 72px; gap: 4px; padding-top: 15px; }
  .preview-label { margin-top: 20px; }
  .file-preview { padding: 10px 0; }
  .file-icon { width: 28px; height: 31px; }
  .visual-caption { justify-content: center; margin: 15px 0 0; font-size: .53rem; }
}
