:root {
  --ink: #071915;
  --ink-2: #102d24;
  --ink-3: #183c30;
  --paper: #f4f6f1;
  --paper-2: #e9eee8;
  --mist: #dce8e0;
  --muted: #63736b;
  --line: #cbd7cf;
  --line-dark: rgba(230, 244, 235, .16);
  --lime: #d9ff56;
  --mint: #75e5c3;
  --sky: #b9e8ff;
  --coral: #ff9878;
  --white: #fff;
  --max: 1240px;
  --shadow: 0 26px 80px rgba(7, 25, 21, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans SC", system-ui, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding: 132px 0; }
.topline { background: var(--ink); color: #9fb8ab; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.8px; }
.topline-inner { display: flex; align-items: center; justify-content: space-between; min-height: 30px; }
.topline-right { display: inline-flex; align-items: center; gap: 7px; color: var(--mint); }
.topline-right svg { width: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(244, 246, 241, .9); border-bottom: 1px solid rgba(203, 215, 207, .85); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; color: var(--ink); background: var(--lime); font: 800 20px/1 "DM Sans", sans-serif; transform: rotate(-8deg); }
.brand-copy { display: grid; gap: 5px; line-height: 1; }
.brand-copy strong { font-size: 15px; font-weight: 900; }
.brand-copy small { color: var(--muted); font: 600 9px/1 "DM Sans", sans-serif; letter-spacing: 1.4px; }
.main-nav { display: flex; align-items: center; gap: 29px; color: #485b50; font-size: 13px; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--ink); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; color: var(--paper) !important; background: var(--ink); font-weight: 700; }
.nav-cta svg { width: 14px; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; color: var(--ink); }

.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--paper); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .25; background-image: linear-gradient(rgba(117, 229, 195, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(117, 229, 195, .1) 1px, transparent 1px); background-size: 62px 62px; }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .65; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 90px; align-items: center; min-height: 630px; padding-top: 78px; }
.hero-copy { max-width: 610px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--muted); font: 600 11px/1.2 "DM Sans", sans-serif; letter-spacing: 2px; }
.eyebrow-light { color: #9cb3a8; }
.eyebrow-line { width: 30px; height: 2px; display: inline-block; background: var(--lime); }
.hero h1 { margin: 0; font-size: clamp(54px, 6vw, 92px); font-weight: 900; line-height: 1.06; letter-spacing: -3px; }
.hero h1 em, .section-heading em, .loop-copy em, .about-main em, .contact-copy em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 520px; margin: 30px 0 0; color: #adc0b6; font-size: 16px; line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 16px; }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover { background: #edff91; }
.button-outline-light { color: var(--paper); border-color: rgba(230, 244, 235, .35); background: transparent; }
.button-outline-light:hover { border-color: var(--mint); color: var(--mint); }
.button-primary { color: var(--paper); background: var(--ink); }
.hero-annotation { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: #7f9a8c; font-size: 12px; }
.signal-dot, .live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217, 255, 86, .08); }
.live-dot { width: 6px; height: 6px; box-shadow: none; }
.hero-system { align-self: stretch; display: flex; flex-direction: column; padding-top: 40px; }
.system-head, .system-foot { display: flex; align-items: center; justify-content: space-between; color: #7f9e91; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.7px; }
.system-head span:first-child { display: inline-flex; align-items: center; gap: 8px; color: var(--mint); }
.system-stage { position: relative; min-height: 440px; flex: 1; margin: 12px 0; border: 1px solid rgba(117, 229, 195, .21); overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(43, 115, 91, .34), transparent 42%); }
.system-stage::before, .system-stage::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(117, 229, 195, .15); border-radius: 50%; transform: rotate(-14deg) scaleX(1.55); }
.system-stage::after { inset: 22% 3%; transform: rotate(18deg) scaleY(.6); border-color: rgba(217, 255, 86, .16); }
.system-core { position: absolute; top: 50%; left: 50%; z-index: 2; width: 140px; height: 140px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(217, 255, 86, .6); border-radius: 50%; background: rgba(8, 25, 21, .88); box-shadow: 0 0 55px rgba(117, 229, 195, .25); }
.system-core strong { color: var(--lime); font: 700 48px/1 "DM Sans", sans-serif; }
.system-core small { position: absolute; bottom: 25px; color: #b5cbbf; font: 600 8px/1 "DM Sans", sans-serif; letter-spacing: 1.2px; }
.core-ring { position: absolute; inset: -17px; border: 1px dashed rgba(117, 229, 195, .65); border-radius: 50%; animation: spin 22s linear infinite; }
.system-node { position: absolute; z-index: 2; min-width: 90px; padding: 12px 13px; color: var(--mint); border-left: 2px solid var(--mint); background: rgba(7, 25, 21, .78); font: 600 9px/1.4 "DM Sans", sans-serif; letter-spacing: 1px; }
.system-node b { display: inline-block; margin-top: 5px; color: var(--paper); font: 500 13px/1.2 "Noto Sans SC", sans-serif; letter-spacing: 0; }
.node-a { top: 19%; left: 8%; }.node-b { top: 14%; right: 12%; border-color: var(--lime); color: var(--lime); }.node-c { right: 6%; bottom: 20%; border-color: var(--coral); color: var(--coral); }.node-d { bottom: 12%; left: 12%; border-color: var(--sky); color: var(--sky); }
.system-label { position: absolute; color: #6d8b7d; font: 600 9px/1 "DM Sans", sans-serif; letter-spacing: 1.2px; }.label-a { top: 8%; left: 43%; }.label-b { top: 56%; right: 7%; }.label-c { bottom: 7%; right: 40%; }
.system-foot { padding-bottom: 2px; }
.hero-bottom { position: relative; z-index: 1; display: flex; align-items: center; gap: 56px; min-height: 104px; border-top: 1px solid rgba(230, 244, 235, .17); }
.hero-stat { display: grid; gap: 2px; }.hero-stat strong { color: var(--lime); font: 700 27px/1 "DM Sans", sans-serif; }.hero-stat span { color: #8ca79a; font-size: 11px; }.hero-bottom-note { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; color: #8ca79a; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.1px; }.hero-bottom-note svg { width: 15px; color: var(--mint); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper-2); }.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 76px; }.trust-kicker, .trust-index { color: #819188; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.5px; }.trust-list { display: flex; align-items: center; gap: 34px; color: #40554a; font-size: 13px; }.trust-list span { position: relative; }.trust-list span:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -19px; width: 3px; height: 3px; border-radius: 50%; background: var(--coral); }

.platform-section { background: var(--paper); }.platform-intro, .solutions-layout, .sectors-head, .insights-layout, .about-layout, .contact-layout { display: grid; grid-template-columns: 150px 1fr; gap: 58px; }.section-marker { display: flex; align-items: flex-start; gap: 8px; color: #8b9b91; font: 600 11px/1 "DM Sans", sans-serif; letter-spacing: 1.4px; }.section-marker span { color: #a4b0aa; }.marker-light { color: var(--mint); }.marker-light span { color: #759287; }.section-heading h2 { margin: 0; font-size: clamp(42px, 4.5vw, 67px); font-weight: 900; line-height: 1.12; letter-spacing: -2.3px; }.section-heading p { max-width: 610px; margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.95; }.intro-aside { align-self: end; display: grid; gap: 10px; padding-left: 23px; border-left: 2px solid var(--coral); }.intro-aside span { color: #85968c; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.3px; }.intro-aside strong { font-size: 15px; font-weight: 600; line-height: 1.7; }.intro-aside svg { width: 20px; color: #849a8e; }.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 72px; }.capability { min-height: 315px; display: flex; flex-direction: column; padding: 25px 23px 21px; }.capability-top { display: flex; align-items: center; justify-content: space-between; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.1px; }.capability-top svg { width: 22px; }.capability h3 { margin: 62px 0 12px; font-size: 24px; letter-spacing: -.4px; }.capability p { margin: 0; font-size: 13px; line-height: 1.85; opacity: .76; }.capability-foot { display: flex; gap: 12px; margin-top: auto; padding-top: 19px; border-top: 1px solid rgba(7, 25, 21, .16); color: inherit; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: .5px; }.capability-foot span + span::before { content: "/"; margin-right: 12px; opacity: .35; }.capability-dark { color: var(--paper); background: var(--ink); }.capability-dark .capability-foot { border-color: var(--line-dark); color: var(--mint); }.capability-mist { background: var(--mist); }.capability-lime { background: var(--lime); }.capability-coral { background: var(--coral); }

.solutions-section { background: var(--paper-2); }.solutions-main { min-width: 0; }.solution-tabs { display: grid; grid-template-columns: 210px 1fr; gap: 0; margin-top: 57px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.solution-nav { display: flex; flex-direction: column; padding: 20px 0; border-right: 1px solid var(--line); }.solution-tab { position: relative; padding: 14px 18px; color: #708178; border: 0; background: transparent; text-align: left; font-size: 13px; }.solution-tab::before { content: ""; position: absolute; top: 50%; left: 0; width: 0; height: 2px; background: var(--coral); transition: width .25s ease; }.solution-tab.active { color: var(--ink); font-weight: 700; }.solution-tab.active::before { width: 10px; }.solution-panel { min-height: 326px; padding: 28px 34px 27px; }.solution-panel-top { display: flex; justify-content: space-between; color: #83938a; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.3px; }.solution-panel h3 { max-width: 610px; margin: 60px 0 13px; font-size: clamp(25px, 3vw, 37px); line-height: 1.25; letter-spacing: -.8px; }.solution-panel p { max-width: 610px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }.solution-output { display: grid; gap: 5px; margin-top: 28px; padding: 15px 0 0; border-top: 1px solid var(--line); }.solution-output span { color: #87968d; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1px; }.solution-output strong { font-size: 13px; font-weight: 600; }.solution-panel .text-link { margin-top: 21px; }

.products-section { background: var(--paper); }.products-heading { display: grid; grid-template-columns: 150px 1fr 260px; gap: 58px; align-items: end; }.products-note { display: grid; gap: 10px; padding-left: 20px; border-left: 2px solid var(--mint); }.products-note strong { font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.2px; }.products-note span { color: var(--muted); font-size: 12px; line-height: 1.75; }.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 70px; }.product-card { position: relative; min-height: 286px; display: flex; flex-direction: column; padding: 23px 22px; text-align: left; border: 1px solid var(--line); background: var(--paper); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }.product-card:hover { transform: translateY(-6px); border-color: var(--ink); box-shadow: var(--shadow); }.product-card-head { display: flex; justify-content: space-between; color: #7a8d81; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.3px; }.product-index { color: #a1afa6; }.product-symbol { width: 37px; height: 37px; display: grid; place-items: center; margin-top: 30px; color: var(--ink); background: var(--lime); font: 700 18px/1 "DM Sans", sans-serif; }.product-symbol svg { width: 19px; }.symbol-mint { background: var(--mint); }.symbol-sky { background: var(--sky); }.symbol-coral { background: var(--coral); }.symbol-ink { color: var(--paper); background: var(--ink); }.product-card h3 { margin: 18px 0 3px; font-size: 24px; letter-spacing: -.6px; }.product-card > p { margin: 0; color: #587064; font-size: 12px; font-weight: 600; }.product-detail { margin-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.75; }.product-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 18px; color: var(--ink); font-size: 12px; font-weight: 700; }.product-link svg { width: 14px; }.product-card.product-main { color: var(--paper); background: var(--ink); border-color: var(--ink); }.product-main .product-card-head, .product-main .product-detail { color: #a5baae; }.product-main > p { color: var(--mint); }.product-main .product-link { color: var(--lime); }.matrix-note { margin: 22px 0 0; color: #809088; font-size: 11px; }

.loop-section { padding: 132px 0 145px; color: var(--paper); background: var(--ink); }.loop-layout { display: grid; grid-template-columns: 150px .78fr 1.22fr; gap: 58px; align-items: start; }.loop-copy h2 { margin: 0; font-size: clamp(40px, 4vw, 58px); line-height: 1.17; letter-spacing: -1.7px; }.loop-copy p { max-width: 430px; margin: 25px 0 0; color: #a7beb0; font-size: 14px; line-height: 1.9; }.loop-copy .button { margin-top: 30px; }.loop-visual { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-top: 12px; }.loop-line { position: absolute; top: 53px; right: 9%; left: 9%; height: 1px; background: rgba(117, 229, 195, .43); }.loop-step { position: relative; z-index: 1; display: grid; gap: 10px; }.loop-num { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(117, 229, 195, .5); color: var(--lime); background: var(--ink-2); font: 600 12px/1 "DM Sans", sans-serif; }.loop-step strong { font-size: 14px; }.loop-step small { color: #8da69a; font-size: 11px; line-height: 1.6; }

.sectors-section { background: var(--paper-2); }.sectors-head { align-items: end; }.sectors-lead { max-width: 360px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 68px; }.sector-card { min-height: 280px; display: flex; flex-direction: column; padding: 25px 23px; border-top: 3px solid var(--ink); background: var(--paper); }.sector-card > span { color: #7e8f84; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.2px; }.sector-card h3 { margin: 57px 0 10px; font-size: 23px; }.sector-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.sector-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 17px; font-size: 12px; font-weight: 700; }.sector-card a svg { width: 14px; }.sector-card-dark { color: var(--paper); background: var(--ink); border-color: var(--lime); }.sector-card-dark > span, .sector-card-dark p { color: #9bb5a7; }

.insights-section { background: var(--paper); }.insights-main { min-width: 0; }.insights-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.insights-head .text-link { margin-bottom: 5px; }.insight-list { margin-top: 56px; border-top: 1px solid var(--line); }.insight-item { display: grid; grid-template-columns: 135px 1fr 80px; gap: 24px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }.insight-type { padding-top: 3px; color: #84958b; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.1px; }.insight-item h3 { margin: 0; font-size: 20px; letter-spacing: -.3px; }.insight-item p { max-width: 660px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.insight-item time { padding-top: 3px; color: #98a59e; font: 600 10px/1 "DM Sans", sans-serif; text-align: right; }

.about-section { padding: 136px 0; color: var(--paper); background: var(--ink-2); }.about-main { max-width: 690px; }.about-kicker { margin: 0 0 25px; color: var(--mint); font: 600 11px/1 "DM Sans", sans-serif; letter-spacing: 1.8px; }.about-main h2 { margin: 0; font-size: clamp(44px, 4.7vw, 69px); line-height: 1.1; letter-spacing: -2.2px; }.about-lead { max-width: 600px; margin: 28px 0 0; color: #a7c0b2; font-size: 15px; line-height: 1.95; }.about-principles { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 39px; color: var(--lime); font-size: 12px; }.about-principles span { position: relative; }.about-principles span + span::before { content: "/"; position: absolute; left: -14px; color: #668275; }.about-side { align-self: center; display: grid; gap: 23px; }.about-side p { margin: 0; color: #91aa9c; font: 600 11px/1.7 "DM Sans", sans-serif; letter-spacing: 1px; }.about-orbit { position: relative; width: 210px; height: 210px; display: grid; place-items: center; border: 1px solid rgba(117, 229, 195, .35); border-radius: 50%; }.about-orbit::before, .about-orbit::after { content: ""; position: absolute; inset: 23px; border: 1px dashed rgba(217, 255, 86, .4); border-radius: 50%; }.about-orbit::after { inset: 54px; border-style: solid; border-color: rgba(255, 152, 120, .55); }.about-orbit span { position: relative; z-index: 2; color: var(--lime); font: 700 58px/1 "DM Sans", sans-serif; }.about-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }.about-orbit i:nth-of-type(1) { top: 22px; left: 62px; }.about-orbit i:nth-of-type(2) { right: 27px; bottom: 52px; background: var(--coral); }.about-orbit i:nth-of-type(3) { bottom: 36px; left: 46px; background: var(--lime); }

.contact-section { padding: 130px 0; color: var(--paper); background: #06130f; }.contact-layout { grid-template-columns: .95fr 1.05fr; align-items: start; }.contact-copy h2 { margin: 40px 0 0; font-size: clamp(45px, 4.7vw, 69px); line-height: 1.1; letter-spacing: -2.2px; }.contact-copy > p:not(.eyebrow) { max-width: 440px; margin: 27px 0 0; color: #a9c0b2; font-size: 14px; line-height: 1.9; }.contact-details { display: grid; gap: 17px; margin-top: 44px; }.contact-details div { display: grid; gap: 4px; }.contact-details span { color: #759286; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.3px; }.contact-details strong { color: var(--paper); font-size: 14px; font-weight: 500; }.contact-form { padding: 30px; background: var(--ink-2); }.form-heading { display: grid; gap: 7px; margin-bottom: 26px; }.form-heading span { color: var(--mint); font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.5px; }.form-heading strong { font-size: 19px; font-weight: 600; }.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; color: #a9beb1; font-size: 11px; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 13px; color: var(--paper); border: 1px solid #365548; border-radius: 0; outline: 0; background: #102b22; font-size: 13px; transition: border-color .2s ease; }.contact-form textarea { resize: vertical; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #6d8a7b; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--mint); }.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #9ab1a3 50%), linear-gradient(135deg, #9ab1a3 50%, transparent 50%); background-position: calc(100% - 16px) 52%, calc(100% - 11px) 52%; background-size: 5px 5px; background-repeat: no-repeat; }.contact-form option { color: var(--paper); background: var(--ink); }.form-note { margin: 14px 0 0; color: #719081; font-size: 10px; }

.site-footer { color: #8da498; background: #04100c; }.footer-top { display: grid; grid-template-columns: 1fr 1.5fr auto; align-items: start; gap: 50px; min-height: 170px; padding: 40px 0; border-bottom: 1px solid #1b3328; }.footer-brand { align-self: start; color: var(--paper); }.footer-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.footer-columns div { display: grid; gap: 11px; }.footer-columns span { color: #5f7b6c; font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: 1.2px; }.footer-columns a { font-size: 12px; }.footer-columns a:hover, .footer-back:hover { color: var(--paper); }.footer-back { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; }.footer-back svg { width: 14px; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 62px; font-size: 10px; }
.product-dialog { width: min(560px, calc(100% - 30px)); padding: 0; border: 0; color: var(--ink); background: transparent; }.product-dialog::backdrop { background: rgba(3, 17, 12, .72); backdrop-filter: blur(5px); }.dialog-inner { position: relative; padding: 37px; background: var(--paper); box-shadow: var(--shadow); }.dialog-close { position: absolute; top: 17px; right: 17px; padding: 6px; color: var(--muted); border: 0; background: transparent; }.dialog-close svg { width: 19px; }.dialog-inner h2 { margin: 0; font-size: 41px; letter-spacing: -1px; }.dialog-subtitle { margin: 6px 0 21px; color: #3c886f; font-size: 14px; font-weight: 700; }.dialog-content { color: var(--muted); font-size: 14px; line-height: 1.85; }.dialog-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0; }.dialog-tags span { padding: 6px 9px; color: #4c6458; background: var(--paper-2); font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: .7px; }.toast { position: fixed; left: 50%; bottom: 28px; z-index: 50; padding: 12px 18px; color: var(--ink); background: var(--lime); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .25s ease, transform .25s ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(17px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .13s; }.reveal-delay-1 { transition-delay: .1s; }.reveal-delay-2 { transition-delay: .18s; }.reveal-delay-3 { transition-delay: .26s; }
.solution-change { animation: solutionChange .32s ease both; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes solutionChange { from { opacity: .25; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@media (max-width: 1020px) { .main-nav { gap: 18px; }.hero-grid { gap: 50px; }.capability-grid { grid-template-columns: repeat(2, 1fr); }.products-heading { grid-template-columns: 130px 1fr; }.products-note { grid-column: 2; }.loop-layout { grid-template-columns: 130px 1fr; }.loop-visual { grid-column: 2; }.platform-intro, .solutions-layout, .sectors-head, .insights-layout, .about-layout { grid-template-columns: 110px 1fr; gap: 35px; } }
@media (max-width: 820px) { .container { width: min(var(--max), calc(100% - 40px)); }.topline-right { display: none; }.main-nav { position: absolute; top: 78px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }.main-nav.open { display: flex; }.main-nav a { padding: 12px 10px; }.nav-cta { justify-content: space-between; }.menu-toggle { display: grid; place-items: center; }.hero-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 60px; }.hero-system { padding-top: 0; }.hero { min-height: 0; }.hero-bottom { gap: 30px; }.hero-bottom-note { display: none; }.platform-intro, .solutions-layout, .sectors-head, .insights-layout, .about-layout { grid-template-columns: 1fr; gap: 25px; }.section-marker { margin-bottom: 3px; }.intro-aside { max-width: 270px; }.solution-tabs { grid-template-columns: 1fr; }.solution-nav { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }.solution-tab { min-width: max-content; }.solution-panel { padding-inline: 22px; }.products-heading { grid-template-columns: 1fr; gap: 25px; }.products-note { grid-column: auto; }.product-grid { grid-template-columns: repeat(2, 1fr); }.loop-layout { grid-template-columns: 1fr; gap: 32px; }.loop-visual { grid-column: auto; }.about-side { display: none; }.contact-layout { grid-template-columns: 1fr; gap: 48px; }.footer-top { grid-template-columns: 1fr 2fr; }.footer-back { grid-column: 2; grid-row: 2; justify-self: end; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; padding: 18px 0; } }
@media (max-width: 560px) { .section-pad { padding: 90px 0; }.hero h1 { font-size: clamp(46px, 15vw, 66px); letter-spacing: -2px; }.hero-lead { font-size: 14px; }.system-stage { min-height: 350px; }.hero-bottom { flex-wrap: wrap; gap: 19px 32px; padding: 24px 0; }.hero-stat { min-width: 90px; }.trust-inner { align-items: flex-start; flex-direction: column; gap: 15px; padding: 18px 0; }.trust-list { flex-wrap: wrap; gap: 10px 27px; }.capability-grid, .product-grid, .sector-grid { grid-template-columns: 1fr; }.capability { min-height: 265px; }.capability h3 { margin-top: 49px; }.product-card { min-height: 300px; }.loop-section { padding: 90px 0; }.loop-visual { grid-template-columns: 1fr; gap: 22px; }.loop-line { top: 12%; bottom: 12%; left: 35px; width: 1px; height: auto; }.loop-step { grid-template-columns: 74px 1fr; grid-template-rows: auto auto; column-gap: 17px; align-items: center; }.loop-num { grid-row: 1 / 3; }.insights-head { align-items: flex-start; flex-direction: column; gap: 18px; }.insight-item { grid-template-columns: 1fr 62px; gap: 11px; }.insight-type { grid-column: 1 / -1; }.insight-item time { grid-column: 2; grid-row: 2; }.insight-item h3 { font-size: 17px; }.insight-item p { font-size: 12px; }.form-row { grid-template-columns: 1fr; }.contact-form { padding: 23px 18px; }.footer-top { grid-template-columns: 1fr; gap: 30px; }.footer-columns { grid-template-columns: repeat(3, 1fr); gap: 15px; }.footer-back { grid-column: auto; grid-row: auto; justify-self: start; }.footer-bottom { font-size: 9px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .product-card { transition: none; }.core-ring, .solution-change { animation: none; } }
