:root {
  --bg: #f5f5f7;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --surface-dark: #0b0b0f;
  --text: #111115;
  --muted: #62626b;
  --line: rgba(17, 17, 21, 0.1);
  --accent: #0878ff;
  --accent-2: #6d5dfc;
  --accent-3: #00a6a6;
  --success: #0c9b6b;
  --max: 1240px;
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --shadow: 0 24px 80px rgba(21, 25, 35, 0.12);
  --shadow-soft: 0 10px 40px rgba(21, 25, 35, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(88, 133, 255, 0.13), transparent 34rem),
    var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: rgba(8, 120, 255, 0.2); }

.skip-link {
  position: fixed; left: 14px; top: -80px; z-index: 200;
  padding: 12px 16px; border-radius: 12px; background: #fff; box-shadow: var(--shadow-soft);
}
.skip-link:focus { top: 14px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(248, 248, 250, .78);
  border-color: var(--line);
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
}
.nav-wrap {
  width: min(calc(100% - 36px), var(--max)); height: 72px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 720; letter-spacing: -.035em; }
.brand-mark {
  width: 31px; aspect-ratio: 1; border-radius: 10px; display: grid; place-items: center;
  color: #fff; background: linear-gradient(145deg, #101014 0%, #32323b 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 5px 14px rgba(0,0,0,.16);
  font-size: 13px; letter-spacing: -.08em;
}
.brand-name { font-size: 18px; }
.desktop-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; color: #3c3c43; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: #000; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-button, .menu-button {
  width: 40px; height: 40px; border: 0; border-radius: 999px; background: rgba(255,255,255,.74);
  box-shadow: inset 0 0 0 1px var(--line); cursor: pointer; display: grid; place-items: center;
}
.menu-button { display: none; }
.menu-button span, .menu-button::before, .menu-button::after {
  content: ""; width: 17px; height: 1.5px; background: currentColor; position: absolute; transition: transform .25s ease, opacity .25s ease;
}
.menu-button::before { transform: translateY(-5px); }
.menu-button::after { transform: translateY(5px); }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: rotate(-45deg); }

.mobile-panel {
  position: fixed; inset: 72px 0 0; z-index: 90; padding: 22px;
  background: rgba(245,245,247,.96); backdrop-filter: blur(24px);
  visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .25s ease;
}
.mobile-panel.open { visibility: visible; opacity: 1; transform: none; }
.mobile-panel nav { display: grid; gap: 8px; max-width: 560px; margin: 0 auto; }
.mobile-panel nav a { padding: 18px 8px; border-bottom: 1px solid var(--line); font-size: 25px; font-weight: 650; letter-spacing: -.04em; }

.button {
  min-height: 44px; padding: 0 19px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid transparent; background: var(--text); color: #fff; font-size: 14px; font-weight: 650;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 8px 24px rgba(17,17,21,.15);
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(17,17,21,.2); }
.button:active { transform: translateY(0); }
.button.primary { background: var(--accent); }
.button.ghost { color: var(--text); background: rgba(255,255,255,.78); border-color: var(--line); box-shadow: none; }
.button.text { min-height: 36px; padding: 0; border: 0; background: transparent; color: var(--accent); box-shadow: none; }
.button.text:hover { transform: none; box-shadow: none; }
.button.large { min-height: 52px; padding: 0 25px; font-size: 16px; }
.arrow { transition: transform .2s ease; }
a:hover .arrow { transform: translateX(3px); }

main { overflow: hidden; }
.hero {
  min-height: 860px; padding: 150px 24px 70px; position: relative;
  display: flex; align-items: center;
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none;
}
.hero::before { width: 420px; height: 420px; right: -180px; top: 90px; background: radial-gradient(circle, rgba(8,120,255,.18), transparent 68%); }
.hero::after { width: 480px; height: 480px; left: -250px; bottom: -60px; background: radial-gradient(circle, rgba(109,93,252,.12), transparent 68%); }
.hero-inner { width: min(100%, var(--max)); margin: 0 auto; position: relative; z-index: 1; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px;
  background: rgba(255,255,255,.66); border: 1px solid rgba(17,17,21,.08); color: #42424a;
  font-size: 12px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase;
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(12,155,107,.12); }
.hero h1 {
  max-width: 1000px; margin: 30px auto 22px; font-size: clamp(52px, 8.4vw, 112px); line-height: .94;
  letter-spacing: -.075em; font-weight: 760;
}
.gradient-text {
  color: transparent; background: linear-gradient(98deg, #0c5fe8 0%, #6a59f8 48%, #00a7a7 100%);
  -webkit-background-clip: text; background-clip: text;
}
.hero-lead { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.6; letter-spacing: -.02em; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin-top: 17px; color: #787880; font-size: 12px; }

.hero-stage { max-width: 1060px; margin: 70px auto 0; position: relative; perspective: 1200px; }
.stage-glow { position: absolute; inset: 12% 10% -8%; background: linear-gradient(90deg, rgba(8,120,255,.24), rgba(109,93,252,.22), rgba(0,166,166,.18)); filter: blur(70px); opacity: .65; }
.browser {
  position: relative; z-index: 1; overflow: hidden; border-radius: 28px; border: 1px solid rgba(255,255,255,.7);
  background: rgba(15,16,21,.97); box-shadow: 0 50px 120px rgba(17,20,29,.24), inset 0 1px 0 rgba(255,255,255,.12);
  transform: rotateX(2deg);
}
.browser-bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid rgba(255,255,255,.08); }
.browser-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.2); }
.browser-address { margin: 0 auto; width: 42%; height: 24px; border-radius: 999px; background: rgba(255,255,255,.07); }
.dashboard { display: grid; grid-template-columns: 210px 1fr; min-height: 475px; color: #fff; text-align: left; }
.dash-sidebar { padding: 24px 18px; border-right: 1px solid rgba(255,255,255,.08); }
.dash-logo { font-weight: 700; font-size: 13px; margin-bottom: 30px; }
.dash-nav { display: grid; gap: 8px; }
.dash-nav span { display: block; height: 34px; border-radius: 10px; background: rgba(255,255,255,.045); }
.dash-nav span:first-child { background: linear-gradient(90deg, rgba(8,120,255,.42), rgba(8,120,255,.13)); }
.dash-main { padding: 30px; }
.dash-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.dash-title { font-size: 24px; font-weight: 700; letter-spacing: -.04em; }
.status-badge { padding: 7px 10px; border-radius: 999px; background: rgba(20,201,135,.13); color: #58e1ad; font-size: 11px; }
.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric-card { padding: 17px; border-radius: 16px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.07); }
.metric-card small { color: rgba(255,255,255,.46); font-size: 10px; }
.metric-card b { display: block; margin-top: 8px; font-size: 21px; letter-spacing: -.04em; }
.metric-card b.positive { color: #5ee2af; }
.chart-card { margin-top: 14px; padding: 18px; height: 225px; border-radius: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.07); position: relative; overflow: hidden; }
.chart-grid { position: absolute; inset: 18px; background: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 100% 25%, 12.5% 100%; }
.chart-card svg { position: absolute; inset: 30px 18px 18px; width: calc(100% - 36px); height: calc(100% - 48px); }

.section { padding: 120px 24px; }
.section.tight { padding-top: 72px; padding-bottom: 72px; }
.section.dark { background: #09090d; color: #fff; }
.section-inner { width: min(100%, var(--max)); margin: 0 auto; }
.section-heading { max-width: 800px; margin-bottom: 54px; }
.section-heading.center { text-align: center; margin-left: auto; margin-right: auto; }
.kicker { color: var(--accent); font-size: 14px; font-weight: 720; letter-spacing: .02em; }
.section h2, .page-hero h1 {
  margin: 14px 0 18px; font-size: clamp(42px, 6vw, 76px); line-height: 1.04; letter-spacing: -.065em; font-weight: 740;
}
.section-heading p, .page-hero p { color: var(--muted); font-size: clamp(17px, 1.8vw, 22px); line-height: 1.7; letter-spacing: -.018em; }
.dark .section-heading p { color: rgba(255,255,255,.58); }

.product-stack { display: grid; gap: 34px; }
.product-card {
  min-height: 640px; position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 68px);
  background: var(--surface-strong); box-shadow: var(--shadow-soft); border: 1px solid rgba(17,17,21,.07);
  display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 50px;
}
.product-card.dark-card { color: #fff; background: linear-gradient(145deg, #0a0a0e, #171820); }
.product-card::after { content: ""; position: absolute; width: 450px; height: 450px; border-radius: 50%; right: -250px; top: -230px; background: radial-gradient(circle, rgba(8,120,255,.18), transparent 70%); }
.product-copy { position: relative; z-index: 2; }
.product-label { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: rgba(8,120,255,.1); color: var(--accent); font-size: 12px; font-weight: 720; }
.dark-card .product-label { background: rgba(85,142,255,.15); color: #82b3ff; }
.product-copy h3 { margin: 18px 0 16px; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.06em; }
.product-copy p { max-width: 520px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.dark-card .product-copy p { color: rgba(255,255,255,.6); }
.product-points { display: grid; gap: 13px; margin: 28px 0 32px; padding: 0; list-style: none; }
.product-points li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: #3f3f47; }
.dark-card .product-points li { color: rgba(255,255,255,.7); }
.check { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(12,155,107,.1); color: var(--success); font-size: 12px; font-weight: 800; }
.product-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.product-visual { min-height: 450px; position: relative; z-index: 2; display: grid; place-items: center; }
.cloud-console { width: min(100%, 570px); padding: 18px; border-radius: 27px; background: #f2f3f7; box-shadow: 0 34px 80px rgba(0,0,0,.22); color: #19191f; transform: rotateY(-4deg) rotateX(2deg); }
.console-top { display: flex; justify-content: space-between; align-items: center; padding: 5px 4px 17px; }
.console-name { font-size: 12px; font-weight: 700; }
.console-live { color: var(--success); font-size: 10px; }
.console-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.console-card { min-height: 105px; padding: 15px; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(25,25,31,.06); }
.console-card.wide { grid-column: 1 / -1; min-height: 145px; }
.console-card small { color: #85858f; font-size: 9px; }
.console-card b { display: block; margin-top: 8px; font-size: 17px; }
.terminal-list { display: grid; gap: 7px; margin-top: 14px; }
.terminal-row { display: grid; grid-template-columns: 8px 1fr auto; gap: 8px; align-items: center; padding: 8px 10px; border-radius: 10px; background: #f6f7f9; font-size: 9px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #13bb83; }
.notify-card { position: absolute; right: -2%; bottom: 6%; width: 205px; padding: 15px; border-radius: 18px; background: rgba(255,255,255,.94); color: #15151a; box-shadow: 0 20px 50px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.notify-card small { color: #83838d; font-size: 9px; }
.notify-card strong { display: block; margin: 7px 0 4px; font-size: 13px; }
.notify-card p { margin: 0; color: #6d6d75; font-size: 10px; line-height: 1.45; }

.lifecycle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lifecycle-card { padding: 30px; min-height: 275px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(20,24,33,.055); }
.lifecycle-number { color: var(--accent); font-size: 12px; font-weight: 760; }
.lifecycle-card h3 { margin: 40px 0 12px; font-size: 25px; letter-spacing: -.04em; }
.lifecycle-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.principles { display: grid; grid-template-columns: 1.1fr .9fr; gap: 38px; align-items: center; }
.principle-list { display: grid; gap: 12px; }
.principle-item { padding: 22px; border-radius: 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); }
.principle-item h3 { margin: 0 0 8px; font-size: 18px; }
.principle-item p { margin: 0; color: rgba(255,255,255,.55); line-height: 1.65; font-size: 14px; }
.orbit { min-height: 520px; position: relative; display: grid; place-items: center; }
.orbit-core { width: 180px; height: 180px; border-radius: 52px; display: grid; place-items: center; background: linear-gradient(145deg, #fff, #b9c9ff); color: #0b0b0f; font-size: 27px; font-weight: 760; letter-spacing: -.06em; box-shadow: 0 0 100px rgba(96,132,255,.24); }
.orbit-ring { position: absolute; width: 360px; height: 360px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); animation: spin 24s linear infinite; }
.orbit-node { position: absolute; width: 88px; height: 88px; display: grid; place-items: center; text-align: center; border-radius: 26px; background: #17171e; border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; }
.orbit-node.one { top: -34px; left: 50%; transform: translateX(-50%); }
.orbit-node.two { right: -18px; bottom: 55px; }
.orbit-node.three { left: -18px; bottom: 55px; }
@keyframes spin { to { transform: rotate(360deg); } }

.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.insight-card { min-height: 330px; padding: 30px; display: flex; flex-direction: column; border-radius: 26px; background: #fff; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.insight-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.insight-card .tag { color: var(--accent); font-size: 12px; font-weight: 720; }
.insight-card h3 { margin: 28px 0 12px; font-size: 26px; letter-spacing: -.045em; }
.insight-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.insight-card .read { margin-top: auto; padding-top: 30px; color: var(--accent); font-size: 14px; font-weight: 650; }

.faq { max-width: 900px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 24px 0; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; cursor: pointer; font-size: 18px; font-weight: 650; }
.faq-question span:last-child { font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.faq-question[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { margin: 0; padding: 0 0 24px; color: var(--muted); line-height: 1.75; }

.cta-panel { padding: clamp(42px, 7vw, 88px); border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, #0b0b0f 0%, #161721 56%, #10243f 100%); position: relative; overflow: hidden; text-align: center; }
.cta-panel::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; left: 50%; top: -360px; transform: translateX(-50%); background: radial-gradient(circle, rgba(65,126,255,.5), transparent 68%); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 830px; margin: 0 auto 18px; font-size: clamp(40px, 6vw, 76px); letter-spacing: -.065em; line-height: 1; }
.cta-panel p { max-width: 640px; margin: 0 auto 28px; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.7; }
.cta-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }

.site-footer { padding: 58px 24px 26px; background: #efeff1; border-top: 1px solid var(--line); }
.footer-inner { width: min(100%, var(--max)); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
.footer-brand p { max-width: 340px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.footer-column { display: grid; align-content: start; gap: 11px; font-size: 13px; }
.footer-column b { margin-bottom: 5px; font-size: 12px; }
.footer-column a { color: #67676f; }
.footer-column a:hover { color: #000; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); color: #808088; font-size: 11px; }

.page-hero { padding: 160px 24px 82px; }
.page-hero-inner { width: min(100%, 960px); margin: 0 auto; }
.page-hero p { max-width: 760px; }
.prose-section { padding: 24px 24px 110px; }
.prose { width: min(100%, 880px); margin: 0 auto; padding: clamp(28px, 5vw, 58px); border-radius: 30px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.prose h2 { margin: 40px 0 12px; font-size: 28px; letter-spacing: -.04em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 28px 0 9px; font-size: 19px; }
.prose p, .prose li { color: #51515a; line-height: 1.85; }
.prose ul { padding-left: 1.3em; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.prose .notice { margin: 26px 0; padding: 18px; border-radius: 16px; background: #f3f7ff; border: 1px solid #dce9ff; }
.article-meta { color: #8a8a93; font-size: 12px; }

/* v1.6: editorial system for long-form technical insights */
.article-shell {
  width: min(100%, 1040px);
  margin: 0 auto;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 26px;
  align-items: start;
}
.article-layout .prose {
  width: 100%;
  margin: 0;
}
.article-toc {
  position: sticky;
  top: 96px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 38px rgba(31,41,55,.07);
}
.article-toc strong {
  display: block;
  margin-bottom: 11px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.article-toc a {
  display: block;
  padding: 7px 0;
  color: #5d626e;
  font-size: 13px;
  line-height: 1.5;
}
.article-lead {
  margin: 18px 0 30px;
  color: #2b303b !important;
  font-size: 19px;
  font-weight: 520;
  line-height: 1.85 !important;
}
.article-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0 36px;
}
.summary-item {
  padding: 18px;
  border: 1px solid #dfe6ef;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8fbff, #fff);
}
.summary-item span {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .08em;
}
.summary-item strong {
  display: block;
  margin-top: 8px;
  color: #202632;
  font-size: 15px;
  line-height: 1.55;
}
.formula-box {
  margin: 20px 0;
  padding: 22px;
  border-radius: 18px;
  background: #101b2d;
  color: #fff;
}
.formula-box small {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.formula-box b {
  display: block;
  margin-top: 10px;
  font-size: clamp(20px, 4vw, 29px);
  letter-spacing: -.025em;
}
.formula-box p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.72) !important;
  font-size: 13px;
}
.article-table-wrap {
  margin: 22px 0 30px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.article-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #fff;
  font-size: 13px;
}
.article-table th,
.article-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #edf0f4;
  text-align: left;
  vertical-align: top;
}
.article-table th {
  background: #f6f8fb;
  color: #303642;
  font-size: 12px;
}
.article-table tr:last-child td { border-bottom: 0; }
.article-table .good { color: #087d58; font-weight: 700; }
.article-table .warn { color: #b65d08; font-weight: 700; }
.insight-visual {
  margin: 24px 0 34px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid #dfe7f1;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0, rgba(0,122,255,.09), transparent 34%),
    linear-gradient(145deg, #f8fbff, #fff);
}
.insight-visual figcaption {
  margin-top: 18px;
  color: #727783;
  font-size: 12px;
  line-height: 1.6;
}
.metric-lens {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.metric-lens div {
  min-height: 118px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(34,48,70,.08);
}
.metric-lens span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 750;
}
.metric-lens b {
  display: block;
  margin: 8px 0 5px;
  color: #202632;
  font-size: 16px;
}
.metric-lens small { color: #767c87; line-height: 1.5; }
.validation-flow,
.ops-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  counter-reset: flow;
}
.validation-flow div,
.ops-flow div {
  position: relative;
  min-height: 126px;
  padding: 18px 16px;
  border: 1px solid #dfe6ef;
  border-radius: 16px;
  background: #fff;
}
.validation-flow div::before,
.ops-flow div::before {
  counter-increment: flow;
  content: "0" counter(flow);
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.validation-flow b,
.ops-flow b { display: block; color: #212733; font-size: 14px; }
.validation-flow small,
.ops-flow small { display: block; margin-top: 7px; color: #747a86; line-height: 1.45; }
.signal-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  margin: 20px 0 30px;
  padding: 0 !important;
  list-style: none;
}
.signal-list li {
  position: relative;
  margin: 0;
  padding: 16px 16px 16px 42px;
  border: 1px solid #e1e6ed;
  border-radius: 15px;
  background: #fff;
}
.signal-list li::before {
  content: "!";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff2de;
  color: #ad5a00;
  font-size: 11px;
  font-weight: 800;
}
.checklist {
  margin: 22px 0 30px;
  padding: 0 !important;
  list-style: none;
}
.checklist li {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid #edf0f4;
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e6f7f0;
  color: #087d58;
  font-size: 12px;
  font-weight: 800;
}
.editorial-note {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--accent);
  border-radius: 0 16px 16px 0;
  background: #f4f8ff;
}
.editorial-note strong { color: #1f2b3d; }
.editorial-note p { margin-bottom: 0; }
.article-cta {
  margin-top: 42px;
  padding: 28px;
  border-radius: 22px;
  background: #101b2d;
  color: #fff;
}
.article-cta h3 { margin-top: 0; color: #fff; }
.article-cta p { color: rgba(255,255,255,.7) !important; }
.article-cta .button { color: #fff; text-decoration: none; }
.article-disclaimer {
  margin-top: 28px;
  color: #858a94 !important;
  font-size: 11px;
}
.insight-card .card-meta {
  display: block;
  margin-top: 10px;
  color: #8a8f98;
  font-size: 11px;
}

@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; order: -1; }
  .article-toc nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 16px; }
  .metric-lens,
  .validation-flow,
  .ops-flow { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .article-summary,
  .signal-list,
  .metric-lens,
  .validation-flow,
  .ops-flow { grid-template-columns: 1fr; }
  .article-toc nav { grid-template-columns: 1fr; }
  .article-lead { font-size: 17px; }
  .article-layout .prose { padding: 28px 20px; }
}

/* v1.7: image-led editorial layout */
.article-page-hero {
  padding: 128px 24px 44px;
  overflow: hidden;
}
.article-hero-grid {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.article-hero-copy .kicker { margin-bottom: 22px; }
.article-hero-copy h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(42px, 5.8vw, 74px);
  line-height: 1.04;
  letter-spacing: -.062em;
}
.article-hero-copy p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.75;
}
.article-hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #071226;
  box-shadow: 0 30px 70px rgba(8,20,41,.22);
}
.article-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: inherit;
  pointer-events: none;
}
.article-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.article-hero-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(5,14,31,.74);
  color: rgba(255,255,255,.76);
  font-size: 10px;
  backdrop-filter: blur(8px);
}
.article-panel {
  margin: 36px -14px 0;
  padding: 14px 14px 2px;
  border-top: 1px solid #e8ecf1;
}
.article-panel:first-of-type { margin-top: 12px; }
.section-number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.section-number::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
.metric-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 24px 0 30px;
}
.metric-decision-card {
  min-height: 174px;
  padding: 22px;
  border: 1px solid #dfe5ed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(33,48,71,.07);
}
.metric-decision-card .metric-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #eaf3ff;
  color: var(--accent);
  font-size: 18px;
  font-weight: 800;
}
.metric-decision-card h3 { margin: 16px 0 6px; font-size: 19px; }
.metric-decision-card p { margin: 0; font-size: 13px; }
.metric-decision-card .question {
  display: block;
  margin-top: 12px;
  color: #202936;
  font-size: 12px;
  font-weight: 720;
}
.diagnostic-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 30px;
}
.diagnostic-item {
  padding: 18px;
  border-radius: 17px;
  border: 1px solid transparent;
}
.diagnostic-item b { display: block; margin-bottom: 7px; font-size: 14px; }
.diagnostic-item small { color: #626975; line-height: 1.55; }
.diagnostic-item.red { background: #fff1f1; border-color: #ffd7d7; }
.diagnostic-item.amber { background: #fff8e9; border-color: #f7e3ae; }
.diagnostic-item.green { background: #edf9f4; border-color: #ccebdd; }
.article-pullquote {
  margin: 32px 0;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0c1930, #152947);
  color: #fff;
  font-size: clamp(19px, 3vw, 26px);
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: -.025em;
}
.article-pullquote small {
  display: block;
  margin-top: 13px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
}
.insight-card {
  overflow: hidden;
  padding: 0;
}
.insight-card-media {
  position: relative;
  overflow: hidden;
  background: #071226;
}
.insight-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform .45s ease;
}
.insight-card:hover .insight-card-media img { transform: scale(1.035); }
.insight-card-body {
  min-height: 285px;
  padding: 26px 28px 28px;
  display: flex;
  flex-direction: column;
}
.insight-card-body h3 { margin-top: 18px; }

@media (max-width: 900px) {
  .article-page-hero { padding-top: 112px; }
  .article-hero-grid { grid-template-columns: 1fr; }
  .article-hero-copy { max-width: 760px; }
  .article-hero-media { border-radius: 22px; }
}
@media (max-width: 620px) {
  .article-page-hero { padding: 104px 18px 28px; }
  .article-hero-copy h1 { font-size: clamp(39px, 12vw, 54px); }
  .article-hero-copy p { margin-top: 18px; }
  .article-hero-media { border-radius: 18px; }
  .metric-decision-grid,
  .diagnostic-strip { grid-template-columns: 1fr; }
  .article-panel { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  .insight-card-body { min-height: 240px; padding: 22px; }
}

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-card { min-height: 270px; padding: 34px; border-radius: 28px; background: #fff; border: 1px solid var(--line); }
.contact-card h2 { margin: 18px 0 12px; font-size: 30px; letter-spacing: -.045em; }
.contact-card p { color: var(--muted); line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid rgba(8,120,255,.36); outline-offset: 3px; }

@media (max-width: 980px) {
  .desktop-nav, .nav-actions .button { display: none; }
  .menu-button { display: grid; position: relative; }
  .hero { min-height: auto; padding-top: 135px; }
  .dashboard { grid-template-columns: 1fr; min-height: 400px; }
  .dash-sidebar { display: none; }
  .metric-row { grid-template-columns: repeat(2, 1fr); }
  .product-card { grid-template-columns: 1fr; min-height: 0; }
  .product-visual { min-height: 380px; }
  .principles { grid-template-columns: 1fr; }
  .lifecycle-grid, .insight-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 250px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .nav-wrap { height: 64px; }
  .brand-name { font-size: 16px; }
  .mobile-panel { top: 64px; }
  .hero { padding: 118px 18px 54px; }
  .hero h1 { font-size: clamp(47px, 15vw, 67px); }
  .hero-lead { font-size: 17px; }
  .hero-stage { margin-top: 48px; }
  .browser { border-radius: 18px; }
  .browser-bar { height: 36px; }
  .dashboard { min-height: 350px; }
  .dash-main { padding: 18px; }
  .dash-title { font-size: 18px; }
  .metric-card { padding: 12px; }
  .metric-card b { font-size: 16px; }
  .chart-card { height: 160px; }
  .section { padding: 82px 18px; }
  .section h2, .page-hero h1 { font-size: clamp(39px, 12vw, 56px); }
  .product-card { padding: 30px 22px; border-radius: 26px; gap: 24px; }
  .product-copy h3 { font-size: 42px; }
  .product-visual { min-height: 315px; }
  .cloud-console { transform: none; }
  .notify-card { right: -8px; width: 170px; }
  .orbit { min-height: 390px; transform: scale(.8); margin: -35px 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 125px 18px 55px; }
  .prose-section { padding: 10px 18px 80px; }
  .prose { padding: 28px 22px; border-radius: 22px; }
}

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


/* v1.1 company and legal pages */
.legal-prose > .legal-nav:first-child { margin-top: -18px; }
.legal-nav { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 34px; padding:0 0 24px; border-bottom:1px solid var(--line); }
.legal-nav a { display:inline-flex; align-items:center; min-height:38px; padding:8px 12px; border-radius:999px; background:#f4f4f6; color:#55555e; font-size:12px; font-weight:680; text-decoration:none; }
.legal-nav a:hover { color:#000; background:#e9eef8; }
.legal-card { margin:18px 0 26px; padding:24px 26px; border:1px solid var(--line); border-radius:20px; background:#fbfbfc; }
.legal-card.lead-card { background:linear-gradient(145deg,#f4f8ff,#fbfbff); border-color:#dce8fb; }
.legal-card h3 { margin-top:0; }
.legal-card p:last-child, .legal-card ul:last-child { margin-bottom:0; }
.feature-list { display:grid; gap:10px; margin:0; }
.company-grid { overflow:hidden; margin:18px 0 34px; border:1px solid var(--line); border-radius:22px; background:#fff; }
.company-row { display:grid; grid-template-columns:minmax(170px, .38fr) 1fr; border-top:1px solid var(--line); }
.company-row:first-child { border-top:0; }
.company-row > div { padding:18px 20px; line-height:1.7; }
.company-row > div:first-child { background:#f7f7f9; color:#666670; font-size:13px; font-weight:700; }
.company-row > div:last-child { color:#24242a; }
.company-row a { overflow-wrap:anywhere; }
.subtle { color:#777781; font-size:12px; }
.product-link-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:18px 0 34px; }
.product-link-card { min-height:260px; display:flex; flex-direction:column; padding:28px; border-radius:24px; background:#fff; border:1px solid var(--line); box-shadow:0 14px 38px rgba(20,24,33,.055); color:#17171c !important; text-decoration:none !important; transition:transform .25s ease, box-shadow .25s ease; }
.product-link-card:hover { transform:translateY(-4px); box-shadow:0 22px 55px rgba(20,24,33,.11); }
.product-link-card.dark { color:#fff !important; background:linear-gradient(145deg,#0d0e13,#1b1d26); border-color:rgba(255,255,255,.08); }
.product-link-card span { color:var(--accent); font-size:11px; font-weight:760; letter-spacing:.08em; }
.product-link-card strong { margin:22px 0 12px; font-size:30px; letter-spacing:-.05em; }
.product-link-card p { margin:0 0 24px; color:#666670; font-size:14px; line-height:1.75; }
.product-link-card.dark p { color:rgba(255,255,255,.62); }
.product-link-card b { margin-top:auto; font-size:13px; }
.support-panel { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:24px 0; }
.support-panel > div { padding:22px; border-radius:20px; background:#fff; border:1px solid var(--line); }
.support-panel span { display:block; color:#85858e; font-size:11px; font-weight:700; margin-bottom:8px; }
.support-panel strong { display:block; font-size:14px; line-height:1.6; }
.support-panel a { color:inherit; text-decoration:none; }
@media (max-width:680px) {
  .company-row { grid-template-columns:1fr; }
  .company-row > div:first-child { padding-bottom:8px; }
  .company-row > div:last-child { padding-top:8px; }
  .product-link-grid, .support-panel { grid-template-columns:1fr; }
  .legal-nav { gap:6px; }
  .legal-nav a { font-size:11px; padding:7px 10px; }
}


/* v1.2 official brand logos */
.hero-brand-logo { display:block; width:min(330px,64vw); height:auto; margin:0 auto 24px; filter:drop-shadow(0 16px 28px rgba(23,78,167,.12)); }
.dash-brand-logo { display:block; width:112px; height:38px; object-fit:contain; object-position:left center; filter:brightness(1.7) saturate(.8); }
.product-logo-shell { width:min(100%,390px); min-height:112px; margin:0 0 22px; padding:15px 20px; display:flex; align-items:center; justify-content:center; overflow:hidden; border-radius:22px; border:1px solid rgba(25,25,35,.08); background:linear-gradient(145deg,#f7f9ff,#eef5ff); box-shadow:0 14px 34px rgba(34,72,132,.08); }
.product-logo-shell.backtest { min-height:112px; }
.product-logo-shell.cloud { min-height:138px; padding:0; border-color:rgba(255,255,255,.12); background:#eaf5ff; box-shadow:0 18px 45px rgba(0,70,160,.22); }
.product-brand-logo { display:block; width:100%; max-width:100%; height:100%; max-height:106px; object-fit:contain; }
.product-logo-shell.cloud .product-brand-logo { max-height:none; object-fit:cover; }
.principles-brand-logo { display:block; width:min(300px,62vw); height:auto; margin:0 0 24px; filter:drop-shadow(0 16px 30px rgba(0,0,0,.2)); }
.company-hero-logo { display:block; width:min(350px,72vw); height:auto; margin:0 0 26px; filter:drop-shadow(0 16px 30px rgba(23,78,167,.12)); }
.company-intro-card { position:relative; overflow:hidden; }
.company-intro-logo { display:block; width:min(300px,70%); height:auto; margin:0 0 18px; }
.product-link-logo-wrap { width:100%; height:112px; margin:0 0 18px; display:flex; align-items:center; justify-content:center; overflow:hidden; border-radius:17px; background:linear-gradient(145deg,#f5f8ff,#edf4ff); border:1px solid rgba(24,58,112,.08); }
.product-link-logo-wrap.cloud { height:126px; background:#eaf5ff; border-color:rgba(255,255,255,.12); }
.product-link-logo { display:block; width:100%; height:100%; object-fit:contain; }
.product-link-logo-wrap.cloud .product-link-logo { object-fit:cover; }
.product-link-card .product-link-logo-wrap + span { margin-top:0; }
.product-link-card strong { margin-top:14px; }
@media (max-width:680px) {
  .hero-brand-logo { width:min(280px,76vw); margin-bottom:20px; }
  .product-logo-shell { min-height:96px; border-radius:18px; }
  .product-logo-shell.cloud { min-height:118px; }
  .principles-brand-logo { width:min(250px,72vw); }
  .company-hero-logo { width:min(290px,78vw); }
  .product-link-logo-wrap { height:98px; }
  .product-link-logo-wrap.cloud { height:112px; }
}

/* v1.3 brand palette refinement
   Unifies the product and principles sections around FXtradersAI blue, cyan,
   restrained orange, and deep navy. */
:root {
  --surface-dark: #07111f;
  --accent: #006cff;
  --accent-2: #00aeea;
  --accent-3: #ff6a00;
  --brand-navy: #07111f;
  --brand-blue: #006cff;
  --brand-cyan: #00b8f5;
  --brand-orange: #ff6a00;
  --brand-ice: #eef7ff;
}

.brand-mark {
  background: linear-gradient(145deg, #075ae8 0%, #008ddf 72%, #19b9ee 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 8px 20px rgba(0,108,255,.22);
}

.gradient-text {
  background: linear-gradient(98deg, #0056d8 0%, #008ee7 48%, #00b8d9 76%, #ff6a00 118%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero::after {
  background: radial-gradient(circle, rgba(255,106,0,.09), transparent 68%);
}
.stage-glow {
  background: linear-gradient(90deg, rgba(0,108,255,.25), rgba(0,184,245,.2), rgba(255,106,0,.09));
}

/* EA Cloud: use an airy product surface so the sky-blue identity feels native,
   rather than placing a bright photographic logo on a near-black panel. */
.product-card.cloud-product-card,
.product-card.dark-card {
  color: #0a1b32;
  background:
    radial-gradient(circle at 92% 8%, rgba(0,174,234,.18), transparent 34%),
    radial-gradient(circle at 4% 96%, rgba(255,106,0,.08), transparent 30%),
    linear-gradient(145deg, #fbfdff 0%, #f1f8ff 48%, #e7f4ff 100%);
  border: 1px solid rgba(0,108,255,.14);
  box-shadow: 0 30px 90px rgba(14,72,135,.14);
}
.product-card.cloud-product-card::after,
.product-card.dark-card::after {
  width: 520px;
  height: 520px;
  right: -260px;
  top: -250px;
  background: radial-gradient(circle, rgba(0,142,231,.19), transparent 70%);
}
.product-card.cloud-product-card .product-label,
.product-card.dark-card .product-label {
  color: #005fd6;
  background: rgba(0,108,255,.09);
  border: 1px solid rgba(0,108,255,.12);
}
.product-card.cloud-product-card .product-copy p,
.product-card.dark-card .product-copy p {
  color: #52647a;
}
.product-card.cloud-product-card .product-points li,
.product-card.dark-card .product-points li {
  color: #263b52;
}
.product-card.cloud-product-card .check,
.product-card.dark-card .check {
  color: #008dcb;
  background: rgba(0,174,234,.1);
}
.product-card.cloud-product-card .button.primary,
.product-card.dark-card .button.primary {
  background: linear-gradient(135deg, #006cff, #009fe3);
  box-shadow: 0 12px 30px rgba(0,108,255,.24);
}
.product-card.cloud-product-card .cloud-text-link,
.product-card.dark-card .cloud-text-link {
  color: #005ecf;
}
.product-logo-shell.cloud {
  width: min(100%, 360px);
  min-height: 144px;
  padding: 0;
  border-color: rgba(0,108,255,.12);
  background: #fff;
  box-shadow: 0 16px 42px rgba(13,87,156,.14);
}
.product-logo-shell.cloud .product-brand-logo {
  object-fit: cover;
  object-position: center;
}
.product-card.cloud-product-card .cloud-console,
.product-card.dark-card .cloud-console {
  border: 1px solid rgba(0,108,255,.1);
  box-shadow: 0 36px 84px rgba(17,71,125,.2);
}
.product-card.cloud-product-card .notify-card,
.product-card.dark-card .notify-card {
  border: 1px solid rgba(0,108,255,.09);
  box-shadow: 0 22px 54px rgba(17,71,125,.16);
}

/* Company page product card follows the same cloud palette. */
.product-link-card.dark.cloud-product-link,
.product-link-card.dark {
  color: #0a1b32 !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(0,174,234,.14), transparent 34%),
    linear-gradient(145deg, #fbfdff, #eaf6ff);
  border-color: rgba(0,108,255,.13);
  box-shadow: 0 14px 38px rgba(20,74,128,.08);
}
.product-link-card.dark.cloud-product-link p,
.product-link-card.dark p {
  color: #53667b;
}
.product-link-card.dark.cloud-product-link span,
.product-link-card.dark span {
  color: #0068df;
}
.product-link-logo-wrap.cloud {
  background: #fff;
  border-color: rgba(0,108,255,.12);
  box-shadow: 0 12px 30px rgba(16,82,146,.1);
}

/* Principles: a deep blue-black canvas, not neutral black. The logo receives
   a white glass plaque so its black wordmark remains legible. */
.section.dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(0,117,255,.18), transparent 31rem),
    radial-gradient(circle at 6% 88%, rgba(0,184,245,.1), transparent 28rem),
    radial-gradient(circle at 12% 4%, rgba(255,106,0,.055), transparent 22rem),
    linear-gradient(145deg, #050b15 0%, #071426 52%, #081a30 100%);
  color: #f7fbff;
  border-top: 1px solid rgba(101,178,255,.12);
  border-bottom: 1px solid rgba(101,178,255,.1);
}
.section.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(111,181,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(111,181,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
.section.dark .section-inner { position: relative; z-index: 1; }
.section.dark .kicker { color: #64c9ff; }
.section.dark .section-heading p { color: #aebed2; }
.principles-brand-logo {
  width: min(242px, 58vw);
  margin: 0 0 30px;
  padding: 14px 18px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(238,247,255,.94));
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 18px 48px rgba(0,0,0,.24), 0 0 0 1px rgba(0,117,255,.08);
  filter: none;
}
.principle-list { gap: 14px; }
.principle-item {
  position: relative;
  overflow: hidden;
  padding: 23px 24px 23px 27px;
  background: linear-gradient(135deg, rgba(255,255,255,.085), rgba(101,178,255,.045));
  border: 1px solid rgba(135,196,255,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
}
.principle-item::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 0;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(#00b8f5, #006cff);
}
.principle-item:nth-child(3)::before { background: linear-gradient(#ff8a22, #ff5a00); }
.principle-item h3 { color: #f8fbff; }
.principle-item p { color: #a8b8cc; }

.orbit { isolation: isolate; }
.orbit::before {
  content: "";
  position: absolute;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,157,235,.17), rgba(0,108,255,.05) 48%, transparent 70%);
  filter: blur(4px);
  z-index: -1;
}
.orbit-core {
  width: 190px;
  height: 190px;
  border-radius: 54px;
  color: #063263;
  background: linear-gradient(145deg, #ffffff 4%, #eaf7ff 55%, #ccecff 100%);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 28px 80px rgba(0,100,210,.25), inset 0 1px 0 #fff;
  font-size: 25px;
}
.orbit-ring {
  width: 380px;
  height: 380px;
  border-color: rgba(90,182,255,.24);
  box-shadow: 0 0 0 1px rgba(0,108,255,.035), inset 0 0 70px rgba(0,108,255,.025);
}
.orbit-node {
  width: 92px;
  height: 92px;
  color: #d8eaff;
  background: linear-gradient(145deg, rgba(11,34,62,.96), rgba(8,23,44,.96));
  border-color: rgba(99,186,255,.22);
  box-shadow: 0 16px 34px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.035);
}
.orbit-node::before {
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 99px;
  position: absolute;
  top: 17px;
  background: linear-gradient(90deg, #006cff, #00b8f5);
}
.orbit-node.two::before { background: linear-gradient(90deg, #00b8f5, #50ddff); }
.orbit-node.three::before { background: linear-gradient(90deg, #ff6a00, #ff9a32); }

@media (max-width: 680px) {
  .product-logo-shell.cloud { min-height: 124px; }
  .principles-brand-logo { width:min(220px,68vw); margin-bottom:24px; border-radius:20px; }
  .orbit-core { width:170px; height:170px; border-radius:48px; font-size:22px; }
  .orbit-ring { width:340px; height:340px; }
  .orbit-node { width:84px; height:84px; }
}

/* v1.4: product shortcuts in the global header */
.button.nav-cloud {
  color: #075fca;
  background: linear-gradient(180deg, rgba(241,248,255,.96), rgba(228,241,255,.94));
  border-color: rgba(8,120,255,.2);
  box-shadow: 0 5px 18px rgba(8,120,255,.09);
}
.button.nav-cloud:hover {
  background: linear-gradient(180deg, #f8fbff, #eaf4ff);
  box-shadow: 0 9px 24px rgba(8,120,255,.14);
}
.mobile-panel nav a.mobile-product-link {
  color: #075fca;
}

/* v1.4: the hero now ends after the primary CTA instead of showing a product mockup. */
.hero {
  min-height: 720px;
  padding-bottom: 110px;
}
@media (max-width: 980px) {
  .hero { min-height: auto; padding-bottom: 92px; }
}
@media (max-width: 680px) {
  .hero { padding-bottom: 72px; }
}


/* v1.5: company page hierarchy and high-contrast blue accents */
.company-page-hero {
  padding-top: 154px;
  padding-bottom: 66px;
}
.company-page-hero .page-hero-inner {
  max-width: 960px;
}
.company-page-hero .kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 79, 176, .18);
  border-radius: 999px;
  color: #003f91;
  background: #eaf3ff;
  font-size: 13px;
  font-weight: 780;
  letter-spacing: .045em;
}
.company-page-hero h1 {
  margin-top: 20px;
}
.company-page-hero p {
  color: #46566a;
}

/* Make every blue label on light company surfaces readable at a glance. */
.legal-card.lead-card {
  background: linear-gradient(145deg, #f8fbff, #ffffff);
  border-color: #cfdef2;
}
.company-intro-card {
  display: grid;
  grid-template-columns: minmax(150px, 220px) 1fr;
  align-items: center;
  gap: 28px;
}
.company-intro-logo {
  width: 100%;
  max-width: 220px;
  margin: 0;
}
.company-intro-card p {
  color: #24384f;
  font-size: 16px;
  line-height: 1.85;
}
.prose a {
  color: #00449e;
  font-weight: 650;
}
.product-link-card span {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid rgba(0, 72, 168, .16);
  border-radius: 999px;
  color: #003f91;
  background: #eaf3ff;
  letter-spacing: .07em;
}
.product-link-card.dark.cloud-product-link span,
.product-link-card.dark span {
  color: #003f91;
  background: #eaf3ff;
}
.product-link-card b {
  color: #00449e;
}
.button.nav-cloud {
  color: #003f91;
}
.company-row a {
  color: #00449e;
  font-weight: 650;
}

@media (max-width: 680px) {
  .company-page-hero {
    padding-top: 122px;
    padding-bottom: 48px;
  }
  .company-intro-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .company-intro-logo {
    max-width: 190px;
  }
}


/* v1.8: bilingual navigation */
.lang-switch{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:38px;padding:0 12px;border:1px solid rgba(15,23,42,.14);border-radius:999px;color:#1f2937;background:rgba(255,255,255,.78);font-size:13px;font-weight:750;letter-spacing:.02em;white-space:nowrap;transition:background .2s ease,border-color .2s ease,transform .2s ease}.lang-switch:hover{background:#fff;border-color:rgba(0,79,176,.28);transform:translateY(-1px)}.mobile-panel nav a.mobile-language-link{margin-top:10px;color:#00449e;font-weight:760;border-top:1px solid rgba(15,23,42,.08);padding-top:18px}html[lang="en"] .hero-lead,html[lang="en"] .section-heading p,html[lang="en"] .product-copy p{letter-spacing:-.01em}@media(max-width:680px){.lang-switch{min-width:40px;height:36px;padding:0 10px}}

/* v1.9: mobile layout hardening
   Keeps Japanese and English pages stable from 320px phones through tablets. */
html {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
@supports (overflow: clip) {
  body, main { overflow-x: clip; }
}
:is(.nav-wrap, .hero-inner, .section-inner, .page-hero-inner, .article-shell, .article-hero-grid, .footer-inner),
:is(.product-card, .product-copy, .product-visual, .principles, .article-layout, .prose, .contact-grid, .footer-grid) > * {
  min-width: 0;
}
:is(h1, h2, h3, p, li, a, strong, b, span) {
  overflow-wrap: break-word;
}
.article-table-wrap,
.company-grid {
  max-width: 100%;
  min-width: 0;
}

@media screen and (max-width: 980px) {
  .site-header {
    background: rgba(248,248,250,.9);
    border-bottom-color: var(--line);
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
  }
  .nav-wrap {
    width: calc(100% - 28px);
    gap: 10px;
  }
  .brand { min-width: 0; flex: 0 1 auto; }
  .brand-name { white-space: nowrap; }
  .nav-actions { flex: 0 0 auto; gap: 7px; }
  .mobile-panel {
    overflow-y: auto;
    overscroll-behavior: contain;
    max-height: calc(100dvh - 64px);
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }
  .mobile-panel nav a {
    font-size: clamp(19px, 5.5vw, 24px);
    line-height: 1.25;
  }
  .hero h1,
  .section h2,
  .page-hero h1,
  .article-hero-copy h1,
  .cta-panel h2 {
    text-wrap: balance;
  }
  .product-card,
  .principles,
  .article-layout,
  .article-hero-grid,
  .contact-grid,
  .product-link-grid,
  .support-panel {
    min-width: 0;
  }
  .product-visual,
  .cloud-console,
  .console-grid,
  .console-card,
  .notify-card {
    max-width: 100%;
    min-width: 0;
  }
  .article-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }
}

@media screen and (max-width: 680px) {
  :root {
    --radius-lg: 24px;
    --radius-md: 20px;
    --radius-sm: 14px;
  }
  .nav-wrap {
    width: calc(100% - 24px);
    height: 64px;
    gap: 8px;
  }
  .brand { gap: 8px; }
  .brand-mark { width: 29px; border-radius: 9px; font-size: 12px; }
  .brand-name { font-size: 15px; letter-spacing: -.04em; }
  .nav-actions { gap: 6px; }
  .lang-switch {
    min-width: 38px;
    height: 36px;
    padding: 0 9px;
    font-size: 12px;
  }
  .menu-button { width: 38px; height: 38px; }
  .mobile-panel {
    inset: 64px 0 0;
    padding: 12px 18px 28px;
  }
  .mobile-panel nav { gap: 0; }
  .mobile-panel nav a {
    padding: 15px 4px;
    font-size: 20px;
  }

  .hero {
    padding: 104px 16px 62px;
  }
  .hero-brand-logo {
    width: min(230px, 68vw);
    margin-bottom: 18px;
  }
  .eyebrow {
    max-width: 100%;
    padding: 7px 10px;
    font-size: 10px;
    letter-spacing: .07em;
  }
  .hero h1 {
    margin: 24px auto 18px;
    font-size: clamp(38px, 12.5vw, 52px);
    line-height: .98;
    letter-spacing: -.06em;
  }
  html[lang="en"] .hero h1 {
    font-size: clamp(36px, 11.8vw, 49px);
    letter-spacing: -.055em;
  }
  .hero-lead {
    max-width: 36rem;
    font-size: 16px;
    line-height: 1.7;
  }
  .hero-actions {
    width: 100%;
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .hero-actions .button {
    width: min(100%, 340px);
    white-space: normal;
    text-align: center;
  }
  .hero-note {
    max-width: 320px;
    margin: 16px auto 0;
    line-height: 1.6;
  }

  .section { padding: 72px 16px; }
  .section.tight { padding-top: 56px; padding-bottom: 56px; }
  .section-heading { margin-bottom: 36px; }
  .section h2,
  .page-hero h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.08;
    letter-spacing: -.052em;
  }
  html[lang="en"] .section h2,
  html[lang="en"] .page-hero h1 {
    font-size: clamp(32px, 9.7vw, 44px);
    letter-spacing: -.045em;
  }
  .section-heading p,
  .page-hero p {
    font-size: 16px;
    line-height: 1.75;
  }

  .product-stack { gap: 22px; }
  .product-card {
    padding: 24px 18px;
    gap: 24px;
    border-radius: 24px;
  }
  .product-card::after { display: none; }
  .product-logo-shell,
  .product-logo-shell.cloud {
    width: min(100%, 320px);
    min-height: 0;
    height: auto;
    aspect-ratio: 3 / 1;
    margin-bottom: 18px;
    border-radius: 17px;
  }
  .product-brand-logo,
  .product-logo-shell.cloud .product-brand-logo {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
  }
  .product-logo-shell.cloud .product-brand-logo { object-fit: cover; }
  .product-copy h3 {
    margin-top: 15px;
    font-size: clamp(32px, 9.8vw, 40px);
    line-height: 1.08;
    letter-spacing: -.05em;
  }
  html[lang="en"] .product-copy h3 { font-size: clamp(30px, 9vw, 38px); }
  .product-copy p { font-size: 16px; line-height: 1.72; }
  .product-points { margin: 22px 0 24px; }
  .product-points li { font-size: 14px; line-height: 1.55; }
  .product-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .product-actions .button {
    width: 100%;
    min-height: 46px;
    padding: 10px 16px;
    white-space: normal;
    text-align: center;
  }
  .product-actions .button.text {
    justify-content: flex-start;
    min-height: 40px;
  }
  .product-visual {
    min-height: 0;
    display: block;
    padding-top: 2px;
  }
  .cloud-console,
  .product-card .cloud-console {
    width: 100%;
    padding: 13px;
    border-radius: 20px;
    transform: none !important;
  }
  .console-top { gap: 8px; padding-bottom: 12px; }
  .console-name,
  .console-live { min-width: 0; font-size: 9px; }
  .console-live { text-align: right; }
  .console-grid { gap: 8px; }
  .console-card { min-height: 88px; padding: 12px; border-radius: 13px; }
  .console-card.wide { min-height: 132px; }
  .terminal-row {
    grid-template-columns: 7px minmax(0, 1fr) auto;
    padding: 7px 8px;
  }
  .terminal-row span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notify-card {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding: 13px;
    border-radius: 15px;
  }

  .lifecycle-grid { gap: 12px; }
  .lifecycle-card { min-height: 0; padding: 24px 20px; border-radius: 20px; }
  .lifecycle-card h3 { margin: 24px 0 10px; font-size: 23px; }

  .principles { gap: 24px; }
  .principles-brand-logo {
    width: min(210px, 64vw);
    margin-bottom: 22px;
    padding: 11px 14px;
    border-radius: 18px;
  }
  .principle-item { padding: 20px 18px 20px 23px; }
  .orbit {
    width: 100%;
    min-height: 330px;
    margin: 0;
    transform: none;
    overflow: hidden;
  }
  .orbit::before { width: 300px; height: 300px; }
  .orbit-ring { width: 270px; height: 270px; }
  .orbit-core {
    width: 138px;
    height: 138px;
    border-radius: 40px;
    font-size: 19px;
  }
  .orbit-node {
    width: 70px;
    height: 70px;
    border-radius: 21px;
    font-size: 9px;
  }
  .orbit-node::before { top: 12px; width: 18px; }
  .orbit-node.one { top: -28px; }
  .orbit-node.two { right: -14px; bottom: 38px; }
  .orbit-node.three { left: -14px; bottom: 38px; }

  .insight-grid { gap: 14px; }
  .insight-card { min-height: 0; border-radius: 21px; }
  .insight-card-body { min-height: 0; padding: 21px 19px 23px; }
  .insight-card h3 { font-size: 23px; line-height: 1.18; }

  .faq-question { padding: 21px 0; font-size: 16px; line-height: 1.45; }
  .cta-panel { padding: 42px 18px; border-radius: 24px; }
  .cta-panel h2 { font-size: clamp(32px, 9.8vw, 43px); line-height: 1.06; }
  .cta-panel p { font-size: 16px; }
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .cta-actions .button { width: min(100%, 340px); white-space: normal; text-align: center; }

  .site-footer { padding: 46px 16px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-brand { grid-column: auto; }
  .footer-column { gap: 10px; }
  .footer-bottom { margin-top: 34px; gap: 8px; }

  .page-hero { padding: 110px 16px 46px; }
  .company-page-hero { padding-top: 110px; padding-bottom: 44px; }
  .company-hero-logo { width: min(240px, 70vw); }
  .prose-section { padding: 8px 14px 70px; }
  .prose,
  .article-layout .prose {
    padding: 24px 17px;
    border-radius: 20px;
  }
  .prose h2 { margin-top: 34px; font-size: 25px; line-height: 1.25; }
  .prose h3 { font-size: 18px; line-height: 1.35; }
  .prose p,
  .prose li { line-height: 1.8; }
  .prose ul,
  .prose ol { padding-left: 1.2em; }
  .legal-prose > .legal-nav:first-child { margin-top: -8px; }
  .legal-nav { margin-bottom: 25px; padding-bottom: 18px; }
  .legal-nav a { min-height: 36px; }
  .legal-card { margin: 15px 0 22px; padding: 20px 16px; border-radius: 17px; }
  .company-row > div { padding-left: 15px; padding-right: 15px; }
  .company-intro-card { gap: 16px; }
  .company-intro-logo { max-width: 170px; }
  .product-link-card { min-height: 0; padding: 20px 17px; border-radius: 20px; }
  .product-link-card strong { font-size: 26px; line-height: 1.15; }
  .product-link-logo-wrap,
  .product-link-logo-wrap.cloud { height: auto; aspect-ratio: 3 / 1; }
  .support-panel > div { padding: 18px 16px; }

  .article-page-hero { padding: 98px 14px 26px; }
  .article-hero-grid { gap: 22px; }
  .article-hero-copy h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.08;
    letter-spacing: -.05em;
  }
  html[lang="en"] .article-hero-copy h1 { font-size: clamp(32px, 9.6vw, 43px); }
  .article-hero-copy p { font-size: 16px; line-height: 1.7; }
  .article-hero-media { border-radius: 17px; }
  .article-toc { padding: 17px; border-radius: 17px; }
  .article-toc a { padding: 8px 0; }
  .article-lead { font-size: 16px; line-height: 1.75 !important; }
  .article-summary,
  .metric-decision-grid,
  .diagnostic-strip,
  .signal-list,
  .metric-lens,
  .validation-flow,
  .ops-flow { gap: 10px; }
  .summary-item,
  .metric-decision-card,
  .diagnostic-item,
  .validation-flow div,
  .ops-flow div { padding: 16px; }
  .insight-visual { padding: 16px; border-radius: 18px; }
  .formula-box { padding: 18px 16px; }
  .article-table { min-width: 560px; }
  .article-table th,
  .article-table td { padding: 12px 13px; }
  .article-pullquote { padding: 22px 18px; border-radius: 18px; }
  .editorial-note { padding: 17px 16px; }
  .article-cta { padding: 22px 17px; border-radius: 18px; }
  .article-cta .button { width: 100%; white-space: normal; text-align: center; }

  .contact-card { min-height: 0; padding: 24px 18px; border-radius: 21px; }
  .contact-card h2 { font-size: 27px; }
}

@media screen and (max-width: 390px) {
  .nav-wrap { width: calc(100% - 20px); }
  .brand-name { font-size: 14px; }
  .lang-switch { min-width: 34px; padding: 0 7px; font-size: 11px; }
  .menu-button { width: 36px; height: 36px; }
  .hero { padding-left: 14px; padding-right: 14px; }
  .section { padding-left: 14px; padding-right: 14px; }
  .product-card { padding-left: 16px; padding-right: 16px; }
  .console-grid { grid-template-columns: 1fr 1fr; }
}

@media screen and (max-width: 340px) {
  .brand-name { display: none; }
  .hero h1 { font-size: 37px; }
  html[lang="en"] .hero h1 { font-size: 35px; }
  .section h2,
  .page-hero h1,
  .article-hero-copy h1 { font-size: 32px; }
}
@media screen and (max-width: 680px) {
  .prose a,
  .company-row,
  .support-panel,
  .contact-card { overflow-wrap: anywhere; }
}

/* =========================================================
   v1.10 Compact insight card imagery
   Keep article artwork visible without letting it dominate the page.
   ========================================================= */
.insight-card-media {
  height: clamp(176px, 15vw, 202px);
  min-height: 0;
  aspect-ratio: auto;
  flex: 0 0 auto;
}
.insight-card-media img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
}
.insight-card-body {
  min-height: 248px;
  padding: 24px 25px 26px;
}
.insight-card-body h3 {
  margin-top: 15px;
  font-size: clamp(22px, 2vw, 25px);
  line-height: 1.2;
}
.insight-card .card-meta {
  margin-top: 7px;
}

/* Two compact columns on tablets instead of one oversized card per row. */
@media screen and (min-width: 681px) and (max-width: 980px) {
  .insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .insight-card-media {
    height: 172px;
  }
  .insight-card-body {
    min-height: 230px;
    padding: 22px 22px 24px;
  }
}

/* Mobile: short landscape thumbnail, then content immediately below. */
@media screen and (max-width: 680px) {
  .insight-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .insight-card-media {
    height: clamp(146px, 44vw, 172px);
  }
  .insight-card-media img {
    object-position: 50% 48%;
  }
  .insight-card-body {
    min-height: 0;
    padding: 18px 18px 21px;
  }
  .insight-card-body h3,
  .insight-card h3 {
    margin-top: 13px;
    font-size: clamp(21px, 6.1vw, 24px);
    line-height: 1.23;
  }
  .insight-card p {
    font-size: 14px;
    line-height: 1.65;
  }
  .insight-card .read {
    padding-top: 20px;
  }
}

@media screen and (max-width: 360px) {
  .insight-card-media {
    height: 142px;
  }
}

/* =========================================================
   v1.11 Compact article hero
   Prevent individual article artwork from occupying most of the viewport.
   ========================================================= */
.article-page-hero {
  padding: 112px 24px 34px;
}
.article-hero-grid {
  width: min(100%, 1080px);
  grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}
.article-hero-copy .kicker {
  margin-bottom: 14px;
}
.article-hero-copy h1 {
  font-size: clamp(40px, 4.8vw, 62px);
  line-height: 1.03;
  letter-spacing: -.058em;
}
.article-hero-copy p {
  margin-top: 18px;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
}
.article-hero-media {
  width: 100%;
  height: clamp(280px, 28vw, 350px);
  max-height: 350px;
  border-radius: 24px;
}
.article-hero-media img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

@media screen and (max-width: 900px) {
  .article-page-hero {
    padding: 100px 20px 30px;
  }
  .article-hero-grid {
    width: min(100%, 760px);
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .article-hero-copy {
    max-width: 680px;
  }
  .article-hero-copy h1 {
    font-size: clamp(38px, 7vw, 56px);
  }
  .article-hero-media {
    width: min(100%, 620px);
    height: clamp(220px, 38vw, 300px);
    margin-inline: auto;
    border-radius: 20px;
  }
}

@media screen and (max-width: 680px) {
  .article-page-hero {
    padding: 90px 14px 22px;
  }
  .article-hero-grid {
    gap: 18px;
  }
  .article-hero-copy .kicker {
    margin-bottom: 11px;
  }
  .article-hero-copy h1 {
    font-size: clamp(32px, 9.8vw, 43px);
    line-height: 1.06;
    letter-spacing: -.05em;
  }
  html[lang="en"] .article-hero-copy h1 {
    font-size: clamp(30px, 9vw, 40px);
  }
  .article-hero-copy p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.68;
  }
  .article-hero-media {
    width: 100%;
    height: clamp(170px, 50vw, 220px);
    border-radius: 15px;
    box-shadow: 0 18px 38px rgba(8,20,41,.18);
  }
  .article-hero-media figcaption {
    right: 9px;
    bottom: 8px;
    padding: 5px 7px;
    font-size: 9px;
  }
}

@media screen and (max-width: 390px) {
  .article-page-hero {
    padding-top: 86px;
  }
  .article-hero-media {
    height: clamp(164px, 49vw, 190px);
  }
}



/* v1.12: clearer homepage value proposition, direct CTAs, and service selector */
.home-clarity-hero {
  min-height: auto;
  padding: 142px 24px 92px;
  background:
    radial-gradient(circle at 80% 16%, rgba(8,120,255,.13), transparent 31%),
    radial-gradient(circle at 15% 80%, rgba(90,83,235,.08), transparent 27%);
}
.home-clarity-hero .home-clarity-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
  text-align: left;
}
.home-clarity-hero .hero-brand-logo {
  width: min(250px, 42vw);
  margin: 0 0 24px;
}
.home-clarity-hero .eyebrow {
  background: rgba(255,255,255,.83);
  border-color: rgba(0,79,176,.14);
  color: #24415f;
}
.home-clarity-hero h1 {
  max-width: 800px;
  margin: 25px 0 23px;
  font-size: clamp(48px, 6.1vw, 86px);
  line-height: .99;
  letter-spacing: -.068em;
  text-wrap: balance;
}
html[lang="en"] .home-clarity-hero h1 {
  font-size: clamp(45px, 5.45vw, 78px);
  letter-spacing: -.058em;
}
.home-clarity-hero .hero-lead {
  max-width: 720px;
  margin: 0;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.72;
  color: #526174;
}
.home-clarity-hero .hero-product-actions {
  justify-content: flex-start;
  margin-top: 31px;
}
.home-clarity-hero .hero-product-actions .button {
  min-height: 56px;
  padding-inline: 25px;
  font-weight: 730;
}
.home-clarity-hero .hero-product-actions .button.ghost {
  border-color: rgba(8,120,255,.17);
  color: #075fca;
  background: rgba(255,255,255,.86);
}
.hero-choice-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  color: #325170;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.hero-choice-link:hover { color: var(--accent); }
.hero-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}
.hero-proof-list span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 11px;
  border: 1px solid rgba(15,23,42,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.66);
  color: #536171;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.hero-proof-list span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #0b79e8;
  box-shadow: 0 0 0 3px rgba(11,121,232,.1);
}
.hero-route-panel {
  position: relative;
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.09);
  border-radius: 32px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 30px 80px rgba(26,55,94,.13);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.hero-route-panel::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -100px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8,120,255,.18), transparent 70%);
  pointer-events: none;
}
.route-panel-heading { position: relative; z-index: 1; margin-bottom: 18px; }
.route-panel-heading > span {
  color: #075fca;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.route-panel-heading h2 {
  margin: 8px 0 0;
  color: #101927;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.12;
  letter-spacing: -.045em;
}
.route-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 126px;
  margin-top: 12px;
  padding: 18px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 21px;
  color: #172033;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(23,42,69,.055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.route-card:hover {
  transform: translateY(-3px);
  border-color: rgba(8,120,255,.23);
  box-shadow: 0 18px 40px rgba(23,42,69,.11);
}
.route-cloud {
  background: linear-gradient(145deg, #f4f9ff, #eaf4ff);
  border-color: rgba(8,120,255,.13);
}
.route-index {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #075fca;
  background: #eaf3ff;
  font-size: 11px;
  font-weight: 850;
}
.route-cloud .route-index { background: #075fca; color: #fff; }
.route-content { min-width: 0; display: grid; gap: 3px; }
.route-content small { color: #6f7b89; font-size: 11px; font-weight: 700; }
.route-content strong { font-size: clamp(19px, 2vw, 25px); letter-spacing: -.035em; }
.route-content > span { color: #667383; font-size: 12px; line-height: 1.45; }
.route-arrow { color: #075fca; font-size: 20px; font-weight: 800; }
.route-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 19px;
  color: #5f6f82;
  font-size: 11px;
  font-weight: 780;
}
.route-flow span { padding: 6px 9px; border-radius: 999px; background: #f2f5f9; }
.route-flow i { color: #0b79e8; font-style: normal; }

.service-guide-section {
  padding-top: 94px;
  background: linear-gradient(180deg, #f8fbff 0%, #f5f5f7 100%);
  border-top: 1px solid rgba(15,23,42,.055);
  border-bottom: 1px solid rgba(15,23,42,.055);
}
.service-guide-section .section-heading { max-width: 850px; }
.service-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.service-choice-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: clamp(28px, 3.4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(24,47,80,.07);
}
.service-choice-card::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  top: -135px;
  right: -105px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8,120,255,.15), transparent 70%);
  pointer-events: none;
}
.choice-cloud {
  background: linear-gradient(145deg, #0d203c 0%, #0a4a8f 100%);
  color: #fff;
  border-color: rgba(255,255,255,.12);
}
.choice-cloud::after { background: radial-gradient(circle, rgba(68,179,255,.26), transparent 70%); }
.choice-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.choice-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #eaf3ff;
  color: #075fca;
  font-size: 12px;
  font-weight: 850;
}
.choice-cloud .choice-number { color: #fff; background: rgba(255,255,255,.13); }
.choice-stage { color: #075fca; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.choice-cloud .choice-stage { color: #8dc8ff; }
.service-choice-card h3 {
  position: relative;
  z-index: 1;
  margin: 31px 0 14px;
  font-size: clamp(30px, 3.4vw, 45px);
  line-height: 1.08;
  letter-spacing: -.055em;
}
html[lang="en"] .service-choice-card h3 { font-size: clamp(27px, 3vw, 39px); }
.service-choice-card > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #647183;
  font-size: 16px;
  line-height: 1.75;
}
.choice-cloud > p { color: rgba(255,255,255,.7); }
.choice-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 25px 0 28px;
  padding: 0;
  list-style: none;
}
.choice-list li {
  position: relative;
  padding-left: 25px;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}
.choice-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #07865e;
  font-weight: 900;
}
.choice-cloud .choice-list li { color: rgba(255,255,255,.8); }
.choice-cloud .choice-list li::before { color: #63e3ba; }
.choice-recommendation {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  margin-top: auto;
  margin-bottom: 17px;
  padding: 15px 17px;
  border: 1px solid rgba(8,120,255,.12);
  border-radius: 16px;
  background: #f4f8ff;
}
.choice-recommendation small { color: #657489; font-size: 10px; font-weight: 750; }
.choice-recommendation strong { color: #075fca; font-size: 20px; letter-spacing: -.025em; }
.choice-cloud .choice-recommendation { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.09); }
.choice-cloud .choice-recommendation small { color: rgba(255,255,255,.58); }
.choice-cloud .choice-recommendation strong { color: #fff; }
.service-choice-card > .button { position: relative; z-index: 1; align-self: flex-start; }
.choice-cloud > .button.primary { color: #075fca; background: #fff; }
.service-combined {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
  gap: 34px;
  align-items: center;
  margin-top: 20px;
  padding: clamp(27px, 3.4vw, 42px);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(24,47,80,.055);
}
.combined-copy h3 { margin: 9px 0 10px; font-size: clamp(26px, 3vw, 39px); letter-spacing: -.05em; }
.combined-copy p { margin: 0; color: #647183; line-height: 1.72; }
.combined-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 0; padding: 0; list-style: none; }
.combined-flow li { min-width: 0; padding: 15px 12px; border-radius: 16px; background: #f3f7fb; text-align: center; }
.combined-flow li span { display: grid; place-items: center; width: 25px; height: 25px; margin: 0 auto 9px; border-radius: 50%; background: #075fca; color: #fff; font-size: 10px; font-weight: 850; }
.combined-flow li b { display: block; color: #182336; font-size: 13px; }
.combined-flow li small { display: block; margin-top: 4px; color: #6a7787; font-size: 9px; line-height: 1.35; }

@media screen and (max-width: 1080px) {
  .home-clarity-hero .home-clarity-layout { grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr); gap: 32px; }
  .home-clarity-hero h1 { font-size: clamp(45px, 6.3vw, 68px); }
}
@media screen and (max-width: 900px) {
  .home-clarity-hero { padding-top: 118px; }
  .home-clarity-hero .home-clarity-layout { grid-template-columns: 1fr; }
  .home-clarity-hero .hero-message { text-align: center; }
  .home-clarity-hero .hero-brand-logo { margin-left: auto; margin-right: auto; }
  .home-clarity-hero h1, .home-clarity-hero .hero-lead { margin-left: auto; margin-right: auto; }
  .home-clarity-hero .hero-product-actions, .hero-proof-list { justify-content: center; }
  .hero-route-panel { width: min(100%, 720px); margin: 15px auto 0; }
  .service-combined { grid-template-columns: 1fr; }
}
@media screen and (max-width: 680px) {
  .home-clarity-hero { padding: 101px 16px 66px; }
  .home-clarity-hero .hero-brand-logo { width: min(220px, 67vw); margin-bottom: 17px; }
  .home-clarity-hero .eyebrow { justify-content: center; font-size: 9px; line-height: 1.4; text-align: center; }
  .home-clarity-hero h1 { margin-top: 21px; font-size: clamp(38px, 11.5vw, 49px); line-height: 1.01; }
  html[lang="en"] .home-clarity-hero h1 { font-size: clamp(34px, 9.7vw, 43px); line-height: 1.04; }
  .home-clarity-hero .hero-lead { font-size: 15.5px; line-height: 1.72; }
  .home-clarity-hero .hero-product-actions { display: grid; width: 100%; gap: 10px; }
  .home-clarity-hero .hero-product-actions .button { width: 100%; min-height: 53px; padding-inline: 17px; }
  .hero-choice-link { justify-content: center; font-size: 12px; }
  .hero-proof-list { gap: 7px; margin-top: 20px; }
  .hero-proof-list span { min-height: 29px; padding: 5px 9px; font-size: 9.5px; }
  .hero-route-panel { padding: 20px 16px; border-radius: 24px; }
  .route-panel-heading h2 { font-size: 27px; }
  .route-card { min-height: 112px; grid-template-columns: auto 1fr auto; gap: 10px; padding: 14px 12px; border-radius: 17px; }
  .route-index { width: 32px; height: 32px; border-radius: 10px; font-size: 9px; }
  .route-content strong { font-size: 18px; }
  .route-content > span { font-size: 10.5px; }
  .route-arrow { font-size: 17px; }
  .route-flow { gap: 5px; font-size: 9.5px; }
  .route-flow span { padding: 5px 7px; }
  .service-guide-section { padding-top: 68px; }
  .service-choice-grid { grid-template-columns: 1fr; gap: 15px; }
  .service-choice-card { min-height: 0; padding: 25px 20px; border-radius: 24px; }
  .service-choice-card h3, html[lang="en"] .service-choice-card h3 { margin-top: 25px; font-size: clamp(29px, 8.6vw, 38px); }
  .service-choice-card > p { font-size: 15px; }
  .choice-list { margin: 22px 0 24px; }
  .choice-list li { font-size: 13px; }
  .service-choice-card > .button { width: 100%; }
  .service-combined { margin-top: 15px; padding: 24px 18px; border-radius: 23px; }
  .combined-copy h3 { font-size: 30px; }
  .combined-copy p { font-size: 14px; }
  .combined-flow { grid-template-columns: 1fr; }
  .combined-flow li { display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; column-gap: 10px; text-align: left; }
  .combined-flow li span { grid-row: 1 / 3; margin: 0; align-self: center; }
  .combined-flow li b, .combined-flow li small { grid-column: 2; }
}
@media screen and (max-width: 370px) {
  .home-clarity-hero h1 { font-size: 36px; }
  html[lang="en"] .home-clarity-hero h1 { font-size: 32px; }
  .hero-proof-list span { white-space: normal; }
  .route-card { grid-template-columns: 1fr auto; }
  .route-index { display: none; }
}

@media screen and (max-width: 1100px) {
  .desktop-nav,
  .nav-actions .button { display: none; }
  .menu-button { display: grid; position: relative; }
}


/* v1.13: premium, Apple-inspired homepage system. Original design; no Apple assets or copied layouts. */
:root {
  --premium-blue: #0071e3;
  --premium-blue-hover: #0077ed;
  --premium-ink: #1d1d1f;
  --premium-muted: #6e6e73;
  --premium-canvas: #f5f5f7;
}

.site-header { background: rgba(251, 251, 253, .72); border-bottom-color: rgba(0,0,0,.055); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); }
.site-header.scrolled { background: rgba(251, 251, 253, .86); }
.nav-wrap { height: 58px; width: min(calc(100% - 40px), 1180px); }
.brand-mark { width: 29px; border-radius: 9px; background: #1d1d1f; box-shadow: none; }
.brand-name { font-size: 17px; font-weight: 650; }
.desktop-nav { gap: 25px; font-size: 12px; color: #454549; }
.nav-actions { gap: 8px; }
.site-header .button { min-height: 34px; padding: 0 14px; font-size: 12px; box-shadow: none; }
.lang-switch { font-size: 12px; color: #515154; }
.mobile-panel { inset: 58px 0 0; background: rgba(251,251,253,.97); }

.apple-home-hero {
  min-height: 0;
  padding: 132px 24px 92px;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 43%, rgba(41,151,255,.11), transparent 30rem),
    linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 100%);
}
.apple-home-hero::before,
.apple-home-hero::after { display: none; }
.apple-home-inner { width: min(100%, 1180px); text-align: center; }
.apple-hero-copy { max-width: 990px; margin: 0 auto; }
.apple-overline {
  display: block;
  margin-bottom: 23px;
  color: var(--premium-blue);
  font-size: 14px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: .015em;
}
.apple-home-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--premium-ink);
  font-size: clamp(58px, 7.2vw, 92px);
  line-height: .98;
  letter-spacing: -.067em;
  font-weight: 760;
}
.apple-home-hero h1 span {
  color: transparent;
  background: linear-gradient(92deg, #1d1d1f 0%, #4b4b50 42%, #0071e3 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
html[lang="en"] .apple-home-hero h1 { font-size: clamp(54px, 6.6vw, 84px); letter-spacing: -.057em; }
.apple-hero-lead {
  max-width: 780px;
  margin: 28px auto 0;
  color: var(--premium-muted);
  font-size: clamp(18px, 1.75vw, 22px);
  line-height: 1.55;
  letter-spacing: -.018em;
}
.apple-hero-actions { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 31px; }
.apple-hero-actions .button.primary {
  min-height: 48px;
  padding-inline: 25px;
  background: var(--premium-blue);
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
}
.apple-hero-actions .button.primary:hover { background: var(--premium-blue-hover); box-shadow: none; transform: none; }
.apple-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--premium-blue);
  font-size: 18px;
  font-weight: 500;
}
.apple-text-link span { font-size: 28px; line-height: 0; transform: translateY(-1px); transition: transform .2s ease; }
.apple-text-link:hover span { transform: translate(3px, -1px); }
.apple-choice-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  color: #7a7a80;
  font-size: 12px;
}

.apple-workflow-stage { position: relative; max-width: 1120px; margin: 66px auto 0; text-align: left; }
.workflow-ambient {
  position: absolute;
  inset: 8% 8% -8%;
  border-radius: 50%;
  background: linear-gradient(100deg, rgba(0,113,227,.30), rgba(90,200,250,.18), rgba(94,92,230,.22));
  filter: blur(78px);
  opacity: .55;
}
.workflow-window {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 34px;
  color: #f5f5f7;
  background: linear-gradient(145deg, #121216 0%, #050506 100%);
  box-shadow: 0 42px 100px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08);
}
.workflow-window-bar {
  height: 52px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.56);
  font-size: 11px;
}
.workflow-brand { color: rgba(255,255,255,.82); font-weight: 650; letter-spacing: -.02em; }
.workflow-status { display: inline-flex; align-items: center; gap: 7px; }
.workflow-status i { width: 6px; height: 6px; border-radius: 50%; background: #30d158; box-shadow: 0 0 12px rgba(48,209,88,.7); }
.workflow-products { display: grid; grid-template-columns: 1fr 84px 1fr; min-height: 440px; }
.workflow-product {
  min-width: 0;
  padding: 42px 38px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  transition: background .25s ease;
}
.workflow-product:hover { background: rgba(255,255,255,.035); }
.workflow-validate { border-right: 1px solid rgba(255,255,255,.07); }
.workflow-operate { border-left: 1px solid rgba(255,255,255,.07); }
.workflow-copy { max-width: 390px; position: relative; z-index: 2; }
.workflow-eyebrow { color: #64d2ff; font-size: 11px; font-weight: 700; letter-spacing: .09em; }
.workflow-product h2 { margin: 11px 0 9px; font-size: clamp(28px, 3vw, 39px); line-height: 1.04; letter-spacing: -.045em; }
.workflow-product p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.62; }
.workflow-open { margin-top: auto; padding-top: 21px; color: #2997ff; font-size: 14px; font-weight: 550; }
.workflow-open b { margin-left: 4px; }
.workflow-dashboard {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 29px;
  padding-bottom: 130px;
}
.workflow-metric { min-width: 0; padding: 12px 12px 11px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.055); }
.workflow-metric small { display: block; color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .06em; }
.workflow-metric strong { display: block; margin-top: 5px; font-size: 17px; letter-spacing: -.04em; }
.workflow-chart { position: absolute; left: -5px; right: -5px; bottom: -2px; height: 118px; opacity: .95; }
.workflow-chart svg { width: 100%; height: 100%; }
.workflow-transition { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.workflow-transition i { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; color: #2997ff; font-style: normal; font-size: 16px; }
.workflow-network { position: relative; height: 230px; margin-top: 18px; }
.workflow-network svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.workflow-network svg path { fill: none; stroke: rgba(41,151,255,.35); stroke-width: 1.2; stroke-dasharray: 5 7; }
.network-hub {
  position: absolute;
  z-index: 2;
  left: 50%; top: 50%;
  width: 104px; height: 104px;
  transform: translate(-50%, -50%);
  display: grid;
  place-content: center;
  border: 1px solid rgba(100,210,255,.38);
  border-radius: 25px;
  background: radial-gradient(circle at 35% 20%, rgba(100,210,255,.28), transparent 42%), linear-gradient(145deg, rgba(0,113,227,.55), rgba(12,23,52,.92));
  box-shadow: 0 20px 50px rgba(0,113,227,.22), inset 0 1px 0 rgba(255,255,255,.18);
  text-align: center;
}
.network-hub span { color: #64d2ff; font-size: 12px; }
.network-hub b { font-size: 21px; letter-spacing: -.04em; }
.network-node { position: absolute; z-index: 2; min-width: 70px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.68); font-size: 9px; text-align: center; }
.network-node::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #30d158; }
.network-node.n1 { left: 2%; top: 8%; }.network-node.n2 { right: 2%; top: 8%; }.network-node.n3 { left: 1%; bottom: 7%; }.network-node.n4 { right: 1%; bottom: 7%; }
.workflow-footer { height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px; border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.40); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.workflow-footer i { width: 38px; height: 1px; background: linear-gradient(90deg, rgba(41,151,255,.2), #2997ff, rgba(41,151,255,.2)); }

.service-guide-section {
  padding-top: 112px;
  background: #fff;
  border: 0;
}
.service-guide-section .section-heading { max-width: 760px; margin-bottom: 48px; }
.service-guide-section .section-heading .kicker { font-size: 13px; font-weight: 600; }
.service-guide-section .section-heading h2 { font-size: clamp(42px, 5.2vw, 68px); letter-spacing: -.06em; }
.service-guide-section .section-heading p { color: var(--premium-muted); }
.service-choice-grid { gap: 22px; }
.service-choice-card {
  min-height: 0;
  padding: 38px;
  border: 0;
  border-radius: 28px;
  background: var(--premium-canvas);
  box-shadow: none;
}
.service-choice-card::after { display: none; }
.choice-cloud { color: var(--premium-ink); background: #edf5ff; }
.choice-card-top { justify-content: flex-start; gap: 12px; }
.choice-number { width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--premium-blue); }
.choice-cloud .choice-number { color: #fff; background: var(--premium-blue); }
.choice-stage, .choice-cloud .choice-stage { color: var(--premium-blue); font-size: 10px; letter-spacing: .08em; }
.service-choice-card h3,
html[lang="en"] .service-choice-card h3 { margin: 27px 0 12px; color: var(--premium-ink); font-size: clamp(29px, 3vw, 39px); line-height: 1.08; }
.service-choice-card > p,
.choice-cloud > p { color: var(--premium-muted); font-size: 15px; line-height: 1.68; }
.choice-list { gap: 10px; margin: 24px 0; }
.choice-list li,
.choice-cloud .choice-list li { color: #424245; font-size: 13px; }
.choice-list li::before,
.choice-cloud .choice-list li::before { color: var(--premium-blue); }
.choice-recommendation,
.choice-cloud .choice-recommendation { margin-top: 5px; margin-bottom: 18px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.choice-recommendation small,
.choice-cloud .choice-recommendation small { color: #86868b; }
.choice-recommendation strong,
.choice-cloud .choice-recommendation strong { color: var(--premium-ink); font-size: 18px; }
.service-choice-card > .button,
.choice-cloud > .button.primary { min-height: 42px; padding-inline: 19px; color: #fff; background: var(--premium-blue); box-shadow: none; }
.service-choice-card > .button:hover { transform: none; background: var(--premium-blue-hover); box-shadow: none; }
.service-combined { margin-top: 22px; padding: 30px 34px; border: 0; border-radius: 24px; background: #f5f5f7; box-shadow: none; }
.combined-flow li { background: #fff; }

@media screen and (max-width: 900px) {
  .apple-home-hero { padding-top: 116px; }
  .apple-home-hero h1 { font-size: clamp(50px, 10vw, 76px); }
  html[lang="en"] .apple-home-hero h1 { font-size: clamp(46px, 8.6vw, 66px); }
  .workflow-products { grid-template-columns: 1fr; }
  .workflow-transition { min-height: 62px; flex-direction: row; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
  .workflow-validate, .workflow-operate { border: 0; }
  .workflow-product { min-height: 420px; }
  .workflow-network { max-width: 520px; width: 100%; margin-left: auto; margin-right: auto; }
}

@media screen and (max-width: 680px) {
  .nav-wrap { width: min(calc(100% - 28px), 1180px); }
  .apple-home-hero { padding: 104px 16px 62px; }
  .apple-overline { margin-bottom: 18px; font-size: 11px; }
  .apple-home-hero h1 { font-size: clamp(41px, 12vw, 54px); line-height: 1.01; letter-spacing: -.062em; }
  html[lang="en"] .apple-home-hero h1 { font-size: clamp(37px, 10.5vw, 49px); line-height: 1.02; }
  .apple-hero-lead { margin-top: 21px; font-size: 16px; line-height: 1.58; }
  .apple-hero-actions { display: grid; gap: 17px; margin-top: 27px; }
  .apple-hero-actions .button.primary { width: 100%; min-height: 49px; }
  .apple-text-link { justify-content: center; font-size: 16px; }
  .apple-choice-link { margin-top: 19px; font-size: 11px; }
  .apple-workflow-stage { margin-top: 45px; }
  .workflow-window { border-radius: 24px; }
  .workflow-window-bar { height: 45px; padding: 0 17px; }
  .workflow-product { min-height: 376px; padding: 29px 21px 24px; }
  .workflow-product h2 { font-size: 29px; }
  .workflow-product p { font-size: 13px; }
  .workflow-dashboard { margin-top: 23px; padding-bottom: 111px; }
  .workflow-metric { padding: 10px 8px; }
  .workflow-metric strong { font-size: 14px; }
  .workflow-chart { height: 101px; }
  .workflow-network { height: 205px; }
  .network-hub { width: 92px; height: 92px; border-radius: 22px; }
  .network-node { min-width: 62px; padding: 7px 7px; font-size: 8px; }
  .workflow-footer { gap: 8px; }
  .workflow-footer i { width: 20px; }
  .service-guide-section { padding-top: 76px; }
  .service-guide-section .section-heading h2 { font-size: clamp(37px, 10vw, 48px); }
  .service-choice-grid { gap: 14px; }
  .service-choice-card { padding: 26px 21px; border-radius: 23px; }
  .service-choice-card h3,
  html[lang="en"] .service-choice-card h3 { margin-top: 23px; font-size: 30px; }
  .service-combined { padding: 25px 19px; }
}

@media screen and (max-width: 370px) {
  .apple-home-hero h1 { font-size: 38px; }
  html[lang="en"] .apple-home-hero h1 { font-size: 35px; }
  .workflow-product { padding-inline: 17px; }
  .network-node { min-width: 57px; font-size: 7px; }
}


/* v1.14: conversion, trust, and metadata clarity */
.hero-action-unit {
  display: grid;
  justify-items: center;
  gap: 8px;
}
.hero-action-unit > small {
  color: #6e6e73;
  font-size: 11px;
  line-height: 1.35;
}
.button.premium-secondary {
  min-height: 48px;
  padding-inline: 24px;
  border: 1px solid #c7dfff;
  color: #0066cc;
  background: rgba(255,255,255,.72);
  box-shadow: none;
  backdrop-filter: blur(14px);
}
.button.premium-secondary:hover {
  color: #fff;
  border-color: #0071e3;
  background: #0071e3;
  transform: none;
  box-shadow: none;
}
.hero-trust-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px auto 0;
  color: #7b7b80;
  font-size: 11px;
}
.hero-trust-row i { width: 3px; height: 3px; border-radius: 50%; background: #b9b9bf; }
.proof-strip-section { padding: 0 24px 28px; background: #fff; }
.proof-strip-inner {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.proof-offer {
  position: relative;
  min-width: 0;
  padding: 22px 58px 22px 24px;
  border: 1px solid #e5e5e7;
  border-radius: 22px;
  background: #fbfbfd;
  color: #1d1d1f;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.proof-offer:hover { transform: translateY(-2px); border-color: #c8ddf5; box-shadow: 0 16px 40px rgba(28,55,92,.08); }
.proof-offer span { display: block; color: #86868b; font-size: 11px; font-weight: 650; }
.proof-offer b { display: block; margin-top: 7px; font-size: 23px; letter-spacing: -.035em; }
.proof-offer small { display: block; margin-top: 6px; color: #6e6e73; font-size: 12px; line-height: 1.5; }
.proof-offer em { position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: #0071e3; font-size: 18px; font-style: normal; }
.choice-offer-note { display: block; margin-top: 9px; color: #6e6e73; font-size: 11px; }
.product-visual { position: relative; }
.ui-preview-label {
  position: absolute;
  z-index: 8;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.8);
  background: rgba(7,13,25,.64);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .03em;
  backdrop-filter: blur(10px);
}
.product-offer-note { margin: 17px 0 0; color: #6e6e73; font-size: 12px; line-height: 1.55; }
.dark-card .product-offer-note { color: rgba(255,255,255,.62); }
.research-badge {
  display: inline-flex;
  margin: 14px 0 0;
  padding: 6px 9px;
  border-radius: 999px;
  color: #8a4b00;
  background: #fff1d6;
  font-size: 10px;
  font-weight: 750;
}
.principles-brand-lockup { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.principles-brand-lockup .brand-mark { background: #fff; color: #111116; }
.principles-brand-name { color: #fff; font-size: 27px; font-weight: 720; letter-spacing: -.045em; }
.cta-conditions { margin: 22px 0 0 !important; color: rgba(255,255,255,.62) !important; font-size: 11px !important; }

@media screen and (max-width: 820px) {
  .proof-strip-inner { grid-template-columns: 1fr; }
}
@media screen and (max-width: 680px) {
  .apple-hero-actions { width: 100%; }
  .hero-action-unit { width: 100%; }
  .hero-action-unit .button { width: 100%; justify-content: center; }
  .proof-strip-section { padding: 0 16px 22px; }
  .proof-offer { padding: 20px 50px 20px 20px; border-radius: 19px; }
  .proof-offer b { font-size: 20px; }
  .ui-preview-label { top: 10px; right: 10px; font-size: 8px; }
}


/* v1.16 EA Research Lab */
.lab-landing-hero { padding: 142px 24px 74px; overflow: hidden; background: radial-gradient(circle at 78% 18%, rgba(41,151,255,.12), transparent 30%); }
.lab-hero-grid { display:grid; grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr); gap:clamp(36px,6vw,76px); align-items:center; }
.lab-hero-copy h1 { margin:18px 0 24px; font-size:clamp(48px,6.4vw,84px); line-height:1.02; letter-spacing:-.068em; }
.lab-hero-copy p { max-width:660px; color:var(--muted); font-size:clamp(17px,1.7vw,21px); line-height:1.8; }
.lab-hero-image { margin:0; overflow:hidden; border-radius:32px; box-shadow:0 38px 90px rgba(8,20,41,.22); background:#071226; }
.lab-hero-image img { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; }
.lab-principles { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.lab-principle { min-height:260px; padding:30px; border-radius:26px; background:#fff; border:1px solid var(--line); box-shadow:0 14px 34px rgba(22,35,55,.055); }
.lab-principle b { color:var(--accent); font-size:12px; letter-spacing:.08em; }
.lab-principle h3 { margin:42px 0 13px; font-size:24px; letter-spacing:-.04em; }
.lab-principle p { color:var(--muted); line-height:1.75; }
.lab-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.lab-card { overflow:hidden; display:flex; flex-direction:column; min-width:0; border-radius:28px; background:#fff; border:1px solid var(--line); transition:transform .25s ease, box-shadow .25s ease; }
.lab-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-soft); }
.lab-card-media { overflow:hidden; background:#071226; }
.lab-card-media img { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; transition:transform .45s ease; }
.lab-card:hover img { transform:scale(1.025); }
.lab-card-body { min-height:330px; padding:30px; display:flex; flex-direction:column; }
.lab-card-body .tag { color:var(--accent); font-size:11px; font-weight:800; letter-spacing:.08em; }
.lab-card-body h2 { margin:20px 0 12px; font-size:clamp(25px,3vw,34px); line-height:1.18; letter-spacing:-.045em; }
.lab-card-body p { margin:0; color:var(--muted); line-height:1.75; }
.lab-card-body .read { margin-top:auto; padding-top:28px; color:var(--accent); font-weight:700; }
.lab-method { display:grid; grid-template-columns:.8fr 1.2fr; gap:50px; align-items:center; }
.lab-method h2 { margin:14px 0 18px; font-size:clamp(38px,5vw,64px); letter-spacing:-.06em; line-height:1.02; }
.lab-method p { color:rgba(255,255,255,.62); line-height:1.8; }
.lab-method-flow { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }
.lab-method-flow span { min-height:120px; padding:20px 14px; border-radius:18px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); color:#6db8ff; font-size:11px; }
.lab-method-flow b { display:block; margin-top:30px; color:#fff; font-size:15px; }
.lab-article-hero .article-hero-media { background:#071226; }
.lab-prose code:not(pre code) { padding:.12em .4em; border-radius:6px; background:#eef3f9; color:#17324f; font-size:.9em; }
.lab-code { margin:22px 0 30px; overflow:hidden; border-radius:20px; background:#071426; box-shadow:0 18px 42px rgba(9,25,45,.16); }
.lab-code-bar { min-height:48px; padding:0 16px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,.08); color:#85c9ff; font-size:11px; font-weight:800; letter-spacing:.08em; }
.lab-code-bar button { border:1px solid rgba(255,255,255,.14); border-radius:999px; padding:7px 12px; background:rgba(255,255,255,.06); color:#dcecff; cursor:pointer; }
.lab-code pre { margin:0; padding:22px; overflow:auto; color:#d8e8f8; font:13px/1.72 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace; tab-size:3; }
.lab-download { margin:22px 0 34px; padding:20px 22px; display:flex; align-items:center; justify-content:space-between; gap:20px; border:1px solid #cfe2fa; border-radius:20px; background:linear-gradient(145deg,#f2f8ff,#fff); }
.lab-download strong { display:block; color:#1a2c43; }
.lab-download p { margin:6px 0 0; color:#6e7784!important; font-size:12px; line-height:1.55!important; }
.lab-reference-list { padding-left:1.2em; }
.lab-reference-list a { word-break:break-word; }
.lab-steps { margin:22px 0 30px; padding:0!important; list-style:none; counter-reset:lab-step; }
.lab-steps li { display:grid; grid-template-columns:180px 1fr; gap:18px; padding:18px 0; border-bottom:1px solid #e9edf2; counter-increment:lab-step; }
.lab-steps b::before { content:"0" counter(lab-step) " "; color:var(--accent); font-size:11px; letter-spacing:.08em; }
.lab-steps span { color:#5e6570; line-height:1.7; }
.lab-architecture { display:grid; gap:10px; margin:22px 0 30px; }
.lab-architecture div { display:grid; grid-template-columns:190px 1fr; gap:20px; padding:18px 20px; border-radius:16px; border:1px solid #dfe7f0; background:linear-gradient(145deg,#f7fbff,#fff); }
.lab-architecture b { color:#1d2d43; }
.lab-architecture span { color:#66707c; }
.lab-dependency { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:11px; }
.lab-dependency span { padding:15px 18px; border-radius:14px; background:#fff; border:1px solid #dce5ef; color:#243448; font-weight:700; }
.lab-dependency b { color:var(--accent); }
@media(max-width:900px){.lab-hero-grid,.lab-method{grid-template-columns:1fr}.lab-principles{grid-template-columns:1fr}.lab-method-flow{grid-template-columns:repeat(5,minmax(92px,1fr));overflow-x:auto;padding-bottom:8px}.lab-landing-hero{padding-top:116px}.lab-hero-copy h1{font-size:clamp(44px,9vw,68px)}}
@media(max-width:680px){.lab-grid{grid-template-columns:1fr}.lab-card-body{min-height:280px;padding:23px}.lab-landing-hero{padding:104px 18px 46px}.lab-hero-copy h1{font-size:clamp(38px,11vw,54px)}.lab-hero-image{border-radius:20px}.lab-principle{min-height:220px;padding:24px}.lab-steps li,.lab-architecture div{grid-template-columns:1fr;gap:7px}.lab-download{align-items:stretch;flex-direction:column}.lab-download .button{width:100%;text-align:center}.lab-code pre{padding:18px;font-size:12px}.lab-method-flow{grid-template-columns:repeat(5,104px)}}

.lab-home-panel{display:grid;grid-template-columns:.88fr 1.12fr;gap:38px;align-items:center;padding:clamp(28px,5vw,58px);border-radius:32px;background:#0a1322;color:#fff;overflow:hidden}.lab-home-panel h2{margin:15px 0 16px;font-size:clamp(36px,5vw,62px);line-height:1.04;letter-spacing:-.06em}.lab-home-panel p{color:rgba(255,255,255,.64);line-height:1.75}.lab-home-panel img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:22px}.lab-home-panel .button{margin-top:14px}@media(max-width:820px){.lab-home-panel{grid-template-columns:1fr}.lab-home-panel img{order:-1}}


/* =========================================================
   v1.19 Home EA Research Lab — compact editorial workflow
   Replaces the oversized raster poster with a semantic UI.
   ========================================================= */
.home-lab-teaser {
  scroll-margin-top: 76px;
  padding-top: clamp(68px, 7vw, 104px);
  padding-bottom: clamp(68px, 7vw, 104px);
}

.lab-home-panel.lab-home-panel-v119 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
  min-height: 520px;
  padding: clamp(38px, 5vw, 68px);
  border: 1px solid rgba(130, 176, 232, .14);
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(36, 123, 255, .18), transparent 30%),
    linear-gradient(145deg, #081221 0%, #0a1526 55%, #0b192d 100%);
  box-shadow: 0 34px 88px rgba(12, 28, 52, .18);
  color: #fff;
}

.lab-home-panel.lab-home-panel-v119::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .17;
  background-image:
    linear-gradient(rgba(91, 169, 255, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 169, 255, .14) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, transparent 38%, #000 65%, #000 100%);
}

.lab-home-copy,
.lab-home-workflow {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.lab-home-copy {
  max-width: 455px;
}

.lab-home-panel.lab-home-panel-v119 .kicker {
  color: #62b7ff;
  font-size: 11px;
  letter-spacing: .09em;
}

.lab-home-panel.lab-home-panel-v119 h2 {
  max-width: 9.2em;
  margin: 16px 0 18px;
  font-size: clamp(38px, 3.55vw, 52px);
  line-height: 1.12;
  letter-spacing: -.047em;
  text-wrap: balance;
}

.lab-home-panel.lab-home-panel-v119 h2 span {
  color: #f5f8fc;
}

.lab-home-panel.lab-home-panel-v119 p {
  max-width: 420px;
  margin: 0;
  color: rgba(224, 234, 246, .68);
  font-size: clamp(14px, 1.12vw, 17px);
  line-height: 1.78;
}

.lab-home-panel.lab-home-panel-v119 .button {
  margin-top: 24px;
}

.lab-home-workflow {
  padding: clamp(25px, 3vw, 36px);
  border: 1px solid rgba(99, 181, 255, .22);
  border-radius: 28px;
  background: linear-gradient(155deg, rgba(19, 48, 83, .88), rgba(10, 27, 49, .92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 24px 58px rgba(0, 9, 24, .22);
}

.lab-home-workflow-head {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(145, 199, 255, .13);
}

.lab-home-workflow-head > span {
  display: block;
  margin-bottom: 10px;
  color: #66baff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.lab-home-workflow-head strong {
  display: block;
  color: #f6f9fd;
  font-size: clamp(23px, 2.05vw, 31px);
  line-height: 1.16;
  letter-spacing: -.035em;
}

.lab-home-workflow-head p {
  margin-top: 9px !important;
  color: rgba(213, 228, 245, .62) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.lab-home-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.lab-home-flow li {
  min-width: 0;
  min-height: 126px;
  padding: 18px;
  border: 1px solid rgba(102, 186, 255, .18);
  border-radius: 18px;
  background: rgba(7, 21, 39, .48);
}

.lab-home-flow li > span {
  display: block;
  color: #62b7ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.lab-home-flow strong {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -.01em;
}

.lab-home-flow small {
  display: block;
  margin-top: 6px;
  color: rgba(205, 222, 240, .61);
  font-size: 11px;
  line-height: 1.45;
}

.lab-home-workflow-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 20px;
  color: #70bdff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}

.lab-home-workflow-foot span:not(:last-child)::after {
  content: "•";
  margin-left: 16px;
  color: rgba(112, 189, 255, .55);
}

html[lang="en"] .lab-home-panel.lab-home-panel-v119 h2 {
  max-width: 10.8em;
  font-size: clamp(36px, 3.25vw, 49px);
  line-height: 1.13;
}

@media screen and (max-width: 980px) {
  .lab-home-panel.lab-home-panel-v119 {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    min-height: 0;
  }

  .lab-home-copy {
    max-width: 650px;
  }

  .lab-home-panel.lab-home-panel-v119 h2,
  html[lang="en"] .lab-home-panel.lab-home-panel-v119 h2 {
    max-width: 12em;
  }

  .lab-home-panel.lab-home-panel-v119 p {
    max-width: 600px;
  }
}

@media screen and (max-width: 680px) {
  .home-lab-teaser {
    padding: 54px 16px;
  }

  .lab-home-panel.lab-home-panel-v119 {
    gap: 28px;
    padding: 28px 22px;
    border-radius: 25px;
  }

  .lab-home-panel.lab-home-panel-v119::before {
    background-size: 52px 52px;
    mask-image: linear-gradient(180deg, transparent 0%, transparent 30%, #000 68%, #000 100%);
  }

  .lab-home-panel.lab-home-panel-v119 h2,
  html[lang="en"] .lab-home-panel.lab-home-panel-v119 h2 {
    max-width: none;
    margin: 13px 0 15px;
    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.15;
  }

  .lab-home-panel.lab-home-panel-v119 p {
    font-size: 14px;
    line-height: 1.7;
  }

  .lab-home-panel.lab-home-panel-v119 .button {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .lab-home-workflow {
    padding: 22px 18px;
    border-radius: 21px;
  }

  .lab-home-workflow-head strong {
    font-size: clamp(21px, 6.1vw, 26px);
  }

  .lab-home-flow {
    gap: 9px;
  }

  .lab-home-flow li {
    min-height: 112px;
    padding: 15px;
  }

  .lab-home-flow strong {
    margin-top: 16px;
    font-size: 16px;
  }

  .lab-home-workflow-foot {
    gap: 7px 10px;
    font-size: 8px;
  }

  .lab-home-workflow-foot span:not(:last-child)::after {
    margin-left: 10px;
  }
}

@media screen and (max-width: 340px) {
  .lab-home-panel.lab-home-panel-v119 {
    padding: 25px 18px;
  }

  .lab-home-flow {
    grid-template-columns: minmax(0, 1fr);
  }

  .lab-home-flow li {
    min-height: 92px;
  }

  .lab-home-flow strong {
    margin-top: 11px;
  }
}

/* v2.3: real product screens and browser-based EA deployment messaging */
.workflow-real-screen {
  position: relative;
  height: 214px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 19px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 22px 54px rgba(0,0,0,.28);
}
.workflow-real-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(5,5,7,.72) 100%);
}
.workflow-real-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.workflow-real-screen-backtest { border-color: rgba(83,222,157,.24); }
.workflow-real-screen-cloud { border-color: rgba(86,176,255,.28); }
.workflow-real-screen-cloud > span {
  position: absolute;
  z-index: 2;
  left: 13px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(125,199,255,.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(0,100,214,.78);
  box-shadow: 0 8px 22px rgba(0,75,170,.3);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .02em;
  backdrop-filter: blur(10px);
}

.product-screen-visual {
  min-height: 700px;
  align-items: center;
  padding: 8px 12px;
}
.real-product-screen {
  position: relative;
  width: min(100%, 440px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(28,56,91,.12);
  border-radius: 31px;
  background: #fff;
  box-shadow: 0 38px 88px rgba(23,49,82,.2), 0 2px 8px rgba(23,49,82,.08);
}
.real-product-screen-backtest {
  border-color: rgba(21,158,99,.17);
  box-shadow: 0 38px 88px rgba(19,108,72,.16), 0 2px 8px rgba(23,49,82,.07);
}
.real-product-screen-cloud {
  border-color: rgba(0,108,255,.17);
  box-shadow: 0 38px 88px rgba(16,87,166,.2), 0 2px 8px rgba(23,49,82,.07);
}
.real-screen-browserbar {
  height: 43px;
  padding: 0 17px;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) 52px;
  align-items: center;
  border-bottom: 1px solid rgba(20,38,65,.08);
  color: #657184;
  background: rgba(250,252,255,.96);
}
.real-screen-browserbar small {
  overflow: hidden;
  color: #667386;
  font-size: 10px;
  font-weight: 650;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.screen-window-dots {
  display: inline-flex;
  gap: 5px;
}
.screen-window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7d0dc;
}
.screen-window-dots i:nth-child(1) { background: #ff6b63; }
.screen-window-dots i:nth-child(2) { background: #ffbf3f; }
.screen-window-dots i:nth-child(3) { background: #31c65b; }
.real-screen-image-link {
  position: relative;
  display: block;
  height: 548px;
  overflow: hidden;
  background: #f5f8fb;
}
.real-screen-image-link::after {
  content: "画面を拡大";
  position: absolute;
  right: 13px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 999px;
  color: #fff;
  background: rgba(6,21,42,.64);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  font-size: 9px;
  font-weight: 720;
  backdrop-filter: blur(10px);
}
.real-screen-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .45s ease;
}
.real-screen-image-link:hover img { transform: scale(1.018); }
.real-product-screen figcaption {
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(20,38,65,.07);
  background: #fff;
}
.real-product-screen figcaption strong {
  display: block;
  color: #121c2a;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -.02em;
}
.real-product-screen figcaption span {
  display: block;
  margin-top: 6px;
  color: #6d7888;
  font-size: 11px;
  line-height: 1.6;
}
.real-ui-label {
  top: 22px;
  right: 22px;
  border-color: rgba(255,255,255,.38);
  background: rgba(7,25,51,.74);
  box-shadow: 0 9px 24px rgba(8,31,64,.18);
}
.cloud-deploy-callout {
  position: absolute;
  z-index: 9;
  left: -24px;
  bottom: 48px;
  width: min(345px, 76%);
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  gap: 13px;
  align-items: start;
  border: 1px solid rgba(0,108,255,.19);
  border-radius: 20px;
  color: #0c2038;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 56px rgba(12,71,137,.2);
  backdrop-filter: blur(18px);
}
.cloud-deploy-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg,#006cff,#00aeea);
  box-shadow: 0 10px 25px rgba(0,108,255,.24);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.02em;
}
.cloud-deploy-callout small {
  display: block;
  color: #0070dc;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .08em;
}
.cloud-deploy-callout strong {
  display: block;
  margin-top: 4px;
  color: #0d2038;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -.03em;
}
.cloud-deploy-callout p {
  margin: 7px 0 0 !important;
  color: #5c6d81 !important;
  font-size: 10px !important;
  line-height: 1.55 !important;
}

@media screen and (max-width: 980px) {
  .product-screen-visual { min-height: 690px; }
  .cloud-deploy-callout { left: max(12px, calc(50% - 260px)); }
}

@media screen and (max-width: 680px) {
  .workflow-real-screen {
    height: 176px;
    margin-top: 20px;
    border-radius: 15px;
  }
  .workflow-real-screen-cloud > span {
    left: 10px;
    bottom: 9px;
    padding: 6px 8px;
    font-size: 9px;
  }
  .product-screen-visual {
    min-height: 0;
    padding: 0;
  }
  .real-product-screen {
    width: 100%;
    border-radius: 24px;
  }
  .real-screen-browserbar {
    height: 39px;
    padding-inline: 13px;
    grid-template-columns: 44px minmax(0,1fr) 44px;
  }
  .real-screen-browserbar small { font-size: 9px; }
  .screen-window-dots { gap: 4px; }
  .screen-window-dots i { width: 6px; height: 6px; }
  .real-screen-image-link {
    height: clamp(455px, 132vw, 590px);
  }
  .real-product-screen figcaption { padding: 16px 17px 18px; }
  .real-product-screen figcaption strong { font-size: 13px; }
  .real-product-screen figcaption span { font-size: 10px; }
  .real-ui-label {
    top: 10px;
    right: 10px;
  }
  .cloud-deploy-callout {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 14px 0 0;
    padding: 15px;
    grid-template-columns: 42px minmax(0,1fr);
    border-radius: 18px;
  }
  .cloud-deploy-icon { width: 42px; height: 42px; border-radius: 13px; }
  .cloud-deploy-callout strong { font-size: 15px; }
}

/* v2.4: show complete real product screens without cropping */
.workflow-products {
  min-height: 720px;
}
.workflow-product {
  padding: 36px 32px 28px;
}
.workflow-real-screen {
  width: min(100%, 310px);
  height: clamp(470px, 43vw, 535px);
  margin: 24px auto 0;
  border-radius: 22px;
  background: #f7f9fc;
  box-shadow: 0 24px 58px rgba(0,0,0,.30);
}
.workflow-real-screen::after {
  display: none;
}
.workflow-real-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}
.workflow-real-screen-cloud > span {
  display: none;
}

.product-screen-visual {
  min-height: 0;
  padding: 26px 12px;
  align-content: center;
}
.real-product-screen {
  width: min(100%, 390px);
}
.real-screen-image-link {
  height: auto;
  overflow: visible;
}
.real-screen-image-link img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}
.real-screen-image-link::after {
  content: "画面全体を開く";
}
html[lang="en"] .real-screen-image-link::after {
  content: "Open full screen";
}
.cloud-deploy-callout {
  position: relative;
  left: auto;
  bottom: auto;
  width: min(100%, 440px);
  margin: 18px auto 0;
}

@media screen and (max-width: 980px) {
  .workflow-products {
    min-height: 0;
  }
  .workflow-product {
    min-height: 730px;
  }
  .workflow-real-screen {
    width: min(100%, 330px);
    height: 560px;
  }
  .product-screen-visual {
    padding-block: 10px;
  }
}

@media screen and (max-width: 680px) {
  .workflow-product {
    min-height: 650px;
  }
  .workflow-real-screen {
    width: min(100%, 285px);
    height: clamp(450px, 132vw, 535px);
    margin-top: 20px;
    border-radius: 18px;
  }
  .real-product-screen {
    width: 100%;
  }
  .real-screen-image-link {
    height: auto;
  }
  .cloud-deploy-callout {
    margin-top: 14px;
  }
}

/* Search and AI discovery UX: visible hierarchy, answer-first summaries, authorship and internal links. */
.site-breadcrumb {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.82);
}
.site-breadcrumb-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 13px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #64748b;
}
.site-breadcrumb a {
  color: #334155;
  text-decoration: none;
}
.site-breadcrumb a:hover {
  text-decoration: underline;
}
.site-breadcrumb [aria-current="page"] {
  color: #64748b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(70vw, 680px);
}
.seo-answer-box {
  margin: 26px 0 34px;
  padding: 24px 26px;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(236, 254, 255, 0.9), rgba(248, 250, 252, 0.96));
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}
.seo-answer-box h2 {
  margin: 0 0 13px;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  letter-spacing: -0.02em;
}
.seo-answer-box ul {
  margin: 0;
  padding-left: 1.25rem;
}
.seo-answer-box li + li {
  margin-top: 8px;
}
.article-author {
  margin: 48px 0 0;
  padding: 26px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.09);
}
.article-author-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.article-author-logo {
  width: 86px;
  height: 52px;
  object-fit: contain;
  flex: 0 0 auto;
}
.article-author-title {
  min-width: 0;
}
.article-author-title > span {
  display: block;
  margin-bottom: 5px;
  color: #0f766e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.article-author h2 {
  margin: 0;
  font-size: 1.35rem;
}
.article-author p {
  margin: 0 0 12px;
  color: #475569;
}
.article-author a {
  font-weight: 700;
}
.related-guides {
  margin: 48px 0 0;
}
.related-guides > h2 {
  margin-bottom: 18px;
}
.related-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.related-guide-card {
  display: block;
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.related-guide-card:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}
.related-guide-card > span {
  display: block;
  margin-bottom: 8px;
  color: #0f766e;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.related-guide-card strong {
  display: block;
  line-height: 1.45;
}
.related-guide-card p {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.65;
}
@media screen and (max-width: 820px) {
  .related-guide-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 560px) {
  .site-breadcrumb-inner {
    width: min(100% - 28px, 1180px);
  }
  .seo-answer-box,
  .article-author {
    padding: 20px;
    border-radius: 15px;
  }
}

@media (max-width: 520px) {
  .article-author-heading {
    align-items: flex-start;
    gap: 12px;
  }
  .article-author-logo {
    width: 72px;
    height: 44px;
  }
}


/* v2.6.2 EA Cloud risk-management article */
.insight-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ea-risk-hero .article-hero-copy h1 { max-width: 8.8em; }
.ea-risk-article strong { color: #222936; }
.ea-monitor-map { display: grid; gap: 12px; }
.monitor-layer { padding: 20px 22px; border-radius: 19px; background: #fff; border: 1px solid #dfe7f1; box-shadow: 0 12px 30px rgba(31,48,75,.07); }
.monitor-layer span { display: block; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.monitor-layer strong { display: block; margin-top: 6px; font-size: 19px; }
.monitor-layer small { display: block; margin-top: 5px; color: #747c88; line-height: 1.55; }
.monitor-layer.account { border-left: 5px solid #1877f2; }
.monitor-layer.terminal { border-left: 5px solid #ffb02e; }
.monitor-layer.strategy { border-left: 5px solid #27b985; }
.monitor-arrow { text-align: center; color: #8ba7c5; font-size: 22px; line-height: 1; }
.risk-action-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.risk-action-flow div { min-height: 160px; padding: 20px 18px; border: 1px solid #dfe7f0; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(28,44,68,.06); }
.risk-action-flow span { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.risk-action-flow b { display: block; margin: 18px 0 8px; color: #202936; font-size: 19px; }
.risk-action-flow small { color: #717985; line-height: 1.55; }
.risk-action-flow .danger { border-color: #ffc5ca; background: linear-gradient(145deg,#fff4f5,#fff); }
.risk-action-flow .danger span, .risk-action-flow .danger b { color: #c6424f; }
.profit-protection-visual { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.profit-scenario { min-width: 0; padding: 22px; border-radius: 20px; border: 1px solid #f2c8cc; background: #fff7f7; }
.profit-scenario.protected { border-color: #bde8d7; background: #f3fcf8; }
.scenario-head span { display: block; color: #747b86; font-size: 11px; font-weight: 750; letter-spacing: .07em; }
.scenario-head strong { display: block; margin-top: 5px; color: #252c38; font-size: 22px; }
.profit-track { display: grid; gap: 10px; margin: 20px 0 14px; }
.profit-track i { position: relative; overflow: hidden; display: block; padding: 10px 12px; border-radius: 12px; background: #fff; color: #3d4653; font-size: 12px; font-style: normal; border: 1px solid rgba(86,105,129,.14); }
.profit-track i::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--value); background: rgba(41,130,255,.12); }
.profit-track i:nth-child(2)::before { background: rgba(231,76,90,.16); }
.profit-track i.removed { text-decoration: line-through; text-decoration-color: #c6424f; }
.profit-scenario small { color: #717985; line-height: 1.55; }
.scenario-divider { color: var(--accent); font-size: 32px; font-weight: 800; }
.copytrade-check-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; margin: 24px 0 30px; }
.copytrade-check-grid > div:not(.plus) { min-height: 176px; padding: 22px; border-radius: 20px; border: 1px solid #dfe6ef; background: #fff; box-shadow: 0 12px 28px rgba(32,47,70,.06); }
.copytrade-check-grid span { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.copytrade-check-grid strong { display: block; margin: 17px 0 7px; font-size: 20px; }
.copytrade-check-grid p { margin: 0; font-size: 13px; }
.copytrade-check-grid .plus { color: #9aa6b5; font-size: 28px; font-weight: 800; }
.ea-cloud-real-figure { display: grid; grid-template-columns: minmax(220px,.72fr) minmax(0,1.28fr); gap: 28px; align-items: center; margin: 26px 0 36px; padding: clamp(22px,4vw,34px); border-radius: 26px; background: linear-gradient(145deg,#0c1729,#122845); color: #fff; }
.real-screen-frame { justify-self: center; width: min(100%, 290px); max-height: 560px; overflow: hidden; border: 8px solid #f7f9fc; border-radius: 34px; background: #fff; box-shadow: 0 28px 65px rgba(0,0,0,.28); }
.real-screen-frame img { display: block; width: 100%; height: auto; }
.real-screen-points { display: grid; grid-template-columns: 42px 1fr; gap: 8px 13px; align-items: start; }
.real-screen-points span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: #1877f2; color: #fff; font-size: 11px; font-weight: 800; grid-row: span 2; }
.real-screen-points strong { color: #fff; font-size: 18px; }
.real-screen-points p { margin: 0 0 23px; color: rgba(224,234,246,.68) !important; font-size: 13px; line-height: 1.65; }
.ea-cloud-real-figure figcaption { grid-column: 1 / -1; color: rgba(224,234,246,.54); font-size: 11px; line-height: 1.55; }
.routine-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin: 24px 0 30px; }
.routine-grid > div { padding: 22px; border: 1px solid #dfe6ef; border-radius: 20px; background: #fff; box-shadow: 0 10px 26px rgba(34,49,72,.06); }
.routine-grid span { display: inline-block; padding: 6px 10px; border-radius: 999px; background: #eaf3ff; color: var(--accent); font-size: 11px; font-weight: 800; }
.routine-grid strong { display: block; margin: 15px 0 10px; font-size: 17px; }
.routine-grid ul { margin: 0; padding-left: 1.15em; }
.routine-grid li { font-size: 13px; line-height: 1.7; }
.ea-risk-cta > span { display: inline-block; margin-bottom: 8px; color: #68bcff; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
@media(max-width:900px){.risk-action-flow{grid-template-columns:repeat(2,1fr)}.profit-protection-visual{grid-template-columns:1fr}.scenario-divider{transform:rotate(90deg);text-align:center}.ea-cloud-real-figure{grid-template-columns:1fr}.routine-grid{grid-template-columns:1fr}.real-screen-frame{max-height:480px}}
@media(max-width:720px){.insight-grid-four{grid-template-columns:1fr}.risk-action-flow{grid-template-columns:1fr}.copytrade-check-grid{grid-template-columns:1fr}.copytrade-check-grid .plus{text-align:center}.ea-risk-hero .article-hero-copy h1{max-width:none}.ea-cloud-real-figure{padding:20px}.real-screen-points{grid-template-columns:38px 1fr}}
