:root {
  --midnight: #061c27;
  --deep: #0a2f40;
  --deep-soft: #103f50;
  --blue: #176b92;
  --cyan: #39c7c0;
  --green: #91c83e;
  --lime: #c9ff7f;
  --paper: #f5f8f4;
  --paper-deep: #eaf1ed;
  --white: #ffffff;
  --ink: #10232b;
  --muted: #60747c;
  --line: #dce7e5;
  --shadow: 0 28px 80px rgba(6, 28, 39, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; height: auto; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: 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;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 231, 229, 0.8);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--midnight); font-weight: 700; letter-spacing: 0.12em; }
.brand-light { color: var(--white); }
.brand-mark { position: relative; display: inline-block; width: 34px; height: 34px; border: 7px solid var(--blue); border-right-color: var(--green); border-radius: 50%; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: var(--white); }
.brand-mark::before { left: -9px; right: -9px; top: 6px; height: 6px; }
.brand-mark::after { top: -9px; bottom: -9px; left: 6px; width: 6px; }
.brand-mark span { position: absolute; inset: 5px; border-radius: 50%; background: var(--white); }
.brand-word { font-size: 18px; }

.main-nav { display: flex; align-items: center; gap: 26px; color: #344950; font-size: 14px; font-weight: 500; }
.main-nav > a:not(.button) { position: relative; padding: 28px 0; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: linear-gradient(90deg, var(--cyan), var(--green)); transition: right 180ms ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a.is-active::after { right: 0; }
.main-nav .nav-secondary { color: var(--muted); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 12px; background: var(--paper); }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 5px auto; background: var(--midnight); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; font-weight: 650; line-height: 1; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-gradient { color: var(--midnight); background: linear-gradient(95deg, var(--cyan), var(--green)); box-shadow: 0 14px 34px rgba(57, 199, 192, 0.2); }
.button-dark { color: var(--white); background: var(--midnight); }
.button-ghost { color: var(--white); border-color: rgba(255, 255, 255, 0.28); background: rgba(255, 255, 255, 0.07); }
.nav-cta { min-height: 44px; padding-inline: 17px; }

.hero, .inner-hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 83% 12%, rgba(57, 199, 192, 0.18), transparent 28%), linear-gradient(135deg, var(--midnight), var(--deep)); }
.hero::after, .inner-hero::after { content: ""; position: absolute; right: -120px; bottom: -300px; width: 620px; height: 620px; border: 1px solid rgba(57, 199, 192, 0.14); border-radius: 50%; box-shadow: 0 0 0 92px rgba(57, 199, 192, 0.035), 0 0 0 184px rgba(57, 199, 192, 0.02); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr); align-items: center; gap: clamp(50px, 7vw, 96px); min-height: 700px; padding-block: 88px 104px; }
.hero-copy h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(58px, 6.6vw, 92px); font-weight: 620; letter-spacing: -0.067em; line-height: 0.94; }
.hero-copy h1 span { color: var(--lime); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #baf1ea; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--cyan), var(--green)); }
.dark-eyebrow { color: var(--blue); }
.hero-lead { max-width: 650px; margin-bottom: 0; color: #d7e5e7; font-size: clamp(17px, 1.8vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.microcopy { display: flex; align-items: center; gap: 9px; margin: 20px 0 0; color: #a7bec4; font-size: 13px; }
.microcopy span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(145, 200, 62, 0.12); }

.product-canvas { position: relative; min-height: 460px; padding: 25px; }
.product-glow { position: absolute; inset: 12% 6%; border-radius: 50%; background: rgba(57, 199, 192, 0.2); filter: blur(70px); }
.app-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 24px; color: var(--ink); background: var(--white); box-shadow: 0 38px 90px rgba(0, 0, 0, 0.34); transform: rotate(1.25deg); }
.app-topbar { display: flex; min-height: 56px; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); background: #fbfdfc; }
.app-identity { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(145, 200, 62, 0.14); }
.avatar-chip { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 10px; color: var(--white); font-size: 12px; font-weight: 700; background: linear-gradient(135deg, var(--blue), var(--cyan)); }
.app-layout { display: grid; grid-template-columns: 105px 1fr; min-height: 350px; }
.app-sidebar { display: flex; flex-direction: column; gap: 18px; padding: 22px 15px; background: var(--midnight); }
.side-logo { width: 28px; height: 28px; margin-bottom: 7px; border: 6px solid var(--cyan); border-right-color: var(--green); border-radius: 50%; }
.side-item { display: block; width: 100%; height: 8px; border-radius: 8px; background: rgba(255, 255, 255, 0.13); }
.side-item.short { width: 68%; }
.side-item.active { background: linear-gradient(90deg, var(--cyan), var(--green)); }
.dashboard-area { padding: 24px; background: #f8fbfa; }
.dashboard-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dashboard-heading div { display: flex; flex-direction: column; }
.dashboard-heading strong { font-size: 19px; }
.dashboard-heading span { color: var(--muted); font-size: 11px; }
.period-chip { padding: 7px 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: var(--white); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.ui-metric { min-height: 76px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.ui-metric span { display: block; margin-bottom: 15px; color: var(--muted); font-size: 10px; }
.ui-metric i { display: block; width: 70%; height: 10px; border-radius: 7px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.ui-metric.green i { width: 86%; background: linear-gradient(90deg, var(--green), var(--cyan)); }
.ui-metric.cyan i { width: 57%; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.chart-panel { margin-top: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.chart-title { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 10px; }
.chart-title em { color: var(--green); font-style: normal; font-weight: 700; }
.chart-bars { display: flex; height: 112px; align-items: end; gap: 9px; padding-top: 18px; }
.chart-bars i { flex: 1; min-width: 6px; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, var(--cyan), var(--blue)); }
.floating-signal { position: absolute; z-index: 3; min-width: 155px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.32); border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 18px 44px rgba(0,0,0,.22); }
.floating-signal span { display: block; color: var(--muted); font-size: 10px; }
.floating-signal strong { font-size: 13px; }
.signal-finance { top: 2px; right: -18px; }
.signal-mobile { right: 26px; bottom: -2px; }
.product-canvas.is-compact { min-height: 400px; transform: scale(.92); transform-origin: center; }

.proof-strip { color: var(--white); background: #0a2936; }
.proof-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 26px; align-items: center; padding-block: 30px; }
.proof-grid > p { margin: 0; color: #bfd0d4; font-size: 14px; }
.proof-grid > div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.16); }
.proof-grid strong { display: block; color: var(--lime); font-size: 25px; letter-spacing: -0.04em; }
.proof-grid span { display: block; color: #aebfc3; font-size: 11px; }

.section { padding-block: clamp(82px, 9vw, 126px); }
.section-light { background: var(--white); }
.split-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 8vw, 110px); align-items: end; }
.split-intro h2, .section-heading-row h2, .support-grid h2, .center-heading h2, .cta-grid h2, .company-hero h1, .compact-hero h1 { margin-bottom: 0; font-size: clamp(40px, 5vw, 64px); font-weight: 620; letter-spacing: -0.055em; line-height: 1.02; }
.split-intro > p { margin-bottom: 6px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 64px; }
.value-grid article { padding: 28px; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(234,241,237,.75), transparent); }
.value-grid article > span, .feature-grid article > span, .principle-grid article > span { display: inline-block; margin-bottom: 40px; color: var(--blue); font-size: 12px; font-weight: 700; }
.value-grid h3, .feature-grid h3, .principle-grid h3 { margin-bottom: 10px; font-size: 22px; letter-spacing: -0.025em; }
.value-grid p, .feature-grid p, .principle-grid p { margin-bottom: 0; color: var(--muted); }

.module-section, .module-index-section, .insights-section, .module-directory, .content-directory, .next-module-section { background: var(--paper); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading-row h2 { max-width: 780px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 14px; font-weight: 700; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.light-link { color: var(--lime); }
.module-explorer { margin-top: 54px; }
.module-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 8px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.68); }
.module-tabs button { display: flex; gap: 10px; min-height: 54px; align-items: center; justify-content: center; padding: 10px 12px; border: 0; border-radius: 12px; color: #486069; font-size: 13px; font-weight: 650; background: transparent; cursor: pointer; }
.module-tabs button span { color: #8ca0a7; font-size: 10px; }
.module-tabs button[aria-selected="true"] { color: var(--white); background: var(--midnight); box-shadow: 0 12px 30px rgba(6,28,39,.18); }
.module-tabs button[aria-selected="true"] span { color: var(--cyan); }
.module-panel { display: grid; grid-template-columns: 1fr .86fr; overflow: hidden; min-height: 430px; margin-top: 16px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.module-panel-copy { padding: clamp(36px, 6vw, 72px); }
.module-number { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 28px; border-radius: 13px; color: var(--midnight); font-size: 12px; font-weight: 700; background: #dff6d0; }
.module-panel h3 { max-width: 590px; margin-bottom: 18px; font-size: clamp(34px, 4vw, 53px); font-weight: 620; letter-spacing: -0.05em; line-height: 1.02; }
.module-panel-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 17px; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.feature-pills span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #415860; font-size: 11px; background: #f8fbf9; }
.module-visual { position: relative; min-height: 100%; overflow: hidden; background: radial-gradient(circle at center, rgba(57,199,192,.2), transparent 27%), linear-gradient(145deg, var(--midnight), var(--deep-soft)); }
.module-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(57,199,192,.28); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-a { width: 290px; height: 290px; }
.orbit-b { width: 420px; height: 420px; }
.module-core { position: absolute; left: 50%; top: 50%; display: flex; width: 150px; height: 150px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); text-align: center; background: rgba(255,255,255,.09); transform: translate(-50%, -50%); box-shadow: 0 0 70px rgba(57,199,192,.18); backdrop-filter: blur(10px); }
.module-core span { color: var(--lime); font-size: 12px; }
.module-core strong { max-width: 105px; margin-top: 8px; font-size: 15px; line-height: 1.2; }
.orbit-node, .detail-node { position: absolute; width: 15px; height: 15px; border: 4px solid rgba(255,255,255,.7); border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 8px rgba(57,199,192,.12); }
.node-a { left: 20%; top: 27%; }.node-b { right: 18%; top: 54%; background: var(--green); }.node-c { left: 36%; bottom: 17%; }

.adaptive-section { color: var(--white); background: var(--midnight); }
.adaptive-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.adaptive-grid h2 { margin-bottom: 22px; font-size: clamp(42px, 5.2vw, 66px); font-weight: 620; letter-spacing: -0.055em; line-height: 1.02; }
.adaptive-grid > div:last-child > p:not(.eyebrow) { color: #bfd0d4; font-size: 17px; }
.adaptive-visual { position: relative; min-height: 510px; }
.flow-core { position: absolute; left: 50%; top: 50%; display: flex; width: 215px; height: 215px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: radial-gradient(circle, rgba(57,199,192,.15), rgba(255,255,255,.05)); transform: translate(-50%, -50%); box-shadow: 0 0 90px rgba(57,199,192,.18); }
.flow-core span { color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.flow-core strong { margin-top: 10px; font-size: 19px; }
.flow-line { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(57,199,192,.24); border-radius: 50%; transform: translate(-50%, -50%); }
.line-one { width: 350px; height: 350px; }.line-two { width: 490px; height: 490px; }
.flow-label { position: absolute; padding: 11px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; color: #d8e8e9; font-size: 12px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.label-a { left: 4%; top: 17%; }.label-b { right: 2%; top: 40%; }.label-c { left: 10%; bottom: 13%; }
.check-list { display: grid; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 190px 1fr; gap: 24px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.13); }
.check-list strong { color: var(--lime); }
.check-list span { color: #aebfc3; }

.support-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(60px, 9vw, 130px); }
.support-grid > div > p:not(.eyebrow) { margin-top: 24px; color: var(--muted); font-size: 17px; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: var(--blue); font-size: 11px; font-weight: 700; background: var(--paper-deep); }
.process-list strong { font-size: 18px; }
.process-list p { margin: 4px 0 0; color: var(--muted); }

.insight-grid, .content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.insight-grid article, .content-grid article { padding: 16px 16px 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.insight-art, .content-art { position: relative; display: grid; height: 210px; place-items: center; overflow: hidden; margin-bottom: 23px; border-radius: 14px; color: var(--white); background: linear-gradient(145deg, var(--midnight), var(--deep-soft)); }
.insight-art::before, .content-art::before { content: ""; position: absolute; width: 230px; height: 230px; border: 1px solid rgba(57,199,192,.3); border-radius: 50%; box-shadow: 0 0 0 42px rgba(57,199,192,.05), 0 0 0 84px rgba(57,199,192,.03); }
.insight-art span, .content-art span { position: relative; z-index: 1; display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; color: var(--lime); background: rgba(255,255,255,.08); }
.art-2, .content-art-2 { background: linear-gradient(145deg, var(--blue), var(--deep)); }.art-3, .content-art-3 { background: linear-gradient(145deg, #45651d, var(--midnight)); }
.article-category { display: inline-block; margin-bottom: 12px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.insight-grid h3, .content-grid h2 { margin-bottom: 12px; font-size: 22px; letter-spacing: -.03em; line-height: 1.15; }
.insight-grid p, .content-grid p { color: var(--muted); font-size: 14px; }
.insight-grid .text-link, .content-grid .text-link { margin-top: 8px; }

.cta-band { position: relative; overflow: hidden; padding-block: 85px; color: var(--white); background: linear-gradient(120deg, var(--blue), var(--deep)); }
.cta-band::after { content: ""; position: absolute; right: -100px; top: -220px; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(60px, 9vw, 130px); align-items: end; }
.cta-grid h2 { max-width: 750px; }
.cta-grid > div:last-child > p { color: #c5d6d9; font-size: 17px; }
.cta-grid .button { margin-top: 15px; }

.inner-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 7vw, 95px); align-items: center; min-height: 630px; padding-block: 85px; }
.inner-hero h1 { margin-bottom: 26px; font-size: clamp(50px, 6vw, 80px); font-weight: 620; letter-spacing: -0.062em; line-height: .98; }
.compact-hero { padding-block: 110px; }
.compact-hero-copy { position: relative; z-index: 1; max-width: 980px; }
.compact-hero h1 { max-width: 950px; }
.compact-hero .hero-lead { max-width: 720px; margin-top: 25px; }

.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 65px; }
.stat-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.stat-grid strong { color: var(--blue); font-size: 12px; }
.stat-grid h3 { margin: 28px 0 10px; font-size: 20px; }.stat-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.module-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 50px; }
.module-card { min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.module-card:hover { transform: translateY(-5px); border-color: #9ccdcc; box-shadow: var(--shadow); }
.module-card > span { color: var(--blue); font-size: 12px; }.module-card h3 { margin: 42px 0 15px; font-size: 28px; letter-spacing: -.035em; }.module-card p { color: var(--muted); }.module-card strong { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 13px; }
.lifecycle-section { color: var(--white); background: var(--midnight); }
.center-heading { max-width: 820px; margin: 0 auto; text-align: center; }
.center-heading .eyebrow { justify-content: center; }
.lifecycle-flow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 65px; }
.lifecycle-flow::before { content: ""; position: absolute; left: 10%; right: 10%; top: 24px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--green)); }
.lifecycle-flow > div { position: relative; padding: 55px 22px 24px; text-align: center; }
.lifecycle-flow span { position: absolute; left: 50%; top: 0; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--lime); font-size: 11px; background: var(--midnight); transform: translateX(-50%); }
.lifecycle-flow strong { font-size: 18px; }.lifecycle-flow p { margin-top: 7px; color: #9fb4ba; font-size: 14px; }

.module-directory-list { display: grid; gap: 22px; }
.directory-item { display: grid; grid-template-columns: 80px 1.12fr .88fr; gap: 35px; align-items: center; min-height: 390px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.directory-index { align-self: start; color: var(--blue); font-size: 13px; font-weight: 700; }
.directory-copy h2 { margin-bottom: 18px; font-size: clamp(37px, 4.3vw, 56px); font-weight: 620; letter-spacing: -.052em; line-height: 1.02; }.directory-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.directory-visual { position: relative; display: flex; min-height: 300px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 28px; border-radius: 18px; color: var(--white); background: radial-gradient(circle at 70% 20%, rgba(57,199,192,.24), transparent 28%), var(--midnight); }
.directory-visual span { position: relative; z-index: 1; font-size: 22px; font-weight: 650; }.directory-visual i { position: absolute; width: 170px; height: 170px; border: 1px solid rgba(57,199,192,.25); border-radius: 50%; }.directory-visual i:nth-of-type(1) { right: -20px; top: -15px; }.directory-visual i:nth-of-type(2) { right: 60px; top: 60px; }.directory-visual i:nth-of-type(3) { right: 130px; top: 135px; }

.module-detail-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; min-height: 650px; padding-block: 80px; }
.large-index { display: inline-block; margin-bottom: 16px; color: var(--lime); font-size: 13px; font-weight: 700; }
.detail-visual { position: relative; min-height: 470px; }
.detail-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(57,199,192,.25); border-radius: 50%; transform: translate(-50%,-50%); }.detail-orbit.outer { width: 440px; height: 440px; }.detail-orbit.inner { width: 280px; height: 280px; }
.detail-core { position: absolute; left: 50%; top: 50%; display: flex; width: 190px; height: 190px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; text-align: center; background: rgba(255,255,255,.08); transform: translate(-50%,-50%); box-shadow: 0 0 90px rgba(57,199,192,.2); }.detail-core span { color: var(--lime); font-size: 12px; }.detail-core strong { max-width: 130px; margin-top: 10px; font-size: 19px; line-height: 1.2; }
.detail-node.n1 { left: 15%; top: 24%; }.detail-node.n2 { right: 12%; top: 48%; background: var(--green); }.detail-node.n3 { left: 34%; bottom: 9%; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 64px; }.feature-grid article { padding: 32px; border: 1px solid var(--line); border-radius: 19px; background: var(--paper); }
.outcome-section { color: var(--white); background: var(--midnight); }.outcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }.outcome-grid h2 { font-size: clamp(42px,5vw,64px); letter-spacing: -.055em; line-height: 1.02; }.outcome-grid ul { margin: 0; padding: 0; list-style: none; }.outcome-grid li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 19px; }.outcome-grid li span { color: var(--lime); font-size: 11px; }
.next-module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 30px; }.next-module-grid a { display: grid; min-height: 170px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }.next-module-grid span { color: var(--blue); font-size: 11px; }.next-module-grid strong { align-self: end; font-size: 20px; }.next-module-grid em { margin-top: 5px; color: var(--blue); font-size: 12px; font-style: normal; }

.company-hero { padding-block: 125px; }.company-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }.company-hero .hero-lead { margin-bottom: 10px; }
.story-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }.story-year { display: flex; min-height: 330px; flex-direction: column; justify-content: flex-end; padding: 32px; border-radius: 22px; color: var(--white); background: radial-gradient(circle at 80% 10%, rgba(57,199,192,.25), transparent 30%), var(--midnight); }.story-year span { color: var(--lime); font-size: 72px; font-weight: 650; letter-spacing: -.06em; }.story-year p { margin: 0; color: #afc1c6; }.story-grid h2 { font-size: clamp(42px,5vw,64px); letter-spacing: -.055em; line-height: 1.02; }.story-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.values-section { color: var(--white); background: var(--midnight); }.value-manifesto { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }.value-manifesto h2 { margin: 0; font-size: clamp(44px,5.5vw,70px); letter-spacing: -.06em; line-height: 1.06; }.value-manifesto > div p { color: #b8cbd0; font-size: 17px; }.principle-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }.principle-grid article { min-height: 260px; padding: 32px; border: 1px solid var(--line); border-radius: 19px; background: var(--paper); }

.content-grid { margin-top: 0; }.content-grid article { padding: 16px 16px 28px; }.content-art { height: 240px; }.preview-link { padding: 0; border: 0; background: transparent; cursor: default; }.newsletter-band { padding-block: 75px; background: var(--paper-deep); }.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }.newsletter-grid h2 { margin: 0; font-size: clamp(36px,4.5vw,54px); letter-spacing: -.05em; line-height: 1.04; }.newsletter-grid form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }.newsletter-grid input { width: 100%; min-height: 50px; padding: 0 15px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }.newsletter-grid form p { grid-column: 1/-1; margin: 4px 0 0; color: var(--muted); font-size: 11px; }

.contact-page { position: relative; overflow: hidden; padding-block: 95px; color: var(--white); background: radial-gradient(circle at 12% 10%, rgba(57,199,192,.17), transparent 28%), var(--midnight); }.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,8vw,100px); align-items: start; }.contact-copy { position: sticky; top: 150px; }.contact-copy h1 { margin-bottom: 25px; font-size: clamp(54px,6vw,80px); letter-spacing: -.065em; line-height: .97; }.contact-expect { margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); }.contact-expect > p { color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.contact-expect ol { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }.contact-expect li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; color: #c4d4d7; }.contact-expect li span { color: var(--cyan); font-size: 11px; }.form-shell { padding: clamp(28px,5vw,48px); border-radius: 24px; color: var(--ink); background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.25); }.form-kicker { margin-bottom: 28px; font-size: 19px; font-weight: 700; }.demo-form { display: grid; gap: 18px; }.field-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }.demo-form label { display: grid; gap: 7px; color: #3c525a; font-size: 12px; font-weight: 700; }.demo-form input:not([type="checkbox"]), .demo-form select, .demo-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; outline: none; color: var(--ink); background: #fbfdfc; }.demo-form textarea { resize: vertical; }.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(57,199,192,.12); }.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; }.consent input { margin-top: 4px; accent-color: var(--blue); }.form-notice { margin: 0; padding: 12px 14px; border-radius: 11px; color: #31550c; font-size: 12px; background: #e9f8d8; }

.site-footer { padding-top: 76px; color: #bccdd1; background: #04151d; }.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .7fr 1fr; gap: 55px; padding-bottom: 65px; }.footer-brand p { max-width: 350px; margin-top: 25px; color: #8fa5ab; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }.footer-grid a { font-size: 13px; }.footer-title { margin-bottom: 13px; color: var(--white); font-size: 14px; font-weight: 700; }.footer-contact > p:not(.footer-title) { color: #8fa5ab; font-size: 13px; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #71878e; font-size: 11px; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: .95fr 1.05fr; gap: 30px; }
  .hero-copy h1 { font-size: clamp(52px, 7vw, 76px); }
  .product-canvas { transform: scale(.9); transform-origin: center right; }
  .floating-signal { display: none; }
  .proof-grid { grid-template-columns: repeat(3,1fr); }.proof-grid > p { grid-column: 1/-1; }
  .main-nav { gap: 18px; }.main-nav .nav-secondary { display: none; }
  .directory-item { grid-template-columns: 60px 1fr; }.directory-visual { grid-column: 2; min-height: 240px; }
  .contact-grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 36px, 720px); }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; left: 18px; right: 18px; top: 70px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }.main-nav > a:not(.button) { padding: 13px 11px; }.main-nav > a:not(.button)::after { display: none; }.main-nav .nav-secondary { display: block; }.main-nav .nav-cta { margin-top: 8px; }
  .hero-grid, .inner-hero-grid, .module-detail-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 80px; }
  .hero-copy { max-width: 690px; }.product-canvas { max-width: 650px; margin-inline: auto; transform: none; }
  .split-intro, .support-grid, .adaptive-grid, .cta-grid, .company-hero-grid, .story-grid, .value-manifesto, .outcome-grid, .newsletter-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .value-grid, .insight-grid, .content-grid, .module-card-grid { grid-template-columns: repeat(2,1fr); }
  .stat-grid { grid-template-columns: repeat(2,1fr); }
  .module-tabs { grid-template-columns: repeat(2,1fr); }
  .module-panel { grid-template-columns: 1fr; }.module-visual { min-height: 370px; }
  .adaptive-grid > .adaptive-visual { order: 2; }.adaptive-visual { min-height: 450px; }
  .lifecycle-flow { grid-template-columns: repeat(2,1fr); row-gap: 30px; }.lifecycle-flow::before { display: none; }
  .directory-item { grid-template-columns: 45px 1fr; gap: 22px; }.directory-visual { grid-column: 1/-1; }
  .detail-visual { min-height: 430px; }
  .principle-grid { grid-template-columns: 1fr; }.story-year { min-height: 270px; }
  .contact-copy { position: static; }.form-shell { max-width: 720px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }.footer-contact { grid-column: 1/-1; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 520px); }
  .site-header .brand-word { font-size: 15px; }.header-inner { min-height: 68px; }
  .hero-grid { padding-block: 65px 75px; }.hero-copy h1, .inner-hero h1, .contact-copy h1 { font-size: 50px; }.hero-lead { font-size: 17px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }
  .product-canvas { min-height: 380px; padding: 0; }.app-layout { grid-template-columns: 70px 1fr; }.app-sidebar { padding-inline: 10px; }.dashboard-area { padding: 16px; }.metric-row { grid-template-columns: 1fr 1fr; }.ui-metric.cyan { display: none; }.chart-bars { gap: 5px; }
  .proof-grid, .value-grid, .insight-grid, .content-grid, .module-card-grid, .stat-grid, .feature-grid, .next-module-grid { grid-template-columns: 1fr; }.proof-grid > div { padding: 13px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding-block: 76px; }.split-intro h2, .section-heading-row h2, .support-grid h2, .center-heading h2, .cta-grid h2, .company-hero h1, .compact-hero h1, .adaptive-grid h2, .story-grid h2, .value-manifesto h2, .outcome-grid h2 { font-size: 39px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .module-tabs { grid-template-columns: 1fr; }.module-panel-copy { padding: 28px 22px; }.module-panel h3 { font-size: 36px; }.module-visual { min-height: 320px; }.orbit-a { width: 240px; height: 240px; }.orbit-b { width: 340px; height: 340px; }
  .adaptive-visual { min-height: 360px; }.line-one { width: 260px; height: 260px; }.line-two { width: 340px; height: 340px; }.flow-core { width: 170px; height: 170px; }.flow-label { display: none; }.check-list li { grid-template-columns: 1fr; gap: 5px; }
  .lifecycle-flow { grid-template-columns: 1fr; }.lifecycle-flow > div { padding-top: 18px; text-align: left; }.lifecycle-flow span { position: static; display: inline-grid; margin-bottom: 15px; transform: none; }
  .directory-item { grid-template-columns: 1fr; }.directory-index { margin-bottom: -10px; }.directory-copy h2 { font-size: 37px; }.directory-visual { grid-column: auto; }
  .detail-visual { min-height: 350px; }.detail-orbit.outer { width: 330px; height: 330px; }.detail-orbit.inner { width: 230px; height: 230px; }.detail-core { width: 160px; height: 160px; }
  .company-hero { padding-block: 85px; }.story-year span { font-size: 58px; }
  .field-grid { grid-template-columns: 1fr; }.form-shell { padding: 25px 18px; }.contact-page { padding-block: 70px; }
  .newsletter-grid form { grid-template-columns: 1fr; }.newsletter-grid form p { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }.footer-contact { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* WordPress integration, defensive responsive rules and progressive motion. */
html, body { max-width: 100%; overflow-x: clip; }
body { margin: 0 !important; }
body.admin-bar .site-header { top: 32px; }
#conteudo { min-height: 55vh; }
.hero-grid > *, .inner-hero-grid > *, .module-detail-grid > *, .contact-grid > *,
.product-canvas, .app-window, .module-panel > *, .directory-item > * { min-width: 0; }
.hero-copy h1, .inner-hero h1, .compact-hero h1, .contact-copy h1,
.directory-copy h2, .module-panel h3 { overflow-wrap: anywhere; }
.hero, .inner-hero, .module-detail-hero { overflow: hidden; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice.error { color: #7a251b; background: #fff0ed; }
.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; }
.skip-link:focus { position: fixed; z-index: 99999; left: 14px; top: 14px; width: auto; height: auto; padding: 12px 16px; clip: auto; border-radius: 8px; color: var(--white); background: var(--midnight); }
.alignwide { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.alignfull { width: 100%; }
.entry-content img, .post-thumb img { max-width: 100%; height: auto; border-radius: 18px; }
.editorial-content { max-width: 820px; margin-inline: auto; color: var(--ink); font-size: 18px; line-height: 1.75; }
.editorial-content h2, .editorial-content h3 { margin-top: 1.5em; letter-spacing: -.035em; }
.editorial-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.solution-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.solution-links a { display: grid; min-height: 150px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 40px rgba(6,28,39,.06); }
.solution-links strong { align-self: end; font-size: 19px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.sotera-ambient { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.sotera-ambient i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: rgba(57,199,192,.58); box-shadow: 0 0 18px rgba(57,199,192,.45); animation: ambient-float 9s ease-in-out infinite; }
@keyframes ambient-float { 0%,100% { transform: translate3d(0,0,0); opacity: .35; } 50% { transform: translate3d(10px,-22px,0); opacity: .9; } }

@media (max-width: 1180px) and (min-width: 861px) {
  .main-nav { gap: 13px; }
  .main-nav > a { font-size: 12px; }
  .nav-cta { padding-inline: 17px; }
}
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 860px) {
  .site-header { position: sticky; }
  .main-nav { max-height: calc(100svh - 100px); overflow-y: auto; }
  .solution-links { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero-section { min-height: 0; }
  .hero-copy h1, .inner-hero h1, .contact-copy h1 { font-size: clamp(42px, 13vw, 50px); }
  .product-canvas { width: 100%; }
  .detail-orbit.outer { width: min(330px, 92vw); height: min(330px, 92vw); }
  .module-core, .detail-core { max-width: 54vw; max-height: 54vw; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  .sotera-ambient i { animation: none; }
}
