/* Corporate homepage */
.home-page { background: #fff; color: #17253b; }

.home-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 18%, rgba(20, 188, 139, 0.17), transparent 28%),
    radial-gradient(circle at 52% 105%, rgba(28, 100, 176, 0.23), transparent 40%),
    linear-gradient(120deg, #041126 0%, #061a35 57%, #082d45 100%);
  color: #fff;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(94, 155, 204, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(94, 155, 204, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(90deg, #000 30%, transparent 95%);
}

.home-hero::after {
  position: absolute;
  right: -290px;
  bottom: -420px;
  width: 820px;
  height: 820px;
  border: 1px solid rgba(63, 223, 178, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(50, 133, 196, 0.03), 0 0 0 200px rgba(50, 133, 196, 0.02);
  content: "";
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 720px;
  padding: 78px 0 66px;
  align-items: center;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 54px;
}

.home-eyebrow {
  display: inline-flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 10px;
  color: #51dfb7;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.home-eyebrow i { width: 27px; height: 2px; background: #2bdca9; box-shadow: 8px 0 18px rgba(43, 220, 169, 0.6); }
.home-hero-copy h1 { margin: 0; color: #fff; font-weight: 800; line-height: 1.2; letter-spacing: -0.045em; }
.home-title-main, .home-title-accent { display: block; white-space: nowrap; }
.home-title-main { color: #fff; font-size: 44px; }
.home-title-accent { margin-top: 7px; color: #4de0b6; font-size: 49px; text-shadow: 0 0 30px rgba(35, 205, 158, 0.15); }
.home-hero-lead { max-width: 660px; margin: 22px 0 0; color: #b3c7d9; font-size: 17px; line-height: 1.9; }
.home-hero .button-row { margin-top: 30px; }
.home-hero-tags { display: flex; padding: 0; margin: 31px 0 0; flex-wrap: wrap; gap: 9px; list-style: none; }
.home-hero-tags li { padding: 9px 13px; border: 1px solid rgba(145, 187, 220, 0.22); border-radius: 5px; background: rgba(15, 48, 82, 0.52); color: #c4d3e1; font-size: 12px; }

.home-fabric {
  position: relative;
  height: 540px;
  overflow: hidden;
  border: 1px solid rgba(121, 172, 208, 0.22);
  border-radius: 24px;
  background: linear-gradient(rgba(67, 135, 183, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(67, 135, 183, 0.055) 1px, transparent 1px), rgba(3, 18, 39, 0.74);
  background-size: 48px 48px;
  box-shadow: 0 35px 75px rgba(0, 7, 21, 0.3);
}

.fabric-head { position: absolute; z-index: 5; top: 21px; right: 24px; left: 24px; display: flex; align-items: center; justify-content: space-between; }
.fabric-head > span { color: #768da6; font-size: 8px; font-weight: 800; letter-spacing: 0.14em; }
.fabric-head strong { display: inline-flex; align-items: center; gap: 7px; color: #59e0b9; font-size: 9px; }
.fabric-head strong i { width: 6px; height: 6px; border-radius: 50%; background: #38dcaa; box-shadow: 0 0 12px #38dcaa; }

.fabric-node { position: absolute; z-index: 3; padding: 22px; border: 1px solid rgba(77, 170, 197, 0.25); border-radius: 16px; background: rgba(8, 36, 67, 0.94); box-shadow: 0 18px 38px rgba(0, 8, 22, 0.24); }
.fabric-node > span, .fabric-service > span { display: block; margin-bottom: 13px; color: #47ddb3; font-size: 9px; font-weight: 800; letter-spacing: 0.12em; }
.fabric-node > strong, .fabric-service > strong { display: block; color: #fff; font-size: 17px; }
.fabric-node > small { display: block; margin-top: 9px; color: #7f97af; font-size: 9px; }
.node-sensing { top: 118px; left: 26px; width: 205px; }
.node-sensing div { display: grid; margin-top: 18px; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.node-sensing div i { display: flex; height: 34px; border: 1px solid rgba(101, 150, 190, 0.17); border-radius: 7px; align-items: center; justify-content: center; background: rgba(22, 57, 94, 0.8); color: #a9bfd2; font-size: 10px; font-style: normal; }
.node-edge { z-index: 4; top: 218px; left: 50%; width: 215px; padding-bottom: 24px; border-color: rgba(49, 217, 169, 0.35); background: linear-gradient(145deg, rgba(7, 62, 80, 0.98), rgba(7, 45, 70, 0.98)); transform: translateX(-50%); }
.node-edge b { display: flex; width: 82px; height: 64px; margin: 18px auto 0; border: 1px solid rgba(61, 224, 177, 0.35); border-radius: 11px; align-items: center; justify-content: center; background: rgba(4, 27, 47, 0.65); color: #63e5c0; font-size: 25px; }
.node-cloud { top: 102px; right: 26px; width: 218px; }
.fabric-bars { display: grid; margin-top: 18px; gap: 9px; }
.fabric-bars i { display: block; height: 5px; border-radius: 3px; background: linear-gradient(90deg, #209fd3 0 62%, rgba(41, 104, 148, 0.32) 62%); }
.fabric-bars i:nth-child(2) { background: linear-gradient(90deg, #2cb7cc 0 76%, rgba(41, 104, 148, 0.32) 76%); }
.fabric-bars i:nth-child(3) { background: linear-gradient(90deg, #35d3ad 0 52%, rgba(41, 104, 148, 0.32) 52%); }
.fabric-service { position: absolute; z-index: 3; right: 42px; bottom: 75px; left: 42px; padding: 18px 22px; border: 1px solid rgba(76, 161, 193, 0.2); border-radius: 14px; background: rgba(8, 33, 62, 0.92); }
.fabric-service > span { margin-bottom: 7px; }
.fabric-service > strong { font-size: 14px; }
.fabric-service div { position: absolute; top: 50%; right: 18px; display: flex; gap: 6px; transform: translateY(-50%); }
.fabric-service div i { padding: 8px 10px; border-radius: 6px; background: rgba(21, 62, 99, 0.82); color: #9cb2c7; font-size: 9px; font-style: normal; }
.fabric-path { position: absolute; z-index: 1; height: 1px; background: linear-gradient(90deg, transparent, #2dd8a8, transparent); transform-origin: left; }
.path-one { top: 224px; left: 206px; width: 180px; transform: rotate(18deg); }
.path-two { top: 224px; right: 202px; width: 180px; transform: rotate(162deg); transform-origin: right; }
.path-three { top: 350px; left: 50%; width: 170px; transform: rotate(90deg); }
.fabric-foot { position: absolute; z-index: 4; right: 24px; bottom: 21px; left: 24px; color: #7189a0; font-size: 8px; }
.fabric-foot i { display: inline-block; width: 5px; height: 5px; margin-right: 8px; border-radius: 50%; background: #42e0b2; }

.home-positioning { padding: 94px 0 104px; background: #fff; }
.positioning-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 110px; }
.positioning-title > span { color: #10ae7c; font-size: 10px; font-weight: 800; letter-spacing: 0.14em; }
.positioning-title h2 { margin: 15px 0 0; color: #0b2947; font-size: 36px; line-height: 1.45; }
.positioning-copy p { margin: 0 0 20px; color: #5f7389; font-size: 15px; line-height: 2; }
.capability-grid { display: grid; margin-top: 58px; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.capability-card { position: relative; min-height: 250px; padding: 29px; overflow: hidden; border: 1px solid #dee6ed; background: #f8fafc; transition: transform .25s, border-color .25s, box-shadow .25s; }
.capability-card:hover { border-color: rgba(17, 180, 129, 0.38); box-shadow: 0 18px 42px rgba(18, 59, 91, 0.08); transform: translateY(-4px); }
.capability-card > span { color: #14a879; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.capability-card > i { display: flex; width: 48px; height: 48px; margin: 30px 0 22px; border-radius: 11px; align-items: center; justify-content: center; background: #e7f7f1; color: #12a779; font-size: 16px; font-style: normal; font-weight: 800; }
.capability-card h3 { margin: 0 0 12px; color: #12314f; font-size: 19px; }
.capability-card p { margin: 0; color: #687b8f; font-size: 13px; line-height: 1.8; }

.home-products { background: #f3f6f9; }
.home-product-grid { display: grid; margin-top: 52px; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.home-product-card { position: relative; display: grid; min-height: 480px; padding: 39px; overflow: hidden; grid-template-areas: "head head" "title title" "copy copy" "list media" "link media"; grid-template-columns: minmax(0, 1fr) 220px; align-content: start; column-gap: 34px; border: 1px solid #dbe4eb; background: #fff; }
.product-card-head { display: flex; grid-area: head; align-items: center; justify-content: space-between; }
.product-card-head span { color: #10aa7a; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.product-card-head i { padding: 6px 10px; border-radius: 20px; background: #e7f7f1; color: #109d72; font-size: 9px; font-style: normal; }
.home-product-card h3 { margin: 28px 0 15px; grid-area: title; color: #092b4a; font-size: 29px; }
.home-product-card > p { max-width: 540px; margin: 0; grid-area: copy; color: #64788d; font-size: 14px; line-height: 1.9; }
.home-product-card ul { display: grid; width: auto; padding: 0; margin: 28px 0 22px; grid-area: list; gap: 11px; list-style: none; }
.home-product-card li { position: relative; padding-left: 17px; color: #4d657c; font-size: 12px; }
.home-product-card li::before { position: absolute; top: 6px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #1bc492; content: ""; }
.home-product-card > a { display: inline-flex; grid-area: link; align-items: center; align-self: start; justify-self: start; gap: 7px; color: #0da375; font-size: 13px; font-weight: 800; }
.home-core-product-visual { position: relative; width: 220px; height: 150px; margin-top: 28px; overflow: hidden; grid-area: media; align-self: start; border-radius: 13px; box-shadow: 0 18px 38px rgba(7, 43, 68, .15); }
.home-core-product-visual .core-product-media { height: 100%; }
.home-core-product-visual .core-product-media > img { opacity: 1; }
.home-core-product-visual .media-label { left: 14px; bottom: 12px; font-size: 8px; }
.home-core-product-visual.cloud-product-visual { padding: 11px; background: radial-gradient(circle at 84% 8%, rgba(32, 170, 223, .19), transparent 30%), linear-gradient(145deg, #041226, #072f50); }
.home-core-product-visual .cloud-window-head { height: 25px; padding-inline: 8px; font-size: 6px; }
.home-core-product-visual .cloud-window-body { height: calc(100% - 25px); padding: 7px; grid-template-columns: 47px 1fr; gap: 7px; }
.home-core-product-visual .cloud-window-menu { padding: 4px; }
.home-core-product-visual .cloud-window-menu span { margin-bottom: 3px; padding: 4px 3px; font-size: 5px; }
.home-core-product-visual .model-board { grid-template-rows: 38px 1fr; gap: 5px; }
.home-core-product-visual .model-summary { gap: 4px; }
.home-core-product-visual .model-summary div { padding: 5px; }
.home-core-product-visual .model-summary small { font-size: 5px; }
.home-core-product-visual .model-summary b { margin-top: 3px; font-size: 6px; }
.home-core-product-visual .model-list { padding: 5px; }
.home-core-product-visual .model-list > span { margin-bottom: 4px; font-size: 5px; }
.home-core-product-visual .model-row { min-height: 18px; grid-template-columns: 13px 1fr auto; gap: 4px; font-size: 5px; }
.home-core-product-visual .model-row i { width: 12px; height: 12px; border-radius: 3px; }
.home-core-product-visual .model-row em { padding: 2px 3px; }
.edge-box-mini { position: absolute; right: 37px; bottom: 72px; display: flex; width: 175px; height: 150px; border: 1px solid rgba(40, 202, 156, .42); border-radius: 16px; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg, #07364c, #061e36); box-shadow: 0 22px 45px rgba(7, 52, 72, .2); }
.edge-box-mini span { color: #638ba0; font-size: 7px; letter-spacing: .15em; }
.edge-box-mini strong { margin: 9px 0 4px; color: #66e3bd; font-size: 36px; }
.edge-box-mini small { color: #7895a8; font-size: 7px; }
.edge-box-mini i { position: absolute; right: 16px; bottom: 13px; width: 6px; height: 6px; border-radius: 50%; background: #35d9aa; }
.edge-box-mini i:last-child { right: 28px; background: #269fd4; }
.cloud-console-mini { position: absolute; right: 34px; bottom: 72px; display: grid; width: 185px; padding: 22px; border: 1px solid rgba(42, 132, 194, .3); border-radius: 16px; background: #071f3b; gap: 14px; }
.cloud-console-mini span { display: grid; align-items: center; grid-template-columns: 28px 1fr; gap: 8px; }
.cloud-console-mini i { display: flex; width: 28px; height: 28px; border-radius: 7px; align-items: center; justify-content: center; background: #0d3862; color: #4dc9dd; font-size: 10px; font-style: normal; }
.cloud-console-mini b { height: 5px; border-radius: 3px; background: linear-gradient(90deg, #249ed2 0 68%, #123454 68%); }
.cloud-console-mini span:nth-child(2) b { background: linear-gradient(90deg, #29b8c9 0 80%, #123454 80%); }
.cloud-console-mini span:nth-child(3) b { background: linear-gradient(90deg, #36d4ad 0 56%, #123454 56%); }
.home-products-more { margin-top: 34px; text-align: center; }

.home-scenes { background: #fff; }
.home-scene-grid { display: grid; margin-top: 52px; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.home-scene-card { position: relative; display: flex; min-height: 245px; padding: 30px; overflow: hidden; grid-column: span 2; border: 1px solid #dee6ed; flex-direction: column; background: #f8fafc; transition: border-color .25s, transform .25s, box-shadow .25s; }
.home-scene-card:nth-child(6), .home-scene-card:nth-child(7) { grid-column: span 3; }
.home-scene-card::after { position: absolute; right: -45px; bottom: -45px; width: 110px; height: 110px; border: 1px solid rgba(22, 184, 132, .14); border-radius: 50%; content: ""; }
.home-scene-card:hover { border-color: rgba(16, 176, 126, .42); box-shadow: 0 18px 42px rgba(16, 57, 88, .08); transform: translateY(-4px); }
.home-scene-card > span { color: #11a878; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.home-scene-card > strong { margin: 35px 0 13px; color: #102f4c; font-size: 19px; line-height: 1.5; }
.home-scene-card > p { margin: 0; color: #66798d; font-size: 13px; line-height: 1.8; }
.home-scene-card > i { margin-top: auto; padding-top: 18px; color: #13a579; font-size: 11px; font-style: normal; font-weight: 800; }
.home-scene-card.featured { min-height: 504px; padding-top: 40px; grid-column: span 2; grid-row: span 2; background: linear-gradient(155deg, #061f3a, #07465a); }
.home-scene-card.featured > span { color: #57dfba; }
.home-scene-card.featured > strong { margin-top: 90px; color: #fff; font-size: 26px; }
.home-scene-card.featured > p { color: #a9becd; font-size: 14px; }
.home-scene-card.featured > i { color: #5de0ba; }
.home-scene-card.featured::before { position: absolute; top: 60px; right: 36px; width: 150px; height: 150px; border: 1px solid rgba(78, 224, 184, .2); border-radius: 50%; box-shadow: 0 0 0 32px rgba(47, 181, 161, .035), 0 0 0 64px rgba(47, 181, 161, .02); content: ""; }

.home-proof { background: #071a33; color: #fff; }
.proof-grid { display: grid; align-items: center; grid-template-columns: .92fr 1.08fr; gap: 85px; }
.proof-copy h2 { margin: 15px 0 18px; color: #fff; font-size: 34px; line-height: 1.5; }
.proof-copy p { margin: 0 0 20px; color: #a6b8ca; font-size: 14px; line-height: 1.95; }
.proof-copy .text-link { color: #4cddb3; }
.proof-stats { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(125, 171, 203, .18); border-left: 1px solid rgba(125, 171, 203, .18); }
.proof-stats article { min-height: 155px; padding: 31px; border-right: 1px solid rgba(125, 171, 203, .18); border-bottom: 1px solid rgba(125, 171, 203, .18); }
.proof-stats strong { display: block; color: #55e0b8; font-size: 34px; }
.proof-stats strong sup { margin-left: 2px; font-size: 12px; }
.proof-stats span { display: block; margin-top: 10px; color: #b4c4d3; font-size: 12px; }

.home-cta { padding: 74px 0; background: #eef3f6; }
.home-cta-inner { display: flex; padding: 48px 52px; align-items: center; justify-content: space-between; background: linear-gradient(115deg, #07324b, #075d63); box-shadow: 0 22px 55px rgba(9, 55, 72, .16); color: #fff; }
.home-cta-inner > div:first-child { max-width: 750px; }
.home-cta-inner span { color: #55e1b9; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.home-cta-inner h2 { margin: 12px 0 10px; color: #fff; font-size: 27px; line-height: 1.45; }
.home-cta-inner p { margin: 0; color: #b1c8d3; font-size: 13px; line-height: 1.8; }
.home-cta-inner > div:last-child { display: flex; flex-shrink: 0; margin-left: 34px; gap: 10px; }

@media (max-width: 1280px) {
  .home-hero-grid { gap: 38px; }
  .home-title-main { font-size: 39px; }
  .home-title-accent { font-size: 43px; }
  .home-hero-lead { font-size: 15px; }
  .home-fabric { height: 510px; }
  .node-sensing { width: 180px; }
  .node-cloud { width: 188px; }
  .fabric-service div i { padding-inline: 8px; }
  .positioning-grid { gap: 70px; }
  .capability-card { padding: 25px; }
  .home-product-card { padding: 34px; grid-template-columns: minmax(0, 1fr) 190px; column-gap: 20px; }
  .edge-box-mini, .cloud-console-mini { right: 25px; transform: scale(.88); transform-origin: right bottom; }
  .home-core-product-visual { width: 190px; height: 130px; }
  .home-scene-card { padding: 26px; }
  .proof-grid { gap: 55px; }
  .home-cta-inner { padding: 42px; }
}