﻿/*
Theme Name: SDY Theme
Theme URI: https://www.lightning-cloud.example/
Author: Codex
Description: Modern enterprise WordPress theme for Lightning Cloud.
Version: 1.0.0
Text Domain: sdy-theme
*/

:root{
  --hx-ink:#102033;
  --hx-muted:#607083;
  --hx-soft:#f4f7fb;
  --hx-line:#dfe7ef;
  --hx-blue:#1556d4;
  --hx-blue-2:#0f8add;
  --hx-cyan:#28c8ef;
  --hx-deep:#071627;
  --hx-card:#ffffff;
  --hx-shadow:0 18px 50px rgba(16,32,51,.10);
  --hx-shadow-soft:0 10px 28px rgba(16,32,51,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","PingFang SC",Arial,sans-serif;
  color:var(--hx-ink);
  background:#fff;
  line-height:1.7;
  letter-spacing:0;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.hx-wrap{width:min(1200px,calc(100% - 40px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(223,231,239,.9);
  backdrop-filter:blur(16px);
}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--hx-ink)}
.brand-mark{
  width:42px;height:42px;border-radius:10px;
  background:linear-gradient(135deg,var(--hx-blue),var(--hx-cyan));
  display:grid;place-items:center;color:#fff;font-weight:900;font-size:20px;
}
.brand-logo{display:flex;align-items:center;max-width:190px}
.brand-logo img{width:auto;max-width:190px;max-height:52px;object-fit:contain}
.brand-text strong{display:block;font-size:20px;line-height:1.1}
.brand-text span{display:block;font-size:11px;color:var(--hx-muted);letter-spacing:.08em;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:26px;font-weight:750;font-size:16px;color:#1d2f45}
.nav a{position:relative;padding:8px 0}
.nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--hx-blue);transform:scaleX(0);transform-origin:left;transition:.2s}
.nav a:hover:after{transform:scaleX(1)}
.header-cta{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:8px;background:var(--hx-blue);color:#fff;font-weight:800}
.mobile-toggle{display:none;width:42px;height:42px;border:1px solid var(--hx-line);border-radius:8px;background:#fff}
.mobile-toggle span{display:block;width:18px;height:2px;background:var(--hx-ink);margin:4px auto}

.hero{
  min-height:660px;
  display:flex;align-items:center;
  background:
    radial-gradient(circle at 78% 26%,rgba(29,180,200,.22),transparent 34%),
    radial-gradient(circle at 20% 20%,rgba(7,89,173,.18),transparent 32%),
    linear-gradient(135deg,#f8fbff 0%,#eef5fb 46%,#e7f5f7 100%);
  overflow:hidden;
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid #cddfed;border-radius:999px;background:rgba(255,255,255,.75);color:var(--hx-blue);font-size:13px;font-weight:850}
.hero h1{font-size:54px;line-height:1.08;margin:22px 0 18px;letter-spacing:0;font-weight:900}
.hero h1 span{color:var(--hx-blue)}
.hero p{font-size:18px;color:#526273;margin:0 0 28px;max-width:650px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 20px;border-radius:8px;font-weight:850;border:1px solid transparent;transition:.2s}
.btn-primary{background:var(--hx-blue);color:#fff;box-shadow:0 12px 28px rgba(7,89,173,.22)}
.btn-primary:hover{background:#034d98;transform:translateY(-2px)}
.btn-ghost{background:#fff;color:var(--hx-blue);border-color:#cfe0ee}
.hero-panel{
  position:relative;min-height:460px;border-radius:24px;padding:26px;
  background:linear-gradient(145deg,#0a2341,#0759ad 70%,#12a5bd);
  box-shadow:var(--hx-shadow);color:#fff;overflow:hidden;
}
.hero-panel:before{content:"";position:absolute;inset:28px;border:1px solid rgba(255,255,255,.18);border-radius:18px}
.infra-card{position:relative;z-index:1;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:18px;margin-bottom:14px;backdrop-filter:blur(14px)}
.infra-card b{display:block;font-size:18px;margin-bottom:4px}
.infra-card span{color:#d9eef8;font-size:13px}
.floating-metrics{position:absolute;left:26px;right:26px;bottom:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;z-index:2}
.metric{background:rgba(255,255,255,.95);color:var(--hx-ink);border-radius:14px;padding:15px}
.metric strong{display:block;font-size:24px;color:var(--hx-blue);line-height:1}
.metric span{font-size:12px;color:var(--hx-muted)}

.section{padding:82px 0}
.section.alt{background:var(--hx-soft)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}
.section-kicker{font-size:13px;font-weight:900;color:var(--hx-blue);text-transform:uppercase;letter-spacing:.06em}
.section h2,.section-head h2{font-size:34px;line-height:1.22;margin:6px 0 0;font-weight:900}
.section-head p{max-width:560px;color:var(--hx-muted);margin:0}

.product-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}
.product-tabs a{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--hx-line);font-weight:800;color:#42556b}
.product-tabs a:hover{border-color:var(--hx-blue);color:var(--hx-blue)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card,.solution-card,.news-card,.cap-card{
  background:var(--hx-card);border:1px solid var(--hx-line);border-radius:12px;overflow:hidden;box-shadow:var(--hx-shadow-soft);transition:.2s;
}
.product-card:hover,.solution-card:hover,.news-card:hover,.cap-card:hover{transform:translateY(-4px);box-shadow:var(--hx-shadow);border-color:#c4d7e7}
.product-media,.news-media{height:180px;background:linear-gradient(135deg,#eef5fb,#fff);display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:contain;padding:18px}
.product-body,.solution-body,.news-body{padding:20px}
.tag{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#eef5fb;color:var(--hx-blue);font-weight:900;font-size:12px;margin-bottom:10px}
.product-card h3,.solution-card h3,.news-card h3{margin:0 0 8px;font-size:18px;line-height:1.4}
.product-card p,.solution-card p,.news-card p{margin:0;color:var(--hx-muted);font-size:14px}
.card-link{display:inline-flex;margin-top:14px;color:var(--hx-blue);font-weight:900}
.card-link + .card-link{margin-left:14px}
.card-link-muted{color:#53667a}

.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cap-card{padding:22px}
.cap-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#e9f4ff,#e7fafb);color:var(--hx-blue);display:grid;place-items:center;font-weight:900;margin-bottom:14px}
.cap-card h3{margin:0 0 8px;font-size:18px}
.cap-card p{margin:0;color:var(--hx-muted);font-size:14px}

.about-grid{display:grid;grid-template-columns:1fr .86fr;gap:42px;align-items:center}
.about-copy p{color:#526273;margin:0 0 14px}
.about-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}
.about-list div{padding:14px;border-radius:10px;background:#fff;border:1px solid var(--hx-line);font-weight:800}
.about-visual{border-radius:22px;background:linear-gradient(135deg,#07182b,#0759ad);color:#fff;padding:28px;min-height:380px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--hx-shadow)}
.about-visual h3{font-size:28px;margin:0}
.about-visual p{color:#d8edf8}
.partner-line{display:flex;gap:10px;flex-wrap:wrap}
.partner-line span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:7px 10px;border-radius:999px;font-weight:800;font-size:13px}

.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.solution-card{padding:0}
.solution-top{height:120px;background:linear-gradient(135deg,#082040,#0759ad 70%,#1db4c8);color:#fff;padding:20px;display:flex;align-items:end}
.solution-top strong{font-size:22px}

.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.news-date{font-size:12px;color:#7b8b9d;font-weight:800;margin-bottom:8px}

.contact-band{background:linear-gradient(135deg,#07182b,#0759ad 68%,#1db4c8);color:#fff;border-radius:22px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}
.contact-band h2{margin:0 0 8px;font-size:30px}
.contact-band p{margin:0;color:#d8edf8}
.contact-items{display:grid;gap:10px;min-width:300px}
.contact-items a,.contact-items span{display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:11px 14px;border-radius:10px;font-weight:850}

.hx-modal-open{overflow:hidden}
.hx-inquiry-modal{position:fixed;inset:0;z-index:999;display:none;align-items:center;justify-content:center;padding:24px}
.hx-inquiry-modal.open{display:flex}
.hx-inquiry-backdrop{position:absolute;inset:0;background:rgba(7,24,43,.58);backdrop-filter:blur(8px)}
.hx-inquiry-dialog{position:relative;width:min(680px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:18px;padding:30px;box-shadow:0 28px 80px rgba(7,24,43,.32)}
.hx-inquiry-close{position:absolute;right:18px;top:16px;width:36px;height:36px;border:1px solid var(--hx-line);border-radius:50%;background:#fff;color:var(--hx-ink);font-size:24px;line-height:1;cursor:pointer}
.hx-inquiry-head h2{font-size:30px;line-height:1.2;margin:6px 0 8px}
.hx-inquiry-head p{margin:0 0 20px;color:var(--hx-muted)}
.hx-inquiry-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.hx-inquiry-form label{display:grid;gap:6px;font-weight:850;color:#24384d;font-size:14px}
.hx-inquiry-form input,.hx-inquiry-form textarea{width:100%;border:1px solid var(--hx-line);border-radius:10px;padding:11px 12px;font:inherit;color:var(--hx-ink);background:#fff}
.hx-inquiry-form input:focus,.hx-inquiry-form textarea:focus{outline:2px solid rgba(7,89,173,.16);border-color:var(--hx-blue)}
.hx-inquiry-form .wide{grid-column:1/-1}
.hx-inquiry-result{grid-column:1/-1;margin:0;color:var(--hx-muted);font-weight:800}
.hx-inquiry-result.success{color:#0b7a43}
.hx-inquiry-result.error{color:#b3261e}

.site-footer{background:#07182b;color:#c6d4df;padding:48px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px;margin-bottom:28px}
.footer-grid h4{color:#fff;margin:0 0 12px}
.footer-grid p,.footer-grid a{color:#c6d4df;font-size:14px}
.footer-links{display:grid;gap:8px}
.copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;font-size:13px;color:#95a7b5}

.page-hero{padding:92px 0 58px;background:linear-gradient(135deg,#f8fbff,#eef5fb);border-bottom:1px solid var(--hx-line);text-align:center}
.page-hero h1{font-size:42px;margin:0 0 10px;font-weight:900}
.page-hero p{margin:0 auto;color:var(--hx-muted);max-width:720px}
.archive-content{padding:70px 0}
.article{max-width:860px;margin:0 auto}
.article h1{font-size:38px;line-height:1.25;margin:0 0 12px}
.article-meta{color:#7a8b9d;font-size:14px;margin-bottom:26px}
.article-content{font-size:17px;color:#33475c;line-height:1.9}
.product-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:start}
.product-detail-media{min-height:390px;border:1px solid var(--hx-line);border-radius:18px;background:#f4f7fa;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--hx-shadow-soft)}
.product-detail-media img{width:100%;height:100%;min-height:390px;object-fit:cover}
.product-detail-body h1{font-size:40px;line-height:1.2;margin:8px 0 14px}
.product-detail-body .lead{font-size:17px;color:#53667a;margin:0 0 22px}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:44px;align-items:start}
.detail-copy{min-width:0}
.detail-copy h1{font-size:40px;line-height:1.22;margin:12px 0 16px}
.detail-lead{font-size:18px;color:#53667a;line-height:1.75;margin:0 0 26px}
.detail-media,.article-media{border:1px solid var(--hx-line);border-radius:18px;overflow:hidden;background:#f4f7fa;box-shadow:var(--hx-shadow-soft)}
.detail-media img,.article-media img{display:block;width:100%;height:auto}
.article-media{margin:18px 0 26px}
.contact-page{background:#fff}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:start}
.contact-form-panel,.contact-info-panel{min-width:0}
.contact-form-panel h2,.contact-info-panel h2{font-size:28px;line-height:1.25;margin:6px 0 8px}
.contact-form-panel p{margin:0 0 30px;color:var(--hx-muted)}
.hx-inquiry-form-page{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.hx-inquiry-form-page label{font-weight:850;color:#101d2c}
.hx-inquiry-form-page label span{color:#d33}
.hx-inquiry-form-page input,.hx-inquiry-form-page textarea{background:#f7f7f8;border-color:#e1e5ea;border-radius:4px;padding:13px 14px}
.hx-inquiry-form-page textarea{resize:vertical;min-height:132px}
.hx-inquiry-form-page .btn{height:52px;border-radius:4px;font-size:16px}
.form-note{margin:-4px 0 0;text-align:center;color:#758498;font-size:13px}
.contact-info-list{display:grid;gap:0;border-top:1px solid var(--hx-line);margin-top:18px}
.contact-info-item{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--hx-line)}
.contact-icon{width:44px;height:44px;border-radius:8px;background:#f1f6fc;color:var(--hx-blue);display:grid;place-items:center;font-size:22px}
.contact-info-item strong{display:block;margin-bottom:5px;color:#0f1f33}
.contact-info-item p{margin:0;color:#4d5e72}
.contact-map-card{height:210px;border-radius:8px;margin-top:32px;overflow:hidden;border:1px solid var(--hx-line);background:
  linear-gradient(90deg,rgba(255,255,255,.72),rgba(255,255,255,.72)),
  repeating-linear-gradient(0deg,#e8edf2 0,#e8edf2 1px,transparent 1px,transparent 32px),
  repeating-linear-gradient(90deg,#e8edf2 0,#e8edf2 1px,transparent 1px,transparent 44px),
  #f4f7fb;display:flex;align-items:center;justify-content:center;padding:24px}
.contact-map-card>div{background:#fff;border:1px solid var(--hx-line);border-radius:10px;padding:14px 18px;box-shadow:var(--hx-shadow-soft);max-width:380px}
.contact-map-card strong{display:block;margin-bottom:4px}
.contact-map-card p{margin:0;color:var(--hx-muted);font-size:14px}

@media(max-width:1024px){
  .hero-grid,.about-grid,.contact-band{grid-template-columns:1fr}
  .contact-layout{grid-template-columns:1fr;gap:36px}
  .product-detail{grid-template-columns:1fr}
  .product-grid,.solution-grid,.news-grid{grid-template-columns:repeat(2,1fr)}
  .cap-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .header-inner{height:68px}
  .mobile-toggle{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;border-bottom:1px solid var(--hx-line);padding:14px 20px;flex-direction:column;align-items:flex-start;gap:10px}
  .nav.open{display:flex}
  .header-cta{display:none}
  .hero{min-height:auto;padding:74px 0 54px}
  .hero h1{font-size:36px}
  .hero-panel{min-height:380px}
  .floating-metrics{grid-template-columns:1fr}
  .section{padding:58px 0}
  .section-head{display:block}
  .product-grid,.solution-grid,.news-grid,.cap-grid,.about-list,.footer-grid{grid-template-columns:1fr}
  .contact-items{min-width:0}
  .hx-inquiry-form{grid-template-columns:1fr}
  .hx-inquiry-form-page{grid-template-columns:1fr}
  .hx-inquiry-dialog{padding:24px}
  .detail-layout{grid-template-columns:1fr}
  .detail-copy h1{font-size:32px}
}

/* v2 polish: stronger navigation, fixed virtual pages, wider product visuals */
.hx-wrap{width:min(1280px,calc(100% - 48px))}
.header-inner{height:84px}
.brand-mark{width:48px;height:48px;border-radius:12px;font-size:22px}
.brand-text strong{font-size:22px}
.brand-text span{font-size:12px}
.nav{gap:32px;font-size:18px;font-weight:850;color:#14263a}
.nav a{padding:12px 0}
.header-cta{height:46px;padding:0 22px;font-size:16px}
.section{padding:88px 0}
.section h2,.section-head h2{font-size:36px}
.product-tabs a{padding:10px 16px;font-size:15px}
.product-grid{gap:22px}
.product-card,.solution-card,.news-card,.cap-card{border-radius:14px}
.product-card h3{font-size:19px}
.product-media{height:220px;background:#f4f7fa}
.product-media img{width:100%;height:100%;object-fit:cover;padding:0;transition:transform .25s ease}
.product-card:hover .product-media img{transform:scale(1.04)}
.product-media img[src$=".svg"]{object-fit:contain;padding:28px}
.product-body{padding:22px}
.page-hero{padding:108px 0 66px}
.archive-content{padding:78px 0}
.news-media img{width:100%;height:100%;object-fit:cover}

@media(max-width:1024px){
  .nav{gap:20px;font-size:16.5px}
  .product-media{height:205px}
}
@media(max-width:760px){
  .hx-wrap{width:min(100% - 32px,1280px)}
  .header-inner{height:70px}
  .nav{top:70px;font-size:17px}
.product-media{height:210px}
}

/* SDY visual tuning */
.brand-logo{max-width:230px}
.brand-logo img{max-width:230px;max-height:58px}
.footer-brand{color:#fff;margin-bottom:14px}
.site-footer .brand-logo,
.site-footer .brand-logo img{max-width:230px;max-height:58px}
.sdy-hero{background:linear-gradient(135deg,#f8fbff 0%,#eef7ff 42%,#eafcff 100%)}
.sdy-hero-visual{padding:0;background:#061a35;overflow:hidden;min-height:430px}
.sdy-hero-visual:before{display:none}
.sdy-hero-visual img{width:100%;height:100%;min-height:430px;object-fit:cover}
.sdy-hero-visual .floating-metrics{position:absolute;left:22px;right:22px;bottom:22px}
.about-visual{background:#fff;color:var(--hx-ink);border:1px solid var(--hx-line)}
.about-visual>img{width:100%;border-radius:14px;border:1px solid var(--hx-line);background:#fff}
.about-visual h3{color:var(--hx-ink)}
.about-visual p{color:var(--hx-muted)}
.product-media img{object-fit:contain;padding:16px;background:#fff}
.product-card:hover .product-media img{transform:none}
.contact-band{background:linear-gradient(135deg,#06214a,#147ed1)}


/* Codex SDY UI upgrade 20260806-104049 */
/*
Theme UI upgrade for sdy-theme.
Append this file after the current style.css, or paste it at the end of style.css.
*/

:root{
  --sdy-bg:#f5f8fc;
  --sdy-panel:#ffffff;
  --sdy-ink:#071523;
  --sdy-copy:#4c5d70;
  --sdy-muted:#748397;
  --sdy-line:rgba(123,150,180,.24);
  --sdy-blue:#0b63f6;
  --sdy-cyan:#12d7ff;
  --sdy-green:#40d69f;
  --sdy-deep:#06111f;
  --sdy-deep-2:#0b2038;
  --sdy-shadow:0 24px 70px rgba(5,18,35,.13);
  --sdy-soft-shadow:0 12px 34px rgba(5,18,35,.08);
}

body{
  color:var(--sdy-ink);
  background:
    linear-gradient(180deg,#f8fbff 0%,#fff 38%,#f6f9fd 100%);
  font-size:16px;
  text-rendering:optimizeLegibility;
}

.hx-wrap{width:min(1240px,calc(100% - 48px))}

.site-header{
  background:rgba(255,255,255,.78);
  border-bottom:1px solid rgba(132,157,188,.22);
  box-shadow:0 12px 30px rgba(5,18,35,.04);
}

.header-inner{height:78px}

.brand-logo img{
  max-width:220px;
  max-height:54px;
}

.nav{
  gap:28px;
  font-size:15px;
  font-weight:800;
}

.nav a{
  color:#21334a;
  opacity:.86;
  transition:color .18s ease,opacity .18s ease;
}

.nav a:hover,
.nav a.is-active{
  color:var(--sdy-blue);
  opacity:1;
}

.nav a:after{
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--sdy-blue),var(--sdy-cyan));
}

.header-cta,
.btn-primary{
  background:linear-gradient(135deg,var(--sdy-blue),#03a9ff);
  box-shadow:0 14px 32px rgba(11,99,246,.26);
}

.header-cta:hover,
.btn-primary:hover{
  background:linear-gradient(135deg,#084fc6,#0092df);
  transform:translateY(-1px);
}

.btn,
.header-cta{
  border-radius:6px;
}

.btn-ghost{
  color:#0b63f6;
  background:rgba(255,255,255,.88);
  border-color:rgba(11,99,246,.24);
}

.hero.sdy-hero{
  position:relative;
  min-height:720px;
  color:#fff;
  background:
    radial-gradient(circle at 72% 28%,rgba(18,228,255,.20),transparent 34%),
    radial-gradient(circle at 18% 74%,rgba(67,240,178,.12),transparent 32%),
    linear-gradient(110deg,rgba(6,17,31,.98) 0%,rgba(6,25,47,.96) 48%,rgba(8,79,143,.82) 100%);
}

.hero.sdy-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.8) 55%,transparent 100%);
}

.hero.sdy-hero .hx-wrap{position:relative;z-index:1}

.hero-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.82fr);
  gap:64px;
}

.eyebrow{
  color:#dff8ff;
  background:rgba(18,215,255,.10);
  border-color:rgba(18,215,255,.32);
  border-radius:6px;
}

.hero h1{
  max-width:760px;
  color:#fff;
  font-size:58px;
  line-height:1.06;
}

.hero h1 span{
  color:#72e9ff;
}

.hero p{
  max-width:710px;
  color:#c8d7e8;
}

.sdy-hero-visual{
  min-height:475px;
  padding:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  box-shadow:0 28px 100px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
}

.sdy-hero-visual img{
  height:310px;
  min-height:310px;
  border-radius:8px;
  object-fit:cover;
  opacity:.92;
}

.floating-metrics{
  position:static;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}

.metric{
  min-height:96px;
  padding:18px 14px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  background:rgba(3,14,28,.72);
  color:#fff;
}

.metric strong{
  color:#67eaff;
  font-size:28px;
}

.metric span{color:#bed1e5}

.section{
  padding:92px 0;
}

.section.alt{
  background:
    linear-gradient(180deg,#f6f9fd,#eef5fb);
}

.section-head{
  align-items:flex-start;
  margin-bottom:30px;
}

.section-kicker{
  color:var(--sdy-blue);
  letter-spacing:0;
}

.section h2,
.section-head h2{
  color:var(--sdy-ink);
  font-size:38px;
  line-height:1.16;
}

.section-head p,
.about-copy p,
.product-card p,
.solution-card p,
.news-card p,
.page-hero p{
  color:var(--sdy-copy);
}

.product-tabs{
  position:sticky;
  top:78px;
  z-index:10;
  padding:12px 0;
  margin-bottom:28px;
  background:linear-gradient(180deg,rgba(248,251,255,.96),rgba(248,251,255,.82));
  backdrop-filter:blur(16px);
}

.product-tabs a{
  border-radius:6px;
  background:#fff;
  border-color:var(--sdy-line);
  box-shadow:0 8px 22px rgba(5,18,35,.04);
}

.product-tabs a:hover{
  color:var(--sdy-blue);
  border-color:rgba(11,99,246,.35);
  box-shadow:0 12px 28px rgba(11,99,246,.10);
}

.product-grid,
.solution-grid,
.news-grid{
  gap:22px;
}

.product-card,
.solution-card,
.news-card,
.cap-card{
  border-radius:8px;
  border-color:var(--sdy-line);
  box-shadow:var(--sdy-soft-shadow);
}

.product-card:hover,
.solution-card:hover,
.news-card:hover,
.cap-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--sdy-shadow);
  border-color:rgba(11,99,246,.26);
}

.product-media{
  height:210px;
  background:
    radial-gradient(circle at 72% 24%,rgba(18,215,255,.18),transparent 34%),
    linear-gradient(135deg,#f8fbff,#edf5ff);
}

.product-media img{
  padding:12px;
  object-fit:contain;
}

.product-body,
.solution-body,
.news-body{
  padding:22px;
}

.tag{
  border-radius:5px;
  background:rgba(11,99,246,.09);
  color:#0757d6;
}

.product-card h3,
.solution-card h3,
.news-card h3{
  min-height:2.7em;
  color:#0d1d31;
}

.card-link{
  color:var(--sdy-blue);
  align-items:center;
}

.card-link:after{
  content:"";
  width:0;
  height:1px;
  margin-left:0;
  background:currentColor;
  transition:width .18s ease,margin-left .18s ease;
}

.card-link:hover:after{
  width:16px;
  margin-left:6px;
}

.sdy-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .45s ease,transform .45s ease;
}

.sdy-reveal.is-visible{
  opacity:1;
  transform:none;
}

.about-grid{
  grid-template-columns:minmax(0,1.04fr) minmax(360px,.86fr);
  gap:54px;
}

.about-list div{
  border-radius:8px;
  box-shadow:0 8px 24px rgba(5,18,35,.04);
}

.about-list div:before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:9px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--sdy-blue),var(--sdy-cyan));
}

.about-visual{
  border-radius:10px;
  box-shadow:var(--sdy-shadow);
}

.partner-line span{
  border-radius:5px;
  color:#d8eefc;
  background:rgba(6,17,31,.42);
}

.solution-top{
  height:138px;
  background:
    radial-gradient(circle at 80% 20%,rgba(18,215,255,.52),transparent 32%),
    linear-gradient(135deg,#071523,#0b63f6);
}

.contact-band{
  border-radius:10px;
  background:
    radial-gradient(circle at 82% 18%,rgba(18,215,255,.30),transparent 30%),
    linear-gradient(135deg,#06111f 0%,#0b2c52 54%,#0b63f6 100%);
  box-shadow:var(--sdy-shadow);
}

.contact-items a,
.contact-items span{
  border-radius:6px;
}

.contact-items a{
  justify-content:center;
  text-align:center;
}

.page-hero{
  text-align:left;
  padding:112px 0 72px;
  background:
    radial-gradient(circle at 76% 20%,rgba(18,215,255,.16),transparent 32%),
    linear-gradient(135deg,#f8fbff,#edf5ff);
}

.page-hero .hx-wrap{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(260px,.42fr);
  gap:44px;
  align-items:end;
}

.page-hero h1{
  font-size:48px;
  line-height:1.08;
}

.page-hero p{
  margin:0;
  font-size:17px;
}

.archive-content{
  padding:76px 0;
}

.detail-layout,
.product-detail{
  gap:54px;
}

.detail-media,
.article-media,
.product-detail-media{
  border-radius:10px;
  box-shadow:var(--sdy-shadow);
}

.contact-layout{
  gap:70px;
}

.hx-inquiry-form-page input,
.hx-inquiry-form-page textarea,
.hx-inquiry-form input,
.hx-inquiry-form textarea{
  border-radius:6px;
}

.hx-inquiry-form-page input:focus,
.hx-inquiry-form-page textarea:focus,
.hx-inquiry-form input:focus,
.hx-inquiry-form textarea:focus{
  outline:3px solid rgba(18,215,255,.18);
  border-color:rgba(11,99,246,.55);
}

.site-footer{
  background:
    linear-gradient(rgba(6,17,31,.96),rgba(6,17,31,.96)),
    linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);
  background-size:auto,64px 64px;
}

@media(max-width:1080px){
  .hero-grid,
  .about-grid,
  .page-hero .hx-wrap{
    grid-template-columns:1fr;
  }

  .hero h1{font-size:48px}
  .product-grid,
  .solution-grid,
  .news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  .hx-wrap{width:min(100% - 32px,1240px)}
  .header-inner{height:68px}
  .mobile-toggle{
    display:grid;
    place-items:center;
    border-radius:6px;
  }
  .mobile-toggle span{transition:transform .18s ease,opacity .18s ease}
  .mobile-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .mobile-toggle.is-open span:nth-child(2){opacity:0}
  .mobile-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .nav{
    top:68px;
    padding:18px 24px 22px;
    gap:8px;
    box-shadow:0 20px 40px rgba(5,18,35,.12);
  }
  .nav a{
    width:100%;
    padding:11px 0;
  }
  .hero.sdy-hero{
    min-height:auto;
    padding:72px 0 54px;
  }
  .hero h1{font-size:36px}
  .hero p{font-size:16px}
  .sdy-hero-visual{min-height:auto;padding:16px}
  .sdy-hero-visual img{height:220px;min-height:220px}
  .floating-metrics{grid-template-columns:1fr}
  .product-tabs{
    position:relative;
    top:auto;
    overflow:auto;
    flex-wrap:nowrap;
    padding-bottom:14px;
  }
  .product-tabs a{white-space:nowrap}
  .product-grid,
  .solution-grid,
  .news-grid,
  .footer-grid,
  .about-list{
    grid-template-columns:1fr;
  }
  .section{padding:62px 0}
  .section h2,
  .section-head h2{font-size:30px}
  .page-hero{padding:82px 0 54px}
  .page-hero h1{font-size:38px}
  .product-card h3,
  .solution-card h3,
  .news-card h3{min-height:auto}
}

/* SDY tech company redesign */
:root{
  --tech-void:#050b14;
  --tech-deep:#081729;
  --tech-panel:#0d2138;
  --tech-ink:#071523;
  --tech-copy:#4a5e73;
  --tech-blue:#1268ff;
  --tech-cyan:#12e4ff;
  --tech-green:#43f0b2;
  --tech-line:rgba(120,165,215,.26);
  --tech-glow:0 0 42px rgba(18,228,255,.24);
}

body{
  background:#f6f9fd;
}

.site-header{
  background:rgba(255,255,255,.82);
  border-bottom:1px solid rgba(75,115,160,.18);
}

.nav{font-size:15px}

.sdy-hero-v3{
  position:relative;
  min-height:760px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 76% 20%,rgba(18,228,255,.24),transparent 30%),
    radial-gradient(circle at 12% 78%,rgba(18,104,255,.22),transparent 32%),
    linear-gradient(135deg,#050b14 0%,#081729 48%,#0b3153 100%);
}

.sdy-hero-v3:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.82),transparent);
}

.sdy-hero-v3:after{
  content:"";
  position:absolute;
  width:820px;
  height:820px;
  right:-260px;
  top:20px;
  border:1px solid rgba(18,228,255,.18);
  border-radius:50%;
  box-shadow:inset 0 0 80px rgba(18,228,255,.08);
}

.sdy-hero-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.82fr);
  gap:64px;
  align-items:center;
}

.hero-copy h1{
  max-width:780px;
  margin:22px 0 18px;
  color:#fff;
  font-size:60px;
  line-height:1.05;
  font-weight:950;
}

.hero-copy p{
  max-width:720px;
  margin:0 0 30px;
  color:#c9d9e9;
  font-size:18px;
}

.trust-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.trust-strip span{
  padding:8px 12px;
  border:1px solid rgba(18,228,255,.22);
  border-radius:6px;
  color:#dffaff;
  background:rgba(255,255,255,.06);
}

.hero-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:760px;
  margin-top:18px;
}

.hero-proof-grid div{
  padding:14px 16px;
  border:1px solid rgba(18,228,255,.18);
  border-radius:8px;
  background:rgba(255,255,255,.055);
}

.hero-proof-grid strong{
  display:block;
  color:#65edff;
  font-size:18px;
}

.hero-proof-grid span{
  color:#b9cde0;
  font-size:13px;
}

.ops-console{
  border:1px solid rgba(18,228,255,.24);
  border-radius:10px;
  background:linear-gradient(145deg,rgba(13,33,56,.94),rgba(5,11,20,.88));
  box-shadow:var(--tech-glow),0 28px 90px rgba(0,0,0,.34);
  overflow:hidden;
}

.console-head{
  height:52px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 18px;
  border-bottom:1px solid rgba(255,255,255,.1);
  color:#a8c4de;
}

.console-head span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#2e4865;
}

.console-head span:nth-child(1){background:#ff5f57}
.console-head span:nth-child(2){background:#ffbd2e}
.console-head span:nth-child(3){background:#28c840}
.console-head strong{margin-left:auto;font-size:12px;letter-spacing:.08em;text-transform:uppercase}

.console-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  padding:18px;
}

.console-card,
.console-flow{
  border:1px solid rgba(132,178,220,.18);
  border-radius:8px;
  background:rgba(255,255,255,.06);
  padding:18px;
}

.console-card.wide,
.console-flow.wide{grid-column:1/-1}

.console-card small{
  color:#8fb2d2;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.console-card strong{
  display:block;
  margin:8px 0 6px;
  color:#64ecff;
  font-size:34px;
  line-height:1;
}

.console-card p{
  margin:0;
  color:#bfd1e2;
}

.console-flow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.console-flow span{
  color:#e8fbff;
  font-weight:850;
}

.console-flow i{
  flex:1;
  height:1px;
  background:linear-gradient(90deg,var(--tech-cyan),transparent);
}

.capability-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.capability-card{
  position:relative;
  min-height:220px;
  padding:24px;
  border:1px solid var(--tech-line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 14px 42px rgba(5,18,35,.07);
  overflow:hidden;
}

.capability-card:after{
  content:"";
  position:absolute;
  right:-40px;
  top:-40px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(18,228,255,.18),transparent 65%);
}

.capability-card span{
  color:var(--tech-blue);
  font-weight:950;
}

.capability-card h3{
  margin:28px 0 10px;
  font-size:22px;
}

.capability-card p{
  margin:0;
  color:var(--tech-copy);
}

.industry-section{
  background:
    linear-gradient(180deg,#fff,#f6f9fd);
}

.industry-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.industry-grid article{
  min-height:230px;
  padding:24px;
  border:1px solid var(--tech-line);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.86)),
    radial-gradient(circle at 80% 0%,rgba(18,228,255,.20),transparent 34%);
  box-shadow:0 14px 38px rgba(5,18,35,.06);
}

.industry-grid span{
  color:var(--tech-blue);
  font-weight:950;
}

.industry-grid h3{
  margin:44px 0 10px;
  font-size:21px;
}

.industry-grid p{
  margin:0;
  color:var(--tech-copy);
}

.matrix-note{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:-8px 0 22px;
  padding:16px 18px;
  border:1px solid rgba(18,104,255,.18);
  border-radius:8px;
  background:#fff;
  color:var(--tech-copy);
}

.matrix-note strong{
  flex:0 0 auto;
  color:var(--tech-blue);
}

.product-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0;
  margin:14px 0 0;
  list-style:none;
}

.product-points li{
  padding:4px 8px;
  border-radius:5px;
  color:#31506d;
  background:#f1f6fc;
  font-size:12px;
  font-weight:800;
}

.featured-products .product-card.is-featured{
  grid-column:span 2;
  display:grid;
  grid-template-columns:.92fr 1fr;
}

.featured-products .product-card.is-featured .product-media{
  height:auto;
  min-height:100%;
}

.card-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  align-items:center;
}

.scenario-layout{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(420px,1fr);
  gap:54px;
  align-items:center;
}

.scenario-copy h2{
  margin:8px 0 14px;
  font-size:38px;
  line-height:1.16;
}

.scenario-copy p{
  color:var(--tech-copy);
}

.delivery-steps{
  display:grid;
  gap:12px;
  margin-top:24px;
}

.delivery-steps div,
.detail-delivery div,
.solution-path div{
  padding:16px;
  border:1px solid var(--tech-line);
  border-radius:8px;
  background:#fff;
}

.delivery-steps strong,
.detail-delivery strong,
.solution-path strong{
  display:block;
  color:var(--tech-blue);
}

.delivery-steps span,
.detail-delivery span,
.solution-path span{
  color:var(--tech-copy);
}

.scenario-panel{
  min-height:420px;
  padding:26px;
  border-radius:10px;
  color:#fff;
  background:
    radial-gradient(circle at 70% 20%,rgba(18,228,255,.22),transparent 30%),
    linear-gradient(145deg,#06111f,#0d2e4e);
  box-shadow:0 24px 80px rgba(5,18,35,.2);
}

.scenario-title{
  color:#b9d6ec;
  font-weight:900;
  letter-spacing:.04em;
}

.scenario-map{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:34px;
}

.scenario-map span{
  min-height:74px;
  display:flex;
  align-items:center;
  padding:16px;
  border:1px solid rgba(18,228,255,.22);
  border-radius:8px;
  background:rgba(255,255,255,.07);
  font-weight:850;
}

.scenario-summary{
  margin-top:18px;
  padding:18px;
  border:1px solid rgba(18,228,255,.22);
  border-radius:8px;
  background:rgba(255,255,255,.06);
}

.scenario-summary strong{
  color:#65edff;
}

.scenario-summary p{
  margin:6px 0 0;
  color:#c6d7e7;
}

.product-center-intro{
  display:grid;
  grid-template-columns:minmax(280px,.42fr) minmax(460px,1fr);
  gap:34px;
  align-items:center;
  margin-bottom:18px;
  padding:26px 30px;
  border:1px solid var(--tech-line);
  border-radius:10px;
  background:
    radial-gradient(circle at 8% 0%,rgba(18,228,255,.10),transparent 34%),
    #fff;
  box-shadow:0 14px 38px rgba(5,18,35,.06);
}

.product-center-intro h2{
  max-width:360px;
  margin:8px 0 0;
  font-size:30px;
  line-height:1.22;
  letter-spacing:0;
}

.product-center-intro p{
  max-width:700px;
  margin:0;
  color:var(--tech-copy);
  font-size:16px;
  line-height:1.85;
}

.product-center-nav{
  position:sticky;
  top:78px;
  z-index:12;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:28px;
  padding:10px;
  border:1px solid var(--tech-line);
  border-radius:10px;
  background:rgba(255,255,255,.88);
  box-shadow:0 12px 34px rgba(5,18,35,.07);
  backdrop-filter:blur(16px);
}

.product-center-nav a{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  padding:0 13px;
  border-radius:6px;
  color:var(--tech-copy);
  background:#f5f8fc;
  font-size:14px;
  font-weight:850;
}

.product-center-nav a:hover{
  color:var(--tech-blue);
  background:rgba(18,104,255,.08);
}

.product-page-layout{
  display:block;
}

.product-sections{
  display:grid;
  gap:22px;
}

.product-category-section{
  scroll-margin-top:104px;
  margin-bottom:0;
  padding:24px;
  border:1px solid var(--tech-line);
  border-radius:10px;
  background:#fff;
  box-shadow:0 16px 44px rgba(5,18,35,.06);
}

.section-head.compact{
  margin-bottom:16px;
  align-items:end;
}

.section-head.compact h2{
  margin-top:3px;
  font-size:28px;
}

.section-head.compact p{
  max-width:560px;
  line-height:1.7;
}

.product-grid-center{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.product-grid-center .product-card{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  min-height:0;
  overflow:hidden;
}

.product-grid-center .product-media{
  height:auto;
  min-height:190px;
}

.product-tech-media{
  position:relative;
  isolation:isolate;
  height:190px;
  padding:20px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 72% 22%,rgba(18,228,255,.34),transparent 30%),
    linear-gradient(135deg,#071523,#0b2b4c);
  background-size:28px 28px,28px 28px,auto,auto;
}

.product-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:16px 0 2px;
}

.product-points span{
  padding:6px 9px;
  border:1px solid rgba(18,104,255,.13);
  border-radius:6px;
  color:#31506d;
  background:#f6f9fd;
  font-size:13px;
  font-weight:800;
}

.product-grid-center .product-body{
  display:flex;
  min-height:190px;
  flex-direction:column;
  justify-content:center;
  padding:24px 28px;
}

.product-grid-center .product-body h3{
  min-height:0;
  margin-top:10px;
  font-size:22px;
}

.product-grid-center .product-body p{
  max-width:760px;
  font-size:15px;
  line-height:1.75;
}

.product-grid-center .card-actions{
  margin-top:18px;
}

.product-detail-tech{
  height:auto;
  min-height:390px;
}

.product-tech-media:before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(18,228,255,.20);
  border-radius:8px;
}

.tech-product-mark{
  position:absolute;
  left:26px;
  top:24px;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border:1px solid rgba(18,228,255,.38);
  border-radius:8px;
  color:#75efff;
  background:rgba(255,255,255,.07);
  font-size:24px;
  font-weight:950;
}

.tech-product-lines{
  position:absolute;
  left:98px;
  right:34px;
  top:36px;
  display:grid;
  gap:11px;
}

.tech-product-lines span{
  height:8px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(18,228,255,.80),rgba(18,228,255,.08));
}

.tech-product-lines span:nth-child(2){width:72%}
.tech-product-lines span:nth-child(3){width:46%}

.tech-product-node{
  position:absolute;
  right:36px;
  bottom:30px;
  width:92px;
  height:92px;
  border:1px solid rgba(18,228,255,.28);
  border-radius:50%;
  box-shadow:0 0 30px rgba(18,228,255,.20),inset 0 0 24px rgba(18,228,255,.12);
}

.tech-product-node:before,
.tech-product-node:after{
  content:"";
  position:absolute;
  inset:22px;
  border:1px solid rgba(67,240,178,.32);
  border-radius:50%;
}

.tech-product-node:after{
  inset:41px;
  background:#43f0b2;
  box-shadow:0 0 18px rgba(67,240,178,.8);
}

.solution-intro{
  display:grid;
  grid-template-columns:.8fr 1fr;
  gap:34px;
  align-items:end;
  margin-bottom:30px;
}

.solution-intro h2{
  margin:6px 0 0;
  font-size:36px;
}

.solution-intro p{
  margin:0;
  color:var(--tech-copy);
}

.solution-method{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-bottom:30px;
}

.solution-method div{
  padding:18px;
  border:1px solid var(--tech-line);
  border-radius:8px;
  background:#fff;
  box-shadow:0 12px 30px rgba(5,18,35,.05);
}

.solution-method strong{
  display:block;
  color:var(--tech-blue);
  margin-bottom:6px;
}

.solution-method span{
  color:var(--tech-copy);
  font-size:14px;
}

.proof-panel .proof-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:16px;
}

.proof-stats div{
  padding:14px;
  border-radius:8px;
  background:#f6f9fd;
  border:1px solid var(--tech-line);
}

.proof-stats strong{
  display:block;
  color:var(--tech-blue);
}

.need-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:-12px 0 22px;
}

.need-tags button{
  min-height:36px;
  padding:0 12px;
  border:1px solid var(--tech-line);
  border-radius:6px;
  color:#31506d;
  background:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}

.need-tags button:hover,
.need-tags button.is-selected{
  color:#fff;
  border-color:var(--tech-blue);
  background:linear-gradient(135deg,var(--tech-blue),#03a9ff);
}

.product-choice-group{
  margin:0;
  padding:16px;
  border:1px solid rgba(18,104,255,.14);
  border-radius:8px;
  background:
    radial-gradient(circle at 96% 0,rgba(18,228,255,.08),transparent 28%),
    linear-gradient(135deg,#fff,#f7fbff);
}

.product-choice-group legend{
  padding:0 8px;
  color:#101d2c;
  font-weight:950;
}

.product-choice-group legend small{
  margin-left:6px;
  color:#758498;
  font-size:12px;
  font-weight:800;
}

.product-choice-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.product-choice{
  position:relative;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 12px;
  border:1px solid rgba(18,104,255,.12);
  border-radius:7px;
  color:#31506d;
  background:#fff;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
}

.product-choice input{
  width:16px;
  height:16px;
  margin:0;
  accent-color:#1268ff;
  flex:0 0 auto;
}

.product-choice span{
  color:inherit;
  font-size:14px;
  font-weight:850;
  line-height:1.35;
}

.product-choice:hover,
.product-choice.is-selected{
  color:#075fe4;
  border-color:rgba(18,104,255,.34);
  background:linear-gradient(135deg,#eef6ff,#fff);
  box-shadow:0 10px 24px rgba(18,104,255,.08);
}

.contact-lead{
  color:var(--tech-copy);
  margin:0 0 18px;
}

.detail-v3{
  padding:36px;
  border:1px solid var(--tech-line);
  border-radius:10px;
  background:#fff;
  box-shadow:0 18px 56px rgba(5,18,35,.08);
}

.detail-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 22px;
}

.detail-chips span{
  padding:7px 10px;
  border-radius:6px;
  color:#0b4fbd;
  background:rgba(18,104,255,.08);
  font-weight:800;
}

.detail-delivery,
.solution-path{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:22px 0;
}

.solution-path{
  grid-template-columns:repeat(4,1fr);
}

.final-cta-section{padding-top:54px}

@media(max-width:1080px){
  .sdy-hero-layout,
  .scenario-layout,
  .product-center-intro,
  .product-page-layout,
  .solution-intro{
    grid-template-columns:1fr;
  }

  .hero-copy h1{font-size:48px}
  .capability-row{grid-template-columns:repeat(2,1fr)}
  .product-center-nav{position:relative;top:auto}
  .featured-products .product-card.is-featured{grid-column:auto;display:block}
}

@media(max-width:760px){
  .sdy-hero-v3{
    min-height:auto;
    padding:72px 0 52px;
  }

  .hero-copy h1{font-size:34px}
  .hero-copy p{font-size:16px}
  .ops-console{margin-top:10px}
  .product-center-intro,
  .product-category-section{padding:18px}
  .product-center-intro h2{font-size:25px;max-width:100%}
  .product-center-intro p{font-size:15px}
  .product-center-nav{
    flex-wrap:nowrap;
    overflow:auto;
    padding-bottom:14px;
  }
  .product-center-nav a{white-space:nowrap}
  .console-grid,
  .capability-row,
  .industry-grid,
  .hero-proof-grid,
  .solution-method,
  .scenario-map,
  .proof-panel .proof-stats,
  .detail-delivery,
  .solution-path{
    grid-template-columns:1fr;
  }

  .scenario-panel{min-height:auto}
  .detail-v3{padding:22px}
  .product-grid-center .product-card{
    grid-template-columns:1fr;
  }
  .product-grid-center .product-media{
    min-height:160px;
  }
  .product-grid-center .product-body{
    min-height:0;
    padding:20px;
  }
  .product-grid-center .product-body h3{
    font-size:20px;
  }
  .product-detail-tech{
    min-height:260px;
  }
}

/* Home product matrix: compact, backend-image friendly */
.home-product-matrix{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.home-product-card{
  position:relative;
  display:grid;
  grid-template-columns:52px 112px minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:168px;
  padding:18px;
  border:1px solid rgba(18,104,255,.16);
  border-radius:10px;
  background:
    radial-gradient(circle at 92% 12%,rgba(18,228,255,.10),transparent 26%),
    linear-gradient(135deg,#fff,#f8fbff);
  box-shadow:0 16px 42px rgba(5,18,35,.06);
  overflow:hidden;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

.home-product-card:hover{
  transform:translateY(-3px);
  border-color:rgba(18,228,255,.34);
  box-shadow:0 22px 58px rgba(5,18,35,.10);
}

.home-product-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,#1268ff,#12e4ff,#43f0b2);
}

.home-product-index{
  color:#0b4fbd;
  font-size:24px;
  font-weight:950;
  font-variant-numeric:tabular-nums;
}

.home-product-visual .product-media{
  width:112px;
  height:112px;
  min-height:0;
  border:1px solid rgba(18,104,255,.14);
  border-radius:10px;
  background:#eef6ff;
  box-shadow:inset 0 0 28px rgba(18,104,255,.08);
}

.home-product-visual .product-tech-media{
  min-height:112px;
  height:112px;
  padding:0;
}

.home-product-visual .tech-product-mark{
  left:16px;
  top:16px;
  width:42px;
  height:42px;
  font-size:19px;
}

.home-product-visual .tech-product-orbit{
  right:13px;
  top:16px;
  width:62px;
  height:62px;
}

.home-product-visual .tech-product-wave{
  display:none;
}

.home-product-visual .tech-product-node{
  right:20px;
  bottom:18px;
  width:42px;
  height:42px;
}

.home-product-visual .tech-product-matrix{
  left:14px;
  right:14px;
  bottom:12px;
  grid-template-columns:repeat(4,1fr);
  gap:4px;
}

.home-product-visual .tech-product-matrix span{
  height:10px;
}

.product-custom-image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.home-product-body h3{
  margin:9px 0 8px;
  color:#071523;
  font-size:20px;
  line-height:1.32;
}

.home-product-body p{
  max-width:560px;
  margin:0;
  color:var(--tech-copy);
  font-size:14px;
  line-height:1.7;
}

.home-product-body .product-points{
  margin-top:12px;
}

.home-product-body .card-actions{
  margin-top:14px;
}

.product-grid-center .product-custom-image{
  object-fit:cover;
}

.product-detail-media .product-media{
  width:100%;
  height:100%;
  min-height:inherit;
  border:0;
  border-radius:0;
}

.product-detail-media .product-custom-image{
  min-height:390px;
}

@media(max-width:1080px){
  .home-product-matrix{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .home-product-card{
    grid-template-columns:42px minmax(0,1fr);
  }
  .home-product-visual{
    grid-column:1/-1;
    order:-1;
  }
  .home-product-visual .product-media{
    width:100%;
    height:150px;
  }
  .home-product-visual .product-tech-media{
    height:150px;
  }
}

/* Navigation context and refined page hero */
.page-hero{
  min-height:300px;
  display:flex;
  align-items:center;
}

.page-hero .hx-wrap{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(0,.72fr) minmax(300px,.38fr);
  gap:36px;
}

.page-hero-copy{
  max-width:760px;
}

.page-hero-copy .section-kicker{
  margin-bottom:10px;
}

.page-hero h1{
  margin:0 0 12px;
}

.page-hero-orbit{
  position:relative;
  justify-self:end;
  width:240px;
  height:160px;
  border:1px solid rgba(18,104,255,.16);
  border-radius:12px;
  background:
    linear-gradient(rgba(18,104,255,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,104,255,.06) 1px,transparent 1px),
    rgba(255,255,255,.48);
  background-size:20px 20px;
  box-shadow:0 18px 50px rgba(5,18,35,.06),inset 0 0 40px rgba(18,228,255,.08);
}

.page-hero-orbit span{
  position:absolute;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#12e4ff;
  box-shadow:0 0 18px rgba(18,228,255,.70);
}

.page-hero-orbit span:nth-child(1){left:36px;top:34px}
.page-hero-orbit span:nth-child(2){right:42px;top:54px;background:#43f0b2}
.page-hero-orbit span:nth-child(3){left:116px;bottom:30px;background:#1268ff}

.page-hero-orbit i{
  position:absolute;
  inset:32px 42px;
  border:1px solid rgba(18,104,255,.18);
  border-radius:50%;
  transform:rotate(-18deg);
}

.page-hero-chips{
  position:absolute;
  right:0;
  bottom:-10px;
  display:flex;
  gap:8px;
}

.page-hero-chips span{
  padding:7px 10px;
  border:1px solid rgba(18,104,255,.14);
  border-radius:6px;
  color:#0b4fbd;
  background:rgba(255,255,255,.78);
  box-shadow:0 8px 22px rgba(5,18,35,.05);
  font-size:12px;
  font-weight:950;
}

.sdy-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:-24px 0 18px;
  color:#6b7f95;
  font-size:14px;
  font-weight:850;
}

.sdy-breadcrumbs a,
.sdy-breadcrumbs span{
  display:inline-flex;
  align-items:center;
}

.sdy-breadcrumbs a{
  color:#31506d;
}

.sdy-breadcrumbs a:hover{
  color:#1268ff;
}

.sdy-breadcrumbs a:after{
  content:"/";
  margin-left:8px;
  color:#9aabbc;
}

.detail-next-actions{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:20px;
}

.detail-next-actions a{
  position:relative;
  min-height:112px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px 20px;
  border:1px solid rgba(18,104,255,.16);
  border-radius:10px;
  color:#153553;
  background:
    radial-gradient(circle at 88% 18%,rgba(18,228,255,.12),transparent 30%),
    linear-gradient(135deg,#fff,#f7fbff);
  box-shadow:0 16px 42px rgba(5,18,35,.06);
  overflow:hidden;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.detail-next-actions a:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,#1268ff,#12e4ff,#43f0b2);
}

.detail-next-actions a:after{
  content:"›";
  position:absolute;
  right:18px;
  top:18px;
  color:#1268ff;
  font-size:24px;
  line-height:1;
}

.detail-next-actions a:hover{
  transform:translateY(-3px);
  border-color:rgba(18,228,255,.38);
  box-shadow:0 22px 58px rgba(5,18,35,.10);
}

.detail-next-actions strong{
  color:#071523;
  font-size:18px;
  margin-bottom:7px;
}

.detail-next-actions span{
  color:var(--tech-copy);
  line-height:1.6;
}

@media(max-width:1080px){
  .page-hero .hx-wrap{
    grid-template-columns:1fr;
  }
  .page-hero-orbit{
    justify-self:start;
  }
  .page-hero-chips{
    position:static;
    grid-column:1/-1;
  }
  .detail-next-actions{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .page-hero{
    min-height:260px;
  }
  .page-hero-orbit{
    width:100%;
    height:130px;
  }
  .sdy-breadcrumbs{
    margin:-12px 0 14px;
  }
}

/* Polish pass: navigation, cards, reading surfaces */
html{
  scroll-padding-top:104px;
}

body:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 16%,rgba(18,228,255,.08),transparent 24%),
    radial-gradient(circle at 86% 34%,rgba(18,104,255,.08),transparent 28%),
    linear-gradient(180deg,#f7fbff 0%,#fff 46%,#f5f9fd 100%);
}

.site-header{
  transition:height .22s ease,background .22s ease,box-shadow .22s ease,border-color .22s ease;
}

body.is-scrolled .site-header{
  background:rgba(255,255,255,.94);
  border-bottom-color:rgba(18,104,255,.18);
  box-shadow:0 14px 42px rgba(5,18,35,.10);
}

body.is-scrolled .header-inner{
  height:74px;
}

.brand-logo img{
  transition:transform .22s ease,filter .22s ease;
}

.brand:hover .brand-logo img{
  transform:translateY(-1px);
  filter:saturate(1.08);
}

.nav a{
  text-shadow:0 1px 0 rgba(255,255,255,.55);
}

.nav a.is-active{
  color:#005eff;
}

.header-cta{
  position:relative;
  overflow:hidden;
}

.header-cta:before,
.btn-primary:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.28),transparent);
  transform:translateX(-120%);
  transition:transform .45s ease;
}

.header-cta:hover:before,
.btn-primary:hover:before{
  transform:translateX(120%);
}

.btn-primary{
  position:relative;
  overflow:hidden;
}

.sdy-hero-v3:after{
  box-shadow:
    inset 0 0 80px rgba(18,228,255,.08),
    0 0 120px rgba(18,228,255,.08);
}

.hero-copy h1{
  text-shadow:0 18px 48px rgba(0,0,0,.28);
}

.hero-proof-grid div,
.trust-strip span,
.console-card,
.console-flow{
  backdrop-filter:blur(12px);
}

.console-card strong{
  text-shadow:0 0 20px rgba(18,228,255,.18);
}

.capability-card,
.industry-grid article,
.product-card,
.solution-card,
.news-card,
.detail-v3,
.contact-form-panel,
.contact-info-panel{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;
}

.capability-card:hover,
.industry-grid article:hover{
  transform:translateY(-4px);
  border-color:rgba(18,228,255,.32);
  box-shadow:0 18px 46px rgba(5,18,35,.08);
}

.capability-card span,
.industry-grid span{
  font-variant-numeric:tabular-nums;
}

.product-center-nav{
  border-color:rgba(18,104,255,.16);
}

.product-center-nav a{
  position:relative;
  overflow:hidden;
}

.product-center-nav a.is-current,
.product-center-nav a:hover{
  color:#fff;
  background:linear-gradient(135deg,#1268ff,#08a6ef);
  box-shadow:0 10px 26px rgba(18,104,255,.18);
}

.product-center-nav a.is-current:after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:5px;
  height:2px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
}

.product-category-section:first-of-type{
  padding-top:8px;
}

.product-grid-center .product-card{
  border-radius:10px;
}

.product-grid-center .product-body{
  position:relative;
}

.product-grid-center .product-body:before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(18,104,255,.20),transparent);
}

.product-points span,
.product-points li,
.detail-chips span{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}

.card-actions{
  align-items:center;
}

.card-link{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  font-weight:950;
}

.card-link.card-link-muted{
  color:#31506d;
}

.product-tech-media{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}

.product-tech-media .tech-product-matrix span{
  transition:background .22s ease,box-shadow .22s ease,transform .22s ease;
}

.product-card:hover .tech-product-matrix span:nth-child(3n),
.product-card:hover .tech-product-matrix span:nth-child(5n),
.detail-media:hover .tech-product-matrix span:nth-child(3n),
.news-side-panel:hover .tech-product-matrix span:nth-child(3n){
  transform:translateY(-1px);
  background:rgba(18,228,255,.28);
  box-shadow:0 0 20px rgba(18,228,255,.20);
}

.article-content{
  max-width:760px;
}

.article-content p{
  margin:0 0 1em;
}

.article-content h2,
.article-content h3{
  color:#071523;
  line-height:1.28;
}

.detail-v3{
  border-color:rgba(18,104,255,.16);
}

.product-detail-signal div,
.product-detail-stack div,
.solution-architecture div,
.contact-response-flow div,
.blueprint-grid span{
  box-shadow:0 10px 26px rgba(5,18,35,.04);
}

.hx-inquiry-form-page input,
.hx-inquiry-form-page textarea,
.hx-inquiry-form input,
.hx-inquiry-form textarea{
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 8px 22px rgba(5,18,35,.035);
}

.hx-inquiry-form-page label,
.hx-inquiry-form label{
  gap:8px;
}

.need-tags button{
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

.need-tags button:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(18,104,255,.12);
}

.contact-map-card{
  overflow:hidden;
  border:1px solid rgba(18,104,255,.16);
  background:
    linear-gradient(rgba(18,104,255,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,104,255,.06) 1px,transparent 1px),
    linear-gradient(135deg,#f8fbff,#fff);
  background-size:22px 22px;
}

.site-footer{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%,rgba(18,228,255,.12),transparent 26%),
    radial-gradient(circle at 86% 70%,rgba(18,104,255,.14),transparent 28%),
    linear-gradient(135deg,#050b14,#07182b 58%,#092b4c);
}

.site-footer:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.55;
}

.site-footer .hx-wrap{
  position:relative;
  z-index:1;
}

.site-footer .footer-brand{
  gap:10px;
}

.site-footer .brand-logo{
  width:76px;
  height:58px;
  flex:0 0 76px;
  overflow:hidden;
}

.site-footer .brand-logo img{
  max-width:none;
  width:170px;
  height:58px;
  object-fit:contain;
  object-position:left center;
  filter:none;
  opacity:1;
}

.site-footer .footer-brand-text strong{
  color:#fff;
}

.site-footer .footer-brand-text span{
  color:rgba(255,255,255,.72);
}

.footer-links a{
  transition:color .18s ease,transform .18s ease;
}

.footer-links a:hover{
  color:#75efff;
  transform:translateX(3px);
}

@media(max-width:760px){
  html{
    scroll-padding-top:82px;
  }
  body.is-scrolled .header-inner{
    height:68px;
  }
  .product-grid-center .product-body:before{
    display:none;
  }
  .article-content{
    max-width:100%;
  }
}

/* Product center research-grade refinement */
.site-header{
  background:rgba(248,251,255,.92);
  box-shadow:0 16px 46px rgba(5,18,35,.08);
  backdrop-filter:blur(18px);
}

.header-inner{
  height:84px;
}

.nav{
  gap:34px;
  font-size:17px;
  font-weight:900;
}

.nav a{
  padding:14px 0;
  color:#102237;
  opacity:.96;
}

.nav a:after{
  height:4px;
  bottom:3px;
}

.header-cta{
  min-height:42px;
  padding:0 18px;
  font-size:15px;
  font-weight:900;
}

.page-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 24%,rgba(18,228,255,.18),transparent 30%),
    linear-gradient(rgba(18,104,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,104,255,.055) 1px,transparent 1px),
    linear-gradient(135deg,#f8fbff 0%,#eef6ff 52%,#f7fbff 100%);
  background-size:auto,42px 42px,42px 42px,auto;
}

.page-hero:after{
  content:"";
  position:absolute;
  right:8vw;
  bottom:-160px;
  width:420px;
  height:420px;
  border:1px solid rgba(18,104,255,.16);
  border-radius:50%;
  box-shadow:inset 0 0 80px rgba(18,228,255,.10);
}

.product-center-intro{
  border-color:rgba(18,104,255,.20);
  background:
    radial-gradient(circle at 84% 28%,rgba(18,228,255,.14),transparent 32%),
    linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
}

.product-category-section{
  padding:20px 0 34px;
  border:0;
  border-bottom:1px solid rgba(18,104,255,.12);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.product-grid-center .product-card{
  grid-template-columns:320px minmax(0,1fr);
  border-color:rgba(18,104,255,.18);
  background:linear-gradient(135deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 18px 48px rgba(5,18,35,.07);
}

.product-grid-center .product-card:hover{
  transform:translateY(-3px);
  border-color:rgba(18,228,255,.40);
  box-shadow:0 24px 64px rgba(5,18,35,.11);
}

.product-category-section .section-head.compact{
  padding:0 2px;
}

.product-category-section .section-head.compact h2{
  font-size:32px;
}

.product-tech-media{
  min-height:230px;
  overflow:hidden;
  background:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),
    radial-gradient(circle at 76% 20%,rgba(18,228,255,.34),transparent 29%),
    radial-gradient(circle at 18% 82%,rgba(67,240,178,.20),transparent 28%),
    linear-gradient(135deg,#05101d 0%,#092440 58%,#0d3d65 100%);
  background-size:24px 24px,24px 24px,auto,auto,auto;
}

.product-tech-media:before{
  inset:20px;
  border-color:rgba(18,228,255,.28);
  box-shadow:inset 0 0 36px rgba(18,228,255,.08);
}

.product-tech-media:after{
  content:"";
  position:absolute;
  inset:auto -18% -42% 30%;
  height:72%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(18,228,255,.24),transparent 62%);
}

.tech-product-mark{
  left:28px;
  top:26px;
  width:62px;
  height:62px;
  border-color:rgba(117,239,255,.48);
  color:#e8fdff;
  background:linear-gradient(135deg,rgba(18,228,255,.18),rgba(18,104,255,.10));
  box-shadow:0 0 24px rgba(18,228,255,.18);
}

.tech-product-orbit{
  position:absolute;
  right:34px;
  top:30px;
  width:132px;
  height:132px;
  border:1px solid rgba(18,228,255,.25);
  border-radius:50%;
  transform:rotate(-18deg);
}

.tech-product-orbit span{
  position:absolute;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#43f0b2;
  box-shadow:0 0 18px rgba(67,240,178,.8);
}

.tech-product-orbit span:nth-child(1){left:14px;top:20px}
.tech-product-orbit span:nth-child(2){right:2px;top:62px;background:#75efff}
.tech-product-orbit span:nth-child(3){left:62px;bottom:-4px;background:#1268ff}

.tech-product-matrix{
  position:absolute;
  left:30px;
  right:34px;
  bottom:30px;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:8px;
}

.tech-product-matrix span{
  height:18px;
  border:1px solid rgba(117,239,255,.18);
  border-radius:4px;
  background:rgba(255,255,255,.06);
}

.tech-product-matrix span:nth-child(3n),
.tech-product-matrix span:nth-child(5n){
  background:rgba(18,228,255,.18);
  box-shadow:0 0 16px rgba(18,228,255,.12);
}

.tech-product-wave{
  position:absolute;
  left:104px;
  top:44px;
  width:112px;
  display:grid;
  gap:10px;
}

.tech-product-wave span{
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(117,239,255,.86),rgba(117,239,255,.04));
}

.tech-product-wave span:nth-child(2){width:74%}
.tech-product-wave span:nth-child(3){width:48%}

.tech-product-node{
  right:44px;
  bottom:54px;
  width:76px;
  height:76px;
  background:rgba(5,16,29,.44);
}

.tech-visual-backup .tech-product-matrix span:nth-child(odd),
.tech-visual-ai .tech-product-matrix span:nth-child(4n),
.tech-visual-trust .tech-product-matrix span:nth-child(2n){
  background:rgba(67,240,178,.20);
}

.tech-visual-ai .tech-product-orbit{
  border-radius:16px;
  transform:rotate(0);
}

.tech-visual-trust .tech-product-node{
  border-radius:12px;
}

.tech-visual-msp .tech-product-orbit{
  width:152px;
  border-radius:18px;
}

.product-detail{
  align-items:stretch;
}

.product-detail-tech{
  min-height:430px;
}

.product-detail-tech .tech-product-mark{
  width:86px;
  height:86px;
  font-size:34px;
}

.product-detail-tech .tech-product-orbit{
  right:58px;
  top:56px;
  width:190px;
  height:190px;
}

.product-detail-tech .tech-product-matrix{
  grid-template-columns:repeat(6,1fr);
  left:44px;
  right:54px;
  bottom:46px;
}

.product-detail-tech .tech-product-matrix span{
  height:26px;
}

.product-detail-body h1{
  font-size:42px;
  line-height:1.12;
}

.product-detail-signal{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:18px 0 18px;
}

.product-detail-signal div,
.product-detail-stack div{
  padding:16px;
  border:1px solid rgba(18,104,255,.14);
  border-radius:8px;
  background:linear-gradient(135deg,#f8fbff,#fff);
}

.product-detail-signal strong,
.product-detail-stack strong{
  display:block;
  color:#0b4fbd;
  margin-bottom:7px;
}

.product-detail-signal span,
.product-detail-stack span{
  color:var(--tech-copy);
  line-height:1.65;
}

.product-detail-stack{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:20px 0;
}

.detail-chips span{
  border:1px solid rgba(18,104,255,.12);
}

@media(max-width:1080px){
  .nav{
    gap:22px;
    font-size:16px;
  }
  .product-grid-center .product-card{
    grid-template-columns:260px minmax(0,1fr);
  }
  .product-detail-signal,
  .product-detail-stack{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .header-inner{
    height:72px;
  }
  .nav{
    top:72px;
    font-size:17px;
  }
  .product-grid-center .product-card{
    grid-template-columns:1fr;
  }
  .product-tech-media{
    min-height:210px;
  }
  .product-detail-tech{
    min-height:280px;
  }
  .product-detail-body h1{
    font-size:30px;
  }
}

/* Full-site research identity pass */
.product-media > .product-tech-media,
.product-detail-media > .product-tech-media,
.detail-media > .product-tech-media,
.news-side-panel > .product-tech-media,
.about-research-panel > .product-tech-media{
  width:100%;
  height:100%;
  min-height:inherit;
}

.product-media{
  padding:0;
}

.featured-products .product-card.is-featured .product-media > .product-tech-media{
  min-height:100%;
}

.product-points,
.product-points li{
  list-style:none;
}

.product-points{
  padding:0;
}

.product-points li,
.product-points span{
  display:inline-flex;
  align-items:center;
}

.sdy-hero-v3{
  background:
    radial-gradient(circle at 76% 20%,rgba(18,228,255,.25),transparent 30%),
    radial-gradient(circle at 14% 78%,rgba(67,240,178,.16),transparent 29%),
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(135deg,#030912 0%,#061526 46%,#0b3153 100%);
  background-size:auto,auto,56px 56px,56px 56px,auto;
}

.sdy-hero-v3 .eyebrow,
.section-kicker{
  letter-spacing:.04em;
}

.ops-console{
  transform:translateZ(0);
}

.ops-console:after{
  content:"";
  display:block;
  height:4px;
  background:linear-gradient(90deg,#1268ff,#12e4ff,#43f0b2);
}

.solution-blueprint{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(380px,1fr);
  gap:24px;
  align-items:center;
  margin:0 0 30px;
  padding:26px;
  border:1px solid rgba(18,104,255,.18);
  border-radius:10px;
  background:
    radial-gradient(circle at 88% 20%,rgba(18,228,255,.14),transparent 30%),
    linear-gradient(135deg,#fff,#f7fbff);
  box-shadow:0 18px 48px rgba(5,18,35,.06);
}

.blueprint-copy h2{
  margin:6px 0 10px;
  font-size:30px;
}

.blueprint-copy p{
  margin:0;
  color:var(--tech-copy);
}

.blueprint-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}

.blueprint-grid span{
  min-height:88px;
  display:grid;
  place-items:center;
  border:1px solid rgba(18,104,255,.16);
  border-radius:8px;
  color:#0b4fbd;
  background:
    linear-gradient(rgba(18,104,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,104,255,.055) 1px,transparent 1px),
    #fff;
  background-size:18px 18px;
  font-weight:950;
}

.solution-card{
  position:relative;
  overflow:hidden;
}

.solution-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,#1268ff,#12e4ff,#43f0b2);
  opacity:.72;
}

.solution-detail-v4{
  grid-template-columns:1fr;
}

.solution-detail-v4 .detail-copy{
  max-width:none;
}

/* Solution details use a practical scope-sheet layout. */
.solution-detail-page{padding-bottom:64px}
.solution-case-sheet{overflow:hidden;border:1px solid rgba(18,104,255,.16);border-radius:10px;background:#fff;box-shadow:0 18px 48px rgba(5,18,35,.07)}
.solution-case-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:54px;align-items:center;padding:42px 46px;border-bottom:1px solid rgba(18,104,255,.12);background:linear-gradient(110deg,#fff 56%,#f1f8ff 100%)}
.solution-case-head h1{margin:20px 0 12px;color:#071523;font-size:42px;line-height:1.15}
.solution-case-head p{max-width:720px;margin:0;color:#31506d;font-size:18px;line-height:1.75}
.solution-situations{padding-left:28px;border-left:3px solid #1696ff}
.solution-situations strong{display:block;margin-bottom:13px;color:#071523;font-size:17px}
.solution-situations ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.solution-situations li{position:relative;padding-left:17px;color:#31506d;line-height:1.55}
.solution-situations li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:#18bfff}
.solution-work-list,.solution-delivery-line{padding:34px 46px 38px}
.solution-work-list{display:grid;grid-template-columns:260px 1fr;gap:46px}
.solution-section-title span{color:#075fe4;font-size:13px;font-weight:900}
.solution-section-title h2{margin:8px 0 0;color:#071523;font-size:25px;line-height:1.35}
.solution-work-rows{border-top:1px solid #dce8f4}
.solution-work-rows>div{display:grid;grid-template-columns:42px 130px 1fr;gap:14px;align-items:center;min-height:70px;border-bottom:1px solid #dce8f4}
.solution-work-rows b{color:#1696ff;font-size:13px}
.solution-work-rows strong{color:#071523}
.solution-work-rows p{margin:0;color:#48637d;line-height:1.6}
.solution-delivery-line{border-top:1px solid rgba(18,104,255,.10);background:#f7fbff}
.solution-delivery-line ol{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:26px 0 0;padding:0;list-style:none}
.solution-delivery-line li{display:flex;gap:12px;align-items:flex-start;min-height:54px;padding:0 22px;border-left:1px solid #ccdeef;color:#31506d;line-height:1.55}
.solution-delivery-line li:first-child{padding-left:0;border-left:0}
.solution-delivery-line li b{color:#075fe4}
.solution-case-footer{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:24px 46px 30px;border-top:1px solid rgba(18,104,255,.10)}
.solution-case-footer .article-content{max-width:720px;color:#48637d}
.solution-case-footer .article-content p{margin:0}
.solution-case-footer .hero-actions{flex:none;margin:0}

@media(max-width:900px){
  .solution-case-head,.solution-work-list{grid-template-columns:1fr;gap:26px}
  .solution-situations{padding-left:20px}
  .solution-delivery-line ol{grid-template-columns:repeat(2,1fr);row-gap:24px}
  .solution-delivery-line li:nth-child(3){padding-left:0;border-left:0}
}

@media(max-width:640px){
  .solution-case-head,.solution-work-list,.solution-delivery-line,.solution-case-footer{padding:24px 20px}
  .solution-case-head h1{font-size:32px}
  .solution-work-rows>div{grid-template-columns:34px 1fr;padding:14px 0}
  .solution-work-rows p{grid-column:2}
  .solution-delivery-line ol{grid-template-columns:1fr;gap:16px}
  .solution-delivery-line li,.solution-delivery-line li:nth-child(3){min-height:0;padding:0;border-left:0}
  .solution-case-footer{align-items:flex-start;flex-direction:column}
}

.detail-command-strip{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0 4px;
}

.detail-command-strip span{
  padding:7px 10px;
  border:1px solid rgba(18,104,255,.14);
  border-radius:6px;
  color:#0b4fbd;
  background:#f6f9fd;
  font-size:13px;
  font-weight:900;
}

.solution-architecture{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:20px 0;
}

.solution-architecture div{
  min-height:112px;
  padding:16px;
  border:1px solid rgba(18,104,255,.15);
  border-radius:8px;
  background:linear-gradient(135deg,#fff,#f7fbff);
}

.solution-architecture strong{
  display:block;
  color:#0b4fbd;
  margin-bottom:8px;
}

.solution-architecture span{
  color:var(--tech-copy);
  font-size:14px;
  line-height:1.65;
}

.solution-visual-panel{
  position:sticky;
  top:110px;
  align-self:start;
  min-height:520px;
  display:flex;
  flex-direction:column;
  padding:0;
  overflow:hidden;
}

.solution-detail-tech{
  flex:1;
  min-height:420px;
}

.solution-visual-meta{
  padding:20px 22px;
  border-top:1px solid rgba(18,104,255,.14);
  background:#fff;
}

.solution-visual-meta strong,
.news-insight-panel strong{
  display:block;
  color:#0b4fbd;
  margin-bottom:5px;
}

.solution-visual-meta span,
.news-insight-panel span{
  color:var(--tech-copy);
}

.news-lab-intro{
  display:grid;
  grid-template-columns:minmax(280px,.52fr) minmax(420px,1fr);
  gap:28px;
  align-items:end;
  margin-bottom:26px;
  padding:26px;
  border:1px solid rgba(18,104,255,.18);
  border-radius:10px;
  background:#fff;
  box-shadow:0 16px 42px rgba(5,18,35,.06);
}

.news-lab-intro h2{
  margin:6px 0 0;
  font-size:32px;
}

.news-lab-intro p{
  margin:0;
  color:var(--tech-copy);
  line-height:1.8;
}

.news-detail-v4{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(330px,.42fr);
  gap:30px;
  align-items:start;
}

.news-insight-panel{
  margin:16px 0 22px;
  padding:18px 20px;
  border:1px solid rgba(18,104,255,.15);
  border-radius:8px;
  background:linear-gradient(135deg,#f7fbff,#fff);
}

.news-side-panel{
  position:sticky;
  top:110px;
  overflow:hidden;
  border:1px solid rgba(18,104,255,.18);
  border-radius:10px;
  background:#fff;
  box-shadow:0 18px 48px rgba(5,18,35,.07);
}

.news-detail-tech{
  min-height:300px;
}

.news-side-links{
  display:grid;
  padding:16px;
  gap:8px;
}

.news-side-links a{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 12px;
  border:1px solid rgba(18,104,255,.12);
  border-radius:6px;
  color:#153553;
  background:#f8fbff;
  font-weight:900;
}

.news-side-links a:after{
  content:"›";
  color:#1268ff;
}

.about-research-panel{
  overflow:hidden;
  padding:0;
  background:#fff;
}

.about-tech-visual{
  min-height:360px;
}

.about-research-panel .proof-stats{
  padding:18px;
  margin:0;
  background:#fff;
}

.contact-response-flow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:0 0 20px;
}

.contact-response-flow div{
  padding:12px;
  border:1px solid rgba(18,104,255,.14);
  border-radius:8px;
  background:#f7fbff;
}

.contact-response-flow strong{
  display:block;
  color:#1268ff;
}

.contact-response-flow span{
  color:#31506d;
  font-size:13px;
  font-weight:900;
}

@media(max-width:1080px){
  .solution-blueprint,
  .solution-detail-v4,
  .news-lab-intro,
  .news-detail-v4{
    grid-template-columns:1fr;
  }
  .solution-visual-panel,
  .news-side-panel{
    position:relative;
    top:auto;
  }
}

@media(max-width:760px){
  .blueprint-grid,
  .solution-architecture,
  .contact-response-flow{
    grid-template-columns:1fr;
  }
  .solution-blueprint,
  .news-lab-intro{
    padding:18px;
  }
  .blueprint-copy h2,
  .news-lab-intro h2{
    font-size:25px;
  }
}

/* Keep product detail visuals compact and independent from the copy column. */
.product-detail{
  align-items:start;
}

.product-detail-media{
  align-self:start;
  min-height:0;
  height:auto;
  padding:16px;
  background:#fff;
}

.product-detail-media .product-media{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:4 / 3;
  border:0;
  border-radius:8px;
  overflow:hidden;
  background:#f6f9fd;
}

.product-detail-media .product-custom-image{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
}

.product-detail-media > .product-tech-media,
.product-detail-media .product-tech-media,
.product-detail-media .product-detail-tech{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:4 / 3;
}

.product-detail-media img{
  min-height:0;
}

@media(max-width:760px){
  .product-detail-media{
    padding:10px;
  }

  .product-detail-media .product-media,
  .product-detail-media > .product-tech-media,
  .product-detail-media .product-tech-media,
  .product-detail-media .product-detail-tech{
    aspect-ratio:16 / 10;
  }
}

/* Product card image frames: larger, replaceable, and crop-safe. */
.home-product-card{
  grid-template-columns:54px minmax(176px, 34%) minmax(0,1fr);
  min-height:206px;
  gap:18px;
}

.home-product-visual{
  width:100%;
}

.home-product-visual .product-media{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16 / 11;
  border-radius:10px;
  background:#eef6ff;
}

.home-product-visual .product-custom-image,
.product-grid-center .product-custom-image{
  width:100%;
  height:100%;
  min-height:0;
  padding:0;
  object-fit:cover;
  object-position:center;
}

.home-product-visual .product-tech-media{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16 / 11;
}

.home-product-visual .tech-product-mark{
  left:18px;
  top:18px;
  width:48px;
  height:48px;
  font-size:21px;
}

.home-product-visual .tech-product-orbit{
  right:16px;
  top:18px;
  width:78px;
  height:78px;
}

.home-product-visual .tech-product-node{
  right:22px;
  bottom:20px;
  width:46px;
  height:46px;
}

.home-product-visual .tech-product-matrix{
  left:16px;
  right:16px;
  bottom:14px;
}

.product-grid-center .product-card{
  grid-template-columns:minmax(300px, 38%) minmax(0,1fr);
}

.product-grid-center .product-media{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16 / 10;
}

.product-grid-center .product-tech-media{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16 / 10;
}

@media(max-width:1080px){
  .home-product-card{
    grid-template-columns:50px minmax(160px, 32%) minmax(0,1fr);
  }

  .product-grid-center .product-card{
    grid-template-columns:minmax(260px, 36%) minmax(0,1fr);
  }
}

@media(max-width:760px){
  .home-product-card,
  .product-grid-center .product-card{
    grid-template-columns:1fr;
  }

  .home-product-index{
    position:absolute;
    left:18px;
    top:18px;
    z-index:2;
    padding:4px 8px;
    border-radius:6px;
    color:#fff;
    background:rgba(7,21,35,.72);
    font-size:18px;
  }

  .home-product-visual .product-media,
  .home-product-visual .product-tech-media,
  .product-grid-center .product-media,
  .product-grid-center .product-tech-media{
    aspect-ratio:16 / 10;
  }
}

/* Product detail layout: separate the media card from the copy card. */
.product-detail.detail-v3{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.product-detail{
  gap:38px;
}

.product-detail-body{
  padding:36px;
  border:1px solid rgba(18,104,255,.16);
  border-radius:10px;
  background:#fff;
  box-shadow:0 18px 56px rgba(5,18,35,.08);
}

.product-detail-media{
  box-shadow:0 18px 48px rgba(5,18,35,.08);
}

@media(max-width:760px){
  .product-detail-body{
    padding:24px 18px;
  }
}

/* Move dense detail content below the hero row to avoid empty side columns. */
.product-detail-expanded{
  margin-top:22px;
  padding:26px;
  border:1px solid rgba(18,104,255,.16);
  border-radius:10px;
  background:
    radial-gradient(circle at 86% 18%,rgba(18,228,255,.12),transparent 30%),
    linear-gradient(135deg,#fff,#f8fbff);
  box-shadow:0 16px 46px rgba(5,18,35,.06);
}

.product-detail-expanded .product-detail-stack{
  margin-top:0;
}

.product-detail-expanded .detail-delivery{
  margin-top:16px;
}

.product-detail-body .article-content{
  max-width:none;
}

@media(max-width:760px){
  .product-detail-expanded{
    padding:18px;
  }
}

/* Final desktop product hero: balanced twin panels, no trailing blank column. */
@media(min-width:761px){
  .product-detail{
    align-items:stretch;
  }

  .product-detail-media{
    align-self:stretch;
    height:100%;
    min-height:0;
    padding:16px;
  }

  .product-detail-media .product-media{
    height:100%;
    min-height:100%;
    aspect-ratio:auto;
  }

  .product-detail-media .product-tech-media,
  .product-detail-media .product-detail-tech{
    height:100%;
    min-height:100%;
    aspect-ratio:auto;
  }

  .product-detail-media .product-custom-image{
    height:100%;
    min-height:0;
    object-fit:cover;
  }
}

/* Product detail visual polish: console-style hero and architecture panels. */
.archive-content:has(.product-detail){
  background:
    radial-gradient(circle at 18% 10%,rgba(18,228,255,.18),transparent 30%),
    radial-gradient(circle at 86% 22%,rgba(18,104,255,.14),transparent 32%),
    linear-gradient(180deg,#eef6ff 0%,#f7fbff 46%,#eef5fb 100%);
}

.product-detail.detail-v3{
  position:relative;
  padding:18px;
  border:1px solid rgba(18,104,255,.18);
  border-radius:14px;
  background:
    linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.82)) padding-box,
    linear-gradient(135deg,rgba(18,104,255,.48),rgba(18,228,255,.34),rgba(67,240,178,.32)) border-box;
  box-shadow:0 26px 80px rgba(5,18,35,.10);
}

.product-detail.detail-v3:before{
  content:"";
  position:absolute;
  inset:18px;
  pointer-events:none;
  border-radius:10px;
  background:
    linear-gradient(90deg,rgba(18,104,255,.14) 1px,transparent 1px),
    linear-gradient(rgba(18,104,255,.10) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent 54%);
}

.product-detail-media{
  position:relative;
  z-index:1;
  padding:10px;
  border:1px solid rgba(18,228,255,.22);
  border-radius:12px;
  background:
    radial-gradient(circle at 76% 18%,rgba(18,228,255,.22),transparent 34%),
    linear-gradient(135deg,#05101d,#092440 62%,#0d3d65);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 18px 48px rgba(5,18,35,.16);
}

.product-detail-media .product-media{
  border-radius:8px;
  background:transparent;
}

.product-detail-body{
  position:relative;
  z-index:1;
  overflow:hidden;
  border-color:rgba(18,104,255,.22);
  background:
    radial-gradient(circle at 100% 0,rgba(18,228,255,.14),transparent 30%),
    linear-gradient(135deg,#fff,#f8fbff 58%,#eef7ff);
}

.product-detail-body:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:linear-gradient(90deg,#1268ff,#12e4ff,#43f0b2);
}

.product-detail-body h1{
  max-width:760px;
  margin-top:14px;
  font-size:46px;
  letter-spacing:0;
}

.product-detail-body .lead{
  max-width:760px;
  font-size:17px;
  line-height:1.85;
  color:#31506d;
}

.detail-chips span{
  border:1px solid rgba(18,104,255,.18);
  color:#075fe4;
  background:linear-gradient(135deg,#eef6ff,#fff);
}

.product-detail-signal{
  gap:12px;
}

.product-detail-signal div{
  position:relative;
  overflow:hidden;
  min-height:116px;
  padding:18px 18px 18px 20px;
  border-color:rgba(18,104,255,.18);
  background:
    linear-gradient(135deg,rgba(255,255,255,.92),rgba(246,250,255,.94));
}

.product-detail-signal div:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,#1268ff,#12e4ff);
}

.product-detail-expanded{
  position:relative;
  overflow:hidden;
  padding:30px;
  border-radius:14px;
  background:
    radial-gradient(circle at 8% 0,rgba(18,228,255,.16),transparent 30%),
    radial-gradient(circle at 92% 12%,rgba(18,104,255,.12),transparent 34%),
    linear-gradient(135deg,#ffffff,#f6fbff);
}

.product-detail-expanded:before{
  content:"能力架构";
  display:block;
  margin:0 0 18px;
  color:#071523;
  font-size:24px;
  line-height:1.25;
  font-weight:950;
}

.product-detail-expanded .product-detail-stack{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.product-detail-expanded .product-detail-stack div,
.product-detail-expanded .detail-delivery div{
  position:relative;
  overflow:hidden;
  min-height:126px;
  padding:18px;
  border-color:rgba(18,104,255,.16);
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(247,251,255,.96));
}

.product-detail-expanded .product-detail-stack div:after,
.product-detail-expanded .detail-delivery div:after{
  content:"";
  position:absolute;
  right:-24px;
  top:-24px;
  width:84px;
  height:84px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(18,228,255,.16),transparent 64%);
}

.product-detail-expanded .detail-delivery{
  counter-reset:deliveryStep;
  gap:12px;
  margin-top:18px;
}

.product-detail-expanded .detail-delivery div{
  padding-left:62px;
}

.product-detail-expanded .detail-delivery div:before{
  counter-increment:deliveryStep;
  content:"0" counter(deliveryStep);
  position:absolute;
  left:18px;
  top:19px;
  color:#1268ff;
  font-size:20px;
  font-weight:950;
  font-variant-numeric:tabular-nums;
}

.detail-next-actions{
  margin-top:22px;
}

.detail-next-actions a{
  border-radius:12px;
  background:
    radial-gradient(circle at 92% 12%,rgba(18,228,255,.12),transparent 30%),
    linear-gradient(135deg,#fff,#f8fbff);
}

@media(max-width:1080px){
  .product-detail-expanded .product-detail-stack{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .product-detail.detail-v3{
    padding:12px;
  }

  .product-detail-body h1{
    font-size:32px;
  }

  .product-detail-expanded{
    padding:20px;
  }
}

/* Product detail dark console pass: make the product page visibly distinct. */
.product-detail.detail-v3{
  gap:0;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(18,228,255,.26);
  border-radius:16px;
  background:
    radial-gradient(circle at 24% 18%,rgba(18,228,255,.18),transparent 32%),
    radial-gradient(circle at 92% 18%,rgba(67,240,178,.13),transparent 34%),
    linear-gradient(135deg,#050f1d 0%,#071b32 52%,#092946 100%);
  box-shadow:0 34px 90px rgba(5,18,35,.22);
}

.product-detail.detail-v3:before{
  inset:0;
  border-radius:16px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.56),rgba(0,0,0,.12));
}

.product-detail-media{
  margin:18px;
  border-color:rgba(18,228,255,.28);
  background:
    radial-gradient(circle at 70% 20%,rgba(18,228,255,.26),transparent 34%),
    linear-gradient(135deg,#04101f,#08223d 60%,#0d4268);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 22px 58px rgba(0,0,0,.22);
}

.product-detail-body{
  margin:18px 18px 18px 0;
  border-color:rgba(18,228,255,.20);
  background:
    radial-gradient(circle at 100% 0,rgba(18,228,255,.16),transparent 34%),
    linear-gradient(135deg,rgba(7,21,35,.92),rgba(8,34,61,.84));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 18px 48px rgba(0,0,0,.18);
}

.product-detail-body h1{
  color:#fff;
  text-shadow:0 0 26px rgba(18,228,255,.14);
}

.product-detail-body .lead,
.product-detail-body .article-content,
.product-detail-body .article-content p{
  color:#c9d8e8;
}

.product-detail-body .tag,
.product-detail-body .detail-chips span{
  border-color:rgba(18,228,255,.28);
  color:#7cecff;
  background:rgba(18,228,255,.10);
}

.product-detail-signal div{
  border-color:rgba(18,228,255,.20);
  background:rgba(255,255,255,.06);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);
}

.product-detail-signal strong{
  color:#7cecff;
}

.product-detail-signal span{
  color:#d7e4f2;
}

.product-detail-body .btn-ghost{
  color:#7cecff;
  border-color:rgba(18,228,255,.38);
  background:rgba(18,228,255,.07);
}

.product-detail-expanded{
  border-color:rgba(18,228,255,.22);
  background:
    radial-gradient(circle at 8% 0,rgba(18,228,255,.18),transparent 30%),
    radial-gradient(circle at 92% 12%,rgba(67,240,178,.12),transparent 34%),
    linear-gradient(135deg,#06111f,#09213a 62%,#0c3151);
  box-shadow:0 24px 70px rgba(5,18,35,.18);
}

.product-detail-expanded:before{
  color:#fff;
}

.product-detail-expanded .product-detail-stack div,
.product-detail-expanded .detail-delivery div{
  border-color:rgba(18,228,255,.18);
  background:rgba(255,255,255,.065);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);
}

.product-detail-expanded .product-detail-stack strong,
.product-detail-expanded .detail-delivery strong{
  color:#7cecff;
}

.product-detail-expanded .product-detail-stack span,
.product-detail-expanded .detail-delivery span{
  color:#d4e1ee;
}

@media(max-width:760px){
  .product-detail-media,
  .product-detail-body{
    margin:12px;
  }
}

/* Balanced refinement pass: cleaner tech texture without changing the whole site. */
body{
  background:
    radial-gradient(circle at 12% 0,rgba(18,228,255,.10),transparent 26%),
    radial-gradient(circle at 88% 4%,rgba(18,104,255,.08),transparent 24%),
    #f4f8fc;
}

.site-header{
  box-shadow:0 10px 34px rgba(5,18,35,.045);
}

.site-header:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(18,104,255,.28),rgba(18,228,255,.22),transparent);
}

.page-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 18%,rgba(18,228,255,.14),transparent 30%),
    radial-gradient(circle at 16% 70%,rgba(67,240,178,.08),transparent 26%),
    linear-gradient(135deg,#f8fbff,#eef6ff 58%,#eaf5fb);
}

.page-hero:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(18,104,255,.045) 1px,transparent 1px),
    linear-gradient(rgba(18,104,255,.035) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 80%);
}

.page-hero .hx-wrap{
  position:relative;
  z-index:1;
}

.archive-content,
.section{
  background:
    radial-gradient(circle at 6% 0,rgba(18,228,255,.08),transparent 24%),
    linear-gradient(180deg,#f8fbff,#f3f7fb);
}

.section.alt{
  background:
    radial-gradient(circle at 88% 12%,rgba(18,228,255,.10),transparent 28%),
    linear-gradient(180deg,#eef6ff,#f7fbff);
}

.product-card,
.solution-card,
.news-card,
.cap-card,
.capability-card,
.industry-grid article{
  position:relative;
  border-color:rgba(18,104,255,.15);
  box-shadow:0 16px 42px rgba(5,18,35,.055);
}

.product-card:before,
.solution-card:before,
.news-card:before,
.cap-card:before,
.capability-card:before,
.industry-grid article:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
  background:linear-gradient(90deg,#1268ff,#12e4ff,#43f0b2);
  opacity:.72;
}

.product-card:hover,
.solution-card:hover,
.news-card:hover,
.cap-card:hover,
.capability-card:hover,
.industry-grid article:hover{
  border-color:rgba(18,228,255,.34);
  box-shadow:0 22px 58px rgba(5,18,35,.085);
}

.product-center-intro,
.solution-intro,
.solution-blueprint,
.news-lab-intro,
.contact-band,
.about-research-panel{
  border-color:rgba(18,104,255,.17);
  box-shadow:0 18px 50px rgba(5,18,35,.065);
}

.product-center-intro,
.solution-intro,
.solution-blueprint,
.news-lab-intro{
  background:
    radial-gradient(circle at 92% 18%,rgba(18,228,255,.12),transparent 28%),
    linear-gradient(135deg,#fff,#f7fbff);
}

.product-category-section{
  border-bottom-color:rgba(18,104,255,.18);
}

.tag,
.section-kicker{
  letter-spacing:.02em;
}

/* Home-focused refinement pass: more premium, still controlled. */
.sdy-hero-v3{
  min-height:720px;
}

.sdy-hero-v3 .eyebrow{
  border-color:rgba(18,228,255,.28);
  color:#dffaff;
  background:rgba(255,255,255,.075);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}

.hero-copy h1{
  max-width:740px;
  font-size:58px;
}

.hero-copy p{
  max-width:680px;
}

.ops-console{
  position:relative;
  border-radius:14px;
  transform:translateY(4px);
}

.ops-console:before{
  content:"";
  position:absolute;
  inset:12px;
  pointer-events:none;
  border:1px solid rgba(18,228,255,.10);
  border-radius:10px;
}

.console-card{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 12%,rgba(18,228,255,.13),transparent 30%),
    rgba(255,255,255,.06);
}

.console-card:after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:0;
  height:2px;
  background:linear-gradient(90deg,#1268ff,#12e4ff,transparent);
  opacity:.65;
}

.console-flow{
  min-height:66px;
  background:
    linear-gradient(90deg,rgba(18,104,255,.12),rgba(18,228,255,.05));
}

.section-head{
  position:relative;
}

.section-head:before{
  content:"";
  position:absolute;
  left:0;
  bottom:-14px;
  width:92px;
  height:2px;
  background:linear-gradient(90deg,#1268ff,#12e4ff,#43f0b2);
}

.matrix-note{
  border-radius:10px;
  background:
    radial-gradient(circle at 96% 0,rgba(18,228,255,.13),transparent 28%),
    linear-gradient(135deg,#fff,#f6fbff);
  box-shadow:0 14px 36px rgba(5,18,35,.045);
}

.product-tabs-v3 a{
  border-radius:8px;
  background:rgba(255,255,255,.88);
  box-shadow:0 8px 22px rgba(5,18,35,.035);
}

.home-product-card{
  border-color:rgba(18,104,255,.18);
  background:
    radial-gradient(circle at 96% 10%,rgba(18,228,255,.13),transparent 28%),
    linear-gradient(135deg,#fff,#f8fbff 64%,#eef7ff);
}

.home-product-card:after{
  content:"";
  position:absolute;
  right:16px;
  top:16px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#43f0b2;
  box-shadow:0 0 18px rgba(67,240,178,.55);
}

.home-product-index{
  color:#075fe4;
  text-shadow:0 0 20px rgba(18,104,255,.10);
}

.home-product-body h3{
  font-size:21px;
}

.capability-card,
.industry-grid article{
  border-radius:10px;
}

.capability-card h3,
.industry-grid h3{
  letter-spacing:0;
}

@media(max-width:760px){
  .hero-copy h1{
    font-size:38px;
  }

  .section-head:before{
    bottom:-10px;
  }
}

/* Product center focused refinement: stronger matrix feel, same layout. */
.product-center-intro{
  position:relative;
  overflow:hidden;
}

.product-center-intro:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#1268ff,#12e4ff,#43f0b2);
}

.product-center-nav{
  border-color:rgba(18,104,255,.18);
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 42px rgba(5,18,35,.075);
}

.product-center-nav a{
  min-height:40px;
  padding:0 15px;
  border:1px solid rgba(18,104,255,.10);
  border-radius:8px;
  background:linear-gradient(135deg,#fff,#f4f8fd);
}

.product-center-nav a.is-current,
.product-center-nav a:hover{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,#1268ff,#08a6ef);
}

.product-category-section{
  position:relative;
  padding:26px 0 38px;
}

.product-category-section:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:72px;
  height:2px;
  background:linear-gradient(90deg,#1268ff,#12e4ff);
}

.product-category-section .section-head.compact{
  margin-bottom:20px;
}

.product-category-section .section-head.compact h2{
  font-size:34px;
}

.product-grid-center{
  gap:16px;
}

.product-grid-center .product-card{
  position:relative;
  border-radius:12px;
  background:
    radial-gradient(circle at 96% 10%,rgba(18,228,255,.11),transparent 28%),
    linear-gradient(135deg,#fff,#fbfdff 62%,#f2f8ff);
}

.product-grid-center .product-card:after{
  content:"";
  position:absolute;
  right:18px;
  top:18px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#43f0b2;
  box-shadow:0 0 18px rgba(67,240,178,.50);
}

.product-grid-center .product-media{
  border-right:1px solid rgba(18,104,255,.12);
  background:
    radial-gradient(circle at 72% 18%,rgba(18,228,255,.12),transparent 32%),
    linear-gradient(135deg,#eef6ff,#fff);
}

.product-grid-center .product-body{
  padding:26px 30px;
}

.product-grid-center .product-body h3{
  font-size:23px;
}

.product-points span{
  border-color:rgba(18,104,255,.14);
  background:linear-gradient(135deg,#f8fbff,#eef6ff);
}

@media(max-width:760px){
  .product-center-nav{
    gap:8px;
  }

  .product-category-section .section-head.compact h2{
    font-size:28px;
  }

  .product-grid-center .product-media{
    border-right:0;
    border-bottom:1px solid rgba(18,104,255,.12);
  }
}

/* Solutions page focused refinement: blueprint and delivery path feel. */
.solution-intro{
  position:relative;
  overflow:hidden;
  padding:28px 30px;
  border:1px solid rgba(18,104,255,.16);
  border-radius:12px;
  background:
    radial-gradient(circle at 92% 14%,rgba(18,228,255,.12),transparent 30%),
    linear-gradient(135deg,#fff,#f7fbff);
  box-shadow:0 18px 48px rgba(5,18,35,.06);
}

.solution-intro:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#1268ff,#12e4ff,#43f0b2);
}

.solution-method{
  counter-reset:solutionStep;
}

.solution-method div{
  position:relative;
  min-height:168px;
  padding:50px 18px 18px;
  overflow:hidden;
  border-color:rgba(18,104,255,.16);
  background:
    radial-gradient(circle at 88% 8%,rgba(18,228,255,.11),transparent 32%),
    linear-gradient(135deg,#fff,#f7fbff);
}

.solution-method div:before{
  counter-increment:solutionStep;
  content:"0" counter(solutionStep);
  position:absolute;
  left:18px;
  top:14px;
  color:#1268ff;
  font-size:22px;
  font-weight:950;
  font-variant-numeric:tabular-nums;
}

.solution-method div:after{
  content:"";
  position:absolute;
  left:54px;
  top:30px;
  right:18px;
  height:1px;
  background:linear-gradient(90deg,rgba(18,104,255,.28),transparent);
}

.solution-blueprint{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  border-color:rgba(18,104,255,.17);
  background:
    linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),
    linear-gradient(90deg,rgba(18,104,255,.06) 1px,transparent 1px),
    linear-gradient(rgba(18,104,255,.05) 1px,transparent 1px),
    radial-gradient(circle at 84% 20%,rgba(18,228,255,.14),transparent 32%);
  background-size:auto,42px 42px,42px 42px,auto;
}

.blueprint-grid span{
  min-height:78px;
  border-color:rgba(18,104,255,.16);
  background:
    radial-gradient(circle at 82% 16%,rgba(18,228,255,.10),transparent 30%),
    linear-gradient(135deg,#fff,#eef6ff);
}

.solution-grid{
  gap:20px;
}

.solution-card{
  position:relative;
  border-radius:12px;
  border-color:rgba(18,104,255,.16);
  background:linear-gradient(135deg,#fff,#f8fbff);
}

.solution-card:after{
  content:"";
  position:absolute;
  right:16px;
  top:16px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#43f0b2;
  box-shadow:0 0 18px rgba(67,240,178,.50);
}

.solution-top{
  min-height:128px;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    radial-gradient(circle at 78% 20%,rgba(18,228,255,.28),transparent 32%),
    linear-gradient(135deg,#06111f,#0b4fbd 70%,#08a6ef);
  background-size:28px 28px,28px 28px,auto,auto;
}

.solution-body{
  padding:22px;
}

.solution-body h3{
  font-size:21px;
}

@media(max-width:760px){
  .solution-intro{
    padding:22px;
  }

  .solution-method div{
    min-height:0;
  }
}

/* About page focused refinement: company capability panel. */
.about-grid{
  align-items:stretch;
}

.about-copy{
  position:relative;
  padding:30px;
  border:1px solid rgba(18,104,255,.16);
  border-radius:12px;
  background:
    radial-gradient(circle at 96% 10%,rgba(18,228,255,.10),transparent 30%),
    linear-gradient(135deg,#fff,#f8fbff);
  box-shadow:0 18px 48px rgba(5,18,35,.06);
}

.about-copy:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#1268ff,#12e4ff,#43f0b2);
}

.about-copy h2{
  margin:8px 0 18px;
  font-size:34px;
  line-height:1.22;
}

.about-copy p{
  line-height:1.9;
}

.about-list{
  gap:14px;
  margin-top:24px;
}

.about-list div{
  position:relative;
  min-height:74px;
  padding:16px 16px 16px 42px;
  border-color:rgba(18,104,255,.15);
  background:
    radial-gradient(circle at 92% 10%,rgba(18,228,255,.10),transparent 30%),
    linear-gradient(135deg,#fff,#f4f8fd);
}

.about-list div:before{
  position:absolute;
  left:17px;
  top:23px;
  margin:0;
  box-shadow:0 0 16px rgba(18,228,255,.36);
}

.about-research-panel{
  border:1px solid rgba(18,104,255,.16);
  border-radius:12px;
  background:
    linear-gradient(rgba(255,255,255,.86),rgba(255,255,255,.86)),
    radial-gradient(circle at 84% 12%,rgba(18,228,255,.16),transparent 34%);
  box-shadow:0 18px 48px rgba(5,18,35,.07);
}

.about-tech-visual{
  min-height:390px;
}

.about-company-image{
  display:block;
  flex:1 1 390px;
  width:100%;
  height:390px;
  min-height:390px;
  object-fit:fill;
  object-position:center;
  background:#07182b;
  border:0;
  border-radius:0;
}

@media(max-width:760px){
  .about-company-image{
    flex-basis:320px;
    height:320px;
    min-height:320px;
  }
}

.about-research-panel .proof-stats{
  gap:12px;
  padding:18px;
  border-top:1px solid rgba(18,104,255,.12);
  background:linear-gradient(135deg,#fff,#f8fbff);
}

.about-research-panel .proof-stats div{
  border-color:rgba(18,104,255,.14);
  background:
    radial-gradient(circle at 86% 12%,rgba(18,228,255,.10),transparent 30%),
    #fff;
}

@media(max-width:760px){
  .about-copy{
    padding:24px 20px;
  }

  .about-copy h2{
    font-size:28px;
  }
}

/* Compact inner-page hero: keep navigation pages from feeling top-heavy. */
.page-hero{
  min-height:0;
  padding:70px 0 42px;
}

.page-hero .hx-wrap{
  align-items:center;
  gap:24px;
}

.page-hero h1{
  margin:0 0 8px;
  font-size:40px;
  line-height:1.12;
}

.page-hero p{
  max-width:680px;
  font-size:16px;
  line-height:1.75;
}

.page-hero-orbit{
  width:190px;
  height:118px;
}

.page-hero:after{
  right:10vw;
  bottom:-190px;
  width:320px;
  height:320px;
  opacity:.68;
}

.page-hero-chips{
  display:none;
}

@media(max-width:760px){
  .page-hero{
    padding:54px 0 34px;
  }

  .page-hero .hx-wrap{
    display:block;
  }

  .page-hero h1{
    font-size:32px;
  }

  .page-hero p{
    font-size:15px;
  }

  .page-hero-orbit{
    display:none;
  }
}

/* Product Design consolidation pass: unify surfaces, CTAs, and rhythm. */
:root{
  --sdy-surface:#ffffff;
  --sdy-surface-2:#f7fbff;
  --sdy-stroke:rgba(18,104,255,.16);
  --sdy-stroke-strong:rgba(18,228,255,.30);
  --sdy-shadow-card:0 18px 46px rgba(5,18,35,.065);
  --sdy-shadow-hover:0 24px 64px rgba(5,18,35,.10);
}

body{
  background:
    radial-gradient(circle at 8% 0,rgba(18,228,255,.09),transparent 26%),
    linear-gradient(180deg,#f8fbff 0%,#eef5fb 100%);
}

.archive-content{
  padding-top:54px;
  background:
    radial-gradient(circle at 96% 0,rgba(18,228,255,.08),transparent 28%),
    linear-gradient(180deg,#f7fbff,#eef5fb);
}

.page-hero{
  border-bottom-color:rgba(18,104,255,.12);
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.75);
}

.section-head h2,
.page-hero h1,
.about-copy h2,
.product-detail-body h1{
  letter-spacing:0;
}

.btn,
.header-cta,
.card-link{
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}

.btn-primary,
.header-cta{
  background:linear-gradient(135deg,#1268ff,#08a6ef);
  box-shadow:0 14px 32px rgba(18,104,255,.22);
}

.btn-primary:hover,
.header-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(18,104,255,.28);
}

.btn-ghost{
  color:#075fe4;
  border-color:rgba(18,104,255,.22);
  background:linear-gradient(135deg,#fff,#f6fbff);
}

.product-card,
.solution-card,
.news-card,
.cap-card,
.capability-card,
.industry-grid article,
.contact-form-panel,
.contact-info-panel,
.product-center-intro,
.solution-intro,
.solution-blueprint,
.about-copy,
.about-research-panel,
.news-lab-intro{
  border-color:var(--sdy-stroke);
  border-radius:12px;
  box-shadow:var(--sdy-shadow-card);
}

.product-card:hover,
.solution-card:hover,
.news-card:hover,
.cap-card:hover,
.capability-card:hover,
.industry-grid article:hover{
  border-color:var(--sdy-stroke-strong);
  box-shadow:var(--sdy-shadow-hover);
}

.product-card,
.solution-card,
.news-card,
.cap-card,
.capability-card,
.industry-grid article{
  background:
    radial-gradient(circle at 96% 8%,rgba(18,228,255,.09),transparent 28%),
    linear-gradient(135deg,var(--sdy-surface),var(--sdy-surface-2));
}

.product-card:before,
.solution-card:before,
.news-card:before,
.cap-card:before,
.capability-card:before,
.industry-grid article:before{
  opacity:.78;
}

.card-link{
  position:relative;
  gap:6px;
}

.card-link:after{
  content:"›";
  line-height:1;
  transform:translateY(-1px);
}

.card-link:hover{
  color:#075fe4;
  transform:translateX(2px);
}

.tag{
  border:1px solid rgba(18,104,255,.12);
  background:linear-gradient(135deg,#eef6ff,#f8fbff);
}

.contact-form-panel,
.contact-info-panel{
  padding:28px;
  background:
    radial-gradient(circle at 92% 12%,rgba(18,228,255,.10),transparent 30%),
    linear-gradient(135deg,#fff,#f8fbff);
}

.contact-info-list{
  border-top-color:rgba(18,104,255,.14);
}

.contact-info-item{
  border-bottom-color:rgba(18,104,255,.12);
}

.contact-icon{
  background:linear-gradient(135deg,#eef6ff,#f7fbff);
  box-shadow:inset 0 0 0 1px rgba(18,104,255,.10);
}

.hx-inquiry-form-page input,
.hx-inquiry-form-page textarea,
.hx-inquiry-form input,
.hx-inquiry-form textarea{
  border-color:rgba(18,104,255,.14);
  background:#fff;
}

.hx-inquiry-form-page input:focus,
.hx-inquiry-form-page textarea:focus,
.hx-inquiry-form input:focus,
.hx-inquiry-form textarea:focus{
  outline:3px solid rgba(18,228,255,.16);
  border-color:rgba(18,104,255,.42);
}

@media(max-width:760px){
  .archive-content{
    padding-top:38px;
  }

  .contact-form-panel,
  .contact-info-panel{
    padding:22px;
  }
}

/* Product center second refinement: matrix scanning and stronger actions. */
.product-center-intro{
  grid-template-columns:minmax(260px,.36fr) minmax(0,1fr);
  padding:28px 32px;
}

.product-center-intro h2{
  font-size:32px;
}

.product-center-intro p{
  max-width:780px;
}

.product-center-nav{
  align-items:center;
  padding:12px;
  border-radius:12px;
}

.product-center-nav:before{
  content:"能力筛选";
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 12px;
  color:#0b4fbd;
  font-size:13px;
  font-weight:950;
  letter-spacing:.02em;
}

.product-center-nav a{
  min-height:38px;
  font-size:14px;
}

.product-category-section{
  scroll-margin-top:116px;
}

.product-category-section .section-head.compact{
  display:grid;
  grid-template-columns:minmax(240px,.34fr) minmax(0,1fr);
  gap:24px;
  align-items:end;
}

.product-category-section .section-head.compact p{
  max-width:720px;
}

.product-grid-center .product-card{
  grid-template-columns:minmax(280px, 34%) minmax(0,1fr);
  min-height:238px;
}

.product-grid-center .product-media{
  min-height:238px;
}

.product-grid-center .product-body{
  justify-content:flex-start;
  padding:30px 34px 28px;
}

.product-grid-center .product-body h3{
  margin-top:6px;
  margin-bottom:10px;
  font-size:24px;
}

.product-grid-center .product-body p{
  max-width:680px;
}

.product-grid-center .card-actions{
  margin-top:auto;
  padding-top:18px;
}

.product-grid-center .card-actions .card-link:first-child{
  min-height:38px;
  padding:0 14px;
  border-radius:7px;
  color:#fff;
  background:linear-gradient(135deg,#1268ff,#08a6ef);
  box-shadow:0 12px 26px rgba(18,104,255,.18);
}

.product-grid-center .card-actions .card-link:first-child:hover{
  color:#fff;
  transform:translateY(-1px);
}

.product-grid-center .card-actions .card-link-muted{
  min-height:38px;
  padding:0 12px;
  border:1px solid rgba(18,104,255,.16);
  border-radius:7px;
  background:#fff;
}

@media(max-width:1080px){
  .product-category-section .section-head.compact,
  .product-center-intro{
    grid-template-columns:1fr;
  }

  .product-grid-center .product-card{
    grid-template-columns:minmax(240px, 34%) minmax(0,1fr);
  }
}

@media(max-width:760px){
  .product-center-nav:before{
    width:100%;
    min-height:26px;
    padding:0 2px;
  }

  .product-grid-center .product-card{
    grid-template-columns:1fr;
  }

  .product-grid-center .product-media{
    min-height:0;
  }

  .product-grid-center .product-body{
    padding:22px;
  }

  .product-grid-center .card-actions{
    margin-top:14px;
  }
}

/* Product center third refinement: clearer product matrix rhythm. */
.product-center-intro{
  border-color:rgba(18,104,255,.18);
  background:
    linear-gradient(90deg,rgba(18,104,255,.06) 1px,transparent 1px),
    linear-gradient(180deg,rgba(18,104,255,.045) 1px,transparent 1px),
    radial-gradient(circle at 92% 10%,rgba(18,228,255,.14),transparent 30%),
    linear-gradient(135deg,#fff,#f7fbff);
  background-size:42px 42px,42px 42px,auto,auto;
}

.product-center-nav{
  gap:10px;
  margin-bottom:34px;
}

.product-center-nav a{
  min-width:84px;
  justify-content:center;
}

.product-category-section{
  overflow:hidden;
  padding:28px 28px 32px;
  border-color:rgba(18,104,255,.15);
  background:
    radial-gradient(circle at 100% 0%,rgba(18,228,255,.08),transparent 28%),
    linear-gradient(180deg,#fff,#f8fbff);
}

.product-category-section:after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:86px;
  height:1px;
  background:linear-gradient(90deg,rgba(18,104,255,.20),rgba(18,228,255,.22),transparent);
}

.product-category-section .section-head.compact{
  position:relative;
  z-index:1;
  padding-bottom:18px;
}

.product-category-section .section-head.compact h2{
  font-size:31px;
}

.product-grid-center{
  position:relative;
  z-index:1;
  gap:18px;
}

.product-grid-center .product-card{
  grid-template-columns:minmax(310px, 36%) minmax(0,1fr);
  min-height:250px;
  border-color:rgba(18,104,255,.16);
  background:
    linear-gradient(90deg,rgba(7,21,35,.025),transparent 38%),
    radial-gradient(circle at 92% 14%,rgba(18,228,255,.12),transparent 28%),
    #fff;
}

.product-grid-center .product-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,#1268ff,#12e4ff,#43f0b2);
  opacity:.88;
}

.product-grid-center .product-card:after{
  right:22px;
  top:22px;
  width:7px;
  height:7px;
}

.product-grid-center .product-media{
  margin:18px 0 18px 18px;
  width:auto;
  min-height:214px;
  aspect-ratio:16 / 10;
  border:1px solid rgba(18,104,255,.13);
  border-radius:8px;
  background:
    linear-gradient(135deg,rgba(7,21,35,.96),rgba(8,45,77,.92));
}

.product-grid-center .product-custom-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.product-grid-center .product-tech-media{
  height:100%;
  min-height:214px;
  aspect-ratio:auto;
}

.product-grid-center .product-body{
  padding:28px 36px 28px 34px;
}

.product-grid-center .product-body:before{
  display:none;
}

.product-grid-center .product-body .tag{
  width:max-content;
  border:1px solid rgba(18,104,255,.10);
}

.product-grid-center .product-body h3{
  max-width:720px;
  font-size:25px;
  line-height:1.28;
}

.product-grid-center .product-body p{
  max-width:760px;
}

.product-grid-center .product-points{
  margin-top:14px;
}

.product-grid-center .card-actions{
  gap:10px;
}

@media(max-width:1080px){
  .product-grid-center .product-card{
    grid-template-columns:minmax(260px, 38%) minmax(0,1fr);
  }

  .product-grid-center .product-media{
    min-height:196px;
  }
}

@media(max-width:760px){
  .product-center-intro{
    padding:24px 22px;
  }

  .product-category-section{
    padding:22px 18px 24px;
  }

  .product-category-section:after{
    left:18px;
    right:18px;
    top:76px;
  }

  .product-grid-center .product-card{
    grid-template-columns:1fr;
    min-height:0;
  }

  .product-grid-center .product-media{
    margin:14px 14px 0;
    min-height:0;
  }

  .product-grid-center .product-tech-media{
    min-height:0;
    aspect-ratio:16 / 10;
  }

  .product-grid-center .product-body{
    padding:22px;
  }

  .product-grid-center .product-body h3{
    font-size:22px;
  }
}

/* Product detail restraint pass: professional product sheet instead of heavy console styling. */
.archive-content:has(.product-detail){
  background:
    radial-gradient(circle at 10% 0,rgba(18,228,255,.08),transparent 24%),
    linear-gradient(180deg,#f7fbff 0%,#eef5fb 100%);
}

.product-detail.detail-v3{
  gap:28px;
  padding:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.product-detail.detail-v3:before{
  display:none;
}

.product-detail-media{
  margin:0;
  padding:14px;
  border:1px solid rgba(18,104,255,.14);
  border-radius:12px;
  background:#fff;
  box-shadow:0 16px 42px rgba(5,18,35,.07);
}

.product-detail-media .product-media{
  border-radius:8px;
  background:#f4f8fd;
}

.product-detail-media .product-tech-media,
.product-detail-media .product-detail-tech{
  background:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
    radial-gradient(circle at 74% 18%,rgba(18,228,255,.22),transparent 32%),
    linear-gradient(135deg,#071523,#0b2b4c);
  background-size:32px 32px,32px 32px,auto,auto;
}

.product-detail-body{
  margin:0;
  padding:32px 34px;
  overflow:visible;
  border:1px solid rgba(18,104,255,.14);
  border-radius:12px;
  background:
    linear-gradient(90deg,rgba(18,104,255,.045) 1px,transparent 1px),
    linear-gradient(180deg,#fff,#f9fcff);
  background-size:44px 44px,auto;
  box-shadow:0 16px 42px rgba(5,18,35,.07);
}

.product-detail-body:before{
  height:2px;
  background:linear-gradient(90deg,#1268ff,#12e4ff,transparent 72%);
}

.product-detail-body h1{
  max-width:760px;
  margin:14px 0 12px;
  color:#071523;
  font-size:40px;
  line-height:1.18;
  text-shadow:none;
}

.product-detail-body .lead,
.product-detail-body .article-content,
.product-detail-body .article-content p{
  color:#31506d;
}

.product-detail-body .lead{
  max-width:760px;
  font-size:16px;
  line-height:1.8;
}

.product-detail-body .tag,
.product-detail-body .detail-chips span{
  border-color:rgba(18,104,255,.14);
  color:#075fe4;
  background:linear-gradient(135deg,#eef6ff,#fff);
}

.product-detail-signal{
  gap:12px;
}

.product-detail-signal div{
  min-height:96px;
  padding:16px;
  border-color:rgba(18,104,255,.14);
  background:#fff;
  box-shadow:none;
}

.product-detail-signal div:before{
  width:2px;
  background:linear-gradient(180deg,#1268ff,#12e4ff);
}

.product-detail-signal strong{
  color:#075fe4;
}

.product-detail-signal span{
  color:#31506d;
}

.product-detail-body .btn-ghost{
  color:#075fe4;
  border-color:rgba(18,104,255,.22);
  background:#fff;
}

.product-detail-expanded{
  margin-top:24px;
  padding:26px;
  overflow:visible;
  border:1px solid rgba(18,104,255,.14);
  border-radius:12px;
  background:
    linear-gradient(90deg,rgba(18,104,255,.04) 1px,transparent 1px),
    linear-gradient(180deg,#fff,#f9fcff);
  background-size:44px 44px,auto;
  box-shadow:0 16px 42px rgba(5,18,35,.06);
}

.product-detail-expanded:before{
  margin-bottom:16px;
  color:#071523;
  font-size:22px;
}

.product-detail-expanded .product-detail-stack{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.product-detail-expanded .product-detail-stack div,
.product-detail-expanded .detail-delivery div{
  min-height:112px;
  padding:17px;
  border-color:rgba(18,104,255,.13);
  background:#fff;
  box-shadow:none;
}

.product-detail-expanded .product-detail-stack div:after,
.product-detail-expanded .detail-delivery div:after{
  display:none;
}

.product-detail-expanded .detail-delivery{
  gap:12px;
  margin-top:14px;
}

.product-detail-expanded .detail-delivery div{
  padding-left:58px;
}

.product-detail-expanded .detail-delivery div:before{
  color:#1268ff;
}

.product-detail-expanded .product-detail-stack strong,
.product-detail-expanded .detail-delivery strong{
  color:#075fe4;
}

.product-detail-expanded .product-detail-stack span,
.product-detail-expanded .detail-delivery span{
  color:#31506d;
}

.detail-next-actions a{
  border-color:rgba(18,104,255,.14);
  border-radius:10px;
  background:#fff;
  box-shadow:0 12px 32px rgba(5,18,35,.05);
}

@media(max-width:1080px){
  .product-detail-expanded .product-detail-stack{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .product-detail.detail-v3{
    gap:16px;
  }

  .product-detail-media{
    padding:10px;
  }

  .product-detail-body{
    padding:24px 20px;
  }

  .product-detail-body h1{
    font-size:31px;
  }

  .product-detail-expanded{
    padding:20px;
  }

  .product-choice-list{
    grid-template-columns:1fr;
  }
}

/* Remove decorative numeric labels that compete with real content. */
.home-product-card{
  grid-template-columns:minmax(176px,34%) minmax(0,1fr);
}

.home-product-index,
.capability-card > span,
.industry-grid article > span,
.contact-response-flow strong{
  display:none;
}

.capability-card h3{
  margin-top:0;
}

.industry-grid h3{
  margin-top:0;
}

.contact-response-flow div{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 10px;
}

.contact-response-flow span{
  font-size:14px;
}

@media(max-width:1080px){
  .home-product-card{
    grid-template-columns:minmax(160px,32%) minmax(0,1fr);
  }
}

@media(max-width:760px){
  .home-product-card{
    grid-template-columns:1fr;
  }
}

/* Tighten final CTA and keep heading readable on the dark band. */
.final-cta-section{
  padding-top:34px;
  padding-bottom:34px;
}

.contact-band{
  padding:24px 30px;
  border-radius:16px;
}

.contact-band h2{
  color:#fff;
  margin-bottom:6px;
}

.contact-band p{
  color:rgba(255,255,255,.78);
}

@media(max-width:760px){
  .final-cta-section{
    padding-top:24px;
    padding-bottom:24px;
  }

.contact-band{
    padding:22px;
  }
}

/* Hard tighten the gap before the final CTA on the home page. */
.home-news-section{
  padding-bottom:24px;
}

.final-cta-section{
  padding-top:12px;
  padding-bottom:28px;
}

.contact-band{
  padding:20px 28px;
}

@media(max-width:760px){
  .home-news-section{
    padding-bottom:16px;
  }

  .final-cta-section{
    padding-top:8px;
    padding-bottom:20px;
  }

  .contact-band{
    padding:18px;
  }
}

/* Home AI showcase: merge capability and industry blocks into one editable visual panel. */
.home-ai-showcase{
  padding:66px 0;
  background:
    radial-gradient(circle at 0 14%,rgba(18,228,255,.12),transparent 28%),
    radial-gradient(circle at 100% 12%,rgba(18,104,255,.10),transparent 32%),
    linear-gradient(180deg,#f7fbff,#eef6ff);
}

.home-ai-head{
  margin-bottom:24px;
}

.home-ai-head h2{
  max-width:760px;
}

.ai-showcase-panel{
  display:grid;
  grid-template-columns:minmax(250px,.36fr) minmax(420px,.74fr) minmax(310px,.44fr);
  min-height:620px;
  overflow:hidden;
  border:1px solid rgba(18,104,255,.14);
  border-radius:16px;
  background:
    linear-gradient(90deg,rgba(18,104,255,.045) 1px,transparent 1px),
    linear-gradient(180deg,rgba(18,104,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 76% 18%,rgba(18,228,255,.18),transparent 32%),
    linear-gradient(135deg,#f9fcff,#eaf6ff 58%,#dfeeff);
  background-size:44px 44px,44px 44px,auto,auto;
  box-shadow:0 24px 70px rgba(5,18,35,.08);
}

.ai-showcase-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:44px 34px;
}

.ai-showcase-copy h3,
.ai-showcase-human h3{
  margin:0 0 18px;
  color:#071523;
  font-size:28px;
  line-height:1.25;
}

.ai-showcase-copy p{
  margin:0 0 26px;
  color:#243f5c;
  font-size:17px;
  line-height:2;
}

.ai-showcase-copy .btn{
  width:max-content;
}

.ai-showcase-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-content:center;
  padding:42px 0;
}

.ai-showcase-grid article{
  min-height:142px;
  padding:24px;
  border:1px solid rgba(255,255,255,.72);
  border-left-color:rgba(18,104,255,.13);
  border-top-color:rgba(18,104,255,.10);
  background:rgba(255,255,255,.34);
  backdrop-filter:blur(10px);
}

.ai-showcase-grid article:nth-child(6){
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,#2bc4f4,#1268ff);
  box-shadow:0 18px 42px rgba(18,104,255,.20);
}

.ai-showcase-grid h3{
  margin:0 0 10px;
  color:#071523;
  font-size:19px;
  line-height:1.35;
}

.ai-showcase-grid p{
  margin:0;
  color:#31506d;
  font-size:15px;
  line-height:1.75;
}

.ai-showcase-grid article:nth-child(6) h3,
.ai-showcase-grid article:nth-child(6) p{
  color:#fff;
}

.ai-showcase-human{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding:48px 30px 34px;
  background:
    radial-gradient(circle at 50% 76%,rgba(18,104,255,.26),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,.10));
}

.ai-showcase-human h3{
  color:#075fe4;
  font-size:30px;
  text-align:center;
}

.ai-showcase-human img{
  position:absolute;
  left:50%;
  bottom:0;
  width:min(76%,330px);
  max-height:470px;
  object-fit:contain;
  transform:translateX(-50%);
  filter:drop-shadow(0 24px 34px rgba(5,18,35,.22));
}

.ai-bubble{
  position:relative;
  z-index:1;
  max-width:260px;
  padding:14px 16px;
  border-radius:8px;
  color:#071523;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 26px rgba(5,18,35,.08);
  font-size:14px;
  line-height:1.55;
  font-weight:850;
}

.ai-bubble-one{
  margin:4px auto 16px 0;
}

.ai-bubble-two{
  margin:0 0 0 auto;
}

.ai-showcase-human p{
  position:relative;
  z-index:1;
  margin:auto 0 0 auto;
  width:min(260px,100%);
  padding:13px 15px;
  border-radius:8px;
  color:#31506d;
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 26px rgba(5,18,35,.08);
  font-size:14px;
  line-height:1.55;
}

@media(max-width:1180px){
  .ai-showcase-panel{
    grid-template-columns:1fr 1.2fr;
  }

  .ai-showcase-human{
    grid-column:1 / -1;
    min-height:420px;
  }
}

@media(max-width:760px){
  .home-ai-showcase{
    padding:46px 0;
  }

  .ai-showcase-panel{
    grid-template-columns:1fr;
    min-height:0;
  }

  .ai-showcase-copy{
    padding:28px 22px;
  }

  .ai-showcase-copy h3,
  .ai-showcase-human h3{
    font-size:24px;
  }

  .ai-showcase-grid{
    grid-template-columns:1fr;
    padding:0 16px 20px;
  }

  .ai-showcase-grid article{
    min-height:0;
    padding:18px;
    border-radius:8px;
    margin-bottom:10px;
    background:rgba(255,255,255,.76);
  }

  .ai-showcase-human{
    min-height:480px;
    padding:30px 18px 22px;
  }

  .ai-showcase-human img{
    width:min(82%,280px);
    max-height:360px;
  }
}

/* Home AI showcase asset pass: blue gradient, card icons, and test CTA. */
.home-ai-showcase{
  background:
    radial-gradient(circle at 12% 8%,rgba(255,255,255,.92),transparent 24%),
    radial-gradient(circle at 88% 10%,rgba(96,190,255,.34),transparent 32%),
    linear-gradient(135deg,#f8fdff 0%,#e6f7ff 42%,#d6ecff 100%);
}

.ai-showcase-panel{
  grid-template-columns:minmax(250px,.34fr) minmax(430px,.78fr) minmax(330px,.46fr);
  background:
    radial-gradient(circle at 86% 16%,rgba(72,178,255,.28),transparent 34%),
    radial-gradient(circle at 46% 86%,rgba(255,255,255,.86),transparent 38%),
    linear-gradient(125deg,rgba(255,255,255,.92),rgba(218,241,255,.72) 48%,rgba(185,219,255,.72));
}

.ai-showcase-grid article{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  column-gap:14px;
  align-items:start;
  min-height:150px;
}

.ai-showcase-icon{
  grid-row:1 / span 2;
  width:58px;
  height:58px;
  object-fit:contain;
  filter:drop-shadow(0 10px 16px rgba(18,104,255,.12));
}

.ai-showcase-grid h3{
  margin-top:4px;
}

.ai-showcase-grid article:nth-child(6) .ai-showcase-icon{
  filter:drop-shadow(0 10px 16px rgba(255,255,255,.22));
}

.ai-showcase-human{
  min-height:620px;
  padding-top:42px;
  background:
    radial-gradient(circle at 50% 86%,rgba(41,170,255,.30),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.34),rgba(255,255,255,.08));
}

.ai-showcase-human img{
  width:min(88%,380px);
  max-height:540px;
}

.ai-bubble-two{
  margin:-4px auto 0;
  max-width:280px;
  color:#075fe4;
  text-align:center;
  box-shadow:0 16px 34px rgba(18,104,255,.13);
}

.ai-showcase-test{
  position:relative;
  z-index:2;
  margin:auto auto 0;
  width:min(240px,100%);
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(135deg,#1268ff,#7b3ff2);
  box-shadow:0 16px 34px rgba(18,104,255,.26);
  font-weight:950;
}

.ai-showcase-test:hover{
  color:#fff;
  transform:translateY(-1px);
}

.ai-showcase-human p{
  display:none;
}

@media(max-width:1180px){
  .ai-showcase-human{
    min-height:480px;
  }
}

@media(max-width:760px){
  .ai-showcase-grid article{
    grid-template-columns:48px minmax(0,1fr);
  }

  .ai-showcase-icon{
    width:48px;
    height:48px;
  }

  .ai-showcase-human{
    min-height:510px;
  }

  .ai-showcase-human img{
    width:min(88%,300px);
    max-height:380px;
  }
}

/* Rotate the highlighted AI capability card automatically. */
.ai-showcase-grid article{
  color:#071523;
  position:relative;
  overflow:hidden;
  animation:sdyAiCardPulse 24s infinite both;
  animation-delay:var(--ai-card-delay,0s);
  transition:transform .25s ease;
  isolation:isolate;
}

.ai-showcase-grid article:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:0;
  background:linear-gradient(135deg,#2bc4f4,#1268ff);
  animation:sdyAiCardGlow 24s infinite both;
  animation-delay:var(--ai-card-delay,0s);
}

.ai-showcase-grid article > *{
  position:relative;
  z-index:1;
}

.ai-showcase-grid article h3,
.ai-showcase-grid article p,
.ai-showcase-grid article:nth-child(6) h3,
.ai-showcase-grid article:nth-child(6) p{
  color:currentColor;
}

.ai-showcase-grid article:nth-child(1){--ai-card-delay:0s}
.ai-showcase-grid article:nth-child(2){--ai-card-delay:-20s}
.ai-showcase-grid article:nth-child(3){--ai-card-delay:-16s}
.ai-showcase-grid article:nth-child(4){--ai-card-delay:-12s}
.ai-showcase-grid article:nth-child(5){--ai-card-delay:-8s}
.ai-showcase-grid article:nth-child(6){--ai-card-delay:-4s}

.ai-showcase-grid article:nth-child(6){
  color:#071523;
  border-color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.34);
  box-shadow:none;
}

.ai-showcase-grid article:nth-child(6) .ai-showcase-icon{
  filter:drop-shadow(0 10px 16px rgba(18,104,255,.12));
}

@keyframes sdyAiCardPulse{
  0%, 11%, 100%{
    color:#fff;
    border-color:transparent;
    box-shadow:0 18px 42px rgba(18,104,255,.20);
    transform:translateY(-2px);
  }
  19%, 92%{
    color:#071523;
    border-color:rgba(255,255,255,.72);
    box-shadow:none;
    transform:translateY(0);
  }
}

@keyframes sdyAiCardGlow{
  0%, 11%, 100%{
    opacity:1;
  }
  19%, 92%{
    opacity:0;
  }
}

/* Keep the digital-human prompt text tidy and aligned. */
.ai-showcase-human{
  gap:8px;
}

.ai-showcase-human .ai-bubble{
  width:min(250px,100%);
  max-width:250px;
  min-height:0;
  margin:0 auto;
  padding:10px 13px;
  text-align:left;
  font-size:14px;
  font-weight:500;
  line-height:1.5;
  letter-spacing:0;
  color:#111827;
  background:#fff;
  box-shadow:0 10px 26px rgba(31,93,153,.13);
}

.ai-showcase-human .ai-bubble-one,
.ai-showcase-human .ai-bubble-two{
  margin-left:auto;
  margin-right:auto;
}

.ai-showcase-human .ai-bubble-two{
  color:#111827;
}

.ai-showcase-human .ai-bubble:after{
  content:"";
  position:absolute;
  top:18px;
  width:0;
  height:0;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
}

.ai-showcase-human .ai-bubble-one:after{
  left:-10px;
  border-right:10px solid #fff;
}

.ai-showcase-human .ai-bubble-two:after{
  right:-10px;
  border-left:10px solid #fff;
}

/* Product artwork fills the shared detail frame at every source ratio. */
.product-detail-media .product-custom-image{
  object-fit:cover;
  object-position:center;
}

/* Detail artwork reaches the edges of the complete left panel. */
.product-detail .product-detail-media{
  padding:0;
  overflow:hidden;
}

.product-detail .product-detail-media .product-media{
  border-radius:0;
}

.product-detail .product-detail-media .product-custom-image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
