.home-v3 {
  --home-ink: #070914;
  --home-navy: #111529;
  --home-blue: #7c3aed;
  --home-deep: #111529;
  --home-line-dark: #1e3446;
  --home-lime: #a855f7;
  --home-green: #7c3aed;
  --home-lime-soft: #eef5d8;
  --home-white: #ffffff;
  --home-paper: #fbfaf8;
  --home-soft: #f4f7fa;
  --home-line: #e2e8ef;
  --home-text: #44515e;
  --home-muted: #5a7086;
  --home-muted-dark: #8fa6bc;
  color: var(--home-text);
  background: var(--home-paper);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
}

/* V4 preview: Siya intelligent communication stage */
.home-v3 .home-hero { overflow: hidden; background:
  radial-gradient(circle at 76% 52%, rgba(72, 205, 228, .13), transparent 28%),
  radial-gradient(circle at 88% 72%, rgba(185, 61, 244, .12), transparent 25%),
  linear-gradient(145deg, #070914 0%, #071527 55%, #111529 100%); }
.home-v3 .home-hero-grid { grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); min-height: 760px; gap: clamp(24px, 4vw, 64px); }
.home-v3 .home-hero-copy { position: relative; z-index: 4; }
.home-v3 .home-hero-copy h1 { max-width: 760px; font-size: clamp(3.5rem, 6.2vw, 6.6rem); line-height: .92; letter-spacing: -.055em; }
.home-v3 .home-hero-copy h1::after { content: "Connected intelligently."; display: block; margin-top: .12em; color: transparent; background: linear-gradient(90deg, var(--home-lime), #54d5ef 52%, #e34fcd); -webkit-background-clip: text; background-clip: text; }
.home-v3 .home-ai-stage { position: relative; min-height: 680px; isolation: isolate; }
.home-v3 .home-ai-glow { position: absolute; inset: 20% 8% 3%; border-radius: 50%; background: radial-gradient(circle, rgba(55,188,217,.22), rgba(157,59,223,.09) 48%, transparent 70%); filter: blur(12px); }
.home-v3 .home-ai-siya { position: absolute; z-index: 2; right: 5%; bottom: 0; width: min(82%, 530px); height: auto; object-fit: contain; filter: drop-shadow(0 40px 65px rgba(0,0,0,.48)); }
.home-v3 .home-ai-orbit { position: absolute; z-index: 1; border: 1px solid rgba(91, 207, 231, .2); border-radius: 50%; animation: home-orbit 22s linear infinite; }
.home-v3 .home-ai-orbit--one { width: 560px; height: 560px; right: 0; top: 75px; }
.home-v3 .home-ai-orbit--two { width: 440px; height: 440px; right: 60px; top: 135px; border-color: rgba(204, 71, 221, .18); animation-direction: reverse; animation-duration: 28s; }
.home-v3 .home-ai-orbit::after { content: ""; position: absolute; width: 9px; height: 9px; top: 11%; left: 19%; border-radius: 50%; background: #58d7ee; box-shadow: 0 0 18px #58d7ee; }
.home-v3 .home-ai-signal { position: absolute; z-index: 4; width: 210px; padding: 15px 16px; color: var(--home-white); text-align: left; background: rgba(8, 20, 37, .84); border: 1px solid rgba(143, 166, 188, .22); border-radius: 15px; box-shadow: 0 22px 50px rgba(0,0,0,.24); backdrop-filter: blur(16px); transition: transform .25s ease, border-color .25s ease, opacity .25s ease; }
.home-v3 .home-ai-signal:hover, .home-v3 .home-ai-signal.is-active { transform: translateY(-5px); border-color: rgba(168,85,247,.72); }
.home-v3 .home-ai-signal span, .home-v3 .home-ai-signal strong, .home-v3 .home-ai-signal small { display: block; }
.home-v3 .home-ai-signal span { margin-bottom: 7px; color: var(--home-lime); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.home-v3 .home-ai-signal strong { font-size: .92rem; }
.home-v3 .home-ai-signal small { margin-top: 3px; color: var(--home-muted-dark); }
.home-v3 .home-ai-signal--one { left: 0; top: 170px; }
.home-v3 .home-ai-signal--two { right: 0; top: 300px; }
.home-v3 .home-ai-signal--three { left: 4%; bottom: 115px; }
.home-v3 .home-ai-status { position: absolute; z-index: 5; right: 5%; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 8px 10px; color: var(--home-muted-dark); background: rgba(5,12,20,.86); border: 1px solid rgba(143,166,188,.2); border-radius: 999px; font-size: .72rem; }
.home-v3 .home-ai-status i { width: 7px; height: 7px; border-radius: 50%; background: #55e5b4; box-shadow: 0 0 12px #55e5b4; }
.home-v3 .home-ai-status button { padding: 5px 9px; color: var(--home-white); background: rgba(255,255,255,.08); border: 0; border-radius: 999px; font: inherit; cursor: pointer; }
.home-v3 .home-live-network { position: relative; z-index: 6; color: var(--home-white); background: #07111f; border-top: 1px solid var(--home-line-dark); border-bottom: 1px solid var(--home-line-dark); }
.home-v3 .home-live-network .section-shell { min-height: 94px; display: grid; grid-template-columns: auto minmax(120px,1fr) auto; gap: 25px; align-items: center; }
.home-v3 .home-live-network > .section-shell > span { color: var(--home-lime); font-size: .68rem; font-weight: 800; letter-spacing: .14em; }
.home-v3 .home-live-network ul { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; color: var(--home-muted-dark); font-size: .78rem; font-weight: 700; }
.home-v3 .home-live-track { position: relative; height: 1px; background: rgba(143,166,188,.2); }
.home-v3 .home-live-track i { position: absolute; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--home-lime); animation: home-signal 4.8s linear infinite; }
.home-v3 .home-live-track i:nth-child(2) { animation-delay: -.8s; background: #52d8ef; }.home-v3 .home-live-track i:nth-child(3) { animation-delay: -1.6s; }.home-v3 .home-live-track i:nth-child(4) { animation-delay: -2.4s; background: #dd55d4; }.home-v3 .home-live-track i:nth-child(5) { animation-delay: -3.2s; }.home-v3 .home-live-track i:nth-child(6) { animation-delay: -4s; background: #52d8ef; }
@keyframes home-orbit { to { transform: rotate(360deg); } }
@keyframes home-signal { from { left: 0; opacity: 0; } 12%,88% { opacity: 1; } to { left: 100%; opacity: 0; } }
@media (max-width: 1080px) { .home-v3 .home-hero-grid { grid-template-columns: 1fr; }.home-v3 .home-ai-stage { min-height: 650px; max-width: 760px; width: 100%; }.home-v3 .home-live-network .section-shell { grid-template-columns: auto 1fr; }.home-v3 .home-live-network ul { grid-column: 1/-1; padding-bottom: 20px; flex-wrap: wrap; } }
@media (max-width: 640px) { .home-v3 .home-hero-copy h1 { font-size: clamp(3rem, 15vw, 4.7rem); }.home-v3 .home-ai-stage { min-height: 540px; }.home-v3 .home-ai-siya { width: 94%; right: -8%; }.home-v3 .home-ai-orbit--one { width: 430px; height: 430px; right: -110px; }.home-v3 .home-ai-orbit--two { width: 330px; height: 330px; right: -50px; }.home-v3 .home-ai-signal { width: 175px; padding: 11px; }.home-v3 .home-ai-signal--one { top: 75px; }.home-v3 .home-ai-signal--two { top: 230px; }.home-v3 .home-ai-signal--three { bottom: 75px; }.home-v3 .home-live-track { display: none; }.home-v3 .home-live-network .section-shell { display: block; padding-top: 20px; padding-bottom: 20px; }.home-v3 .home-live-network ul { gap: 12px 22px; padding: 14px 0 0; } }
@media (prefers-reduced-motion: reduce) { .home-v3 .home-ai-orbit, .home-v3 .home-live-track i { animation: none; }.home-v3 .home-ai-signal { transition: none; } }

.home-v3 *,
.home-v3 *::before,
.home-v3 *::after { box-sizing: border-box; }

.home-v3 h1,
.home-v3 h2,
.home-v3 h3,
.home-v3 h4 {
  margin-top: 0;
  color: var(--home-ink);
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: -.025em;
}

.home-v3 h1 span,
.home-v3 h2 span { color: inherit; background: none; -webkit-background-clip: initial; background-clip: initial; }
.home-v3 p { margin-top: 0; }
.home-v3 ul,
.home-v3 ol { margin-top: 0; }
.home-v3 a { text-underline-offset: .2em; }
.home-v3 a:focus-visible,
.home-v3 input:focus-visible { outline: 3px solid var(--home-lime); outline-offset: 3px; }
.home-v3-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.home-v3 .section-shell { width: min(1180px, calc(100% - 48px)); }
.home-v3 .home-section { position: relative; padding: 104px 0; }
.home-v3 .home-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(270px, .65fr); gap: clamp(32px, 7vw, 92px); align-items: end; margin-bottom: 46px; }
.home-v3 .home-heading h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(2.25rem, 4.2vw, 4.45rem); line-height: 1.02; }
.home-v3 .home-heading > p { margin: 0 0 5px; color: var(--home-muted); font-size: 1.02rem; line-height: 1.75; }
.home-v3 .home-kicker { display: flex; align-items: center; gap: 11px; margin-bottom: 0; color: var(--home-green); font-size: .75rem; font-weight: 700; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.home-v3 .home-kicker > span { width: 30px; height: 2px; flex: 0 0 30px; background: var(--home-lime); }
.home-v3 .home-inline-link,
.home-v3 .home-card-link { color: var(--home-navy); font-weight: 700; }
.home-v3 .home-inline-link:hover,
.home-v3 .home-card-link:hover { color: var(--home-green); text-decoration: underline; }
.home-v3 .home-section-link { display: table; margin: 34px auto 0; }

.home-v3 .button { border-radius: 6px; font-family: var(--font-body); font-weight: 700; }
.home-v3 .button-primary { color: var(--home-ink); background: var(--home-lime); border-color: var(--home-lime); box-shadow: none; }
.home-v3 .button-primary:hover { color: var(--home-ink); background: var(--home-green); border-color: var(--home-green); box-shadow: none; }
.home-v3 .home-button-outline { color: var(--home-white); background: transparent; border: 1px solid rgba(255, 255, 255, .46); }
.home-v3 .home-button-outline:hover { color: var(--home-ink); background: var(--home-white); border-color: var(--home-white); }
.home-v3 .home-button-dark { color: var(--home-white); background: var(--home-navy); border-color: var(--home-navy); }
.home-v3 .home-button-dark:hover { color: var(--home-white); background: var(--home-blue); border-color: var(--home-blue); }

/* Credibility bar */
.home-v3 .home-credibility { color: var(--home-navy); background: var(--home-lime-soft); border-bottom: 1px solid rgba(124,58,237, .28); }
.home-v3 .home-credibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-v3 .home-credibility article { min-height: 116px; display: grid; grid-template-columns: 11px 1fr; gap: 14px; align-items: start; padding: 22px 24px; border-left: 1px solid rgba(124,58,237, .28); }
.home-v3 .home-credibility article:last-child { border-right: 1px solid rgba(124,58,237, .28); }
.home-v3 .home-credibility article > span { width: 8px; height: 8px; margin-top: 8px; background: var(--home-green); }
.home-v3 .home-credibility strong { display: block; margin-bottom: 4px; color: var(--home-navy); font-size: .95rem; }
.home-v3 .home-credibility p { margin: 0; color: var(--home-text); font-size: .77rem; line-height: 1.45; }

/* Hero */
.home-v3 .home-hero { position: relative; overflow: hidden; color: var(--home-white); background: var(--home-ink); border-bottom: 1px solid var(--home-line-dark); }
.home-v3 .home-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(143, 166, 188, .25) 1px, transparent 1px), linear-gradient(90deg, rgba(143, 166, 188, .25) 1px, transparent 1px); background-size: 56px 56px; }
.home-v3 .home-hero::after { content: ""; position: absolute; right: -180px; top: -180px; width: 420px; height: 420px; border: 72px solid rgba(168,85,247, .07); border-radius: 50%; }
.home-v3 .home-hero-grid { position: relative; z-index: 1; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .8fr); gap: clamp(56px, 8vw, 110px); align-items: center; padding-top: 86px; padding-bottom: 86px; }
.home-v3 .home-hero-copy h1 { max-width: 760px; margin: 22px 0 25px; color: var(--home-white); font-size: clamp(3.45rem, 6.4vw, 6.9rem); line-height: .93; }
.home-v3 .home-hero-lede { max-width: 680px; margin-bottom: 30px; color: var(--home-line); font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.65; }
.home-v3 .home-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.home-v3 .home-assurance { display: flex; align-items: center; gap: 9px; margin: 28px 0 0; color: var(--home-muted-dark); font-size: .85rem; }
.home-v3 .home-assurance span { width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; color: var(--home-ink); background: var(--home-lime); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.home-v3 .home-architecture { position: relative; padding: 28px; background: var(--home-deep); border: 1px solid var(--home-blue); border-top: 4px solid var(--home-lime); box-shadow: 18px 18px 0 rgba(124,58,237, .22); }
.home-v3 .home-architecture-head { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--home-blue); }
.home-v3 .home-architecture-head > div > span { color: var(--home-lime); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.home-v3 .home-architecture h2 { max-width: 370px; margin: 7px 0 0; color: var(--home-white); font-size: clamp(1.55rem, 2.3vw, 2.25rem); line-height: 1.07; }
.home-v3 .home-architecture-mark { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; color: var(--home-ink); background: var(--home-lime); border-radius: 50%; font-family: var(--font-heading); font-weight: 700; }
.home-v3 .home-architecture ol { margin: 0; padding: 12px 0 8px; list-style: none; }
.home-v3 .home-architecture li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--home-line-dark); }
.home-v3 .home-architecture li > span { color: var(--home-lime); font-size: .72rem; font-weight: 700; }
.home-v3 .home-architecture li strong,
.home-v3 .home-architecture li small { display: block; }
.home-v3 .home-architecture li strong { color: var(--home-white); font-size: .96rem; }
.home-v3 .home-architecture li small { color: var(--home-muted-dark); font-size: .75rem; }
.home-v3 .home-architecture > p { margin: 18px 0 0; color: var(--home-muted-dark); font-size: .8rem; }

/* Audience strip */
.home-v3 .home-audiences { padding: 25px 0; color: var(--home-white); background: var(--home-navy); border-top: 1px solid var(--home-blue); border-bottom: 1px solid var(--home-blue); }
.home-v3 .home-audiences .section-shell { display: grid; grid-template-columns: 240px 1fr; gap: 30px; align-items: center; }
.home-v3 .home-audiences p { margin: 0; color: var(--home-line); font-size: .76rem; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.home-v3 .home-audiences ul { display: flex; justify-content: flex-end; gap: 9px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.home-v3 .home-audiences li { padding: 7px 11px; color: var(--home-line); border: 1px solid rgba(226, 232, 239, .25); font-size: .74rem; }

/* Product groups */
.home-v3 .home-ecosystem { background: var(--home-paper); }
.home-v3 .home-group-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--home-line); }
.home-v3 .home-group-card { min-height: 440px; display: flex; flex-direction: column; padding: 28px; background: var(--home-white); border-right: 1px solid var(--home-line); }
.home-v3 .home-group-card:last-child { border-right: 0; }
.home-v3 .home-card-index { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; color: var(--home-navy); background: var(--home-lime-soft); border-left: 3px solid var(--home-lime); font-size: .72rem; font-weight: 700; }
.home-v3 .home-group-card h3 { margin: 27px 0 13px; font-size: 1.65rem; line-height: 1.1; }
.home-v3 .home-group-card > p { color: var(--home-muted); font-size: .9rem; }
.home-v3 .home-group-card ul { margin: 8px 0 24px; padding: 0; list-style: none; }
.home-v3 .home-group-card li { padding: 7px 0; color: var(--home-text); border-bottom: 1px solid var(--home-line); font-size: .82rem; }
.home-v3 .home-group-card > a { margin-top: auto; color: var(--home-navy); font-size: .85rem; font-weight: 700; }
.home-v3 .home-group-card > a:hover { color: var(--home-green); }

/* Featured products */
.home-v3 .home-featured { background: var(--home-soft); border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.home-v3 .home-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.home-v3 .home-product-card { min-height: 380px; display: flex; flex-direction: column; padding: 30px; background: var(--home-white); border: 1px solid var(--home-line); border-top: 4px solid var(--home-navy); transition: transform .2s ease, border-color .2s ease; }
.home-v3 .home-product-card:hover { transform: translateY(-4px); border-color: var(--home-muted-dark); border-top-color: var(--home-lime); }
.home-v3 .home-product-tag { color: var(--home-green); font-size: .69rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.home-v3 .home-product-card h3 { margin: 16px 0 13px; font-size: 1.7rem; line-height: 1.1; }
.home-v3 .home-product-card h3 a:hover { color: var(--home-blue); }
.home-v3 .home-product-card > p { color: var(--home-muted); font-size: .88rem; line-height: 1.6; }
.home-v3 .home-product-card ul { margin: 8px 0 24px; padding: 0; list-style: none; }
.home-v3 .home-product-card li { position: relative; padding: 5px 0 5px 17px; color: var(--home-text); font-size: .79rem; }
.home-v3 .home-product-card li::before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; background: var(--home-lime); }
.home-v3 .home-product-card .home-card-link { margin-top: auto; font-size: .84rem; }

/* Omnichannel journey */
.home-v3 .home-journey { color: var(--home-white); background: var(--home-ink); }
.home-v3 .home-heading-light h2 { color: var(--home-white); }
.home-v3 .home-heading-light > p { color: var(--home-muted-dark); }
.home-v3 .home-journey-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--home-line-dark); border-bottom: 1px solid var(--home-line-dark); list-style: none; }
.home-v3 .home-journey-list li { position: relative; min-height: 330px; padding: 28px 25px; border-right: 1px solid var(--home-line-dark); }
.home-v3 .home-journey-list li:last-child { border-right: 0; }
.home-v3 .home-journey-list li::after { content: ""; position: absolute; right: -5px; top: 64px; z-index: 2; width: 9px; height: 9px; background: var(--home-lime); transform: rotate(45deg); }
.home-v3 .home-journey-list li:last-child::after { display: none; }
.home-v3 .home-journey-number { display: block; margin-bottom: 53px; color: var(--home-lime); font-size: .74rem; font-weight: 700; }
.home-v3 .home-journey-list h3 { margin-bottom: 13px; color: var(--home-white); font-size: 1.6rem; }
.home-v3 .home-journey-list p { color: var(--home-muted-dark); font-size: .83rem; line-height: 1.55; }
.home-v3 .home-journey-list small { position: absolute; right: 25px; bottom: 26px; left: 25px; padding-top: 13px; color: var(--home-line); border-top: 1px solid var(--home-line-dark); font-size: .7rem; font-weight: 700; }

/* Outcomes */
.home-v3 .home-outcomes { background: var(--home-paper); }
.home-v3 .home-outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.home-v3 .home-outcome-grid article { min-height: 250px; padding: 27px; background: var(--home-white); border: 1px solid var(--home-line); border-left: 4px solid var(--home-lime); }
.home-v3 .home-outcome-grid article > span { color: var(--home-green); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.home-v3 .home-outcome-grid h3 { margin: 35px 0 12px; font-size: 1.45rem; line-height: 1.14; }
.home-v3 .home-outcome-grid p { margin: 0; color: var(--home-muted); font-size: .84rem; }

/* Solutions */
.home-v3 .home-solutions { background: var(--home-soft); border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.home-v3 .home-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--home-line); border-left: 1px solid var(--home-line); }
.home-v3 .home-solution-grid > a { min-height: 270px; display: flex; flex-direction: column; padding: 25px; background: var(--home-white); border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); transition: background .2s ease; }
.home-v3 .home-solution-grid > a:hover { background: var(--home-lime-soft); }
.home-v3 .home-solution-grid > a > span { color: var(--home-green); font-size: .68rem; font-weight: 700; }
.home-v3 .home-solution-grid h3 { margin: 24px 0 11px; font-size: 1.45rem; }
.home-v3 .home-solution-grid p { color: var(--home-muted); font-size: .82rem; line-height: 1.5; }
.home-v3 .home-solution-grid strong { margin-top: auto; color: var(--home-navy); font-size: .78rem; }
.home-v3 .home-solution-grid i,
.home-v3 .home-resource-grid i { font-style: normal; }

/* Industries */
.home-v3 .home-industries { background: var(--home-lime-soft); border-bottom: 1px solid rgba(124,58,237, .28); }
.home-v3 .home-industry-layout { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); gap: clamp(50px, 9vw, 120px); align-items: start; }
.home-v3 .home-industry-intro { position: sticky; top: 128px; }
.home-v3 .home-industry-intro h2 { margin: 12px 0 20px; font-size: clamp(2.4rem, 4.4vw, 4.5rem); line-height: 1.02; }
.home-v3 .home-industry-intro > p:not(.home-kicker) { color: var(--home-text); font-size: 1rem; }
.home-v3 .home-industry-intro .button { margin-top: 16px; }
.home-v3 .home-industry-list { border-top: 1px solid rgba(124,58,237, .35); }
.home-v3 .home-industry-list a { min-height: 66px; display: grid; grid-template-columns: 44px 1fr auto; gap: 13px; align-items: center; padding: 13px 8px; color: var(--home-navy); border-bottom: 1px solid rgba(124,58,237, .35); }
.home-v3 .home-industry-list a:hover { padding-left: 16px; color: var(--home-ink); background: rgba(255, 255, 255, .46); }
.home-v3 .home-industry-list span { color: var(--home-green); font-size: .7rem; font-weight: 700; }
.home-v3 .home-industry-list strong { font-family: var(--font-heading); font-size: 1.15rem; }
.home-v3 .home-industry-list i { font-style: normal; }

/* Siya guide */
.home-v3 .home-siya { color: var(--home-white); background: var(--home-navy); }
.home-v3 .home-siya-layout { display: grid; grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr); gap: clamp(40px, 8vw, 105px); }
.home-v3 .home-siya-intro { padding-top: 4px; }
.home-v3 .home-siya-badge { width: 66px; height: 66px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 31px; color: var(--home-ink); background: var(--home-lime); border-radius: 50%; font-family: var(--font-heading); font-size: 2rem; font-weight: 700; }
.home-v3 .home-siya-intro h2 { margin: 13px 0 20px; color: var(--home-white); font-size: clamp(2.35rem, 4.5vw, 4.5rem); line-height: 1; }
.home-v3 .home-siya-intro > p:not(.home-kicker) { color: var(--home-line); }
.home-v3 .home-siya-intro > small { display: block; margin-top: 24px; padding-top: 18px; color: var(--home-muted-dark); border-top: 1px solid var(--home-blue); }
.home-v3 .home-siya-guide { padding: 28px; color: var(--home-text); background: var(--home-paper); border-top: 4px solid var(--home-lime); }
.home-v3 .home-siya-guide fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.home-v3 .home-siya-guide legend { margin-bottom: 18px; color: var(--home-ink); font-family: var(--font-heading); font-size: 1.28rem; font-weight: 700; }
.home-v3 .home-siya-choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.home-v3 .home-siya-choices label { min-height: 84px; display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; padding: 14px; background: var(--home-white); border: 1px solid var(--home-line); cursor: pointer; }
.home-v3 .home-siya-choices label:hover { border-color: var(--home-green); }
.home-v3 .home-siya-choices input { width: 17px; height: 17px; margin: 4px 0 0; accent-color: var(--home-green); }
.home-v3 .home-siya-choices strong,
.home-v3 .home-siya-choices small { display: block; }
.home-v3 .home-siya-choices strong { color: var(--home-navy); font-size: .9rem; }
.home-v3 .home-siya-choices small { margin-top: 3px; color: var(--home-muted); font-size: .7rem; line-height: 1.4; }
.home-v3 .home-siya-results { margin-top: 15px; }
.home-v3 .home-siya-result { padding: 24px; background: var(--home-lime-soft); border: 1px solid rgba(124,58,237, .3); }
.home-v3 .home-siya-result + .home-siya-result { margin-top: 10px; }
.home-v3 .home-siya-result > div > span { color: var(--home-green); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.home-v3 .home-siya-result h3 { margin: 7px 0 7px; font-size: 1.45rem; }
.home-v3 .home-siya-result p { margin-bottom: 13px; color: var(--home-text); font-size: .8rem; }
.home-v3 .home-siya-result ul { display: flex; gap: 6px; flex-wrap: wrap; margin: 0 0 17px; padding: 0; list-style: none; }
.home-v3 .home-siya-result li a { display: inline-flex; padding: 6px 9px; color: var(--home-navy); background: var(--home-white); border: 1px solid rgba(124,58,237, .35); font-size: .71rem; font-weight: 700; }
.home-v3 .home-siya-result .home-card-link { font-size: .78rem; }

@supports selector(form:has(input:checked)) {
  .home-v3 .home-siya-result { display: none; }
  .home-v3 .home-siya-guide:has(#siya-engage:checked) .home-siya-result--engage,
  .home-v3 .home-siya-guide:has(#siya-verify:checked) .home-siya-result--verify,
  .home-v3 .home-siya-guide:has(#siya-support:checked) .home-siya-result--support,
  .home-v3 .home-siya-guide:has(#siya-acquire:checked) .home-siya-result--acquire { display: block; }
}

/* Evidence */
.home-v3 .home-evidence { color: var(--home-white); background: var(--home-ink); }
.home-v3 .home-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.home-v3 .home-case-grid > article { overflow: hidden; background: var(--home-deep); border: 1px solid var(--home-line-dark); border-top: 4px solid var(--home-lime); }
.home-v3 .home-case-media { height: 190px; display: block; overflow: hidden; background: var(--home-navy); }
.home-v3 .home-case-media img { width: 100%; height: 100%; object-fit: cover; }
.home-v3 .home-case-placeholder { display: flex; align-items: center; justify-content: center; color: var(--home-muted-dark); font-size: .7rem; font-weight: 700; letter-spacing: .18em; }
.home-v3 .home-case-body { padding: 25px; }
.home-v3 .home-case-body > span { color: var(--home-lime); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-v3 .home-case-body h3 { margin: 12px 0; color: var(--home-white); font-size: 1.5rem; }
.home-v3 .home-case-body h3 a:hover { color: var(--home-lime); }
.home-v3 .home-case-body > p { color: var(--home-muted-dark); font-size: .83rem; }
.home-v3 .home-case-result { padding: 13px; color: var(--home-lime-soft) !important; background: rgba(168,85,247, .09); border-left: 3px solid var(--home-lime); }
.home-v3 .home-case-result strong { display: block; margin-bottom: 3px; color: var(--home-lime); font-size: .68rem; text-transform: uppercase; }
.home-v3 .home-case-body .home-card-link { color: var(--home-lime); font-size: .8rem; }
.home-v3 .home-evidence-empty { min-height: 190px; display: grid; grid-template-columns: 58px 1fr auto; gap: 24px; align-items: center; padding: 34px; background: var(--home-deep); border: 1px solid var(--home-line-dark); border-left: 4px solid var(--home-lime); }
.home-v3 .home-evidence-empty > span { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; color: var(--home-ink); background: var(--home-lime); border-radius: 50%; font-weight: 800; }
.home-v3 .home-evidence-empty h3 { margin-bottom: 8px; color: var(--home-white); font-size: 1.6rem; }
.home-v3 .home-evidence-empty p { max-width: 670px; margin: 0; color: var(--home-muted-dark); }

/* Trust and why */
.home-v3 .home-trust { background: var(--home-paper); }
.home-v3 .home-trust-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 9vw, 110px); align-items: start; }
.home-v3 .home-trust-intro { position: sticky; top: 128px; }
.home-v3 .home-trust-intro h2 { margin: 12px 0 20px; font-size: clamp(2.4rem, 4.4vw, 4.5rem); line-height: 1.02; }
.home-v3 .home-trust-intro > p:not(.home-kicker) { color: var(--home-muted); }
.home-v3 .home-trust-intro .button { margin-top: 15px; }
.home-v3 .home-control-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--home-line); border-left: 1px solid var(--home-line); }
.home-v3 .home-control-grid article { min-height: 260px; padding: 28px; background: var(--home-white); border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.home-v3 .home-control-grid article > span { color: var(--home-green); font-size: .7rem; font-weight: 700; }
.home-v3 .home-control-grid h3 { margin: 42px 0 12px; font-size: 1.45rem; }
.home-v3 .home-control-grid p { margin: 0; color: var(--home-muted); font-size: .84rem; }
.home-v3 .home-why { background: var(--home-white); border-top: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); }
.home-v3 .home-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.home-v3 .home-why-grid article { min-height: 270px; padding: 27px; color: var(--home-white); background: var(--home-navy); border-top: 4px solid var(--home-lime); }
.home-v3 .home-why-grid article > span { color: var(--home-lime); font-size: .7rem; font-weight: 700; }
.home-v3 .home-why-grid h3 { margin: 48px 0 12px; color: var(--home-white); font-size: 1.4rem; }
.home-v3 .home-why-grid p { margin: 0; color: var(--home-muted-dark); font-size: .83rem; }

/* Optional testimonials */
.home-v3 .home-testimonials { background: var(--home-lime-soft); }
.home-v3 .home-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.home-v3 .home-testimonial-grid figure { min-height: 270px; display: flex; flex-direction: column; margin: 0; padding: 29px; background: var(--home-white); border: 1px solid rgba(124,58,237, .3); }
.home-v3 .home-testimonial-grid blockquote { margin: 0 0 28px; color: var(--home-navy); font-family: var(--font-heading); font-size: 1.25rem; line-height: 1.45; }
.home-v3 .home-testimonial-grid figcaption { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--home-line); }
.home-v3 .home-testimonial-grid figcaption strong,
.home-v3 .home-testimonial-grid figcaption span { display: block; }
.home-v3 .home-testimonial-grid figcaption span { color: var(--home-muted); font-size: .77rem; }

/* Resources */
.home-v3 .home-resources { background: var(--home-soft); }
.home-v3 .home-resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--home-line); }
.home-v3 .home-resource-grid > a { min-height: 300px; display: flex; flex-direction: column; padding: 27px; background: var(--home-white); border-right: 1px solid var(--home-line); }
.home-v3 .home-resource-grid > a:last-child { border-right: 0; }
.home-v3 .home-resource-grid > a:hover { background: var(--home-lime-soft); }
.home-v3 .home-resource-grid > a > span { color: var(--home-green); font-size: .7rem; font-weight: 700; }
.home-v3 .home-resource-grid h3 { margin: 38px 0 13px; font-size: 1.5rem; }
.home-v3 .home-resource-grid p { color: var(--home-muted); font-size: .82rem; }
.home-v3 .home-resource-grid strong { margin-top: auto; color: var(--home-navy); font-size: .78rem; }

@media (max-width: 1080px) {
  .home-v3 .home-credibility-grid { grid-template-columns: repeat(2, 1fr); }
  .home-v3 .home-credibility article:nth-child(3) { border-top: 1px solid rgba(124,58,237, .28); }
  .home-v3 .home-credibility article:nth-child(4) { border-top: 1px solid rgba(124,58,237, .28); }
  .home-v3 .home-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .home-v3 .home-hero-copy { max-width: 800px; }
  .home-v3 .home-architecture { max-width: 720px; }
  .home-v3 .home-group-grid { grid-template-columns: repeat(2, 1fr); }
  .home-v3 .home-group-card:nth-child(2) { border-right: 0; }
  .home-v3 .home-group-card:nth-child(-n+2) { border-bottom: 1px solid var(--home-line); }
  .home-v3 .home-product-grid,
  .home-v3 .home-solution-grid { grid-template-columns: repeat(2, 1fr); }
  .home-v3 .home-journey-list { grid-template-columns: repeat(3, 1fr); }
  .home-v3 .home-journey-list li:nth-child(3) { border-right: 0; }
  .home-v3 .home-journey-list li:nth-child(-n+3) { border-bottom: 1px solid var(--home-line-dark); }
  .home-v3 .home-journey-list li:nth-child(3)::after { display: none; }
  .home-v3 .home-journey-list li:nth-child(4)::after { display: block; }
  .home-v3 .home-outcome-grid,
  .home-v3 .home-why-grid,
  .home-v3 .home-resource-grid { grid-template-columns: repeat(2, 1fr); }
  .home-v3 .home-resource-grid > a:nth-child(2) { border-right: 0; }
  .home-v3 .home-resource-grid > a:nth-child(-n+2) { border-bottom: 1px solid var(--home-line); }
}

@media (max-width: 820px) {
  .home-v3 .section-shell { width: min(100% - 32px, 1180px); }
  .home-v3 .home-section { padding: 78px 0; }
  .home-v3 .home-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 35px; }
  .home-v3 .home-heading h2 { font-size: clamp(2.15rem, 8vw, 3.65rem); }
  .home-v3 .home-hero-grid { gap: 48px; padding-top: 68px; padding-bottom: 68px; }
  .home-v3 .home-hero-copy h1 { font-size: clamp(3rem, 12vw, 5.5rem); }
  .home-v3 .home-audiences .section-shell { grid-template-columns: 1fr; gap: 16px; }
  .home-v3 .home-audiences ul { justify-content: flex-start; }
  .home-v3 .home-industry-layout,
  .home-v3 .home-siya-layout,
  .home-v3 .home-trust-layout { grid-template-columns: 1fr; }
  .home-v3 .home-industry-intro,
  .home-v3 .home-trust-intro { position: static; }
  .home-v3 .home-case-grid,
  .home-v3 .home-testimonial-grid { grid-template-columns: 1fr; }
  .home-v3 .home-case-grid > article { display: grid; grid-template-columns: minmax(190px, .65fr) 1fr; }
  .home-v3 .home-case-media { height: 100%; min-height: 250px; }
  .home-v3 .home-evidence-empty { grid-template-columns: 52px 1fr; }
  .home-v3 .home-evidence-empty .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 620px) {
  .home-v3 .section-shell { width: min(100% - 26px, 1180px); }
  .home-v3 .home-section { padding: 64px 0; }
  .home-v3 .home-credibility-grid,
  .home-v3 .home-group-grid,
  .home-v3 .home-product-grid,
  .home-v3 .home-journey-list,
  .home-v3 .home-outcome-grid,
  .home-v3 .home-solution-grid,
  .home-v3 .home-control-grid,
  .home-v3 .home-why-grid,
  .home-v3 .home-resource-grid { grid-template-columns: 1fr; }
  .home-v3 .home-credibility article { min-height: 0; border-right: 1px solid rgba(124,58,237, .28); border-bottom: 1px solid rgba(124,58,237, .28); border-top: 0 !important; }
  .home-v3 .home-credibility article:last-child { border-bottom: 0; }
  .home-v3 .home-hero-grid { padding-top: 56px; padding-bottom: 60px; }
  .home-v3 .home-hero-copy h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .home-v3 .home-actions { align-items: stretch; flex-direction: column; }
  .home-v3 .home-actions .button { width: 100%; }
  .home-v3 .home-architecture { padding: 21px; box-shadow: 9px 9px 0 rgba(124,58,237, .22); }
  .home-v3 .home-architecture-mark { display: none; }
  .home-v3 .home-architecture-head { grid-template-columns: 1fr; }
  .home-v3 .home-group-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--home-line); }
  .home-v3 .home-group-card:last-child { border-bottom: 0; }
  .home-v3 .home-product-card { min-height: 330px; }
  .home-v3 .home-journey-list li { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--home-line-dark); }
  .home-v3 .home-journey-list li:last-child { border-bottom: 0; }
  .home-v3 .home-journey-list li::after { right: auto; top: auto; bottom: -5px; left: 35px; display: block !important; }
  .home-v3 .home-journey-list li:last-child::after { display: none !important; }
  .home-v3 .home-journey-number { margin-bottom: 30px; }
  .home-v3 .home-solution-grid > a { min-height: 235px; }
  .home-v3 .home-siya-guide { padding: 20px; }
  .home-v3 .home-siya-choices { grid-template-columns: 1fr; }
  .home-v3 .home-case-grid > article { display: block; }
  .home-v3 .home-case-media { height: 190px; min-height: 0; }
  .home-v3 .home-evidence-empty { grid-template-columns: 1fr; padding: 26px; }
  .home-v3 .home-evidence-empty .button { grid-column: 1; justify-self: stretch; }
  .home-v3 .home-resource-grid > a { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--home-line); }
  .home-v3 .home-resource-grid > a:last-child { border-bottom: 0; }
}

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

/* V4 final cascade layer: keep the interactive Siya hero above legacy hero rules. */
.home-v3 .home-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 52%, rgba(72, 205, 228, .13), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(185, 61, 244, .12), transparent 25%),
    linear-gradient(145deg, #070914 0%, #071527 55%, #111529 100%);
}
.home-v3 .home-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  min-height: 760px;
  gap: clamp(24px, 4vw, 64px);
}
.home-v3 .home-hero-copy { position: relative; z-index: 4; }
.home-v3 .home-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.5rem, 6.2vw, 6.6rem);
  line-height: .92;
  letter-spacing: -.055em;
}
.home-v3 .home-hero-copy h1::after {
  content: "Connected intelligently.";
  display: block;
  margin-top: .12em;
  color: transparent;
  background: linear-gradient(90deg, var(--home-lime), #54d5ef 52%, #e34fcd);
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 1080px) {
  .home-v3 .home-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .home-v3 .home-ai-stage { min-height: 650px; max-width: 760px; width: 100%; }
  .home-v3 .home-live-network .section-shell { grid-template-columns: auto 1fr; }
  .home-v3 .home-live-network ul { grid-column: 1/-1; padding-bottom: 20px; flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .home-v3 .home-hero-copy h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .home-v3 .home-ai-stage { min-height: 540px; }
  .home-v3 .home-ai-siya { width: 94%; right: -8%; }
  .home-v3 .home-ai-orbit--one { width: 430px; height: 430px; right: -110px; }
  .home-v3 .home-ai-orbit--two { width: 330px; height: 330px; right: -50px; }
  .home-v3 .home-ai-signal { width: 175px; padding: 11px; }
  .home-v3 .home-ai-signal--one { top: 75px; }
  .home-v3 .home-ai-signal--two { top: 230px; }
  .home-v3 .home-ai-signal--three { bottom: 75px; }
  .home-v3 .home-live-track { display: none; }
  .home-v3 .home-live-network .section-shell { display: block; padding-top: 20px; padding-bottom: 20px; }
  .home-v3 .home-live-network ul { gap: 12px 22px; padding: 14px 0 0; }
}

/* Semantic product icons use the same local sprite as the service catalogue. */
.home-v3 .home-group-card { position: relative; }
.home-v3 .home-group-icon,
.home-v3 .home-product-icon {
  display: grid;
  place-items: center;
  color: var(--home-blue);
  border: 1px solid color-mix(in srgb, var(--home-blue) 42%, transparent);
  background: color-mix(in srgb, var(--home-deep) 88%, transparent);
  box-shadow: 0 15px 36px rgba(7, 9, 20, .18);
}
.home-v3 .home-group-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 50px;
  height: 50px;
  border-radius: 16px;
}
.home-v3 .home-product-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 17px;
}
.home-v3 .home-group-icon .service-symbol,
.home-v3 .home-product-icon .service-symbol { width: 27px; height: 27px; }

@media (max-width: 640px) {
  .home-v3 .home-group-icon { top: 24px; right: 24px; }
}

/* V4.4 — Siya connected-service orbit
   The character stays identical to the approved asset while the eight product
   nodes move on one lightweight, transform-only orbit. */
.home-v3 .home-ai-stage {
  position: relative;
  min-height: 730px;
  isolation: isolate;
}

.home-v3 .home-ai-glow {
  position: absolute;
  inset: 7% 0 15%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(86, 216, 255, .22), rgba(124, 58, 237, .1) 39%, transparent 67%);
  filter: blur(16px);
  pointer-events: none;
}

.home-v3 .home-ai-core {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 39%;
  width: min(68%, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(86, 216, 255, .13);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 44%, rgba(86, 216, 255, .11), transparent 42%),
    rgba(7, 9, 20, .2);
  box-shadow:
    0 0 90px rgba(86, 216, 255, .08),
    inset 0 0 58px rgba(124, 58, 237, .08);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.home-v3 .home-ai-core i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  color: #56d8ff;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
  animation: home-core-pulse 3.8s ease-in-out infinite;
}
.home-v3 .home-ai-core i:nth-child(1) { left: 11%; top: 32%; }
.home-v3 .home-ai-core i:nth-child(2) { right: 13%; top: 19%; color: #ec4899; background: currentColor; animation-delay: -1.2s; }
.home-v3 .home-ai-core i:nth-child(3) { right: 8%; bottom: 24%; color: #a855f7; background: currentColor; animation-delay: -2.4s; }

.home-v3 .home-ai-siya {
  position: absolute;
  z-index: 3;
  left: 50%;
  right: auto;
  top: 52px;
  bottom: auto;
  width: min(61%, 390px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 38px 66px rgba(0, 0, 0, .54));
  transform: translateX(-50%);
  animation: home-siya-float 5.8s ease-in-out infinite;
  pointer-events: none;
  user-select: none;
}

.home-v3 .home-service-orbit {
  --orbit-duration: 46s;
  --orbit-radius: clamp(220px, 19vw, 252px);
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 39%;
  width: min(100%, 590px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.home-v3 .home-service-rings,
.home-v3 .home-service-rings i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(86, 216, 255, .18);
  border-radius: 50%;
  pointer-events: none;
}
.home-v3 .home-service-rings::before,
.home-v3 .home-service-rings::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}
.home-v3 .home-service-rings::before {
  inset: 8%;
  border: 1px dashed rgba(168, 85, 247, .17);
}
.home-v3 .home-service-rings::after {
  inset: 25%;
  border: 1px solid rgba(236, 72, 153, .14);
}
.home-v3 .home-service-rings i:nth-child(1) { inset: 15%; border-color: rgba(255, 255, 255, .07); }
.home-v3 .home-service-rings i:nth-child(2) { inset: 34%; border-color: rgba(86, 216, 255, .1); }
.home-v3 .home-service-rings i:nth-child(3) {
  inset: 48%;
  border: 0;
  background: #56d8ff;
  box-shadow: 0 0 28px rgba(86, 216, 255, .9), 0 0 68px rgba(124, 58, 237, .46);
  animation: home-core-pulse 3.2s ease-in-out infinite;
}

.home-v3 .home-service-wheel {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: home-service-wheel-spin var(--orbit-duration) linear infinite;
  will-change: transform;
}

.home-v3 .home-service-slot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  transform: rotate(var(--orbit-angle)) translateX(var(--orbit-radius));
  transform-origin: 0 0;
}

.home-v3 .home-service-angle-fix,
.home-v3 .home-service-motion-fix {
  width: 1px;
  height: 1px;
  display: block;
  transform-origin: 0 0;
}
.home-v3 .home-service-angle-fix { transform: rotate(var(--orbit-angle-reverse)); }
.home-v3 .home-service-motion-fix {
  animation: home-service-wheel-counter var(--orbit-duration) linear infinite;
  will-change: transform;
}

.home-v3 .home-service-node {
  --node-accent: #a855f7;
  position: relative;
  width: 122px;
  min-height: 54px;
  padding: 7px 10px 7px 7px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  color: #f7f5fb;
  background: linear-gradient(145deg, rgba(17, 21, 41, .94), rgba(7, 9, 20, .88));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 17px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .32);
  transform: translate(-50%, -50%);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.home-v3 .home-service-slot--cyan .home-service-node { --node-accent: #56d8ff; }
.home-v3 .home-service-slot--pink .home-service-node { --node-accent: #ec4899; }
.home-v3 .home-service-slot--rcs .home-service-node { --node-accent: #4285f4; }
.home-v3 .home-service-slot--whatsapp .home-service-node { --node-accent: #25d366; }
.home-v3 .home-service-node:hover,
.home-v3 .home-service-node:focus-visible,
.home-v3 .home-service-node.is-active {
  color: #fff;
  background: linear-gradient(145deg, rgba(25, 30, 55, .98), rgba(11, 13, 27, .96));
  border-color: color-mix(in srgb, var(--node-accent) 78%, white 8%);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--node-accent) 20%, transparent), 0 18px 54px color-mix(in srgb, var(--node-accent) 22%, transparent);
}

.home-v3 .home-service-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--node-accent);
  background: color-mix(in srgb, var(--node-accent) 12%, rgba(17, 21, 41, .9));
  border: 1px solid color-mix(in srgb, var(--node-accent) 34%, transparent);
  border-radius: 13px;
  box-shadow: inset 0 0 18px color-mix(in srgb, var(--node-accent) 7%, transparent);
}
.home-v3 .home-service-icon .service-symbol { width: 22px; height: 22px; }
.home-v3 .home-service-label {
  overflow-wrap: anywhere;
  color: #f7f5fb;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.15;
}

.home-v3 .home-ai-console {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 6px;
  width: min(540px, calc(100% - 20px));
  overflow: hidden;
  color: #f7f5fb;
  background: linear-gradient(145deg, rgba(17, 21, 41, .94), rgba(7, 9, 20, .92));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .38);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}
.home-v3 .home-ai-console::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: linear-gradient(#56d8ff, #a855f7, #ec4899);
}
.home-v3 .home-ai-console-status {
  min-height: 38px;
  padding: 6px 9px 6px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.home-v3 .home-ai-console-status > span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #aaa8ba;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-v3 .home-ai-console-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a6c63a;
  box-shadow: 0 0 12px rgba(166, 198, 58, .8);
}
.home-v3 .home-ai-console-status button {
  min-height: 30px;
  padding: 5px 10px;
  display: none;
  color: #f7f5fb;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  font: inherit;
  font-size: .75rem;
  font-weight: 700;
  cursor: pointer;
}
.js .home-v3 .home-ai-console-status button { display: inline-flex; align-items: center; justify-content: center; }
.home-v3 .home-ai-console-status button:hover { border-color: rgba(86, 216, 255, .58); }
.home-v3 .home-ai-console-status button:disabled { opacity: .62; cursor: not-allowed; }
.home-v3 .home-ai-console-copy {
  padding: 13px 17px 15px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 18px;
  align-items: end;
}
.home-v3 .home-ai-console-copy > span {
  grid-column: 1;
  color: #d9b8fb;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-v3 .home-ai-console-copy > strong {
  grid-column: 1;
  margin-top: 3px;
  color: #f7f5fb;
  font-size: 1.06rem;
  line-height: 1.2;
}
.home-v3 .home-ai-console-copy > p {
  grid-column: 1;
  margin: 4px 0 0;
  color: #aaa8ba;
  font-size: .78rem;
  line-height: 1.45;
}
.home-v3 .home-ai-console-copy > a {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  color: #56d8ff;
  font-size: .78rem;
  font-weight: 700;
  white-space: nowrap;
}

.home-v3 .home-ai-stage :is(.home-service-wheel, .home-service-motion-fix, .home-ai-siya, .home-ai-core i, .home-service-rings i:nth-child(3)) {
  animation-play-state: paused;
}
.js .home-v3 .home-ai-stage.is-orbit-ready :is(.home-service-wheel, .home-service-motion-fix, .home-ai-siya, .home-ai-core i, .home-service-rings i:nth-child(3)) {
  animation-play-state: running;
}
.js .home-v3 .home-ai-stage.is-orbit-ready.is-motion-paused :is(.home-service-wheel, .home-service-motion-fix, .home-ai-siya, .home-ai-core i, .home-service-rings i:nth-child(3)) {
  animation-play-state: paused;
}
html:not(.js) .home-v3 :is(.home-service-wheel, .home-service-motion-fix, .home-ai-siya, .home-ai-core i, .home-service-rings i:nth-child(3)) {
  animation: none !important;
}

@keyframes home-service-wheel-spin { to { transform: rotate(360deg); } }
@keyframes home-service-wheel-counter { to { transform: rotate(-360deg); } }
@keyframes home-siya-float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-7px); }
}
@keyframes home-core-pulse {
  0%, 100% { opacity: .55; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.16); }
}

@media (max-width: 1080px) {
  .home-v3 .home-ai-stage { min-height: 760px; max-width: 760px; margin-inline: auto; }
  .home-v3 .home-service-orbit { --orbit-radius: 255px; width: 610px; top: 39%; }
  .home-v3 .home-ai-siya { width: min(55%, 390px); }
}

@media (max-width: 760px) {
  .home-v3 .home-ai-stage { min-height: 840px; width: 100%; }
  .home-v3 .home-ai-glow { inset: 0 3% 54%; }
  .home-v3 .home-ai-core { top: 22%; width: min(88%, 330px); }
  .home-v3 .home-ai-siya { top: 9px; width: min(69%, 260px); }
  .home-v3 .home-service-orbit {
    position: absolute;
    left: 50%;
    top: 350px;
    width: min(100%, 560px);
    height: auto;
    aspect-ratio: auto;
    transform: translateX(-50%);
  }
  .home-v3 .home-service-rings { display: none; }
  .home-v3 .home-service-wheel {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    animation: none;
    will-change: auto;
  }
  .home-v3 .home-service-slot {
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }
  .home-v3 .home-service-angle-fix,
  .home-v3 .home-service-motion-fix {
    width: auto;
    height: auto;
    transform: none;
    animation: none;
    will-change: auto;
  }
  .home-v3 .home-service-node {
    width: 100%;
    min-height: 55px;
    grid-template-columns: 38px minmax(0, 1fr);
    transform: none;
  }
  .home-v3 .home-service-icon { width: 38px; height: 38px; }
  .home-v3 .home-service-label { font-size: .75rem; overflow-wrap: normal; }
  .home-v3 .home-ai-console { bottom: 2px; width: 100%; }
}

@media (max-width: 420px) {
  .home-v3 .home-ai-stage { min-height: 875px; }
  .home-v3 .home-ai-siya { width: min(72%, 245px); }
  .home-v3 .home-service-orbit { top: 332px; }
  .home-v3 .home-service-node { padding-right: 7px; }
  .home-v3 .home-ai-console-copy { grid-template-columns: 1fr; }
  .home-v3 .home-ai-console-copy > a {
    grid-column: 1;
    grid-row: auto;
    margin-top: 9px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v3 :is(.home-service-wheel, .home-service-motion-fix, .home-ai-siya, .home-ai-core i, .home-service-rings i:nth-child(3)) {
    animation: none !important;
  }
}
