.products-page {
  background: #fff;
}

.products-hero {
  position: relative;
  min-height: 375px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(118deg, #061f3c, #0a4b7c 58%, #0b6e8b);
}

.products-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.products-orbit {
  position: absolute;
  border: 1px solid rgba(113,215,205,.2);
  border-radius: 50%;
}

.products-orbit-one { top: -270px; right: 5%; width: 650px; height: 650px; }
.products-orbit-two { top: -180px; right: 12%; width: 470px; height: 470px; }

.products-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 375px;
  flex-direction: column;
  justify-content: center;
}

.products-hero .breadcrumb { margin-bottom: 28px; color: rgba(255,255,255,.55); }
.products-hero-inner > p { margin: 0 0 7px; color: var(--cyan-300); font: 10px Arial,sans-serif; letter-spacing: .22em; }
.products-hero h1 { margin: 0; font-size: 46px; letter-spacing: .1em; }
.products-hero-line { display: flex; align-items: center; gap: 12px; margin-top: 20px; color: rgba(255,255,255,.6); font-size: 14px; }
.products-hero-line i { width: 30px; height: 2px; background: var(--cyan-500); }
.products-hero-stats { display: flex; gap: 44px; margin-top: 42px; }
.products-hero-stats span { display: flex; align-items: baseline; gap: 9px; }
.products-hero-stats strong { color: var(--cyan-300); font: 22px Arial,sans-serif; }
.products-hero-stats small { color: rgba(255,255,255,.5); font-size: 11px; }

.product-intro-section { padding: 78px 0 48px; background: #fff; }

.product-showcase { position: relative; overflow: hidden; color: #fff; }
.product-showcase-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 80px; min-height: 600px; padding-block: 90px; }
.product-model { background: linear-gradient(125deg, #062c50, #0a5c81); }
.product-model::after { position: absolute; right: -150px; bottom: -320px; width: 700px; height: 700px; border: 1px solid rgba(113,215,205,.14); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(113,215,205,.025),0 0 0 140px rgba(113,215,205,.02); }
.product-copy { position: relative; z-index: 3; }
.product-index { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; color: rgba(255,255,255,.4); font: 14px Consolas,monospace; }
.product-index span { color: var(--cyan-300); font: 9px Arial,sans-serif; letter-spacing: .2em; }
.product-kicker { margin: 0 0 12px; color: var(--cyan-300); font: 11px Arial,sans-serif; letter-spacing: .2em; }
.product-copy h2 { margin: 0 0 22px; font-size: clamp(31px, 4vw, 48px); line-height: 1.3; letter-spacing: .05em; }
.product-copy h2 em { color: var(--cyan-300); font-style: normal; }
.product-summary { max-width: 520px; margin: 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 2; }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.product-tags span { padding: 7px 11px; border: 1px solid rgba(113,215,205,.3); color: rgba(255,255,255,.7); background: rgba(113,215,205,.06); font-size: 10px; }
.product-source-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 34px; color: var(--cyan-300); font-size: 12px; font-weight: 600; }
.product-source-link span { transition: transform .2s ease; }
.product-source-link:hover span { transform: translate(3px,-3px); }

.model-visual { position: relative; min-height: 400px; }
.model-window { position: absolute; z-index: 3; top: 50%; left: 50%; width: min(100%, 500px); overflow: hidden; border: 1px solid rgba(142,219,225,.34); background: rgba(4,33,60,.83); box-shadow: 0 28px 65px rgba(0,18,38,.35); transform: translate(-50%,-50%); }
.model-window-bar { display: flex; height: 43px; align-items: center; gap: 6px; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.1); }
.model-window-bar > span { width: 6px; height: 6px; border-radius: 50%; background: #66869d; }
.model-window-bar > span:first-child { background: #d18170; }.model-window-bar > span:nth-child(2) { background: #d4ae68; }.model-window-bar > span:nth-child(3) { background: var(--cyan-500); }
.model-window-bar b { margin-left: auto; color: rgba(255,255,255,.4); font: 9px Consolas,monospace; letter-spacing: .12em; }
.model-chat { display: flex; min-height: 280px; flex-direction: column; justify-content: center; gap: 17px; padding: 30px 38px; background: radial-gradient(circle at 80% 30%, rgba(32,183,170,.12), transparent 35%); }
.chat-message { max-width: 88%; padding: 14px 17px; font-size: 13px; line-height: 1.7; }
.chat-user { align-self: flex-end; color: #d8f8f3; border: 1px solid rgba(113,215,205,.3); background: rgba(32,183,170,.1); }
.chat-ai { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.74); background: rgba(255,255,255,.06); }
.chat-ai i { display: grid; width: 26px; height: 26px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #07365d; background: var(--cyan-300); font: 9px Arial,sans-serif; font-style: normal; font-weight: 700; }
.chat-ai p { margin: 0; }.chat-cursor { width: 7px; height: 16px; margin-left: 42px; background: var(--cyan-300); animation: product-blink 1s step-end infinite; }
@keyframes product-blink { 50% { opacity: 0; } }
.model-window-foot { display: flex; justify-content: space-between; padding: 12px 16px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font: 9px Consolas,monospace; }
.model-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(113,215,205,.18); border-radius: 50%; transform: translate(-50%,-50%); }.orbit-a { width: 390px; height: 390px; }.orbit-b { width: 300px; height: 300px; }
.model-node { position: absolute; z-index: 4; padding: 8px 11px; border-left: 2px solid var(--cyan-500); color: rgba(255,255,255,.66); background: rgba(3,29,54,.75); font-size: 10px; }.node-a { top: 21%; left: 0; }.node-b { top: 16%; right: 0; }.node-c { right: 5%; bottom: 17%; }

.light-surface { background: #f4f8fb; }
.product-detail-section { padding: 100px 0; }
.product-detail-grid { display: grid; grid-template-columns: 350px 1fr; gap: 95px; align-items: start; }
.detail-heading h2 { margin: 8px 0 16px; color: var(--blue-950); font-size: 36px; line-height: 1.45; }
.capability-list { border-top: 1px solid #d9e4ec; }
.capability-list article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid #d9e4ec; }
.capability-list article > span { color: var(--blue-600); font: 14px Consolas,monospace; }.capability-list h3 { margin: 0 0 7px; color: var(--blue-950); font-size: 18px; }.capability-list p { margin: 0; color: #728294; font-size: 13px; line-height: 1.8; }

.product-fresh { background: linear-gradient(125deg, #f0fbf5, #f8fbf8 53%, #fff7e9); color: var(--ink); }
.product-fresh::before { position: absolute; top: 0; bottom: 0; left: 0; width: 42%; background: linear-gradient(135deg, rgba(46,125,50,.1), transparent); content: ""; }
.fresh-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.product-fresh .product-index { color: #a0aeb0; }.product-fresh .product-kicker { color: #2e7d32; }.product-fresh .product-copy h2 { color: #173b2b; }.product-fresh .product-copy h2 em { color: #2e7d32; }.product-fresh .product-summary { color: #617368; }.product-fresh .product-tags span { border-color: #b8d7bf; color: #3b6a47; background: rgba(255,255,255,.6); }.product-fresh .product-source-link { color: #2e7d32; }
.fresh-decor { position: absolute; right: 7%; bottom: -170px; width: 540px; height: 540px; border: 1px solid rgba(46,125,50,.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(46,125,50,.035),0 0 0 130px rgba(46,125,50,.025); }.fresh-decor span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #70b579; }.fresh-decor span:first-child { top: 22%; left: 26%; }.fresh-decor span:nth-child(2) { top: 42%; right: 16%; }.fresh-decor span:nth-child(3) { bottom: 20%; left: 50%; }
.fresh-visual { position: relative; z-index: 2; min-height: 360px; padding: 35px 32px; border: 1px solid #cfe4d2; background: rgba(255,255,255,.76); box-shadow: 0 24px 55px rgba(68,109,75,.1); }
.fresh-visual-top { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #dceadf; }.fresh-visual-top span { color: #2e7d32; font-size: 22px; font-weight: 800; }.fresh-visual-top small { color: #9bb1a0; font: 9px Arial,sans-serif; letter-spacing: .14em; }
.fresh-flow { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 70px; }.flow-item { display: flex; flex: 0 0 95px; flex-direction: column; align-items: center; text-align: center; }.flow-item i { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid #b9d7bf; border-radius: 50%; color: #2e7d32; background: #f4fbf5; font-style: normal; font-weight: 800; }.flow-item.active i { color: #fff; border-color: #2e7d32; background: #2e7d32; box-shadow: 0 0 0 10px rgba(46,125,50,.09); }.flow-item b { margin-top: 13px; color: #2b4933; font-size: 13px; }.flow-item small { margin-top: 5px; color: #93a499; font-size: 10px; }.flow-line { height: 1px; flex: 1; background: #b9d7bf; }.fresh-metrics { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 58px; border-top: 1px solid #dceadf; }.fresh-metrics span { display: flex; flex-direction: column; padding-top: 18px; border-right: 1px solid #dceadf; text-align: center; }.fresh-metrics span:last-child { border-right: 0; }.fresh-metrics b { color: #2e7d32; font-size: 20px; }.fresh-metrics small { margin-top: 5px; color: #94a49a; font-size: 10px; }
.fresh-capabilities { background: #fff; }.fresh-capability-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; margin-top: 48px; }.fresh-capability-grid article { padding: 28px 23px; border: 1px solid #dfe9e1; background: #fbfdfb; transition: transform .25s ease, box-shadow .25s ease; }.fresh-capability-grid article:hover { box-shadow: 0 16px 35px rgba(49,104,58,.1); transform: translateY(-6px); }.fresh-icon { display: grid; width: 40px; height: 40px; margin-bottom: 24px; place-items: center; border-radius: 50%; color: #2e7d32; background: #eaf6eb; font: 11px Consolas,monospace; }.fresh-capability-grid h3 { margin: 0 0 11px; color: #203d29; font-size: 17px; }.fresh-capability-grid p { margin: 0; color: #77897b; font-size: 12px; line-height: 1.85; }
.products-cta { color: #fff; background: linear-gradient(105deg, var(--blue-700), #0b7b88); }.products-cta-inner { display: flex; min-height: 210px; align-items: center; justify-content: space-between; gap: 30px; }.products-cta p { margin: 0 0 10px; color: rgba(255,255,255,.55); font: 10px Arial,sans-serif; letter-spacing: .2em; }.products-cta h2 { margin: 0; font-size: 30px; }.products-cta .button-light { display: inline-flex; gap: 8px; }.products-cta .button-light span { font-size: 16px; }

@media (max-width: 900px) {
  .products-hero, .products-hero-inner { min-height: 320px; }.products-hero h1 { font-size: 39px; }.products-hero-stats { margin-top: 32px; gap: 25px; }.products-hero-stats strong { font-size: 18px; }
  .product-showcase-grid, .fresh-grid { grid-template-columns: 1fr; gap: 50px; padding-block: 70px; }.product-copy { max-width: 650px; }.model-visual { min-height: 390px; }.fresh-visual { max-width: 650px; width: 100%; }.product-detail-grid { grid-template-columns: 1fr; gap: 40px; }.detail-heading { max-width: 580px; }.fresh-capability-grid { grid-template-columns: 1fr 1fr; }.products-cta-inner { min-height: 190px; }
}

@media (max-width: 640px) {
  .products-hero, .products-hero-inner { min-height: 285px; }.products-hero h1 { font-size: 34px; }.products-hero-line { font-size: 12px; line-height: 1.7; }.products-hero-stats { gap: 18px; }.products-hero-stats span { align-items: center; flex-direction: column; gap: 3px; }.products-hero-stats strong { font-size: 17px; }.products-hero-stats small { font-size: 9px; }
  .product-intro-section { padding: 60px 0 36px; }.product-showcase-grid { padding-block: 58px; }.product-copy h2 { font-size: 31px; }.product-summary { font-size: 14px; }.model-visual { min-height: 310px; }.model-window { width: 100%; }.model-chat { min-height: 205px; padding: 20px 17px; gap: 10px; }.chat-message { max-width: 92%; padding: 10px 11px; font-size: 11px; }.model-window-foot { font-size: 8px; }.orbit-a { width: 290px; height: 290px; }.orbit-b { width: 220px; height: 220px; }.model-node { padding: 6px 8px; font-size: 8px; }.node-a { left: -9px; }.node-b { right: -9px; }
  .product-detail-section { padding: 66px 0; }.detail-heading h2 { font-size: 29px; }.capability-list article { grid-template-columns: 35px 1fr; gap: 11px; }.capability-list h3 { font-size: 17px; }.capability-list p { font-size: 12px; }.fresh-visual { min-height: 300px; padding: 25px 15px; }.fresh-visual-top span { font-size: 19px; }.fresh-visual-top small { font-size: 7px; }.fresh-flow { gap: 3px; margin-top: 52px; }.flow-item { flex-basis: 70px; }.flow-item i { width: 48px; height: 48px; font-size: 13px; }.flow-item b { font-size: 11px; }.flow-item small { font-size: 8px; }.fresh-metrics { margin-top: 43px; }.fresh-metrics b { font-size: 17px; }.fresh-capability-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }.fresh-capability-grid article { padding: 23px 20px; }.products-cta-inner { min-height: 245px; align-items: flex-start; flex-direction: column; justify-content: center; }.products-cta h2 { font-size: 25px; }.products-cta .button-light { min-height: 42px; }
}
