.intelligent-home {
  --ih-ink: #111c30;
  --ih-muted: #5d6a7e;
  --ih-line: #dbe3ed;
  --ih-blue: #2457e6;
  --ih-blue-soft: #edf3ff;
  --ih-surface: #ffffff;
  --ih-bg: #f6f8fb;
  color: var(--ih-ink);
  background: var(--ih-bg);
}
.intelligent-home .public-nav,
.iw-home-main,
.iw-home-footer { width: min(100% - 48px, 1380px); margin-inline: auto; }
.iw-home-nav {
  min-height: 74px;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(204,214,227,.9);
  background: rgba(246,248,251,.94);
  backdrop-filter: blur(18px);
}
.iw-home-nav nav { gap: 24px; }
.iw-home-nav .public-login { min-height: 42px; border-radius: 9px; background: var(--ih-ink); }
.iw-home-hero {
  min-height: calc(100dvh - 74px);
  display: grid;
  grid-template-columns: minmax(440px, .92fr) minmax(600px, 1.08fr);
  gap: clamp(42px, 5vw, 84px);
  align-items: center;
  padding: 56px 0 72px;
}
.iw-home-kicker { display: flex; align-items: center; gap: 10px; color: var(--ih-blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.iw-home-kicker i { width: 9px; height: 9px; display: block; border-radius: 50%; background: var(--ih-blue); box-shadow: 0 0 0 6px rgba(36,87,230,.1); }
.iw-home-hero h1 { max-width: 750px; margin: 26px 0 24px; color: var(--ih-ink); font-size: clamp(46px, 3.65vw, 54px); line-height: 1.04; letter-spacing: -.06em; }
.iw-home-hero h1 .iw-home-title-line { display: block; color: inherit; }
.iw-home-hero h1 .iw-home-title-accent { color: var(--ih-blue); }
.iw-home-hero-copy > p { max-width: 650px; margin: 0; color: #4d5b70; font-size: 18px; line-height: 1.8; }
.iw-home-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.iw-home-primary,
.iw-home-secondary,
.iw-home-final button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border-radius: 9px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.iw-home-primary, .iw-home-final button { color: #fff; background: var(--ih-blue); box-shadow: 0 14px 30px rgba(36,87,230,.18); }
.iw-home-secondary { border: 1px solid #c7d2e1; color: #243249; background: #fff; }
.iw-home-primary:hover, .iw-home-secondary:hover, .iw-home-final button:hover { transform: translateY(-2px); }
.iw-home-primary:active, .iw-home-secondary:active, .iw-home-final button:active { transform: translateY(1px); }
.iw-home-trust { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 30px; }
.iw-home-trust span { position: relative; padding-left: 14px; color: #657287; font-size: 11px; font-weight: 720; }
.iw-home-trust span::before { content: ""; position: absolute; left: 0; top: 5px; width: 5px; height: 5px; border-radius: 50%; background: #7388ad; }
.iw-home-hero-visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; border-radius: 20px; background: #dce5ef; box-shadow: 0 34px 88px rgba(26,48,83,.17); }
.iw-home-hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.iw-home-hero-visual figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 19px 21px; border: 1px solid rgba(255,255,255,.7); border-radius: 12px; color: #fff; background: rgba(13,27,50,.9); backdrop-filter: blur(15px); }
.iw-home-hero-visual figcaption span, .iw-home-hero-visual figcaption b, .iw-home-hero-visual figcaption small { display: block; }
.iw-home-hero-visual figcaption span { color: #8db2ff; font-size: 10px; font-weight: 850; }
.iw-home-hero-visual figcaption b { margin-top: 6px; font-size: 16px; }
.iw-home-hero-visual figcaption small { margin-top: 5px; color: #b9c6d9; line-height: 1.5; }
.iw-home-proof { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--ih-line); }
.iw-home-proof div { min-height: 116px; padding: 26px 24px; }
.iw-home-proof div + div { border-left: 1px solid var(--ih-line); }
.iw-home-proof b, .iw-home-proof span { display: block; }
.iw-home-proof b { font-size: 14px; }
.iw-home-proof span { margin-top: 7px; color: #768398; font-size: 11px; line-height: 1.55; }
.iw-home-core { display: grid; grid-template-columns: minmax(350px,.7fr) minmax(650px,1.3fr); gap: clamp(46px,7vw,100px); align-items: start; padding: 128px 0 116px; }
.iw-home-core-intro { position: sticky; top: 112px; padding-top: 18px; }
.iw-home-core-intro > span,
.iw-home-section-head > span,
.iw-home-architecture > div > span,
.iw-home-governance > div > span,
.iw-home-final span { color: var(--ih-blue); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.iw-home-core-intro h2, .iw-home-section-head h2 { margin: 16px 0 20px; font-size: clamp(38px,4vw,58px); line-height: 1.08; letter-spacing: -.05em; }
.iw-home-core-intro p, .iw-home-section-head p { max-width: 560px; color: var(--ih-muted); font-size: 15px; line-height: 1.75; }
.iw-home-core-intro button { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 380px; margin-top: 30px; padding: 15px 0; border-block: 1px solid var(--ih-line); color: #27364d; background: transparent; text-align: left; font-weight: 850; }
.iw-home-core-intro button b { color: var(--ih-blue); font-size: 18px; }
.iw-home-workspace { padding: 18px; border: 1px solid #cbd8ea; border-radius: 18px; background: #fff; box-shadow: 0 28px 70px rgba(27,56,103,.12); }
.iw-home-workspace > header { display: flex; align-items: center; justify-content: space-between; padding: 4px 4px 18px; }
.iw-home-workspace > header > div { display: flex; align-items: center; gap: 11px; }
.iw-home-workspace > header i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: #173f9f; font-style: normal; font-weight: 900; }
.iw-home-workspace > header span { display: grid; gap: 3px; }
.iw-home-workspace > header small { color: #6d7b8f; font-size: 9px; }
.iw-home-workspace > header b { font-size: 14px; }
.iw-home-workspace > header button { min-height: 36px; padding: 0 11px; border: 1px solid #ccd7e7; border-radius: 8px; color: #31435f; background: #f8faff; font-size: 11px; font-weight: 800; }
.iw-home-priority-nav { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid #dce4ef; border-radius: 10px 10px 0 0; }
.iw-home-priority-nav > * { min-height: 48px; display: grid; place-items: center; border-bottom: 3px solid transparent; color: #728096; font-size: 11px; }
.iw-home-priority-nav > * + * { border-left: 1px solid #edf1f6; }
.iw-home-priority-nav b { border-bottom-color: var(--ih-blue); color: var(--ih-blue); background: #f7f9ff; }
.iw-home-priority-row { display: grid; grid-template-columns: 112px 1fr auto; gap: 15px; align-items: center; min-height: 88px; padding: 13px 15px; border-inline: 1px solid #dce4ef; border-bottom: 1px solid #e7ecf3; }
.iw-home-priority-row > strong { position: relative; padding-left: 15px; font-size: 11px; }
.iw-home-priority-row > strong::before { content: ""; position: absolute; left: 0; top: 3px; width: 6px; height: 16px; border-radius: 3px; background: #7d8ba0; }
.iw-home-priority-row.critical > strong::before { background: #df4747; }
.iw-home-priority-row.high > strong::before { background: #d98624; }
.iw-home-priority-row.normal > strong::before { background: var(--ih-blue); }
.iw-home-priority-row > div { display: grid; gap: 5px; }
.iw-home-priority-row > div b { font-size: 13px; }
.iw-home-priority-row > div span, .iw-home-priority-row > small { color: #7c899c; font-size: 10px; }
.iw-home-workspace > footer { display: grid; grid-template-columns: 1fr auto; gap: 9px; align-items: center; margin-top: 12px; padding: 12px; border-radius: 9px; background: var(--ih-blue-soft); }
.iw-home-workspace > footer span { color: #68768b; font-size: 11px; }
.iw-home-workspace > footer button { min-height: 34px; padding: 0 13px; border-radius: 8px; color: #fff; background: var(--ih-blue); font-weight: 800; }
.iw-home-loop { padding: 108px 0; border-top: 1px solid var(--ih-line); }
.iw-home-section-head { max-width: 840px; }
.iw-home-section-head.compact { max-width: 900px; }
.iw-home-loop-track { display: grid; grid-template-columns: repeat(5,1fr); position: relative; margin-top: 52px; }
.iw-home-loop-track::before { content: ""; position: absolute; top: 25px; left: 5%; right: 5%; height: 1px; background: #aebee0; }
.iw-home-loop-track article { position: relative; min-height: 250px; padding: 68px 26px 26px 0; }
.iw-home-loop-track article::before { content: ""; position: absolute; z-index: 1; top: 19px; left: 0; width: 13px; height: 13px; border: 6px solid var(--ih-bg); border-radius: 50%; background: var(--ih-blue); box-shadow: 0 0 0 1px #9fb3df; }
.iw-home-loop-track b { color: #8b98aa; font-size: 10px; }
.iw-home-loop-track span { display: block; margin-top: 10px; font-size: 19px; font-weight: 850; }
.iw-home-loop-track p { max-width: 210px; color: #667388; font-size: 12px; line-height: 1.65; }
.iw-home-scenarios { display: grid; grid-template-columns: 1fr 1fr; margin: 10px 0 108px; border-block: 1px solid var(--ih-line); }
.iw-home-scenarios > div { min-height: 130px; display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: center; padding: 25px 20px; border-bottom: 1px solid var(--ih-line); }
.iw-home-scenarios > div:nth-child(odd) { border-right: 1px solid var(--ih-line); }
.iw-home-scenarios > div:nth-last-child(-n+2) { border-bottom: 0; }
.iw-home-scenarios span { color: var(--ih-blue); font-size: 12px; font-weight: 850; }
.iw-home-scenarios b { max-width: 500px; font-size: 15px; line-height: 1.6; }
.iw-home-products { padding: 112px 0; border-top: 1px solid var(--ih-line); }
.iw-home-product-table { margin-top: 46px; border-top: 1px solid #cad5e4; }
.iw-home-product-table article { display: grid; grid-template-columns: 190px 1.1fr 1.3fr 120px; gap: 28px; align-items: center; min-height: 142px; border-bottom: 1px solid #d6dfeb; }
.iw-home-product-table h3 { margin: 0; font-size: 20px; }
.iw-home-product-table article > div { display: flex; flex-wrap: wrap; gap: 7px; }
.iw-home-product-table article > div span { padding: 7px 9px; border: 1px solid #d6dfec; border-radius: 7px; color: #3e4d64; background: #fff; font-size: 11px; font-weight: 750; }
.iw-home-product-table p { color: #667489; font-size: 12px; line-height: 1.65; }
.iw-home-product-table button { display: flex; justify-content: space-between; color: #33435b; background: transparent; font-weight: 850; }
.iw-home-product-table button b { color: var(--ih-blue); }
.iw-home-architecture { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: center; margin: 32px 0 108px; padding: clamp(42px,5vw,72px); border-radius: 20px; color: #eef4ff; background: #0a172b; box-shadow: 0 30px 80px rgba(17,38,72,.17); }
.iw-home-architecture h2 { margin: 16px 0 18px; color: #f5f8ff; font-size: clamp(34px,3.6vw,52px); line-height: 1.1; letter-spacing: -.045em; }
.iw-home-architecture p { color: #aab7ca; font-size: 14px; line-height: 1.75; }
.iw-home-architecture figure { margin: 0; }
.iw-home-architecture img { width: 100%; display: block; border-radius: 12px; }
.iw-home-architecture ul { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.iw-home-architecture li { padding: 8px 11px; border: 1px solid rgba(135,171,229,.22); border-radius: 7px; color: #cad8ef; background: rgba(35,75,133,.2); font-size: 11px; }
.iw-home-governance { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px,8vw,120px); padding: 116px 0; border-top: 1px solid var(--ih-line); }
.iw-home-governance h2 { margin: 16px 0 20px; font-size: clamp(40px,4vw,58px); line-height: 1.08; letter-spacing: -.05em; }
.iw-home-governance p { max-width: 590px; color: var(--ih-muted); font-size: 15px; line-height: 1.8; }
.iw-home-governance a { display: inline-flex; gap: 22px; margin-top: 18px; padding: 13px 0; border-bottom: 1px solid #b8c5d6; color: var(--ih-ink); font-weight: 850; }
.iw-home-governance a b { color: var(--ih-blue); }
.iw-home-governance dl { margin: 0; border-top: 1px solid #cad5e4; }
.iw-home-governance dl > div { display: grid; grid-template-columns: 180px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid #d8e0eb; }
.iw-home-governance dt { font-weight: 850; }
.iw-home-governance dd { margin: 0; color: #657287; font-size: 13px; }
.iw-home-final { min-height: 330px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; margin: 26px 0 92px; padding: 54px 62px; border: 1px solid #cbd7e9; border-radius: 18px; background: #fff; }
.iw-home-final h2 { margin: 14px 0; font-size: clamp(38px,4vw,58px); line-height: 1.08; letter-spacing: -.05em; }
.iw-home-final p { color: var(--ih-muted); }
.iw-home-final button { min-height: 54px; }
.iw-home-footer { border-top: 1px solid var(--ih-line); }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(18px); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
@media (max-width: 1120px) {
  .iw-home-nav nav a:not([href="/downloads/"]) { display: none; }
  .iw-home-hero { grid-template-columns: 1fr; min-height: auto; }
  .iw-home-hero-copy { max-width: 820px; }
  .iw-home-hero h1 { font-size: clamp(56px, 6vw, 68px); }
  .iw-home-hero-visual { min-height: 570px; }
  .iw-home-core { grid-template-columns: 1fr; }
  .iw-home-core-intro { position: static; max-width: 760px; }
  .iw-home-loop-track { grid-template-columns: repeat(3,1fr); }
  .iw-home-loop-track::before { display: none; }
  .iw-home-loop-track article::before { top: 18px; }
  .iw-home-product-table article { grid-template-columns: 170px 1fr 1fr; }
  .iw-home-product-table button { grid-column: 2 / -1; justify-content: flex-start; gap: 20px; padding-bottom: 20px; }
  .iw-home-architecture { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .intelligent-home .public-nav, .iw-home-main, .iw-home-footer { width: min(100% - 28px,1380px); }
  .iw-home-nav nav { gap: 8px; }
  .iw-home-nav nav a { display: none !important; }
  .iw-home-hero { gap: 42px; padding: 56px 0 64px; }
  .iw-home-hero h1 { font-size: clamp(28px,8.7vw,36px); }
  .iw-home-hero h1 .iw-home-title-line { white-space: nowrap; }
  .iw-home-hero-copy > p { font-size: 16px; }
  .iw-home-primary, .iw-home-secondary { width: 100%; }
  .iw-home-hero-visual { min-height: 480px; border-radius: 15px; }
  .iw-home-hero-visual figcaption { right: 14px; bottom: 14px; left: 14px; }
  .iw-home-proof { grid-template-columns: 1fr; }
  .iw-home-proof div + div { border-left: 0; border-top: 1px solid var(--ih-line); }
  .iw-home-core, .iw-home-loop, .iw-home-products, .iw-home-governance { padding: 76px 0; }
  .iw-home-workspace { margin-inline: -4px; padding: 12px; }
  .iw-home-priority-nav { grid-template-columns: 1fr 1fr; }
  .iw-home-priority-row { grid-template-columns: 90px 1fr; }
  .iw-home-priority-row > small { grid-column: 2; }
  .iw-home-loop-track { grid-template-columns: 1fr; }
  .iw-home-loop-track article { min-height: auto; padding: 56px 0 20px 42px; }
  .iw-home-loop-track article::before { left: 0; }
  .iw-home-scenarios { grid-template-columns: 1fr; }
  .iw-home-scenarios > div { grid-template-columns: 90px 1fr; }
  .iw-home-scenarios > div:nth-child(odd) { border-right: 0; }
  .iw-home-scenarios > div:nth-last-child(2) { border-bottom: 1px solid var(--ih-line); }
  .iw-home-product-table article { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .iw-home-product-table button { grid-column: auto; padding: 0; }
  .iw-home-architecture { margin-bottom: 70px; padding: 34px 20px; border-radius: 15px; }
  .iw-home-governance { grid-template-columns: 1fr; }
  .iw-home-governance dl > div { grid-template-columns: 1fr; gap: 7px; }
  .iw-home-final { grid-template-columns: 1fr; min-height: 0; padding: 36px 24px; }
  .iw-home-final button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
  .reveal-ready [data-reveal].is-visible { transition: none; }
  .iw-home-primary, .iw-home-secondary, .iw-home-final button { transition: none; }
}
@media (prefers-color-scheme: dark) {
  .intelligent-home { --ih-ink: #eef4ff; --ih-muted: #a8b4c6; --ih-line: #2a3850; --ih-blue-soft: #172a51; --ih-surface: #101a2b; --ih-bg: #091321; background: var(--ih-bg); }
  .iw-home-nav { background: rgba(9,19,33,.94); }
  .intelligent-home .public-brand span, .iw-home-nav nav a, .iw-home-trust span { color: #a8b4c7; }
  .iw-home-nav .public-login { color: #0b1627; background: #f1f5fb; }
  .iw-home-hero-copy > p, .iw-home-core-intro p, .iw-home-section-head p, .iw-home-governance p, .iw-home-final p { color: #aab6c8; }
  .iw-home-secondary, .iw-home-workspace, .iw-home-product-table article > div span, .iw-home-final { color: #e9eff9; background: #101b2c; border-color: #30415c; }
  .iw-home-workspace > header button { color: #cbd7e9; background: #16243a; border-color: #344661; }
  .iw-home-priority-nav b { background: #142443; }
  .iw-home-priority-row > div span, .iw-home-priority-row > small, .iw-home-proof span, .iw-home-loop-track p, .iw-home-product-table p, .iw-home-governance dd { color: #9eabc0; }
  .iw-home-workspace > footer { background: #14284d; }
  .iw-home-product-table article > div span { background: #101b2c; }
}
