
/* Deployment final font stack guard */
:root {
  --font-sans:
    "Inter",
    "HarmonyOS Sans SC",
    "HarmonyOS Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
    "Source Han Sans CN",
    sans-serif;
  --atom-font-sans: var(--font-sans);
}
body { font-family: var(--font-sans); }

:root{
      --brand:#DC2626;
      --brand-2:#ef4444;
      --brand-3:#991b1b;
      --ink:#111216;
      --ink-2:#252832;
      --muted:#6f7480;
      --muted-2:#9ca3af;
      --soft:#f8f8f9;
      --soft-2:#f3f4f6;
      --line:#ebedf0;
      --card:#fff;
      --glass:rgba(255,255,255,.76);
      --shadow:0 28px 80px rgba(15,23,42,.09);
      --shadow-sm:0 14px 38px rgba(15,23,42,.065);
      --radius:26px;
      --max:1180px;
      /* Font family aligned with Ant Design / TDesign system stacks */
      --font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
      --font-display:var(--font-sans);
      --font-mono:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,"Courier New",monospace;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      font-family:var(--font-sans);
      background:
        radial-gradient(circle at 5% 4%,rgba(220,38,38,.16),transparent 24%),
        radial-gradient(circle at 95% 3%,rgba(220,38,38,.10),transparent 24%),
        linear-gradient(180deg,#fff 0%,#fafafa 36%,#f5f6f8 100%);
      overflow-x:hidden;
    }
    body:before{
      content:"";
      position:fixed; inset:0; pointer-events:none; z-index:-2;
      background-image:
        linear-gradient(rgba(17,18,22,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(17,18,22,.035) 1px,transparent 1px);
      background-size:36px 36px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 62%);
    }
    a{color:inherit;text-decoration:none}
    .container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
    .nav{
      position:sticky;top:0;z-index:100;
      backdrop-filter:saturate(1.4) blur(20px);
      background:rgba(255,255,255,.78);
      border-bottom:1px solid rgba(229,231,235,.82);
    }
    .nav-inner{height:66px;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em}
    .brand-mark{width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,var(--brand),var(--brand-3));position:relative;box-shadow:0 10px 24px rgba(220,38,38,.25)}
    .brand-mark:before,.brand-mark:after{content:"";position:absolute;background:#fff;border-radius:2px;top:9px;width:8px;height:12px;transform:skewX(-14deg)}
    .brand-mark:before{left:7px;clip-path:polygon(100% 0,32% 50%,100% 100%,55% 100%,0 50%,55% 0)}
    .brand-mark:after{right:7px;clip-path:polygon(0 0,68% 50%,0 100%,45% 100%,100% 50%,45% 0)}
    .brand span:first-of-type{color:var(--brand)}
    .links{display:flex;align-items:center;gap:28px;font-size:13px;color:#3f434c}
    .links a{position:relative;transition:.2s ease}
    .links a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:999px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:.2s ease}
    .links a:hover{color:var(--brand)}
    .links a:hover:after{transform:scaleX(1)}
    .nav-actions{display:flex;align-items:center;gap:10px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border-radius:999px;font-weight:700;font-size:13px;border:1px solid transparent;transition:.25s ease;white-space:nowrap}
    .btn.primary{background:linear-gradient(135deg,#111216,#2a2c34);color:#fff;box-shadow:0 16px 36px rgba(17,18,22,.16)}
    .btn.brand-btn{background:linear-gradient(135deg,var(--brand),var(--brand-3));color:#fff;box-shadow:0 18px 38px rgba(220,38,38,.25)}
    .btn.ghost{background:#fff;color:var(--brand);border-color:rgba(220,38,38,.18)}
    .btn:hover{transform:translateY(-2px)}

    .hero{padding:74px 0 64px;position:relative}
    .hero:after{content:"";position:absolute;right:-12%;top:-18%;width:520px;height:520px;background:radial-gradient(circle,rgba(220,38,38,.15),transparent 66%);z-index:-1}
    .hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:62px;align-items:center}
    .eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--brand);font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;margin-bottom:18px}
    .eyebrow:before{content:"";width:28px;height:1px;background:linear-gradient(90deg,var(--brand),transparent)}
    h1,h2,h3,p{margin:0}
    h1,h2,h3,.brand,.btn,.section-head h2,.card h3,.cap-card h3,.tech h3{font-family:var(--font-display)}
    button,input,textarea,select{font:inherit}
    h1{font-size:clamp(48px,7.2vw,92px);line-height:.98;letter-spacing:-.075em;font-weight:900;color:#101114}
    h1 .brand-word{color:var(--brand);text-shadow:0 12px 42px rgba(220,38,38,.18)}
    h1 small{font-size:.28em;letter-spacing:-.02em;color:var(--brand);vertical-align:top;margin-left:8px}
    .hero-copy{max-width:640px;margin-top:26px;color:#555b66;font-size:17px;line-height:1.9}
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
    .pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
    .pill{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(220,38,38,.13);background:rgba(255,255,255,.74);border-radius:999px;color:#505663;font-size:12px;box-shadow:0 10px 28px rgba(15,23,42,.04)}
    .pill:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 4px rgba(220,38,38,.09)}
    .terminal-wrap{position:relative}
    .terminal-wrap:before{content:"";position:absolute;inset:34px -18px -24px 40px;background:linear-gradient(135deg,rgba(220,38,38,.12),rgba(17,18,22,.08));border-radius:34px;filter:blur(2px);z-index:-1}
    .terminal{background:#0d0e12;color:#e5e7eb;border-radius:24px;box-shadow:0 34px 80px rgba(2,6,23,.28);overflow:hidden;border:1px solid rgba(255,255,255,.08)}
    .terminal-head{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#15161b;border-bottom:1px solid rgba(255,255,255,.07);font-size:12px;color:#858b97}
    .dots{display:flex;gap:8px}.dots i{width:10px;height:10px;border-radius:50%;display:block}.dots i:nth-child(1){background:#ff5f57}.dots i:nth-child(2){background:#ffbd2e}.dots i:nth-child(3){background:#28c840}
    .code{padding:25px 26px 28px;font-family:var(--font-mono);font-size:13px;line-height:1.9;color:#cfd5df}
    .code b{color:#fff;font-weight:600}.code .r{color:#ff7b7b}.code .g{color:#7dd3a7}.code .m{color:#a8b3c4}
    .terminal-card{position:absolute;right:-24px;bottom:-40px;width:310px;border-radius:22px;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow);padding:18px}
    .mini-title{display:flex;align-items:center;gap:10px;font-weight:800;font-size:15px}.mini-title i{width:28px;height:28px;border-radius:10px;background:rgba(220,38,38,.1);display:inline-block;position:relative}.mini-title i:after{content:"";position:absolute;inset:8px;border:2px solid var(--brand);border-radius:5px}
    .terminal-card p{margin-top:10px;color:#6b7280;font-size:13px;line-height:1.7}

    .feature-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.68);backdrop-filter:blur(14px)}
    .strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}
    .strip-item{padding:28px 28px;background:linear-gradient(180deg,rgba(255,255,255,.85),rgba(255,255,255,.58));min-height:128px}
    .strip-item span{display:block;color:var(--brand);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:10px}.strip-item h3{font-size:18px;letter-spacing:-.03em}.strip-item p{margin-top:10px;color:var(--muted);line-height:1.7;font-size:13px}

    section{padding:92px 0}.section-soft{background:linear-gradient(180deg,#f6f7f9,#fff)}.section-head{text-align:center;max-width:740px;margin:0 auto 48px}.section-head h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.055em;font-weight:900}.section-head p{margin-top:16px;color:#666d78;line-height:1.85;font-size:15px}
    .cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{position:relative;background:var(--card);border:1px solid rgba(229,231,235,.9);border-radius:var(--radius);padding:30px;box-shadow:0 1px 0 rgba(255,255,255,.8) inset;transition:.25s ease;overflow:hidden}.card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 0%,rgba(220,38,38,.08),transparent 38%);opacity:0;transition:.25s ease}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-sm);border-color:rgba(220,38,38,.18)}.card:hover:before{opacity:1}.icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,rgba(220,38,38,.12),rgba(220,38,38,.04));border:1px solid rgba(220,38,38,.12);display:grid;place-items:center;margin-bottom:24px;color:var(--brand);position:relative}.icon svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card h3{font-size:20px;letter-spacing:-.035em}.card p{margin-top:14px;color:#69707c;line-height:1.8;font-size:14px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.tag{font-size:12px;color:#7b3030;background:rgba(220,38,38,.075);border:1px solid rgba(220,38,38,.10);padding:7px 10px;border-radius:999px}

    .cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cap-card{background:#fff;border:1px solid rgba(229,231,235,.88);border-radius:22px;padding:26px;position:relative;min-height:222px;overflow:hidden;transition:.25s ease}.cap-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm);border-color:rgba(220,38,38,.18)}.num{color:var(--brand);font-weight:900;font-size:12px;letter-spacing:.12em;margin-bottom:22px}.cap-card h3{font-size:19px;letter-spacing:-.035em}.cap-card p{margin-top:13px;color:var(--muted);font-size:14px;line-height:1.75}.cap-card .tags{position:absolute;left:26px;bottom:24px}.cap-card:after{content:"";position:absolute;right:-24px;top:-24px;width:88px;height:88px;border-radius:28px;background:linear-gradient(135deg,rgba(220,38,38,.12),transparent);transform:rotate(16deg)}

    .security-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center}.security-list{background:#fff;border:1px solid rgba(229,231,235,.9);border-radius:30px;box-shadow:var(--shadow-sm);overflow:hidden}.sec-row{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:28px;border-bottom:1px solid #eef0f3}.sec-row:last-child{border-bottom:0}.sec-row .icon{width:44px;height:44px;margin:0}.sec-row h3{font-size:18px}.sec-row p{margin-top:8px;font-size:13px;line-height:1.75;color:var(--muted)}.stack-panel{border-radius:32px;background:linear-gradient(180deg,#fff,#f8f8f9);border:1px solid rgba(229,231,235,.94);box-shadow:var(--shadow);padding:30px}.stack-title{text-align:center;font-size:15px;font-weight:900;margin-bottom:22px}.stack-lane{border:1px solid rgba(220,38,38,.14);background:rgba(255,255,255,.85);border-radius:18px;padding:16px 18px;margin-bottom:14px;position:relative}.stack-lane:last-child{margin-bottom:0}.stack-lane:before{content:"";position:absolute;left:18px;top:18px;width:10px;height:10px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px rgba(220,38,38,.08)}.stack-lane strong{display:block;margin-left:24px;font-size:15px}.stack-lane span{display:block;margin-left:24px;margin-top:7px;color:var(--muted);font-size:12px;line-height:1.5}

    .eco{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}.check-list{display:grid;gap:14px;margin-top:26px}.check{display:flex;gap:12px;align-items:flex-start;color:#525965;line-height:1.75}.check b{width:23px;height:23px;border-radius:50%;background:rgba(220,38,38,.1);color:var(--brand);display:inline-grid;place-items:center;flex:0 0 auto}.browser{background:#fff;border:1px solid rgba(229,231,235,.9);box-shadow:var(--shadow);border-radius:28px;overflow:hidden}.browser-top{height:42px;border-bottom:1px solid #eef0f3;display:flex;align-items:center;padding:0 16px}.browser-body{padding:30px}.browser-hero{text-align:center;padding:28px 20px;border-radius:22px;background:linear-gradient(135deg,rgba(220,38,38,.06),rgba(17,18,22,.03));border:1px solid rgba(220,38,38,.09)}.browser-hero h3{color:var(--brand);font-size:26px;letter-spacing:-.045em}.browser-hero p{margin-top:8px;color:var(--muted);font-size:13px}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.tool-chip{height:76px;border-radius:16px;background:#fff;border:1px solid #eef0f3;display:grid;place-items:center;text-align:center;font-size:12px;color:#555;box-shadow:0 8px 20px rgba(15,23,42,.04)}.tool-chip:before{content:"";display:block;width:20px;height:20px;border-radius:7px;background:rgba(220,38,38,.12);margin-bottom:-18px}

    .tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.tech{background:#fff;border:1px solid rgba(229,231,235,.9);border-radius:20px;padding:22px;transition:.25s ease}.tech:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:rgba(220,38,38,.18)}.abbr{width:38px;height:38px;border-radius:13px;background:rgba(220,38,38,.09);color:var(--brand);display:grid;place-items:center;font-size:12px;font-weight:900;margin-bottom:16px}.tech h3{font-size:17px;letter-spacing:-.03em}.tech p{margin-top:9px;color:var(--muted);font-size:13px;line-height:1.65}

    .contact{padding:82px 0 96px;text-align:center;background:linear-gradient(180deg,#fff,#f8f8f9)}.contact-box{width:min(680px,100%);margin:32px auto 0;background:#fff;border:1px solid rgba(229,231,235,.9);border-radius:28px;padding:28px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.contact-box:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(220,38,38,.06),transparent)}.mail{position:relative;display:inline-flex;align-items:center;gap:12px;font-size:18px;font-weight:900;color:var(--brand)}.mail:before{content:"";width:34px;height:34px;border-radius:12px;background:rgba(220,38,38,.1);display:inline-block}.contact .section-head{margin-bottom:0}.footer{height:76px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:#777e8a;font-size:13px;background:#fff}

    .reveal{opacity:0;transform:translateY(22px);animation:rise .7s ease forwards}.delay-1{animation-delay:.08s}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}@keyframes rise{to{opacity:1;transform:none}}
    @media (max-width:980px){.hero-grid,.security-grid,.eco{grid-template-columns:1fr}.terminal-card{position:relative;right:auto;bottom:auto;margin-top:18px;width:100%}.strip-grid,.tech-grid{grid-template-columns:repeat(2,1fr)}.cards-3,.cap-grid{grid-template-columns:1fr 1fr}.links{display:none}.hero{padding-top:48px}section{padding:72px 0}}
    @media (max-width:640px){.container{width:min(100% - 28px,var(--max))}.nav-actions .ghost{display:none}.nav-inner{height:60px}.hero-actions{flex-direction:column}.btn{width:100%}.cards-3,.cap-grid,.strip-grid,.tech-grid,.tool-grid{grid-template-columns:1fr}.strip-item{padding:24px 20px}.card,.cap-card{padding:24px}.sec-row{grid-template-columns:1fr}.footer{text-align:center;padding:0 20px}.terminal-wrap:before{display:none}.code{font-size:12px;padding:22px 18px}.browser-body{padding:20px}h1{font-size:54px}}
  

/* =========================================================
   Tencent Cloud inspired visual refresh — red + white edition
   Only visual styles are changed. Existing visible content stays untouched.
   ========================================================= */
:root{
  --brand:#DC2626;
  --brand-2:#ef4444;
  --brand-3:#7f1d1d;
  --ink:#101114;
  --surface:rgba(255,255,255,.72);
  --surface-strong:rgba(255,255,255,.9);
  --glass-line:rgba(255,255,255,.78);
  --red-line:rgba(220,38,38,.16);
  --shadow:0 32px 90px rgba(100,18,18,.12),0 12px 32px rgba(15,23,42,.08);
  --shadow-sm:0 18px 46px rgba(100,18,18,.10),0 8px 22px rgba(15,23,42,.06);
}
html{background:#fff;}
body{
  background:
    radial-gradient(900px 520px at 5% -10%, rgba(220,38,38,.22), transparent 58%),
    radial-gradient(720px 420px at 91% 4%, rgba(220,38,38,.13), transparent 62%),
    radial-gradient(900px 520px at 50% 48%, rgba(255,255,255,.96), transparent 64%),
    linear-gradient(180deg,#fff 0%,#fff 24%,#f6f7f9 100%);
}
body:before{
  opacity:.82;
  background-image:
    linear-gradient(rgba(220,38,38,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(220,38,38,.045) 1px,transparent 1px),
    linear-gradient(30deg,rgba(17,18,22,.025) 1px,transparent 1px);
  background-size:42px 42px,42px 42px,88px 88px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.28) 58%,transparent 88%);
}
body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  pointer-events:none;
  background:
    conic-gradient(from 220deg at 72% 12%, rgba(220,38,38,.15), transparent 18%, rgba(220,38,38,.05) 28%, transparent 40%),
    conic-gradient(from 40deg at 12% 42%, rgba(220,38,38,.10), transparent 20%, rgba(220,38,38,.035) 32%, transparent 44%);
  filter:blur(.2px);
}
.container{width:min(1200px,calc(100% - 44px));}
.nav{
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.66));
  box-shadow:0 10px 34px rgba(15,23,42,.045);
  border-bottom:1px solid rgba(220,38,38,.09);
}
.nav-inner{height:72px;}
.brand-mark{
  border-radius:11px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.28),transparent 32%),
    linear-gradient(135deg,#ff5a5a 0%,var(--brand) 48%,var(--brand-3) 100%);
  box-shadow:0 16px 34px rgba(220,38,38,.32), inset 0 1px 0 rgba(255,255,255,.38);
}
.links a{font-weight:700;color:#333843;}
.btn{box-shadow:inset 0 1px 0 rgba(255,255,255,.36);}
.btn.primary{background:linear-gradient(135deg,#17181d,#0b0c10);box-shadow:0 18px 45px rgba(17,18,22,.2),inset 0 1px 0 rgba(255,255,255,.12)}
.btn.brand-btn{background:linear-gradient(135deg,#ff5a5a 0%,var(--brand) 52%,#991b1b 100%);box-shadow:0 20px 48px rgba(220,38,38,.30),inset 0 1px 0 rgba(255,255,255,.24)}
.btn.ghost{background:rgba(255,255,255,.74);backdrop-filter:blur(18px);border-color:rgba(220,38,38,.20);box-shadow:0 10px 30px rgba(220,38,38,.055), inset 0 1px 0 rgba(255,255,255,.72)}
.hero{
  padding:92px 0 86px;
  overflow:hidden;
  isolation:isolate;
}
.hero:before{
  content:"";
  position:absolute;
  right:8%;
  top:42px;
  width:360px;
  height:360px;
  border-radius:40px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.28)),
    radial-gradient(circle at 34% 28%,rgba(220,38,38,.32),transparent 44%),
    linear-gradient(135deg,rgba(220,38,38,.14),rgba(17,18,22,.04));
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 50px 120px rgba(220,38,38,.14), inset 0 1px 0 rgba(255,255,255,.86);
  transform:rotate(18deg) skew(-7deg,-3deg);
  z-index:-1;
  opacity:.72;
}
.hero:after{
  right:-12%;top:-28%;width:700px;height:700px;
  background:radial-gradient(circle,rgba(220,38,38,.18),rgba(220,38,38,.06) 34%,transparent 68%);
}
.hero-grid{gap:74px;}
.eyebrow{color:var(--brand);letter-spacing:.18em;}
h1{letter-spacing:-.082em;}
h1 .brand-word{
  color:transparent;
  background:linear-gradient(135deg,#ff4747 0%,var(--brand) 48%,#8b1414 100%);
  -webkit-background-clip:text;background-clip:text;
  text-shadow:none;
  filter:drop-shadow(0 18px 36px rgba(220,38,38,.15));
}
.hero-copy{font-size:18px;color:#444b57;max-width:650px;}
.pill{
  background:rgba(255,255,255,.68);
  backdrop-filter:blur(16px);
  border-color:rgba(220,38,38,.14);
  box-shadow:0 14px 34px rgba(100,18,18,.07), inset 0 1px 0 rgba(255,255,255,.82);
}
.terminal-wrap{perspective:1200px;}
.terminal-wrap:before{
  inset:38px -20px -32px 42px;
  background:
    linear-gradient(135deg,rgba(220,38,38,.20),rgba(255,255,255,.22)),
    linear-gradient(45deg,rgba(17,18,22,.08),transparent);
  border:1px solid rgba(255,255,255,.58);
  filter:none;
  transform:rotate(2deg) translateZ(-20px);
  box-shadow:0 40px 100px rgba(220,38,38,.12);
}
.terminal-wrap:after{
  content:"";
  position:absolute;
  width:122px;height:122px;
  right:-38px;top:-38px;
  border-radius:28px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,255,255,.18)),
    linear-gradient(135deg,rgba(220,38,38,.22),rgba(220,38,38,.04));
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 28px 70px rgba(220,38,38,.16), inset 0 1px 0 rgba(255,255,255,.8);
  transform:rotate(20deg) skew(-8deg,-6deg);
  z-index:-1;
}
.terminal{
  border-radius:28px;
  background:linear-gradient(180deg,#111217,#07080b);
  box-shadow:0 42px 100px rgba(4,7,18,.34),0 18px 48px rgba(220,38,38,.15),inset 0 1px 0 rgba(255,255,255,.10);
  transform:rotateX(1deg) rotateY(-4deg);
}
.terminal-head{background:linear-gradient(180deg,#191b21,#121318);}
.code{font-size:14px;}
.terminal-card{
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.66));
  backdrop-filter:blur(24px) saturate(1.35);
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 34px 88px rgba(100,18,18,.13),0 12px 34px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.85);
}
.feature-strip{
  background:linear-gradient(180deg,rgba(255,255,255,.76),rgba(255,255,255,.55));
  border-color:rgba(220,38,38,.08);
  box-shadow:0 22px 60px rgba(15,23,42,.035);
}
.strip-item{
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.58));
  border-right:1px solid rgba(220,38,38,.07);
}
section{position:relative;overflow:hidden;}
section:not(.hero):before{
  content:"";
  position:absolute;
  left:-120px;top:50px;width:310px;height:310px;border-radius:50%;
  background:radial-gradient(circle,rgba(220,38,38,.08),transparent 68%);
  pointer-events:none;
}
.section-soft{
  background:
    radial-gradient(620px 300px at 80% 4%,rgba(220,38,38,.08),transparent 62%),
    linear-gradient(180deg,#f7f8fa,#fff);
}
.section-head h2{letter-spacing:-.06em;}
.card,.cap-card,.security-list,.stack-panel,.browser,.tech,.contact-box{
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.68));
  backdrop-filter:blur(18px) saturate(1.2);
  border:1px solid rgba(255,255,255,.76);
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 22px 54px rgba(15,23,42,.055);
}
.card:after,.cap-card:before,.tech:after{
  content:"";
  position:absolute;
  right:-46px;top:-46px;width:120px;height:120px;border-radius:30px;
  background:linear-gradient(135deg,rgba(220,38,38,.16),rgba(255,255,255,.12));
  transform:rotate(18deg);
  opacity:.75;
  pointer-events:none;
}
.card:hover,.cap-card:hover,.tech:hover{
  transform:translateY(-8px);
  border-color:rgba(220,38,38,.22);
  box-shadow:0 30px 80px rgba(100,18,18,.13),0 12px 30px rgba(15,23,42,.07),inset 0 1px 0 rgba(255,255,255,.9);
}
.icon,.abbr{
  background:
    linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,255,255,.36)),
    linear-gradient(135deg,rgba(220,38,38,.18),rgba(220,38,38,.055));
  border-color:rgba(220,38,38,.16);
  box-shadow:0 12px 32px rgba(220,38,38,.10),inset 0 1px 0 rgba(255,255,255,.85);
}
.cap-card{min-height:236px;}
.cap-card:after{background:linear-gradient(135deg,rgba(220,38,38,.14),rgba(255,255,255,.28));border:1px solid rgba(255,255,255,.52);}
.tag{
  background:rgba(255,255,255,.58);
  border-color:rgba(220,38,38,.14);
  color:#8d2424;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.74);
}
.security-list{overflow:hidden;}
.sec-row{border-color:rgba(220,38,38,.075);}
.stack-panel{position:relative;overflow:hidden;}
.stack-panel:before{
  content:"";position:absolute;inset:22px;border-radius:24px;
  background:linear-gradient(135deg,rgba(220,38,38,.065),transparent 42%);
  border:1px solid rgba(220,38,38,.08);pointer-events:none;
}
.stack-lane{
  background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(255,255,255,.62));
  border-color:rgba(220,38,38,.15);
  box-shadow:0 10px 28px rgba(100,18,18,.055),inset 0 1px 0 rgba(255,255,255,.78);
}
.eco h2{position:relative;}
.browser{transform:perspective(1200px) rotateY(-5deg);}
.browser-body{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(248,249,251,.8));}
.browser-hero{
  background:
    radial-gradient(circle at 50% 0%,rgba(220,38,38,.14),transparent 55%),
    linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,255,255,.4));
  border-color:rgba(220,38,38,.12);
}
.tool-chip{background:rgba(255,255,255,.72);backdrop-filter:blur(12px);}
.contact{
  background:
    radial-gradient(560px 260px at 50% 0%,rgba(220,38,38,.12),transparent 66%),
    linear-gradient(180deg,#fff,#f7f8fa);
}
.contact-box{max-width:720px;}
.mail{letter-spacing:.01em;}
.footer{background:rgba(255,255,255,.86);backdrop-filter:blur(14px);}
@media (max-width:980px){
  .hero:before{right:-80px;top:40px;opacity:.46;}
  .browser,.terminal{transform:none;}
}
@media (max-width:640px){
  .hero{padding:56px 0 58px;}
  .container{width:min(100% - 28px,1200px);}
  .hero:before,.terminal-wrap:after{display:none;}
  .card:after,.cap-card:before,.tech:after{display:none;}
}


/* =========================================================
   Hero motion layer — keep original grid, deepen top-left brand glow,
   add lightweight H5-style floating particles / 3D objects.
   ========================================================= */
.hero{
  min-height:calc(100vh - 72px);
  display:flex;
  align-items:center;
}
.hero:before{
  right:7%;
  top:34px;
  animation:heroBlockFloat 7.5s ease-in-out infinite alternate;
}
.hero:after{
  animation:heroGlowBreath 6.8s ease-in-out infinite alternate;
}
body:before{
  /* 保留首屏背景网格，并让首屏区域的网格更清晰 */
  opacity:.94;
  animation:gridDrift 18s linear infinite;
}
body:after{
  background:
    radial-gradient(520px 360px at 0% 0%, rgba(220,38,38,.34), rgba(220,38,38,.16) 32%, transparent 68%),
    conic-gradient(from 220deg at 72% 12%, rgba(220,38,38,.15), transparent 18%, rgba(220,38,38,.05) 28%, transparent 40%),
    conic-gradient(from 40deg at 12% 42%, rgba(220,38,38,.10), transparent 20%, rgba(220,38,38,.035) 32%, transparent 44%);
}
.hero .container{position:relative;z-index:3;}
.motion-layer{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}
.motion-layer i,
.motion-layer b,
.motion-layer em{
  position:absolute;
  display:block;
  font-style:normal;
  will-change:transform,opacity;
}
.motion-layer i{
  width:6px;height:6px;border-radius:50%;
  background:rgba(220,38,38,.55);
  box-shadow:0 0 0 7px rgba(220,38,38,.06),0 0 28px rgba(220,38,38,.28);
  opacity:0;
  animation:particleRise 8s linear infinite;
}
.motion-layer i:nth-child(1){left:10%;bottom:4%;animation-delay:0s;animation-duration:8.6s;}
.motion-layer i:nth-child(2){left:18%;bottom:14%;animation-delay:1.6s;animation-duration:9.8s;transform:scale(.72);}
.motion-layer i:nth-child(3){left:33%;bottom:2%;animation-delay:3.1s;animation-duration:10.6s;transform:scale(.86);}
.motion-layer i:nth-child(4){left:58%;bottom:8%;animation-delay:.8s;animation-duration:8.9s;}
.motion-layer i:nth-child(5){left:76%;bottom:6%;animation-delay:2.7s;animation-duration:11s;transform:scale(.68);}
.motion-layer i:nth-child(6){left:88%;bottom:16%;animation-delay:4.2s;animation-duration:9.5s;transform:scale(.78);}
.motion-layer b{
  width:92px;height:92px;border-radius:24px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,255,255,.18)),
    linear-gradient(135deg,rgba(220,38,38,.20),rgba(220,38,38,.035));
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 28px 70px rgba(220,38,38,.13),inset 0 1px 0 rgba(255,255,255,.82);
  transform:rotate(18deg) skew(-7deg,-4deg);
  animation:objectFloat 8.5s ease-in-out infinite alternate;
}
.motion-layer b:nth-of-type(1){left:3.8%;top:15%;width:126px;height:126px;opacity:.82;animation-duration:9.2s;}
.motion-layer b:nth-of-type(2){right:14%;top:16%;width:74px;height:74px;border-radius:20px;opacity:.62;animation-delay:1.1s;}
.motion-layer b:nth-of-type(3){right:5%;bottom:16%;width:118px;height:118px;opacity:.42;animation-delay:2.2s;}
.motion-layer em{
  width:180px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(220,38,38,.24),transparent);
  transform:rotate(-22deg);
  opacity:.7;
  animation:lineDrift 9s ease-in-out infinite alternate;
}
.motion-layer em:nth-of-type(1){left:0;top:34%;}
.motion-layer em:nth-of-type(2){right:11%;top:60%;animation-delay:1.7s;}
.motion-layer em:nth-of-type(3){left:46%;top:18%;animation-delay:3.3s;}
@keyframes particleRise{
  0%{opacity:0;transform:translate3d(0,40px,0) scale(.64)}
  12%{opacity:.86}
  58%{opacity:.62;transform:translate3d(28px,-180px,0) scale(1)}
  100%{opacity:0;transform:translate3d(-18px,-360px,0) scale(.45)}
}
@keyframes objectFloat{
  0%{transform:translate3d(0,0,0) rotate(18deg) skew(-7deg,-4deg)}
  100%{transform:translate3d(18px,-26px,0) rotate(26deg) skew(-7deg,-4deg)}
}
@keyframes lineDrift{
  0%{transform:translate3d(-18px,0,0) rotate(-22deg);opacity:.28}
  100%{transform:translate3d(28px,-22px,0) rotate(-22deg);opacity:.72}
}
@keyframes heroBlockFloat{
  0%{transform:rotate(18deg) skew(-7deg,-3deg) translate3d(0,0,0)}
  100%{transform:rotate(23deg) skew(-7deg,-3deg) translate3d(18px,-20px,0)}
}
@keyframes heroGlowBreath{
  0%{opacity:.78;transform:scale(1)}
  100%{opacity:1;transform:scale(1.08)}
}
@keyframes gridDrift{
  0%{background-position:0 0,0 0,0 0;}
  100%{background-position:42px 42px,42px 42px,88px 88px;}
}
@media (prefers-reduced-motion: reduce){
  body:before,.hero:before,.hero:after,.motion-layer i,.motion-layer b,.motion-layer em{animation:none!important;}
}
@media (max-width:980px){
  .hero{min-height:auto;}
  .motion-layer b:nth-of-type(1){left:-54px;top:12%;opacity:.42;}
  .motion-layer b:nth-of-type(3){display:none;}
}
@media (max-width:640px){
  .motion-layer em{display:none;}
  .motion-layer i:nth-child(n+5){display:none;}
  .motion-layer b{opacity:.24!important;}
}


/* =========================================================
   Ant Design / TDesign inspired layout normalization
   目标：信息不变，仅统一排序、对齐、间距、尺寸与疏密关系。
   ========================================================= */
:root{
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-5:20px;
  --space-6:24px;
  --space-7:32px;
  --space-8:40px;
  --space-9:48px;
  --space-10:64px;
  --space-11:80px;
  --space-12:96px;
  --radius-xs:8px;
  --radius-sm:12px;
  --radius-md:16px;
  --radius-lg:20px;
  --radius-xl:24px;
  --radius-xxl:32px;
  --control-height:40px;
  --card-padding:28px;
  --card-gap:24px;
  --section-padding:96px;
  --content-gap:56px;
}

/* Page rhythm */
.container{width:min(1200px,calc(100% - 48px));}
section{padding:var(--section-padding) 0;}
.section-soft{padding:var(--section-padding) 0;}
.section-head{
  max-width:760px;
  margin:0 auto var(--space-10);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:var(--space-4);
}
.section-head .eyebrow{margin-bottom:0;}
.section-head h2{margin:0;}
.section-head p{margin-top:0;max-width:680px;}

/* Header alignment */
.nav-inner{height:72px;gap:var(--space-6);}
.brand{gap:var(--space-3);min-width:168px;}
.brand-mark{width:32px;height:32px;flex:0 0 32px;}
.links{gap:var(--space-8);}
.nav-actions{gap:var(--space-3);}
.btn{
  min-height:var(--control-height);
  padding:0 var(--space-5);
  line-height:1;
  align-items:center;
}

/* Hero layout: left and right视觉重量统一 */
.hero{padding:88px 0 96px;}
.hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  gap:72px;
  align-items:center;
}
.hero .reveal:first-child{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.hero .eyebrow{margin-bottom:var(--space-5);}
h1{max-width:680px;}
.hero-copy{margin-top:var(--space-7);max-width:620px;}
.hero-actions{margin-top:var(--space-8);gap:var(--space-4);}
.pill-row{margin-top:var(--space-6);gap:var(--space-3);}
.pill{min-height:34px;padding:0 var(--space-4);}
.terminal-wrap{align-self:center;width:100%;}
.terminal-card{padding:var(--space-5);}
.terminal-card p{margin-top:var(--space-2);}

/* Information strip: four equal entry points */
.feature-strip{margin:0;}
.strip-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;}
.strip-item{
  padding:var(--space-7);
  min-height:148px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.strip-item span{margin-bottom:var(--space-3);}
.strip-item p{margin-top:var(--space-3);}

/* Card taxonomy: same grid, same visual scan line */
.cards-3,.cap-grid,.tech-grid{gap:var(--card-gap);}
.cards-3{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;}
.card{
  padding:var(--card-padding);
  border-radius:var(--radius-xl);
  min-height:316px;
  display:flex;
  flex-direction:column;
}
.card .icon{margin-bottom:var(--space-6);}
.card h3,.cap-card h3,.tech h3{line-height:1.35;}
.card p{margin-top:var(--space-4);}
.card .tags{margin-top:auto;padding-top:var(--space-6);}
.icon{
  width:52px;
  height:52px;
  border-radius:var(--radius-md);
  flex:0 0 auto;
}
.icon svg{width:24px;height:24px;}
.tags{gap:var(--space-2);}
.tag{height:28px;display:inline-flex;align-items:center;padding:0 var(--space-3);}

/* Capability cards: iconless cards统一为编号、标题、描述、标签四层 */
.cap-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;}
.cap-card{
  padding:var(--card-padding);
  min-height:248px;
  display:flex;
  flex-direction:column;
  border-radius:var(--radius-xl);
}
.num{margin-bottom:var(--space-5);}
.cap-card p{margin-top:var(--space-4);}
.cap-card .tags{
  position:static;
  margin-top:auto;
  padding-top:var(--space-6);
}

/* Security: 左右模块基线与内部密度统一 */
.security-grid{
  grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);
  gap:var(--content-gap);
  align-items:stretch;
}
.security-list,.stack-panel{height:100%;border-radius:var(--radius-xxl);}
.sec-row{
  grid-template-columns:52px 1fr;
  gap:var(--space-5);
  padding:var(--space-7);
  min-height:132px;
  align-items:flex-start;
}
.sec-row .icon{width:52px;height:52px;}
.sec-row p{margin-top:var(--space-2);}
.stack-panel{padding:var(--space-7);display:flex;flex-direction:column;}
.stack-title{margin-bottom:var(--space-6);}
.stack-lane{
  min-height:76px;
  padding:var(--space-4) var(--space-5);
  margin-bottom:var(--space-4);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.stack-lane strong,.stack-lane span{margin-left:28px;}
.stack-lane span{margin-top:var(--space-2);}

/* Ecosystem: 文字与产品窗口形成清晰左右分栏 */
.eco{
  grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);
  gap:var(--content-gap);
  align-items:center;
}
.eco .reveal:first-child{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.eco .eyebrow{margin-bottom:var(--space-4);}
.eco h2{margin:0;max-width:560px;}
.eco p{max-width:560px;}
.check-list{gap:var(--space-4);margin-top:var(--space-7);}
.check{gap:var(--space-3);align-items:flex-start;}
.check b{margin-top:2px;}
.browser{border-radius:var(--radius-xxl);}
.browser-body{padding:var(--space-7);}
.browser-hero{padding:var(--space-7) var(--space-6);}
.tool-grid{gap:var(--space-3);margin-top:var(--space-5);}
.tool-chip{height:84px;border-radius:var(--radius-md);}

/* Tech grid: 8个元素统一为 4x2，适合快速扫读 */
.tech-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;}
.tech{
  min-height:172px;
  padding:var(--space-6);
  border-radius:var(--radius-lg);
  display:flex;
  flex-direction:column;
}
.abbr{width:42px;height:42px;border-radius:var(--radius-sm);margin-bottom:var(--space-5);}
.tech p{margin-top:var(--space-3);}

/* Contact: 收束区块与前文保持同一节奏 */
.contact{padding:var(--section-padding) 0;}
.contact .section-head{margin-bottom:var(--space-7);}
.contact-box{margin-top:0;padding:var(--space-7);border-radius:var(--radius-xxl);}
.mail{min-height:40px;}
.mail:before{width:40px;height:40px;border-radius:var(--radius-sm);}
.footer{height:80px;}

/* Responsive density mapping */
@media (max-width:1100px){
  .hero-grid{grid-template-columns:1fr;gap:var(--space-10);}
  .terminal-wrap{max-width:760px;margin:0 auto;}
  .eco,.security-grid{grid-template-columns:1fr;gap:var(--space-8);}
  .eco .reveal:first-child{align-items:flex-start;}
}
@media (max-width:980px){
  :root{--section-padding:80px;--card-gap:20px;--content-gap:40px;}
  .container{width:min(100% - 40px,1200px);}
  .cards-3,.cap-grid,.tech-grid,.strip-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .card{min-height:292px;}
  .cap-card{min-height:228px;}
  .links{display:none;}
  .brand{min-width:auto;}
}
@media (max-width:640px){
  :root{--section-padding:64px;--card-padding:22px;--card-gap:16px;}
  .container{width:min(100% - 28px,1200px);}
  .nav-inner{height:64px;}
  .hero{padding:56px 0 64px;}
  .hero-copy{margin-top:var(--space-5);font-size:16px;line-height:1.8;}
  .hero-actions{width:100%;margin-top:var(--space-6);}
  .pill-row{gap:var(--space-2);}
  .cards-3,.cap-grid,.tech-grid,.strip-grid,.tool-grid{grid-template-columns:1fr;}
  .strip-item{min-height:auto;padding:var(--space-6);}
  .card,.cap-card,.tech{min-height:auto;}
  .card .tags,.cap-card .tags{padding-top:var(--space-5);}
  .sec-row{grid-template-columns:1fr;gap:var(--space-4);padding:var(--space-6);}
  .stack-panel,.browser-body,.contact-box{padding:var(--space-6);}
  .terminal-card{padding:var(--space-5);}
}

  
/* Contact module redesign inspired by the reference: lighter, more spacious, brand-led */
.contact{
  position:relative;
  overflow:hidden;
  padding:120px 0 132px;
  background:
    radial-gradient(820px 360px at 50% 28%, rgba(255,255,255,.94), rgba(255,255,255,.72) 56%, rgba(248,248,249,.98) 100%),
    linear-gradient(180deg,#fbfbfc 0%, #f7f7f8 100%);
  border-top:1px solid rgba(220,38,38,.06);
}
.contact:before{
  content:"SmartCode";
  position:absolute;
  left:50%;
  top:52%;
  transform:translate(-50%,-50%);
  font-family:var(--font-display);
  font-size:clamp(90px,13vw,220px);
  line-height:1;
  font-weight:900;
  letter-spacing:-.06em;
  color:rgba(220,38,38,.045);
  white-space:nowrap;
  pointer-events:none;
  user-select:none;
}
.contact:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 50%, rgba(220,38,38,.08), transparent 58%),
    radial-gradient(circle at 12% 20%, rgba(220,38,38,.08), transparent 32%),
    radial-gradient(circle at 82% 24%, rgba(220,38,38,.06), transparent 28%);
  opacity:.6;
}
.contact .container{
  position:relative;
  z-index:1;
}
.contact .section-head{
  margin:0 auto;
  max-width:700px;
}
.contact .section-head .eyebrow{
  margin-bottom:20px;
  padding:10px 18px;
  border-radius:999px;
  border:1px solid rgba(220,38,38,.18);
  background:rgba(255,255,255,.56);
  box-shadow:0 10px 30px rgba(220,38,38,.06), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter:blur(12px);
  color:#ef4444;
}
.contact .section-head .eyebrow:before{display:none;}
.contact .section-head h2{
  font-size:clamp(44px,5.2vw,76px);
  letter-spacing:-.065em;
  line-height:1.04;
}
.contact .section-head h2 .accent{color:var(--brand);}
.contact .section-head p{
  margin-top:18px;
  font-size:16px;
  line-height:1.9;
  color:#707682;
}
.contact-box{
  width:min(520px,100%);
  margin:34px auto 0;
  border-radius:26px;
  padding:22px 26px 18px;
  background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.82));
  border:1px solid rgba(229,231,235,.95);
  box-shadow:0 18px 48px rgba(15,23,42,.08), 0 28px 80px rgba(220,38,38,.08), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
}
.contact-box:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(220,38,38,.08), transparent 34%, transparent 68%, rgba(255,255,255,.4) 100%);
}
.mail-wrap{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}
.mail{
  min-height:unset;
  gap:14px;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.02em;
}
.mail:before{
  width:38px;
  height:38px;
  border-radius:12px;
  background:rgba(220,38,38,.08);
  border:1px solid rgba(220,38,38,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
  flex:0 0 auto;
}
.mail:after{
  content:"✉";
  position:absolute;
  left:11px;
  top:50%;
  transform:translateY(-50%);
  color:var(--brand);
  font-size:16px;
  line-height:1;
}
.contact-note{
  font-size:13px;
  line-height:1.7;
  color:#9aa0ac;
}
@media (max-width:640px){
  .contact{padding:84px 0 92px;}
  .contact:before{font-size:72px; top:46%;}
  .contact .section-head h2{font-size:42px;}
  .contact .section-head p{font-size:15px;}
  .contact-box{width:min(100%,420px); padding:20px 18px 16px;}
  .mail{font-size:18px; word-break:break-all;}
}


/* Stronger technology-glass version for the final contact section */
.contact.tech-glass-contact{
  min-height:560px;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  padding:126px 0 140px;
  background:
    radial-gradient(900px 420px at 18% 18%, rgba(220,38,38,.20), transparent 56%),
    radial-gradient(760px 380px at 78% 30%, rgba(220,38,38,.11), transparent 60%),
    linear-gradient(180deg,#fff 0%,#fbfbfc 42%,#f5f6f8 100%);
}
.contact.tech-glass-contact:before{
  content:"SmartCode";
  position:absolute;
  left:50%;
  top:52%;
  transform:translate(-50%,-50%);
  font-family:var(--font-display);
  font-size:clamp(96px,14vw,238px);
  font-weight:900;
  line-height:1;
  letter-spacing:-.07em;
  color:rgba(220,38,38,.052);
  white-space:nowrap;
  pointer-events:none;
  user-select:none;
  text-shadow:0 30px 80px rgba(220,38,38,.05);
}
.contact.tech-glass-contact:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(220,38,38,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(220,38,38,.045) 1px,transparent 1px),
    radial-gradient(circle at 20% 22%, rgba(220,38,38,.12), transparent 20%),
    radial-gradient(circle at 82% 20%, rgba(220,38,38,.09), transparent 18%);
  background-size:46px 46px,46px 46px,100% 100%,100% 100%;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.22) 58%,transparent 100%);
}
.contact-orbit{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
}
.contact-orbit i,
.contact-orbit b,
.contact-orbit em{
  position:absolute;
  display:block;
  opacity:.72;
}
.contact-orbit i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:rgba(220,38,38,.58);
  box-shadow:0 0 0 8px rgba(220,38,38,.06), 0 0 26px rgba(220,38,38,.28);
  animation:contactFloat 8s ease-in-out infinite;
}
.contact-orbit i:nth-child(1){left:9%;top:24%;animation-delay:-1s}
.contact-orbit i:nth-child(2){left:18%;bottom:25%;animation-delay:-3s}
.contact-orbit i:nth-child(3){right:14%;top:22%;animation-delay:-2s}
.contact-orbit i:nth-child(4){right:22%;bottom:30%;animation-delay:-4.2s}
.contact-orbit b{
  width:92px;
  height:92px;
  border-radius:26px;
  background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(255,255,255,.24));
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 28px 80px rgba(220,38,38,.12), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  transform:rotate(20deg);
  animation:contactDrift 10s ease-in-out infinite;
}
.contact-orbit b:nth-of-type(1){left:11%;top:38%}
.contact-orbit b:nth-of-type(2){right:12%;top:42%;animation-delay:-4s;transform:rotate(-16deg) scale(.82)}
.contact-orbit em{
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(220,38,38,.26),transparent);
  transform:rotate(-12deg);
  filter:blur(.1px);
}
.contact-orbit em:nth-of-type(1){width:260px;left:18%;top:34%}
.contact-orbit em:nth-of-type(2){width:320px;right:15%;bottom:34%;transform:rotate(9deg)}
@keyframes contactFloat{
  0%,100%{transform:translate3d(0,0,0);opacity:.52}
  50%{transform:translate3d(0,-24px,0);opacity:.9}
}
@keyframes contactDrift{
  0%,100%{transform:translate3d(0,0,0) rotate(20deg)}
  50%{transform:translate3d(18px,-16px,0) rotate(27deg)}
}
.contact.tech-glass-contact .container{
  position:relative;
  z-index:1;
}
.contact.tech-glass-contact .section-head{
  max-width:720px;
  margin:0 auto;
}
.contact.tech-glass-contact .section-head .eyebrow{
  margin-bottom:22px;
  padding:10px 20px;
  border-radius:999px;
  border:1px solid rgba(220,38,38,.18);
  background:rgba(255,255,255,.58);
  box-shadow:
    0 14px 36px rgba(220,38,38,.07),
    inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter:blur(18px);
  color:var(--brand);
}
.contact.tech-glass-contact .section-head .eyebrow:before{display:none}
.contact.tech-glass-contact .section-head h2{
  font-size:clamp(46px,5.6vw,82px);
  line-height:1.02;
  letter-spacing:-.07em;
  text-shadow:0 16px 44px rgba(15,23,42,.06);
}
.contact.tech-glass-contact .section-head h2 .accent{
  color:var(--brand);
}
.contact.tech-glass-contact .section-head p{
  margin-top:20px;
  font-size:17px;
  line-height:1.9;
  color:#69707c;
}
.contact.tech-glass-contact .contact-box{
  width:min(560px,100%);
  margin:36px auto 0;
  padding:24px 30px 20px;
  border-radius:28px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,255,255,.58)),
    radial-gradient(circle at 18% 16%,rgba(220,38,38,.12),transparent 38%);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:
    0 24px 70px rgba(15,23,42,.10),
    0 34px 96px rgba(220,38,38,.11),
    inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(22px) saturate(1.35);
}
.contact.tech-glass-contact .contact-box:before{
  background:
    linear-gradient(120deg,rgba(255,255,255,.72),transparent 32%),
    linear-gradient(90deg,transparent,rgba(220,38,38,.08),transparent);
}
.contact.tech-glass-contact .mail-wrap{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
}
.contact.tech-glass-contact .mail{
  position:relative;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.02em;
  color:var(--brand);
}
.contact.tech-glass-contact .mail:before{
  width:42px;
  height:42px;
  border-radius:14px;
  background:
    linear-gradient(135deg,rgba(220,38,38,.14),rgba(220,38,38,.055));
  border:1px solid rgba(220,38,38,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88), 0 12px 26px rgba(220,38,38,.08);
  flex:0 0 auto;
}
.contact.tech-glass-contact .mail:after{
  content:"✉";
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  font-size:17px;
  color:var(--brand);
}
.contact.tech-glass-contact .contact-note{
  font-size:13px;
  line-height:1.7;
  color:#8d94a0;
}
@media (max-width:640px){
  .contact.tech-glass-contact{min-height:500px;padding:88px 0 96px}
  .contact.tech-glass-contact:before{font-size:74px;top:47%}
  .contact-orbit b,.contact-orbit em{display:none}
  .contact.tech-glass-contact .section-head h2{font-size:42px}
  .contact.tech-glass-contact .section-head p{font-size:15px}
  .contact.tech-glass-contact .contact-box{padding:20px 18px 16px}
  .contact.tech-glass-contact .mail{font-size:18px;word-break:break-all}
}



/* ==== 2026-06-04 hero correction pass ==== */
.brand{min-width:190px;}
.brand-logo-img{width:34px;height:34px;object-fit:contain;display:block;flex:0 0 34px;filter:drop-shadow(0 10px 20px rgba(220,38,38,.22));}
.brand span:first-of-type{color:var(--brand);}
.brand-mark{display:none;}
.hero{min-height:calc(100vh - 72px);padding:72px 0 36px;align-items:center;}
.hero-grid{grid-template-columns:minmax(520px,1.02fr) minmax(500px,.98fr);gap:74px;}
h1{max-width:none;overflow:visible;letter-spacing:-.055em;}
h1 .brand-title-line{display:inline-flex;align-items:flex-start;white-space:nowrap;line-height:.92;overflow:visible;}
h1 .brand-word{display:inline-block;white-space:nowrap;letter-spacing:-.055em;}
h1 small{display:inline-block;white-space:nowrap;margin-left:10px;letter-spacing:-.02em;}
.terminal-wrap{max-width:700px;}
.terminal{transform:none;border-radius:22px;}
.terminal-head{height:58px;padding:0 24px;font-size:16px;color:#9b9b9b;letter-spacing:.03em;}
.dots{gap:12px}.dots i{width:14px;height:14px;}
.code.terminal-real{padding:30px 36px 32px;font-size:16px;line-height:1.78;color:#d7d7d7;}
.terminal-real b{font-weight:600;color:#eeeeee;}
.terminal-real .prompt{color:#ff4d4f;font-weight:800;}
.terminal-real .muted-line{color:#7f8895;}
.terminal-real .ok{color:#22c55e;font-weight:800;}
.terminal-real .add{color:#22c55e;font-weight:800;display:inline-block;width:22px;}
.terminal-real .del{color:#facc15;font-weight:800;display:inline-block;width:22px;}
.terminal-real .blue{color:#4da3ff;font-weight:800;}
.terminal-note{margin-top:22px;padding:20px 22px;border-left:4px solid #facc15;border-radius:4px 10px 10px 4px;background:rgba(0,0,0,.28);color:#f3f4f6;}
.terminal-card{display:none!important;}
.hero-feature-strip{position:relative;z-index:3;width:min(1200px,calc(100% - 48px));margin:56px auto 0;border:1px solid rgba(220,38,38,.10);border-radius:26px;overflow:hidden;background:rgba(255,255,255,.72);box-shadow:0 20px 70px rgba(15,23,42,.055);backdrop-filter:blur(18px);}
.hero-feature-strip .container{width:100%;}
.hero-feature-strip .strip-item{min-height:116px;padding:24px 26px;}
.hero-feature-strip .strip-item h3{font-size:17px;}
.hero-feature-strip .strip-item p{font-size:13px;line-height:1.6;margin-top:8px;}
@media (max-width:1100px){.hero-grid{grid-template-columns:1fr;}.terminal-wrap{max-width:760px}.hero-feature-strip{margin-top:36px}.strip-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:640px){.brand{min-width:auto}.brand-logo-img{width:30px;height:30px;flex-basis:30px}h1 .brand-title-line{white-space:normal}.hero-feature-strip{width:min(100% - 28px,1200px);border-radius:20px}.strip-grid{grid-template-columns:1fr}.code.terminal-real{font-size:13px;padding:22px 18px}.terminal-head{font-size:12px;height:48px}.dots i{width:10px;height:10px}}



/* =========================================================
   2026-06-04 adjustment: place the four capability cards at
   the bottom of the first hero screen instead of beside content.
   ========================================================= */
.hero{
  position:relative;
  min-height:calc(100vh - 72px);
  padding:72px 0 190px;
  align-items:center;
}
.hero .container.hero-grid{
  position:relative;
  z-index:3;
}
.hero-feature-strip{
  position:absolute !important;
  left:50%;
  right:auto;
  bottom:34px;
  transform:translateX(-50%);
  z-index:4;
  width:min(1200px,calc(100% - 48px));
  margin:0 !important;
}
.hero-feature-strip .strip-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
@media (max-width:1100px){
  .hero{
    min-height:auto;
    padding:56px 0 72px;
    display:block;
  }
  .hero-feature-strip{
    position:relative !important;
    left:auto;
    bottom:auto;
    transform:none;
    margin:36px auto 0 !important;
  }
}
@media (max-width:640px){
  .hero-feature-strip{width:min(100% - 28px,1200px);}
}



/* =========================================================
   2026-06-04 fix: keep bottom capability strip truly centered.
   The global .reveal animation resets transform to none, so disable it
   for this absolute-positioned strip and preserve translateX(-50%).
   ========================================================= */
.hero-feature-strip.reveal{
  opacity:1 !important;
  animation:none !important;
}
.hero-feature-strip{
  left:50% !important;
  right:auto !important;
  transform:translateX(-50%) !important;
  width:min(1200px,calc(100% - 48px)) !important;
  bottom:38px !important;
}
.hero-feature-strip .strip-grid{
  justify-content:center;
}
@media (max-width:1100px){
  .hero-feature-strip{
    left:auto !important;
    transform:none !important;
    width:min(100% - 48px,1200px) !important;
  }
}
@media (max-width:640px){
  .hero-feature-strip{width:min(100% - 28px,1200px) !important;}
}

/* Only center the SmartCode background word in the contact section */
.contact.tech-glass-contact:before{
  left:0 !important;
  right:0 !important;
  transform:translateY(-50%) !important;
  text-align:center !important;
}

/* Font stack override only: keep attachment hero visual/motion parameters unchanged */
:root{
  --font-sans: "HarmonyOS Sans SC", "HarmonyOS Sans", system-ui, -apple-system, BlinkMacSystemFont, "思源黑体", "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  --font-display: var(--font-sans);
}
body, button, input, textarea, select{font-family:var(--font-sans);}



/* 2026-06-05: replace header logo and add product logos inside existing header buttons. */
.brand{
  min-width:190px;
  gap:0;
}
.brand-logo-img.brand-logo-wordmark{
  width:174px;
  height:36px;
  object-fit:contain;
  display:block;
  flex:0 0 auto;
  border-radius:0;
  filter:drop-shadow(0 10px 20px rgba(220,38,38,.16));
}
.nav-actions .btn.ghost{
  gap:8px;
  padding-left:14px;
}
.nav-product-logo{
  width:22px;
  height:22px;
  border-radius:8px;
  display:inline-grid;
  place-items:center;
  flex:0 0 22px;
  color:var(--brand);
  background:rgba(220,38,38,.08);
  border:1px solid rgba(220,38,38,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
.nav-product-logo svg{
  width:15px;
  height:15px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hub-logo svg{width:16px;height:16px;}
@media (max-width:760px){
  .brand-logo-img.brand-logo-wordmark{width:148px;height:30px;}
  .nav-actions .btn.ghost span:not(.nav-product-logo){display:none;}
  .nav-actions .btn.ghost{width:40px;min-width:40px;padding:0;}
  .nav-product-logo{width:22px;height:22px;}
}
@media (max-width:520px){
  .nav-actions .btn.ghost{display:inline-flex;}
  .brand-logo-img.brand-logo-wordmark{width:132px;height:28px;}
}



/* =========================================================
   2026-06-05 terminal semantic color restore only
   Scope: first-screen terminal color meanings. Typography remains aligned;
   no content, layout, background, motion, spacing changes.
   ========================================================= */
.terminal .code{
  color:#d7d7d7 !important;
}
.terminal .code b{
  color:#eeeeee !important;
}
.terminal .terminal-head{
  color:#9b9b9b !important;
}
.terminal .code .prompt{
  color:#ff4d4f !important;
}
.terminal .code .muted-line{
  color:#7f8895 !important;
}
.terminal .code .ok{
  color:#22c55e !important;
}
.terminal .code .add{
  color:#22c55e !important;
}
.terminal .code .del{
  color:#facc15 !important;
}
.terminal .code .blue{
  color:#4da3ff !important;
}
.terminal .terminal-note{
  color:#f3f4f6 !important;
  border-left-color:#facc15 !important;
}



/* 2026-06-05: Contact section label correction.
   The "Get Started" text is only a section label, not a clickable button.
   Remove button-like pill styling only for this label; keep all other styles unchanged. */
.contact.tech-glass-contact .section-head .eyebrow{
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  min-height:auto !important;
  cursor:default !important;
  pointer-events:none !important;
}
.contact.tech-glass-contact .section-head .eyebrow:before{
  display:inline-block !important;
}


/* 2026-06-05: security diagram audit lane color correction only.
   Keep the semantic color consistent with the left-side Audit module and legend: Audit = green. */
#security .stack-panel .stack-lane.lane-audit{
  background:rgba(34,164,71,.08) !important;
  border-color:rgba(34,164,71,.46) !important;
}
#security .stack-panel .stack-lane.lane-audit .lane-num{
  background:#22a447 !important;
  color:#fff !important;
}
#security .stack-panel .stack-lane.lane-audit strong{
  color:#15803d !important;
}
#security .stack-panel .stack-lane.lane-audit .lane-chip{
  border-color:rgba(34,164,71,.14) !important;
}

/* =========================================================
   2026-06-05 AtomCode exact typography alignment
   Scope: font family / font size / font weight / line-height / letter spacing only.
   Source reference: atomcode site Tailwind fontFamily.sans + visible typography hierarchy.
   No content, color, spacing, component shape, background or layout structure changes.
   ========================================================= */
:root{
  --atom-font-sans:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Segoe UI",system-ui,sans-serif;
  --atom-font-mono:"SF Mono",SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html,body,button,input,textarea,select,
.nav,.brand,.links,.btn,
h1,h2,h3,p,span,a,li,div{
  font-family:var(--atom-font-sans) !important;
}
.code,.code *,
.terminal,.terminal *,
pre,code,kbd,samp{
  font-family:var(--atom-font-mono) !important;
}

/* Header / navigation: AtomCode top bar scale */
.nav .links,
.nav-actions .btn,
.brand{
  font-size:14px !important;
  line-height:20px !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
}

/* Hero: AtomCode first screen hierarchy */
.hero-kicker,
.eyebrow{
  font-size:14px !important;
  line-height:20px !important;
  font-weight:600 !important;
  letter-spacing:.01em !important;
  text-transform:none !important;
}
h1{
  font-size:clamp(48px,7.2vw,96px) !important;
  line-height:1 !important;
  font-weight:800 !important;
  letter-spacing:-.055em !important;
}
h1 .brand-title-line,
h1 .brand-word{
  line-height:1 !important;
  letter-spacing:-.055em !important;
  font-weight:800 !important;
}
h1 small{
  font-size:.28em !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:-.02em !important;
}
.hero-copy{
  font-size:20px !important;
  line-height:32px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.hero-actions .btn{
  font-size:16px !important;
  line-height:24px !important;
  font-weight:600 !important;
}
.pill{
  font-size:14px !important;
  line-height:20px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}

/* Terminal text */
.terminal-head{
  font-size:14px !important;
  line-height:20px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}
.code,
.code.terminal-real{
  font-size:14px !important;
  line-height:24px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.terminal-note{
  font-size:14px !important;
  line-height:22px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

/* Hero bottom data cards: number/title/description scale */
.strip-item span,
.hero-feature-strip .strip-item span,
.num,
.abbr{
  font-size:14px !important;
  line-height:20px !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
}
.strip-item h3,
.hero-feature-strip .strip-item h3{
  font-size:18px !important;
  line-height:28px !important;
  font-weight:700 !important;
  letter-spacing:-.01em !important;
}
.strip-item p,
.hero-feature-strip .strip-item p{
  font-size:14px !important;
  line-height:22px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

/* Section titles: AtomCode "## // 01 ..." level */
.section-head h2,
.contact.tech-glass-contact .section-head h2,
.contact .section-head h2{
  font-size:clamp(36px,4.5vw,48px) !important;
  line-height:1.12 !important;
  font-weight:800 !important;
  letter-spacing:-.04em !important;
}
.section-head p,
.contact.tech-glass-contact .section-head p,
.contact .section-head p{
  font-size:16px !important;
  line-height:26px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

/* Cards: AtomCode "### card title + body + pills/notes" scale */
.card h3,
.cap-card h3,
.sec-row h3,
.tech h3,
#ecosystem .eco-copy h3,
.browser-hero h3{
  font-size:20px !important;
  line-height:28px !important;
  font-weight:700 !important;
  letter-spacing:-.015em !important;
}
.card p,
.cap-card p,
.sec-row p,
.tech p,
#ecosystem .eco-copy > p,
#ecosystem .check,
.browser-hero p{
  font-size:15px !important;
  line-height:26px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.tag,
.lane-chip,
.tool-chip,
.contact-note,
.footer{
  font-size:13px !important;
  line-height:20px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}

/* Security stack internal hierarchy */
.stack-title{
  font-size:20px !important;
  line-height:28px !important;
  font-weight:700 !important;
  letter-spacing:-.015em !important;
}
.stack-subtitle{
  font-size:14px !important;
  line-height:22px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.stack-lane strong,
.lane-top{
  font-size:16px !important;
  line-height:24px !important;
  font-weight:700 !important;
  letter-spacing:-.01em !important;
}
.stack-lane span,
.lane-desc,
.stack-legend{
  font-size:13px !important;
  line-height:20px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

/* Contact mail text */
.contact.tech-glass-contact .mail,
.mail{
  font-size:20px !important;
  line-height:28px !important;
  font-weight:700 !important;
  letter-spacing:-.01em !important;
}

@media (max-width:980px){
  h1{font-size:clamp(44px,11vw,72px) !important;}
  .hero-copy{font-size:18px !important;line-height:30px !important;}
  .section-head h2,
  .contact.tech-glass-contact .section-head h2,
  .contact .section-head h2{font-size:clamp(32px,7vw,42px) !important;}
}
@media (max-width:640px){
  .nav .links,.nav-actions .btn,.brand{font-size:13px !important;line-height:18px !important;}
  .hero-kicker,.eyebrow{font-size:13px !important;line-height:18px !important;}
  h1{font-size:44px !important;line-height:1.04 !important;}
  .hero-copy{font-size:16px !important;line-height:28px !important;}
  .hero-actions .btn{font-size:15px !important;line-height:22px !important;}
  .section-head h2,
  .contact.tech-glass-contact .section-head h2,
  .contact .section-head h2{font-size:32px !important;line-height:1.16 !important;}
  .section-head p,
  .contact.tech-glass-contact .section-head p,
  .contact .section-head p{font-size:15px !important;line-height:24px !important;}
  .card h3,.cap-card h3,.sec-row h3,.tech h3,#ecosystem .eco-copy h3,.browser-hero h3{font-size:18px !important;line-height:26px !important;}
  .card p,.cap-card p,.sec-row p,.tech p,#ecosystem .eco-copy > p,#ecosystem .check,.browser-hero p{font-size:14px !important;line-height:24px !important;}
  .contact.tech-glass-contact .mail,.mail{font-size:18px !important;line-height:26px !important;}
}

/* 2026-06-05 minor header icon alignment refinement
   Goal: keep the two nav icons visually the same size and center the Hub mark. */
.nav-actions .btn.ghost{
  align-items:center !important;
}
.nav-product-logo{
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  min-height:22px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
.nav-product-logo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
}
.codewiki-logo img,
.hub-logo img{
  width:22px !important;
  height:22px !important;
}
/* Compensate the transparent canvas in the Hub icon so the main glyph feels truly centered */
.hub-logo img{
  transform:translateY(-1px) !important;
}
@media (max-width:760px){
  .nav-product-logo,
  .codewiki-logo img,
  .hub-logo img{
    width:22px !important;
    height:22px !important;
  }
}

/* 2026-06-05 contact module refinement
   Make the email icon and text feel more balanced and visually harmonious. */
.contact.tech-glass-contact .mail-wrap{
  gap:10px !important;
}
.contact.tech-glass-contact .mail{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:56px !important;
  gap:16px !important;
  padding:0 6px 0 0 !important;
  font-size:22px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:-.015em !important;
  color:var(--brand) !important;
  text-decoration:none !important;
}
.contact.tech-glass-contact .mail:before{
  width:48px !important;
  height:48px !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,rgba(220,38,38,.10),rgba(220,38,38,.05)) !important;
  border:1px solid rgba(220,38,38,.14) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92), 0 10px 24px rgba(220,38,38,.06) !important;
  flex:0 0 48px !important;
}
.contact.tech-glass-contact .mail:after{
  content:"✉" !important;
  left:15px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  font-size:14px !important;
  line-height:1 !important;
  color:var(--brand) !important;
}
.contact.tech-glass-contact .contact-note{
  margin-top:-2px !important;
  font-size:14px !important;
  line-height:1.7 !important;
  color:#9aa0ac !important;
}
@media (max-width:640px){
  .contact.tech-glass-contact .mail{
    min-height:50px !important;
    gap:14px !important;
    font-size:18px !important;
  }
  .contact.tech-glass-contact .mail:before{
    width:42px !important;
    height:42px !important;
    flex-basis:42px !important;
  }
  .contact.tech-glass-contact .mail:after{
    left:13px !important;
    font-size:13px !important;
  }
  .contact.tech-glass-contact .contact-note{
    font-size:13px !important;
  }
}

/* 2026-06-05 contact mail icon visual fix
   Ensure the icon actually changes and feels balanced with the email text. */
.contact .mail-wrap{
  gap:8px !important;
}
.contact .mail{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:16px !important;
  min-height:54px !important;
  padding:0 4px !important;
  font-size:22px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:-0.015em !important;
  color:var(--brand) !important;
  text-decoration:none !important;
}
.contact .mail:before{
  content:"" !important;
  width:46px !important;
  height:46px !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,rgba(220,38,38,.10),rgba(220,38,38,.05)) !important;
  border:1px solid rgba(220,38,38,.14) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94), 0 10px 24px rgba(220,38,38,.05) !important;
  flex:0 0 46px !important;
}
.contact .mail:after{
  content:"" !important;
  position:absolute !important;
  left:14px !important;
  top:50% !important;
  width:18px !important;
  height:18px !important;
  transform:translateY(-50%) !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23DC2626' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='M5.5 7l6.5 5 6.5-5'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-size:18px 18px !important;
  background-position:center !important;
}
.contact .contact-note{
  margin-top:0 !important;
  font-size:13px !important;
  line-height:1.7 !important;
  color:#9aa0ac !important;
}
@media (max-width:640px){
  .contact .mail{
    gap:14px !important;
    min-height:50px !important;
    font-size:18px !important;
  }
  .contact .mail:before{
    width:42px !important;
    height:42px !important;
    flex-basis:42px !important;
    border-radius:12px !important;
  }
  .contact .mail:after{
    left:12px !important;
    width:17px !important;
    height:17px !important;
    background-size:17px 17px !important;
  }
}

/* 2026-06-05 contact mail icon size + centering fix */
.contact .mail{
  gap:14px !important;
  min-height:48px !important;
  font-size:22px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
}
.contact .mail:before{
  width:40px !important;
  height:40px !important;
  flex:0 0 40px !important;
  border-radius:12px !important;
  background:linear-gradient(180deg,rgba(220,38,38,.08),rgba(220,38,38,.04)) !important;
  border:1px solid rgba(220,38,38,.16) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94) !important;
}
.contact .mail:after{
  left:12px !important;
  top:50% !important;
  width:16px !important;
  height:16px !important;
  transform:translateY(-50%) !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23DC2626' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='M5.5 7l6.5 5 6.5-5'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-size:16px 16px !important;
  background-position:center center !important;
}
@media (max-width:640px){
  .contact .mail{
    gap:12px !important;
    min-height:44px !important;
    font-size:18px !important;
  }
  .contact .mail:before{
    width:38px !important;
    height:38px !important;
    flex-basis:38px !important;
    border-radius:11px !important;
  }
  .contact .mail:after{
    left:11px !important;
    width:15px !important;
    height:15px !important;
    background-size:15px 15px !important;
  }
}

/* 2026-06-05 contact mail icon final fallback: keep only the icon glyph, remove outer frame */
.contact .mail{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  min-height:28px !important;
  padding-left:30px !important;
  gap:0 !important;
  font-size:22px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:-0.015em !important;
}
.contact .mail:before{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  border:0 !important;
  background:none !important;
  box-shadow:none !important;
}
.contact .mail:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:50% !important;
  width:18px !important;
  height:18px !important;
  transform:translateY(-50%) !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23DC2626' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.5'/%3E%3Cpath d='M5.5 7l6.5 5 6.5-5'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-size:18px 18px !important;
  background-position:center center !important;
}
@media (max-width:640px){
  .contact .mail{
    min-height:24px !important;
    padding-left:26px !important;
    font-size:18px !important;
  }
  .contact .mail:after{
    width:16px !important;
    height:16px !important;
    background-size:16px 16px !important;
  }
}

/* 2026-06-05 unify all red section mini-titles (eyebrows)
   Use one calm, consistent style across modules: centered text with thin lines on both sides. */
.section-head > .eyebrow,
.contact .section-head > .eyebrow,
.contact.tech-glass-contact .section-head > .eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  margin-bottom:18px !important;
  padding:0 !important;
  min-height:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  color:var(--brand) !important;
  font-size:14px !important;
  line-height:20px !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
  text-transform:none !important;
  cursor:default !important;
  pointer-events:none !important;
}
.section-head > .eyebrow:before,
.contact .section-head > .eyebrow:before,
.contact.tech-glass-contact .section-head > .eyebrow:before{
  content:"" !important;
  display:inline-block !important;
  width:32px !important;
  height:1px !important;
  flex:0 0 32px !important;
  border:0 !important;
  border-radius:0 !important;
  background:linear-gradient(90deg,transparent,var(--brand)) !important;
  box-shadow:none !important;
}
.section-head > .eyebrow:after,
.contact .section-head > .eyebrow:after,
.contact.tech-glass-contact .section-head > .eyebrow:after{
  content:"" !important;
  display:inline-block !important;
  width:32px !important;
  height:1px !important;
  flex:0 0 32px !important;
  border:0 !important;
  border-radius:0 !important;
  background:linear-gradient(90deg,var(--brand),transparent) !important;
  box-shadow:none !important;
}

/* 2026-06-05 spacing + full-width capability strip adjustment
   - Do not enhance or alter hero motion/texture/glow parameters.
   - Only normalize top/bottom whitespace and convert the capability strip to a full-width band. */
.hero{
  min-height:auto !important;
  display:block !important;
  align-items:initial !important;
  padding:56px 0 0 !important;
}
.hero .container.hero-grid{
  padding-top:0 !important;
}
.hero-grid{
  align-items:center !important;
}
.hero-feature-strip.reveal{
  opacity:1 !important;
  animation:none !important;
}
.hero-feature-strip{
  position:relative !important;
  left:50% !important;
  right:auto !important;
  bottom:auto !important;
  transform:translateX(-50%) !important;
  width:100vw !important;
  max-width:none !important;
  margin:42px 0 0 !important;
  border-left:0 !important;
  border-right:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
  box-shadow:0 14px 40px rgba(15,23,42,.035) !important;
}
.hero-feature-strip .container{
  width:min(1200px,calc(100% - 48px)) !important;
  margin:0 auto !important;
}
.hero-feature-strip .strip-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
.hero-feature-strip .strip-item{
  min-height:120px !important;
  padding:24px 30px !important;
}
@media (max-width:1100px){
  .hero{padding:48px 0 0 !important;}
  .hero-feature-strip{
    left:50% !important;
    transform:translateX(-50%) !important;
    width:100vw !important;
    margin-top:36px !important;
  }
  .hero-feature-strip .strip-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:640px){
  .hero{padding:40px 0 0 !important;}
  .hero-feature-strip{margin-top:28px !important;}
  .hero-feature-strip .container{width:min(100% - 28px,1200px) !important;}
  .hero-feature-strip .strip-grid{grid-template-columns:1fr !important;}
  .hero-feature-strip .strip-item{padding:22px 20px !important;}
}

/* 2026-06-05 correction: keep capability content in its original centered position;
   only extend the top and bottom divider lines to full viewport width. */
.hero-feature-strip{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  transform:none !important;
  width:min(1200px,calc(100% - 48px)) !important;
  max-width:1200px !important;
  margin:42px auto 0 !important;
  border-top:0 !important;
  border-bottom:0 !important;
  border-left:0 !important;
  border-right:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
  background:rgba(255,255,255,.72) !important;
  box-shadow:none !important;
}
.hero-feature-strip::before,
.hero-feature-strip::after{
  content:"";
  position:absolute;
  left:50%;
  width:100vw;
  height:1px;
  transform:translateX(-50%);
  background:rgba(220,38,38,.10);
  pointer-events:none;
}
.hero-feature-strip::before{top:0;}
.hero-feature-strip::after{bottom:0;}
.hero-feature-strip .container{
  width:100% !important;
  margin:0 auto !important;
}
@media (max-width:1100px){
  .hero-feature-strip{
    width:min(100% - 48px,1200px) !important;
    margin-top:36px !important;
  }
}
@media (max-width:640px){
  .hero-feature-strip{
    width:min(100% - 28px,1200px) !important;
    margin-top:28px !important;
  }
}

/* 2026-06-05 spacing refinement:
   enlarge the two highlighted whitespace areas with a relaxed TDesign-like rhythm,
   while keeping the hero content position and the strip layout unchanged. */
.hero{
  padding-top:112px !important;
  padding-bottom:0 !important;
}
.hero .container.hero-grid{
  padding-bottom:0 !important;
}
.hero-copy-col .hero-actions{
  margin-top:48px !important;
}
.hero-feature-strip{
  margin-top:120px !important;
}
@media (max-width:1100px){
  .hero{
    padding-top:88px !important;
  }
  .hero-feature-strip{
    margin-top:88px !important;
  }
}
@media (max-width:640px){
  .hero{
    padding-top:64px !important;
  }
  .hero-feature-strip{
    margin-top:56px !important;
  }
}

/* 2026-06-05 symmetry refinement:
   add a matching left divider line in the feature strip to mirror the right-side outer divider. */
.hero-feature-strip .strip-item:first-child{
  border-left:1px solid rgba(220,38,38,.07) !important;
}
@media (max-width:640px){
  .hero-feature-strip .strip-item:first-child{
    border-left:0 !important;
  }
}

/* 2026-06-05 tech stack card fix:
   repair the broken card decoration and switch to a cleaner, stable card style. */
#tech .tech-grid{
  gap:20px !important;
  align-items:stretch !important;
}
#tech .tech{
  position:relative !important;
  overflow:hidden !important;
  min-height:184px !important;
  padding:24px 24px 22px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.82)) !important;
  border:1px solid rgba(229,231,235,.92) !important;
  box-shadow:0 16px 40px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.95) !important;
  transform:none !important;
}
#tech .tech:after{
  display:none !important;
}
#tech .tech:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(220,38,38,.08), transparent 38%);
  pointer-events:none;
}
#tech .tech:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(220,38,38,.18) !important;
  box-shadow:0 22px 56px rgba(15,23,42,.07), 0 10px 26px rgba(220,38,38,.06), inset 0 1px 0 rgba(255,255,255,.96) !important;
}
#tech .abbr{
  width:40px !important;
  height:40px !important;
  border-radius:12px !important;
  margin-bottom:18px !important;
  position:relative;
  z-index:1;
}
#tech .tech h3,
#tech .tech p{
  position:relative;
  z-index:1;
}
#tech .tech h3{
  font-size:16px !important;
  line-height:1.35 !important;
  margin:0 !important;
}
#tech .tech p{
  margin-top:10px !important;
  font-size:13px !important;
  line-height:1.72 !important;
}
@media (max-width:980px){
  #tech .tech-grid{gap:16px !important;}
}

/* 2026-06-05 header brand button update:
   use the provided CodeWiki and SmartCode Hub logos and map each button to its brand color. */
.nav-actions .btn.ghost{
  padding-left:12px !important;
  padding-right:16px !important;
  border-width:1px !important;
  background:rgba(255,255,255,.86) !important;
}
.nav-product-logo{
  width:20px !important;
  height:20px !important;
  border-radius:6px !important;
  overflow:hidden !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.nav-product-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:inherit;
}
.codewiki-btn{
  color:#5B61F6 !important;
  border-color:rgba(91,97,246,.22) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(91,97,246,.03)) !important;
  box-shadow:0 10px 24px rgba(91,97,246,.08), inset 0 1px 0 rgba(255,255,255,.92) !important;
}
.codewiki-btn:hover{
  border-color:rgba(91,97,246,.34) !important;
  box-shadow:0 14px 30px rgba(91,97,246,.12), inset 0 1px 0 rgba(255,255,255,.94) !important;
}
.hub-btn{
  color:#DC2626 !important;
  border-color:rgba(220,38,38,.20) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(220,38,38,.03)) !important;
  box-shadow:0 10px 24px rgba(220,38,38,.08), inset 0 1px 0 rgba(255,255,255,.92) !important;
}
.hub-btn:hover{
  border-color:rgba(220,38,38,.30) !important;
  box-shadow:0 14px 30px rgba(220,38,38,.12), inset 0 1px 0 rgba(255,255,255,.94) !important;
}
@media (max-width:760px){
  .nav-actions .btn.ghost{
    padding:0 !important;
  }
  .nav-product-logo{
    width:22px !important;
    height:22px !important;
  }
}

/* 2026-06-05 enterprise security semantic color refinement
   Match the reference semantics: 01 green, 02 blue, 03 amber, 04 red.
   Keep the overall layout and spacing calm and readable. */
#security{
  --sec-green:#22c55e;
  --sec-green-bg:rgba(34,197,94,.09);
  --sec-blue:#3b82f6;
  --sec-blue-bg:rgba(59,130,246,.08);
  --sec-amber:#f59e0b;
  --sec-amber-bg:rgba(245,158,11,.09);
  --sec-red:#ef4444;
  --sec-red-bg:rgba(239,68,68,.08);
}
#security .security-grid{
  gap:40px !important;
  align-items:stretch !important;
}
#security .security-list{
  background:linear-gradient(180deg,rgba(255,255,255,.90),rgba(255,255,255,.76)) !important;
  border:1px solid rgba(229,231,235,.95) !important;
  box-shadow:0 18px 48px rgba(15,23,42,.055), inset 0 1px 0 rgba(255,255,255,.94) !important;
}
#security .sec-row{
  position:relative;
  grid-template-columns:56px 1fr !important;
  gap:22px !important;
  padding:30px 30px 30px 34px !important;
  min-height:150px;
  align-items:flex-start !important;
  border-bottom:1px solid rgba(229,231,235,.85) !important;
  background:transparent !important;
}
#security .sec-row:last-child{border-bottom:0 !important;}
#security .sec-row::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  border-radius:0 3px 3px 0;
}
#security .sec-row .icon{
  width:46px !important;
  height:46px !important;
  margin-top:2px !important;
  border-radius:12px !important;
  border:1px solid transparent;
  box-shadow:none !important;
}
#security .sec-row .icon svg{width:22px;height:22px;}
#security .sec-row h3{
  font-size:17px !important;
  line-height:1.35 !important;
  margin:0 !important;
}
#security .sec-row p{
  margin-top:10px !important;
  font-size:13px !important;
  line-height:1.82 !important;
}
#security .sec-row:nth-child(1)::before{background:var(--sec-green);}
#security .sec-row:nth-child(1) .icon{background:var(--sec-green-bg) !important;border-color:rgba(34,197,94,.14) !important;color:var(--sec-green) !important;}
#security .sec-row:nth-child(1) h3{color:#15803d !important;}
#security .sec-row:nth-child(2)::before{background:var(--sec-blue);}
#security .sec-row:nth-child(2) .icon{background:var(--sec-blue-bg) !important;border-color:rgba(59,130,246,.14) !important;color:var(--sec-blue) !important;}
#security .sec-row:nth-child(2) h3{color:#2563eb !important;}
#security .sec-row:nth-child(3)::before{background:var(--sec-amber);}
#security .sec-row:nth-child(3) .icon{background:var(--sec-amber-bg) !important;border-color:rgba(245,158,11,.16) !important;color:var(--sec-amber) !important;}
#security .sec-row:nth-child(3) h3{color:#d97706 !important;}
#security .sec-row:nth-child(4)::before{background:var(--sec-red);}
#security .sec-row:nth-child(4) .icon{background:var(--sec-red-bg) !important;border-color:rgba(239,68,68,.14) !important;color:var(--sec-red) !important;}
#security .sec-row:nth-child(4) h3{color:#dc2626 !important;}

#security .stack-panel{
  padding:28px 28px 24px !important;
  border-radius:28px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(250,250,251,.88)) !important;
  border:1px solid rgba(229,231,235,.96) !important;
  box-shadow:0 22px 56px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.96) !important;
}
#security .stack-panel:before{
  background:none !important;
  border:0 !important;
}
#security .stack-title{
  font-size:15px !important;
  line-height:1.5 !important;
  margin-bottom:20px !important;
}
#security .stack-lane{
  position:relative !important;
  min-height:82px !important;
  padding:16px 18px 16px 20px !important;
  margin-bottom:14px !important;
  border-width:1.5px !important;
  border-style:solid !important;
  border-radius:18px !important;
  box-shadow:none !important;
  overflow:hidden;
}
#security .stack-lane:before{
  width:12px !important;
  height:12px !important;
  left:18px !important;
  top:18px !important;
  box-shadow:none !important;
}
#security .stack-lane strong,
#security .stack-lane span{
  margin-left:28px !important;
  position:relative;
  z-index:1;
}
#security .stack-lane strong{
  font-size:15px !important;
  line-height:1.35 !important;
}
#security .stack-lane span{
  margin-top:7px !important;
  font-size:12px !important;
  line-height:1.6 !important;
}
#security .stack-lane:nth-of-type(1){background:var(--sec-green-bg) !important;border-color:rgba(34,197,94,.55) !important;}
#security .stack-lane:nth-of-type(1):before{background:var(--sec-green) !important;}
#security .stack-lane:nth-of-type(1) strong{color:#15803d !important;}
#security .stack-lane:nth-of-type(2){background:var(--sec-blue-bg) !important;border-color:rgba(59,130,246,.52) !important;}
#security .stack-lane:nth-of-type(2):before{background:var(--sec-blue) !important;}
#security .stack-lane:nth-of-type(2) strong{color:#2563eb !important;}
#security .stack-lane:nth-of-type(3){background:var(--sec-amber-bg) !important;border-color:rgba(245,158,11,.55) !important;}
#security .stack-lane:nth-of-type(3):before{background:var(--sec-amber) !important;}
#security .stack-lane:nth-of-type(3) strong{color:#d97706 !important;}
#security .stack-lane:nth-of-type(4){background:var(--sec-red-bg) !important;border-color:rgba(239,68,68,.55) !important;}
#security .stack-lane:nth-of-type(4):before{background:var(--sec-red) !important;}
#security .stack-lane:nth-of-type(4) strong{color:#dc2626 !important;}

@media (max-width:980px){
  #security .security-grid{gap:28px !important;}
}
@media (max-width:640px){
  #security .sec-row{
    grid-template-columns:1fr !important;
    gap:16px !important;
    padding:24px 20px 24px 24px !important;
    min-height:auto;
  }
  #security .stack-panel{padding:22px 18px 18px !important;}
}

/* 2026-06-05 security logic structure optimization
   Right-side architecture follows the reference logic with downward arrows.
   Left/right columns are balanced to the same visual height. */
#security{
  --sec-blue:#4f7cff;
  --sec-blue-line:rgba(79,124,255,.36);
  --sec-blue-bg:rgba(79,124,255,.08);
  --sec-green:#22a447;
  --sec-green-line:rgba(34,164,71,.34);
  --sec-green-bg:rgba(34,164,71,.08);
  --sec-amber:#d9960b;
  --sec-amber-line:rgba(217,150,11,.34);
  --sec-amber-bg:rgba(217,150,11,.08);
  --sec-red:#e23b34;
  --sec-red-line:rgba(226,59,52,.34);
  --sec-red-bg:rgba(226,59,52,.08);
  --sec-arrow:#8a8fa8;
}
#security .security-grid{
  grid-template-columns:minmax(0,.97fr) minmax(0,1.03fr) !important;
  gap:42px !important;
  align-items:stretch !important;
}
#security .security-list,
#security .stack-panel{
  min-height:648px !important;
  height:100% !important;
}
#security .security-list{
  display:flex !important;
  flex-direction:column !important;
}
#security .sec-row{
  flex:1 1 0 !important;
  min-height:0 !important;
}
/* remap left semantic colors to match the latest reference: blue, green, amber, red */
#security .sec-row:nth-child(1)::before{background:var(--sec-blue) !important;}
#security .sec-row:nth-child(1) .icon{background:var(--sec-blue-bg) !important;border-color:rgba(79,124,255,.18) !important;color:var(--sec-blue) !important;}
#security .sec-row:nth-child(1) h3{color:#2d4fd1 !important;}
#security .sec-row:nth-child(2)::before{background:var(--sec-green) !important;}
#security .sec-row:nth-child(2) .icon{background:var(--sec-green-bg) !important;border-color:rgba(34,164,71,.16) !important;color:var(--sec-green) !important;}
#security .sec-row:nth-child(2) h3{color:#15803d !important;}
#security .sec-row:nth-child(3)::before{background:var(--sec-amber) !important;}
#security .sec-row:nth-child(3) .icon{background:var(--sec-amber-bg) !important;border-color:rgba(217,150,11,.16) !important;color:var(--sec-amber) !important;}
#security .sec-row:nth-child(3) h3{color:#b77907 !important;}
#security .sec-row:nth-child(4)::before{background:var(--sec-red) !important;}
#security .sec-row:nth-child(4) .icon{background:var(--sec-red-bg) !important;border-color:rgba(226,59,52,.16) !important;color:var(--sec-red) !important;}
#security .sec-row:nth-child(4) h3{color:#c92c27 !important;}

#security .stack-panel{
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  padding:22px 22px 18px !important;
  border-radius:28px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.93),rgba(249,250,252,.90)) !important;
}
#security .stack-head{
  text-align:center;
  padding:2px 8px 14px;
}
#security .stack-title{
  margin:0 !important;
  font-size:16px !important;
  font-weight:900 !important;
  line-height:1.4 !important;
}
#security .stack-subtitle{
  margin-top:6px;
  font-size:12px;
  line-height:1.6;
  color:#8a8fa0;
}
#security .stack-lane{
  position:relative !important;
  min-height:104px !important;
  padding:14px 16px 14px 18px !important;
  margin:0 !important;
  border-width:2px !important;
  border-style:solid !important;
  border-radius:18px !important;
  box-shadow:none !important;
  overflow:hidden;
}
#security .stack-lane:before{display:none !important;}
#security .lane-top{
  display:flex;
  align-items:center;
  gap:10px;
}
#security .lane-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  color:#fff;
  font-size:15px;
  font-weight:800;
  line-height:1;
  flex:0 0 28px;
}
#security .stack-lane strong,
#security .stack-lane span{
  margin-left:0 !important;
}
#security .stack-lane strong{
  font-size:16px !important;
  line-height:1.35 !important;
}
#security .lane-desc{
  display:block;
  margin-top:6px;
  font-size:12px;
  line-height:1.55;
  color:#8f95a3;
}
#security .lane-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
#security .lane-chip{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 14px;
  border-radius:10px;
  border:1px solid rgba(17,18,22,.08);
  background:rgba(255,255,255,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
  color:#5f6474;
  font-size:12px;
  font-weight:700;
}
#security .stack-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  color:var(--sec-arrow);
  font-size:20px;
  line-height:1;
  font-weight:700;
}
#security .lane-identity{background:var(--sec-blue-bg) !important;border-color:var(--sec-blue-line) !important;}
#security .lane-identity .lane-num{background:var(--sec-blue) !important;}
#security .lane-identity strong{color:#2d4fd1 !important;}
#security .lane-audit{background:var(--sec-green-bg) !important;border-color:var(--sec-green-line) !important;}
#security .lane-audit .lane-num{background:var(--sec-green) !important;}
#security .lane-audit strong{color:#15803d !important;}
#security .lane-data{background:var(--sec-amber-bg) !important;border-color:var(--sec-amber-line) !important;}
#security .lane-data .lane-num{background:var(--sec-amber) !important;}
#security .lane-data strong{color:#b77907 !important;}
#security .lane-exec{background:var(--sec-red-bg) !important;border-color:var(--sec-red-line) !important;}
#security .lane-exec .lane-num{background:var(--sec-red) !important;}
#security .lane-exec strong{color:#c92c27 !important;}
#security .stack-legend{
  margin-top:auto;
  padding-top:14px;
  border-top:1px solid rgba(229,231,235,.88);
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  color:#6c7280;
  font-size:12px;
}
#security .legend-dot{
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  margin-right:8px;
  vertical-align:-1px;
}
#security .dot-blue{background:var(--sec-blue);}
#security .dot-green{background:var(--sec-green);}
#security .dot-amber{background:var(--sec-amber);}
#security .dot-red{background:var(--sec-red);}
@media (max-width:980px){
  #security .security-grid{
    grid-template-columns:1fr !important;
    gap:28px !important;
  }
  #security .security-list,
  #security .stack-panel{
    min-height:auto !important;
  }
}
@media (max-width:640px){
  #security .stack-panel{
    padding:18px 16px 16px !important;
  }
  #security .stack-lane{
    min-height:auto !important;
    padding:14px 12px 14px 14px !important;
  }
  #security .lane-chip{
    min-height:30px;
    padding:0 12px;
  }
  #security .stack-legend{
    gap:12px;
  }
}

/* 2026-06-05 ecosystem section alignment
   Strictly follow the provided copy, keep section-head structure consistent with other modules,
   and use the provided attachments on the right without invented content. */
#ecosystem .section-head{
  margin-bottom:56px !important;
}
#ecosystem .eco.eco-layout{
  display:grid !important;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr) !important;
  gap:56px !important;
  align-items:center !important;
}
#ecosystem .eco-copy h3{
  font-size:28px !important;
  line-height:1.28 !important;
  letter-spacing:-.03em !important;
  margin:0 0 22px !important;
}
#ecosystem .eco-copy > p{
  margin:0 !important;
  color:#6b7280 !important;
  font-size:15px !important;
  line-height:1.9 !important;
}
#ecosystem .check-list{
  gap:18px !important;
  margin-top:32px !important;
}
#ecosystem .check{
  gap:14px !important;
  align-items:flex-start !important;
  color:#303544 !important;
  line-height:1.8 !important;
  font-size:15px !important;
}
#ecosystem .check b{
  width:30px !important;
  height:30px !important;
  flex:0 0 30px !important;
  margin-top:1px;
  border-radius:999px !important;
  background:rgba(220,38,38,.08) !important;
  color:var(--brand) !important;
  font-weight:900 !important;
  font-size:15px !important;
}
#ecosystem .check strong{
  color:#171923;
}
#ecosystem .eco-visual{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
}
#ecosystem .eco-shot{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(229,231,235,.95);
  box-shadow:0 24px 70px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.95);
}
#ecosystem .eco-shot img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
#ecosystem .shot-main{
  width:min(100%,780px);
  aspect-ratio: 828 / 599;
}
#ecosystem .shot-main img{
  object-position:center top;
}
#ecosystem .shot-float{
  position:absolute;
  left:-26px;
  bottom:26px;
  width:min(300px,36%);
  aspect-ratio: 1919 / 877;
  border-radius:24px;
  box-shadow:0 18px 50px rgba(15,23,42,.12), 0 8px 22px rgba(220,38,38,.07);
}
#ecosystem .shot-float img{
  object-position:68% 55%;
}
@media (max-width:1100px){
  #ecosystem .section-head{
    margin-bottom:40px !important;
  }
  #ecosystem .eco.eco-layout{
    grid-template-columns:1fr !important;
    gap:38px !important;
  }
  #ecosystem .eco-visual{
    min-height:auto;
    padding-bottom:32px;
  }
  #ecosystem .shot-float{
    left:20px;
    bottom:0;
    width:min(280px,40%);
  }
}
@media (max-width:640px){
  #ecosystem .eco-copy h3{
    font-size:24px !important;
  }
  #ecosystem .eco-copy > p,
  #ecosystem .check{
    font-size:14px !important;
  }
  #ecosystem .check-list{
    gap:14px !important;
    margin-top:24px !important;
  }
  #ecosystem .check b{
    width:26px !important;
    height:26px !important;
    flex-basis:26px !important;
    font-size:14px !important;
  }
  #ecosystem .shot-float{
    position:relative;
    left:auto;
    bottom:auto;
    width:100%;
    margin-top:14px;
    aspect-ratio:auto;
  }
  #ecosystem .eco-visual{
    display:block;
    padding-bottom:0;
  }
}

/* 2026-06-05 ecosystem visual fix:
   Remove the awkward floating overlap; keep the two provided images in a clean,
   unified right-side visual stack with consistent spacing and no cropped logo. */
#ecosystem .eco-visual{
  min-height:auto !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:center !important;
  gap:18px !important;
  padding:0 !important;
}
#ecosystem .eco-shot{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  top:auto !important;
  width:100% !important;
  border-radius:28px !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid rgba(229,231,235,.94) !important;
  box-shadow:0 22px 60px rgba(15,23,42,.075), inset 0 1px 0 rgba(255,255,255,.95) !important;
}
#ecosystem .shot-main{
  aspect-ratio: 16 / 9 !important;
}
#ecosystem .shot-main img{
  object-fit:cover !important;
  object-position:center top !important;
}
#ecosystem .shot-float{
  aspect-ratio: 1919 / 877 !important;
  max-width:82% !important;
  margin:0 auto !important;
  border-radius:22px !important;
  box-shadow:0 16px 42px rgba(15,23,42,.09), 0 8px 22px rgba(220,38,38,.055) !important;
}
#ecosystem .shot-float img{
  object-fit:cover !important;
  object-position:center center !important;
}
#ecosystem .section-head h2{
  max-width:900px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
@media (max-width:1100px){
  #ecosystem .shot-float{
    max-width:100% !important;
  }
}
@media (max-width:640px){
  #ecosystem .eco-visual{
    gap:12px !important;
  }
  #ecosystem .eco-shot{
    border-radius:20px !important;
  }
  #ecosystem .shot-main{
    aspect-ratio: 16 / 10 !important;
  }
  #ecosystem .shot-float{
    border-radius:18px !important;
  }
}

/* 2026-06-05 remove the lower screenshot block in ecosystem visual */
#ecosystem .shot-float{
  display:none !important;
}
#ecosystem .eco-visual{
  gap:0 !important;
}
#ecosystem .shot-main{
  margin:0 auto !important;
}

/* =========================================================
   2026-06-05 AtomCode typography correction pass
   Scope: font family / font size / font weight / line-height / letter spacing only.
   Fixes previous mismatch: hero title 96px -> AtomCode 60px; hero subtitle 20px -> AtomCode 16px.
   No content, color, spacing, background, shape or layout structure changes.
   ========================================================= */
:root{
  --atom-font-sans:"PingFang SC","Microsoft YaHei",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --atom-font-mono:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html,body,button,input,textarea,select,
.nav,.brand,.links,.btn,
h1,h2,h3,p,span,a,li,div{
  font-family:var(--atom-font-sans) !important;
}
.code,.code *,
.terminal,.terminal *,
pre,code,kbd,samp{
  font-family:var(--atom-font-mono) !important;
}

/* Top navigation */
.nav .links,
.nav-actions .btn,
.brand{
  font-size:14px !important;
  line-height:20px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}

/* Hero typography aligned to AtomCode: main title 60px, subtitle 16px */
h1{
  font-size:60px !important;
  line-height:1.05 !important;
  font-weight:700 !important;
  letter-spacing:-0.035em !important;
}
h1 .brand-title-line,
h1 .brand-word{
  font-size:inherit !important;
  line-height:inherit !important;
  font-weight:inherit !important;
  letter-spacing:inherit !important;
}
h1 small{
  font-size:.28em !important;
  line-height:1.1 !important;
  font-weight:600 !important;
  letter-spacing:-.01em !important;
}
.hero-copy{
  font-size:16px !important;
  line-height:28px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.eyebrow,
.hero-kicker{
  font-size:14px !important;
  line-height:20px !important;
  font-weight:500 !important;
  letter-spacing:.02em !important;
}
.hero-actions .btn{
  font-size:14px !important;
  line-height:20px !important;
  font-weight:600 !important;
}
.pill{
  font-size:13px !important;
  line-height:20px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

/* Terminal / code */
.terminal-head{
  font-size:13px !important;
  line-height:20px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.code,
.code.terminal-real{
  font-size:14px !important;
  line-height:24px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.terminal-note{
  font-size:14px !important;
  line-height:22px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

/* Hero bottom cards / metric cards */
.strip-item span,
.hero-feature-strip .strip-item span,
.num,
.abbr{
  font-size:12px !important;
  line-height:18px !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
}
.strip-item h3,
.hero-feature-strip .strip-item h3{
  font-size:18px !important;
  line-height:26px !important;
  font-weight:600 !important;
  letter-spacing:-.01em !important;
}
.strip-item p,
.hero-feature-strip .strip-item p{
  font-size:14px !important;
  line-height:22px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

/* Section headings / subtitles */
.section-head h2,
.contact.tech-glass-contact .section-head h2,
.contact .section-head h2{
  font-size:32px !important;
  line-height:40px !important;
  font-weight:700 !important;
  letter-spacing:-.025em !important;
}
.section-head p,
.contact.tech-glass-contact .section-head p,
.contact .section-head p{
  font-size:16px !important;
  line-height:26px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

/* Card title / body / notes */
.card h3,
.cap-card h3,
.sec-row h3,
.tech h3,
#ecosystem .eco-copy h3,
.browser-hero h3,
.stack-title,
.stack-lane strong{
  font-size:18px !important;
  line-height:26px !important;
  font-weight:600 !important;
  letter-spacing:-.01em !important;
}
.card p,
.cap-card p,
.sec-row p,
.tech p,
#ecosystem .eco-copy > p,
#ecosystem .check,
.browser-hero p,
.stack-lane span{
  font-size:14px !important;
  line-height:24px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.tag,
.lane-chip,
.tool-chip,
.contact-note,
.footer{
  font-size:12px !important;
  line-height:18px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
}

/* Responsive scale only for small screens; desktop remains exact 60/16 */
@media (max-width:640px){
  h1{font-size:42px !important;line-height:1.08 !important;}
  .hero-copy{font-size:15px !important;line-height:26px !important;}
  .section-head h2,
  .contact.tech-glass-contact .section-head h2,
  .contact .section-head h2{font-size:28px !important;line-height:36px !important;}
}


/* =========================================================
   2026-06-05 AtomCode hero terminal typography fix only
   Scope: first-screen right terminal text size / font weight / mono font.
   No content, layout, color, background, motion, spacing changes.
   ========================================================= */
.terminal,
.terminal-head,
.terminal .code,
.terminal .code div,
.terminal .terminal-note{
  font-family:"SFMono-Regular","Cascadia Mono","JetBrains Mono","Fira Code","Menlo","Monaco","Consolas","Liberation Mono","Courier New",monospace !important;
  letter-spacing:0 !important;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
.terminal-head{
  font-size:12px !important;
  line-height:18px !important;
  font-weight:400 !important;
}
.terminal-head span{
  font-size:12px !important;
  line-height:18px !important;
  font-weight:400 !important;
}
.terminal .code{
  font-size:13px !important;
  line-height:22px !important;
  font-weight:400 !important;
}
.terminal .code div{
  font-size:13px !important;
  line-height:22px !important;
  font-weight:400 !important;
}
.terminal .code b,
.terminal-real b{
  font-weight:500 !important;
}
.terminal-real .prompt,
.terminal-real .ok,
.terminal-real .add,
.terminal-real .del,
.terminal-real .blue,
.terminal .code .prompt,
.terminal .code .ok,
.terminal .code .add,
.terminal .code .del,
.terminal .code .blue{
  font-weight:500 !important;
}
.terminal .terminal-note{
  font-size:13px !important;
  line-height:22px !important;
  font-weight:400 !important;
}
@media (max-width:640px){
  .terminal-head,
  .terminal-head span{
    font-size:12px !important;
    line-height:18px !important;
  }
  .terminal .code,
  .terminal .code div,
  .terminal .terminal-note{
    font-size:12px !important;
    line-height:20px !important;
  }
}

/* 2026-06-05: make Get Started a pure section title label, not a button-like control.
   Scope: only the contact section eyebrow. No content/layout changes elsewhere. */
.contact.tech-glass-contact .section-head > .eyebrow,
.contact .section-head > .eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  padding:0 !important;
  min-height:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  color:var(--brand) !important;
  font-size:14px !important;
  line-height:20px !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
  text-transform:none !important;
  cursor:default !important;
  pointer-events:none !important;
}
.contact.tech-glass-contact .section-head > .eyebrow:before,
.contact .section-head > .eyebrow:before{
  content:"" !important;
  display:inline-block !important;
  width:32px !important;
  height:1px !important;
  flex:0 0 32px !important;
  border:0 !important;
  border-radius:0 !important;
  background:linear-gradient(90deg,transparent,var(--brand)) !important;
  box-shadow:none !important;
}
.contact.tech-glass-contact .section-head > .eyebrow:after,
.contact .section-head > .eyebrow:after{
  content:"" !important;
  display:inline-block !important;
  width:32px !important;
  height:1px !important;
  flex:0 0 32px !important;
  background:linear-gradient(90deg,var(--brand),transparent) !important;
}

/* 2026-06-05: hero capability keywords as non-clickable tags, AtomCode-inspired.
   Scope: only the first-screen .hero-kicker labels. No content, hero title, terminal or layout changes elsewhere. */
.hero-kicker{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin-bottom:16px !important;
  font-size:13px !important;
  line-height:20px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  color:#374151 !important;
  pointer-events:none !important;
}
.hero-kicker span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:28px !important;
  padding:0 11px !important;
  border:1px solid rgba(220,38,38,.13) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.72) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88), 0 8px 20px rgba(220,38,38,.045) !important;
  color:#3f4652 !important;
  font-size:13px !important;
  line-height:20px !important;
  font-weight:500 !important;
  white-space:nowrap !important;
  cursor:default !important;
}
.hero-kicker span::before{
  content:"" !important;
  width:5px !important;
  height:5px !important;
  margin-right:7px !important;
  border-radius:50% !important;
  background:var(--brand) !important;
  opacity:.78 !important;
  flex:0 0 auto !important;
}
@media (max-width:640px){
  .hero-kicker{gap:6px !important;margin-bottom:14px !important;}
  .hero-kicker span{height:26px !important;padding:0 9px !important;font-size:12px !important;line-height:18px !important;}
}

/* 2026-06-05: final font stack update.
   English product words use Inter first; HarmonyOS Sans improves Chinese UI feel where available. */
:root{
  --font-sans:
    "Inter",
    "HarmonyOS Sans SC",
    "HarmonyOS Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Microsoft YaHei",
    "Source Han Sans CN",
    sans-serif !important;
  --font-display:var(--font-sans) !important;
  --atom-font-sans:var(--font-sans) !important;
}
body, button, input, textarea, select{
  font-family:var(--font-sans) !important;
}
h1, h2, h3, .brand, .btn, .section-head h2, .card h3, .cap-card h3, .tech h3{
  font-family:var(--font-sans) !important;
}
/* Hero title: keep existing AtomCode-aligned sizing; only update font stack. */
.hero h1{
  font-family:var(--font-sans) !important;
  font-size:60px !important;
  line-height:1.12 !important;
  font-weight:700 !important;
  letter-spacing:-0.02em !important;
}
.hero h1 .brand-word,
.hero h1 small{
  font-family:var(--font-sans) !important;
}
.hero h1 .brand-word{
  letter-spacing:-0.035em !important;
}
@media (max-width:640px){
  .hero h1{
    font-size:42px !important;
    line-height:1.15 !important;
  }
}

/* 2026-06-08 security section compact layout refinement
   Remove bottom legend space and compress chips/lanes so the two-column layout breathes naturally. */
#security .security-grid{
  align-items:center !important;
}
#security .security-list,
#security .stack-panel{
  min-height:0 !important;
  height:auto !important;
}
#security .security-list{
  display:block !important;
}
#security .sec-row{
  flex:none !important;
  grid-template-columns:50px 1fr !important;
  gap:18px !important;
  padding:24px 28px 24px 32px !important;
  min-height:auto !important;
}
#security .sec-row .icon{
  width:42px !important;
  height:42px !important;
  border-radius:12px !important;
}
#security .sec-row .icon svg{
  width:20px !important;
  height:20px !important;
}
#security .sec-row h3{
  font-size:16px !important;
  line-height:1.32 !important;
}
#security .sec-row p{
  margin-top:8px !important;
  font-size:12px !important;
  line-height:1.68 !important;
}
#security .stack-panel{
  padding:22px 22px 20px !important;
}
#security .stack-head{
  padding:0 8px 12px !important;
}
#security .stack-title{
  font-size:15px !important;
}
#security .stack-subtitle{
  margin-top:5px !important;
  font-size:11px !important;
  line-height:1.5 !important;
}
#security .stack-lane{
  min-height:0 !important;
  padding:12px 14px 12px 16px !important;
  border-width:1.5px !important;
  border-radius:16px !important;
}
#security .lane-num{
  width:24px !important;
  height:24px !important;
  flex-basis:24px !important;
  font-size:12px !important;
}
#security .lane-top{
  gap:9px !important;
}
#security .stack-lane strong{
  font-size:14px !important;
  line-height:1.3 !important;
}
#security .lane-desc{
  margin-top:5px !important;
  font-size:11px !important;
  line-height:1.45 !important;
}
#security .lane-chips{
  gap:6px !important;
  margin-top:9px !important;
}
#security .lane-chip{
  min-height:26px !important;
  padding:0 11px !important;
  border-radius:8px !important;
  font-size:11px !important;
  font-weight:650 !important;
  line-height:1 !important;
}
#security .stack-arrow{
  min-height:26px !important;
  font-size:18px !important;
}
#security .stack-legend{
  display:none !important;
}
@media (max-width:640px){
  #security .sec-row{
    grid-template-columns:1fr !important;
    padding:22px 20px 22px 24px !important;
  }
  #security .lane-chip{
    min-height:24px !important;
    padding:0 10px !important;
  }
}


/* 2026-06-08 capability + tech card simplification */
#capabilities .cap-card::after,
#capabilities .cap-card::before,
#tech .tech::before,
#tech .tech::after{
  display:none !important;
  content:none !important;
}
#capabilities .cap-card{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.9)) !important;
  border:1px solid rgba(229,231,235,.92) !important;
  box-shadow:0 16px 40px rgba(15,23,42,.045), inset 0 1px 0 rgba(255,255,255,.95) !important;
  min-height:250px !important;
  padding:26px 28px 24px !important;
}
#capabilities .cap-card:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(220,38,38,.18) !important;
  box-shadow:0 22px 54px rgba(15,23,42,.06), 0 8px 24px rgba(220,38,38,.05), inset 0 1px 0 rgba(255,255,255,.96) !important;
}
#capabilities .cap-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
#capabilities .num{
  margin:0 !important;
  font-size:24px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
  color:var(--brand) !important;
}
#capabilities .cap-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:var(--brand);
  background:linear-gradient(180deg,rgba(220,38,38,.08),rgba(220,38,38,.04));
  border:1px solid rgba(220,38,38,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
#capabilities .cap-icon svg{
  width:24px;
  height:24px;
}
#capabilities .cap-card h3{
  margin:0;
}
#capabilities .cap-card p{
  color:var(--muted);
}
#capabilities .cap-card .tags{
  padding-top:20px !important;
}
#tech .tech{
  min-height:176px !important;
  padding:24px !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(229,231,235,.92) !important;
  box-shadow:0 14px 34px rgba(15,23,42,.04), inset 0 1px 0 rgba(255,255,255,.95) !important;
}
#tech .tech:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(220,38,38,.16) !important;
  box-shadow:0 18px 42px rgba(15,23,42,.055), 0 6px 18px rgba(220,38,38,.04), inset 0 1px 0 rgba(255,255,255,.96) !important;
}
#tech .abbr{
  width:42px !important;
  height:42px !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,rgba(220,38,38,.08),rgba(220,38,38,.04)) !important;
  border:1px solid rgba(220,38,38,.12) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}


/* 2026-06-08 capabilities icon replacement */
#capabilities .cap-top{
  justify-content:flex-start !important;
  margin-bottom:18px !important;
}
#capabilities .num,
#capabilities .cap-icon{
  display:none !important;
}
#capabilities .cap-badge{
  width:58px;
  height:58px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:var(--brand);
  background:linear-gradient(180deg,rgba(220,38,38,.07),rgba(220,38,38,.03));
  border:1px solid rgba(220,38,38,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82);
}
#capabilities .cap-badge svg{
  width:24px;
  height:24px;
  display:block;
}
#capabilities .cap-card h3{
  margin-top:0 !important;
}


/* 2026-06-08 TDesign-like capability icon refresh */
#capabilities .cap-badge{
  width:48px !important;
  height:48px !important;
  border-radius:12px !important;
  background:linear-gradient(180deg,rgba(220,38,38,.06),rgba(220,38,38,.02)) !important;
  border:1px solid rgba(220,38,38,.12) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86) !important;
}
#capabilities .cap-badge svg{
  width:20px !important;
  height:20px !important;
}
#capabilities .cap-card{
  padding-top:24px !important;
}
#capabilities .cap-top{
  margin-bottom:20px !important;
}


/* 2026-06-08 official TDesign icons for capability cards */
#capabilities .cap-badge{
  width:48px !important;
  height:48px !important;
  border-radius:14px !important;
  display:grid !important;
  place-items:center !important;
  color:var(--brand) !important;
  background:linear-gradient(180deg,rgba(220,38,38,.065),rgba(220,38,38,.025)) !important;
  border:1px solid rgba(220,38,38,.13) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88) !important;
}
#capabilities .cap-badge svg{
  width:24px !important;
  height:24px !important;
  display:block !important;
  overflow:visible !important;
}
#capabilities .cap-badge svg [stroke]{
  stroke:currentColor !important;
}
#capabilities .cap-badge svg [fill="none"]{
  fill:none !important;
}
#capabilities .cap-top{
  justify-content:flex-start !important;
  margin-bottom:20px !important;
}
#capabilities .num,
#capabilities .cap-icon{
  display:none !important;
}

/* 2026-06-08: replace Context Compression icon with TDesign sitemap for project-map semantics */
#capabilities .cap-card:nth-child(2) .cap-badge svg{
  width:22px !important;
  height:22px !important;
}


/* 2026-06-08 scenes module image-card refresh */
#scenes .scene-cards{
  gap:24px !important;
  align-items:stretch;
}
#scenes .scene-card{
  padding:14px !important;
  border-radius:30px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.94)) !important;
  border:1px solid rgba(229,231,235,.92) !important;
  box-shadow:0 18px 46px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.92) !important;
  overflow:hidden;
}
#scenes .scene-card::before,
#scenes .scene-card::after,
#scenes .scene-card .icon{
  display:none !important;
  content:none !important;
}
#scenes .scene-card:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(220,38,38,.16) !important;
  box-shadow:0 24px 56px rgba(15,23,42,.07), 0 10px 24px rgba(220,38,38,.05), inset 0 1px 0 rgba(255,255,255,.94) !important;
}
#scenes .scene-media{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg,#fff7f7,#fff);
  border:1px solid rgba(220,38,38,.08);
  min-height:248px;
}
#scenes .scene-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
#scenes .scene-body{
  padding:24px 18px 14px;
}
#scenes .scene-card h3{
  font-size:20px !important;
  line-height:1.32 !important;
  letter-spacing:-.02em !important;
}
#scenes .scene-card p{
  margin-top:14px !important;
  color:#6b7280 !important;
  font-size:14px !important;
  line-height:1.88 !important;
}
#scenes .scene-card .tags{
  margin-top:20px !important;
  gap:10px !important;
}
#scenes .scene-card .tag{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  background:rgba(220,38,38,.055) !important;
  border:1px solid rgba(220,38,38,.1) !important;
  color:#993333 !important;
}
@media (max-width: 1100px){
  #scenes .scene-media{min-height:220px;}
}
@media (max-width: 900px){
  #scenes .scene-body{padding:22px 14px 12px;}
}
@media (max-width: 767px){
  #scenes .scene-card{padding:12px !important; border-radius:24px !important;}
  #scenes .scene-media{min-height:200px; border-radius:18px;}
  #scenes .scene-body{padding:18px 10px 10px;}
}

/* 2026-06-08 neutral tag style refresh */
.tag,
#capabilities .cap-card .tag,
#scenes .scene-card .tag{
  color:#6b7280 !important;
  background:rgba(148,163,184,.08) !important;
  border:1px solid rgba(148,163,184,.18) !important;
  box-shadow:none !important;
}
#capabilities .cap-card .tag:hover,
#scenes .scene-card .tag:hover,
.tag:hover{
  color:#6b7280 !important;
  background:rgba(148,163,184,.10) !important;
  border-color:rgba(148,163,184,.22) !important;
}


/* 2026-06-08 solid nav brand buttons */
.nav-actions{gap:12px !important;}
.nav-actions .btn.codewiki-btn,
.nav-actions .btn.hub-btn{
  min-height:46px !important;
  padding:0 20px !important;
  border-width:1px !important;
  border-style:solid !important;
  font-size:14px !important;
  font-weight:700 !important;
  box-shadow:0 12px 28px rgba(15,23,42,.08) !important;
}
.nav-actions .btn.codewiki-btn{
  background:#5B61F6 !important;
  border-color:#5B61F6 !important;
  color:#fff !important;
}
.nav-actions .btn.hub-btn{
  background:#DC2626 !important;
  border-color:#DC2626 !important;
  color:#fff !important;
}
.nav-actions .btn.codewiki-btn:hover,
.nav-actions .btn.hub-btn:hover{
  filter:brightness(.98);
  box-shadow:0 16px 34px rgba(15,23,42,.12) !important;
}
.nav-actions .nav-product-logo{
  width:28px !important;
  height:28px !important;
  flex:0 0 28px !important;
  display:grid !important;
  place-items:center !important;
}
.nav-actions .nav-product-logo img{
  width:28px !important;
  height:28px !important;
  display:block !important;
  object-fit:contain !important;
}
.nav-actions .btn.codewiki-btn span:last-child,
.nav-actions .btn.hub-btn span:last-child{
  color:#fff !important;
}
@media (max-width:1100px){
  .nav-actions .btn.codewiki-btn,
  .nav-actions .btn.hub-btn{
    padding:0 16px !important;
  }
}

/* 2026-06-08 plain nav icons without nested badge */
.nav-actions{gap:10px !important;}
.nav-actions .btn.codewiki-btn,
.nav-actions .btn.hub-btn{min-height:42px !important;height:42px !important;padding:0 18px !important;border-radius:999px !important;gap:10px !important;}
.nav-actions .btn.codewiki-btn{background:#6366F1 !important;border-color:#6366F1 !important;color:#fff !important;}
.nav-actions .btn.hub-btn{background:#DC2626 !important;border-color:#DC2626 !important;color:#fff !important;}
.nav-actions .btn.codewiki-btn .nav-product-logo,
.nav-actions .btn.hub-btn .nav-product-logo{width:18px !important;height:18px !important;min-width:18px !important;flex:0 0 18px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;background:transparent !important;border:none !important;box-shadow:none !important;border-radius:0 !important;padding:0 !important;}
.nav-actions .btn.codewiki-btn .nav-product-logo img,
.nav-actions .btn.hub-btn .nav-product-logo img{display:block !important;width:18px !important;height:18px !important;object-fit:contain !important;}
.nav-actions .btn.codewiki-btn span:last-child,
.nav-actions .btn.hub-btn span:last-child{color:#fff !important;}

/* 2026-06-08 refine codewiki nav icon and regular button text */
.nav-actions .btn.codewiki-btn,
.nav-actions .btn.hub-btn{
  font-weight:500 !important;
}
.nav-actions .btn.codewiki-btn span:last-child,
.nav-actions .btn.hub-btn span:last-child{
  font-weight:500 !important;
  letter-spacing:0 !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo,
.nav-actions .btn.hub-btn .nav-product-logo{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  flex:0 0 20px !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo img,
.nav-actions .btn.hub-btn .nav-product-logo img{
  width:20px !important;
  height:20px !important;
}

/* 2026-06-08 use user provided codewiki logo and align nav brand buttons */
.nav-actions{gap:12px !important;}
.nav-actions .btn.codewiki-btn,
.nav-actions .btn.hub-btn{
  min-height:42px !important;
  height:42px !important;
  padding:0 18px !important;
  gap:8px !important;
  font-weight:500 !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo,
.nav-actions .btn.hub-btn .nav-product-logo{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  flex:0 0 20px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo img,
.nav-actions .btn.hub-btn .nav-product-logo img{
  width:20px !important;
  height:20px !important;
  object-fit:contain !important;
  display:block !important;
}
.nav-actions .btn.codewiki-btn span:last-child,
.nav-actions .btn.hub-btn span:last-child{
  font-weight:500 !important;
  letter-spacing:0 !important;
}

/* 2026-06-08 extracted codewiki white glyph */
.nav-actions .btn.codewiki-btn,
.nav-actions .btn.hub-btn{
  gap:8px !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo,
.nav-actions .btn.hub-btn .nav-product-logo{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  flex:0 0 20px !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo img,
.nav-actions .btn.hub-btn .nav-product-logo img{
  width:20px !important;
  height:20px !important;
  object-fit:contain !important;
}

/* 2026-06-08 enlarge inner codewiki glyph within 20x20 icon box */
.nav-actions .btn.codewiki-btn .nav-product-logo,
.nav-actions .btn.hub-btn .nav-product-logo{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  flex:0 0 20px !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo img,
.nav-actions .btn.hub-btn .nav-product-logo img{
  width:20px !important;
  height:20px !important;
  object-fit:contain !important;
  display:block !important;
}

/* 2026-06-08 crisp vector codewiki mark */
.nav-actions .btn.codewiki-btn .nav-product-logo,
.nav-actions .btn.hub-btn .nav-product-logo{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  flex:0 0 20px !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo img,
.nav-actions .btn.hub-btn .nav-product-logo img{
  width:20px !important;
  height:20px !important;
  object-fit:contain !important;
  image-rendering:auto !important;
}

/* 2026-06-09 use user-provided codewiki svg and unify nav logo sizing */
.nav-actions{gap:12px !important;}
.nav-actions .btn.codewiki-btn,
.nav-actions .btn.hub-btn{
  min-height:42px !important;
  height:42px !important;
  padding:0 18px !important;
  gap:8px !important;
}
.nav-actions .btn.codewiki-btn span:last-child,
.nav-actions .btn.hub-btn span:last-child{
  font-weight:500 !important;
  letter-spacing:0 !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo,
.nav-actions .btn.hub-btn .nav-product-logo{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  flex:0 0 20px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:0 !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo img,
.nav-actions .btn.hub-btn .nav-product-logo img{
  width:20px !important;
  height:20px !important;
  display:block !important;
  object-fit:contain !important;
}

/* 2026-06-09 nav logos optical size refinement: 20x20 box, 15x15 glyph */
.nav-actions .btn.codewiki-btn .nav-product-logo,
.nav-actions .btn.hub-btn .nav-product-logo{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  flex:0 0 20px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo img,
.nav-actions .btn.hub-btn .nav-product-logo img{
  width:15px !important;
  height:15px !important;
  display:block !important;
  object-fit:contain !important;
}

/* 2026-06-09 nav logos optical size refinement: hub 20x20, codewiki 15x15 */
.nav-actions .btn.codewiki-btn .nav-product-logo,
.nav-actions .btn.hub-btn .nav-product-logo{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  flex:0 0 20px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.nav-actions .btn.codewiki-btn .nav-product-logo img{
  width:15px !important;
  height:15px !important;
  display:block !important;
  object-fit:contain !important;
}
.nav-actions .btn.hub-btn .nav-product-logo img{
  width:20px !important;
  height:20px !important;
  display:block !important;
  object-fit:contain !important;
}

/* 2026-06-09 replace main brand logo with full SVG wordmark */
.brand .brand-logo-img.brand-logo-wordmark{
  width:174px !important;
  height:32px !important;
  object-fit:contain !important;
  display:block !important;
  flex:0 0 174px !important;
  border-radius:0 !important;
}
@media (max-width:640px){
  .brand .brand-logo-img.brand-logo-wordmark{
    width:150px !important;
    height:28px !important;
    flex-basis:150px !important;
  }
}

/* 2026-06-09 scenes text/layout refinement: keep tags, justify body copy, follow design type scale */
#scenes .scene-card{display:flex !important;flex-direction:column !important;}
#scenes .scene-media{min-height:268px !important;background:linear-gradient(135deg,#dbeafe 0%,#e9d5ff 52%,#fde2e8 100%) !important;border:1px solid rgba(255,255,255,.82) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.78) !important;}
#scenes .scene-media img{object-fit:cover !important;object-position:center top !important;}
#scenes .scene-body{padding:22px 18px 14px !important;display:flex !important;flex-direction:column !important;flex:1 1 auto !important;}
#scenes .scene-card h3{font-size:18px !important;line-height:26px !important;font-weight:600 !important;letter-spacing:-.01em !important;}
#scenes .scene-card p{margin-top:14px !important;color:#69707c !important;font-size:14px !important;line-height:24px !important;font-weight:400 !important;letter-spacing:0 !important;text-align:justify !important;text-justify:inter-ideograph !important;}
#scenes .scene-card .tags{margin-top:18px !important;gap:8px !important;display:flex !important;flex-wrap:wrap !important;}
#scenes .scene-card .tag{font-size:12px !important;line-height:18px !important;font-weight:500 !important;min-height:32px !important;padding:0 12px !important;}
@media (max-width:1100px){#scenes .scene-media{min-height:240px !important;}}
@media (max-width:767px){#scenes .scene-media{min-height:220px !important;}#scenes .scene-body{padding:18px 12px 12px !important;}}

/* 2026-06-09 remove extra inner border for scene images */
#scenes .scene-media{
  border:none !important;
  box-shadow:none !important;
  background:transparent !important;
}

/* 2026-06-09 fixed scene image radius and composition */
#scenes .scene-media{border-radius:22px !important;overflow:hidden !important;min-height:268px !important;}
#scenes .scene-media img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center center !important;}

/* 2026-06-09 single-layer scene visuals: use direct crop only, no nested background */
#scenes .scene-media{background:none !important;border:none !important;box-shadow:none !important;padding:0 !important;border-radius:22px !important;overflow:hidden !important;min-height:268px !important;}
#scenes .scene-media img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center top !important;border-radius:22px !important;}


/* 2026-06-09 enterprise security redesign */
#security.security-overview{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(90% 90% at 0% 0%, rgba(122,143,255,.10) 0%, rgba(122,143,255,0) 56%),
    radial-gradient(70% 70% at 100% 0%, rgba(141,116,255,.10) 0%, rgba(141,116,255,0) 48%),
    linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}
#security.security-overview::before,
#security.security-overview::after{
  content:"";
  position:absolute;
  pointer-events:none;
}
#security.security-overview::before{
  left:-8%; top:56px; width:34%; height:220px;
  background:radial-gradient(circle at left center, rgba(255,255,255,.95), rgba(255,255,255,0) 70%);
}
#security.security-overview::after{
  right:-10%; top:30px; width:38%; height:260px;
  background:radial-gradient(circle at right center, rgba(255,255,255,.88), rgba(255,255,255,0) 72%);
}
#security .section-head{margin-bottom:52px !important; position:relative; z-index:2;}
#security .security-showcase{
  position:relative; z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  gap:42px;
  align-items:stretch;
}
#security .security-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
  align-content:stretch;
}
#security .security-card{
  position:relative;
  min-height:250px;
  padding:30px 28px 28px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.74));
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 16px 44px rgba(15,23,42,.07), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  overflow:hidden;
}
#security .security-card::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:4px; opacity:.92;
}
#security .security-card-icon{
  width:64px; height:64px; border-radius:20px; display:flex; align-items:center; justify-content:center;
  border:1px solid currentColor; background:rgba(255,255,255,.55); box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}
#security .security-card-icon svg{width:28px;height:28px;}
#security .security-card h3{margin:22px 0 14px; font-size:24px; line-height:1.22; font-weight:900; letter-spacing:-.03em;}
#security .security-card p{margin:0; font-size:15px; line-height:1.9; color:#4b5563;}
#security .card-identity{color:#2f6dff;}
#security .card-identity::after{background:linear-gradient(90deg, #4f7cff, #8dc3ff);}
#security .card-exec{color:#ff4a43;}
#security .card-exec::after{background:linear-gradient(90deg, #ff7a73, #ffb3b0);}
#security .card-audit{color:#7c4dff;}
#security .card-audit::after{background:linear-gradient(90deg, #8e6bff, #ccb8ff);}
#security .card-data{color:#10b44b;}
#security .card-data::after{background:linear-gradient(90deg, #38c76a, #9ae9b2);}
#security .security-visual{
  position:relative;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding:8px 0 0;
}
#security .security-visual::before{
  content:""; position:absolute; inset:8px 0 0 0; z-index:0; border-radius:34px;
  background:
    radial-gradient(90% 80% at 50% 0%, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 45%, rgba(255,255,255,.28) 100%),
    linear-gradient(135deg, rgba(143,160,255,.13), rgba(255,255,255,0) 34%),
    linear-gradient(225deg, rgba(116,138,255,.08), rgba(255,255,255,0) 42%),
    radial-gradient(circle at 82% 76%, rgba(124,222,255,.12), rgba(124,222,255,0) 28%);
}
#security .security-visual::after{
  content:""; position:absolute; inset:56px 22px 22px; z-index:0;
  background:
    linear-gradient(rgba(143,164,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,164,255,.10) 1px, transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(180deg, transparent 0, rgba(0,0,0,.22) 20%, rgba(0,0,0,.55) 45%, transparent 100%);
  opacity:.42;
}
#security .security-visual-head{
  position:relative; z-index:1; display:flex; align-items:center; justify-content:center; gap:18px;
  margin:8px 0 14px;
}
#security .security-visual-head .line{width:58px; height:1.5px; background:linear-gradient(90deg, rgba(108,134,255,0), rgba(108,134,255,.55), rgba(108,134,255,0));}
#security .security-visual-head h3{margin:0; font-size:28px; line-height:1.2; font-weight:900; letter-spacing:-.035em; color:#111827;}
#security .security-visual-stage{
  position:relative; z-index:1; flex:1; display:flex; align-items:center; justify-content:center; padding:6px 0 0;
}
#security .security-visual-stage img{
  width:min(100%, 690px); height:auto; display:block; object-fit:contain;
  filter:drop-shadow(0 18px 38px rgba(64,85,181,.12));
}
@media (max-width:1200px){
  #security .security-showcase{grid-template-columns:1fr; gap:34px;}
  #security .security-visual{padding-top:0;}
  #security .security-card{min-height:230px;}
}
@media (max-width:768px){
  #security .security-cards{grid-template-columns:1fr; gap:18px;}
  #security .security-card{min-height:auto; padding:24px 22px 22px; border-radius:24px;}
  #security .security-card h3{font-size:22px; margin:18px 0 10px;}
  #security .security-card p{font-size:14px; line-height:1.8;}
  #security .security-visual-head h3{font-size:24px;}
  #security .security-visual::after{inset:50px 12px 18px; background-size:28px 28px;}
}


/* 2026-06-09 security section polish v2 */
#security.security-overview{
  padding-top:84px !important;
  padding-bottom:90px !important;
}
#security .section-head{
  margin-bottom:38px !important;
}
#security .section-head h2{font-size:clamp(36px,4.2vw,52px) !important;}
#security .section-head p{font-size:15px !important;line-height:1.9 !important;}
#security .security-showcase{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr) !important;
  gap:34px !important;
  align-items:stretch !important;
}
#security .security-cards{gap:22px !important;}
#security .security-card{
  min-height:276px !important;
  padding:30px 28px 26px !important;
  border-radius:26px !important;
}
#security .security-card h3{
  font-size:20px !important;
  margin:20px 0 12px !important;
}
#security .security-card p{
  font-size:14px !important;
  line-height:1.92 !important;
}
#security .security-card-icon{width:56px !important; height:56px !important; border-radius:18px !important;}
#security .security-card-icon svg{width:24px !important; height:24px !important;}
#security .security-visual{
  justify-content:center !important;
  padding:0 !important;
  min-height:100% !important;
}
#security .security-visual::before{
  inset:0 !important;
  border-radius:32px !important;
  background:
    radial-gradient(88% 72% at 50% 12%, rgba(255,255,255,.92) 0%, rgba(255,255,255,.76) 42%, rgba(255,255,255,.28) 100%),
    linear-gradient(135deg, rgba(143,160,255,.12), rgba(255,255,255,0) 38%),
    radial-gradient(circle at 82% 78%, rgba(124,222,255,.10), rgba(124,222,255,0) 24%);
}
#security .security-visual::after{
  inset:18px 16px !important;
  background:
    linear-gradient(rgba(143,164,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143,164,255,.08) 1px, transparent 1px) !important;
  background-size:46px 46px !important;
  mask-image:linear-gradient(180deg, transparent 0, rgba(0,0,0,.15) 20%, rgba(0,0,0,.35) 58%, transparent 100%) !important;
  opacity:.26 !important;
}
#security .security-visual-head{display:none !important;}
#security .security-visual-stage{
  padding:6px 12px 0 !important;
  min-height:660px;
}
#security .security-visual-stage img{
  width:min(100%, 760px) !important;
  max-height:720px;
  object-fit:contain !important;
  filter:drop-shadow(0 20px 44px rgba(84,104,208,.10)) !important;
}
@media (max-width:1200px){
  #security .security-showcase{grid-template-columns:1fr !important; gap:28px !important;}
  #security .security-visual-stage{min-height:auto !important;}
  #security .security-visual-stage img{width:min(100%,680px) !important; max-height:none !important;}
}
@media (max-width:768px){
  #security.security-overview{padding-top:72px !important; padding-bottom:76px !important;}
  #security .section-head{margin-bottom:28px !important;}
  #security .security-card{min-height:auto !important; padding:22px 20px 20px !important;}
  #security .security-card h3{font-size:18px !important;}
  #security .security-card p{font-size:13px !important; line-height:1.85 !important;}
  #security .security-visual-stage{padding:0 !important;}
  #security .security-visual::after{background-size:32px 32px !important;}
}


/* 2026-06-09 security section polish v3
   More TDesign/Ant Design Pro-like: clean card rhythm, restrained tech background, balanced left/right height. */
#security.security-overview{
  --security-blue:#2563eb;
  --security-red:#ef4444;
  --security-purple:#7c3aed;
  --security-green:#16a34a;
  --security-text:#111827;
  --security-muted:#4b5563;
  padding-top:88px !important;
  padding-bottom:96px !important;
  background:
    radial-gradient(780px 420px at 14% 18%, rgba(96,125,255,.10), rgba(96,125,255,0) 64%),
    radial-gradient(720px 430px at 92% 12%, rgba(124,58,237,.10), rgba(124,58,237,0) 62%),
    linear-gradient(180deg,#f8faff 0%,#ffffff 56%,#fbfcff 100%) !important;
}
#security.security-overview::before{
  left:0 !important;
  top:40px !important;
  width:46% !important;
  height:240px !important;
  background:
    repeating-linear-gradient(165deg, rgba(96,125,255,.07) 0 1px, transparent 1px 18px) !important;
  opacity:.42 !important;
  mask-image:linear-gradient(90deg, rgba(0,0,0,.45), transparent 78%) !important;
}
#security.security-overview::after{
  right:0 !important;
  top:42px !important;
  width:44% !important;
  height:260px !important;
  background:
    repeating-linear-gradient(18deg, rgba(124,58,237,.055) 0 1px, transparent 1px 20px) !important;
  opacity:.36 !important;
  mask-image:linear-gradient(270deg, rgba(0,0,0,.42), transparent 80%) !important;
}
#security .section-head{
  max-width:760px !important;
  margin-bottom:44px !important;
}
#security .section-head .eyebrow{
  color:var(--brand) !important;
  font-weight:800 !important;
}
#security .section-head h2{
  font-size:clamp(38px,4vw,52px) !important;
  line-height:1.12 !important;
  color:#111827 !important;
}
#security .section-head p{
  margin-top:14px !important;
  font-size:15px !important;
  color:#667085 !important;
  line-height:1.8 !important;
}
#security .security-showcase{
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr) !important;
  gap:40px !important;
  align-items:center !important;
}
#security .security-cards{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
}
#security .security-card{
  min-height:268px !important;
  padding:28px 28px 26px !important;
  border-radius:24px !important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.78)) !important;
  border:1px solid rgba(223,228,239,.92) !important;
  box-shadow:
    0 18px 46px rgba(15,23,42,.065),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
#security .security-card:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 58px rgba(15,23,42,.085), inset 0 1px 0 rgba(255,255,255,.94) !important;
}
#security .security-card::before{
  content:"" !important;
  position:absolute !important;
  right:-42px !important;
  top:-42px !important;
  width:136px !important;
  height:136px !important;
  border-radius:999px !important;
  background:currentColor !important;
  opacity:.055 !important;
}
#security .security-card::after{
  height:3px !important;
  left:20px !important;
  right:20px !important;
  bottom:0 !important;
  border-radius:999px 999px 0 0 !important;
}
#security .security-card-icon{
  width:56px !important;
  height:56px !important;
  border-radius:18px !important;
  color:currentColor !important;
  background:rgba(255,255,255,.62) !important;
  border:1px solid currentColor !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86), 0 8px 18px rgba(15,23,42,.06) !important;
  opacity:.92;
}
#security .security-card-icon svg{
  width:25px !important;
  height:25px !important;
}
#security .security-card h3{
  margin:22px 0 12px !important;
  font-size:23px !important;
  line-height:1.24 !important;
  font-weight:900 !important;
  letter-spacing:-.03em !important;
  color:currentColor !important;
}
#security .security-card p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.88 !important;
  color:#475467 !important;
}
#security .card-identity{color:var(--security-blue) !important;}
#security .card-identity::after{background:linear-gradient(90deg,#2563eb,#8bb8ff) !important;}
#security .card-exec{color:var(--security-red) !important;}
#security .card-exec::after{background:linear-gradient(90deg,#ef4444,#ffb0a8) !important;}
#security .card-audit{color:var(--security-purple) !important;}
#security .card-audit::after{background:linear-gradient(90deg,#7c3aed,#c4b5fd) !important;}
#security .card-data{color:var(--security-green) !important;}
#security .card-data::after{background:linear-gradient(90deg,#16a34a,#86efac) !important;}

#security .security-visual{
  min-height:626px !important;
  padding:0 !important;
  justify-content:center !important;
}
#security .security-visual-head{
  display:none !important;
}
#security .security-visual::before{
  inset:0 !important;
  border-radius:36px !important;
  background:
    radial-gradient(720px 470px at 50% 40%, rgba(255,255,255,.88), rgba(255,255,255,.46) 55%, rgba(255,255,255,0) 78%),
    radial-gradient(540px 360px at 84% 72%, rgba(45,212,191,.12), rgba(45,212,191,0) 68%),
    radial-gradient(520px 340px at 18% 76%, rgba(99,102,241,.12), rgba(99,102,241,0) 66%) !important;
  box-shadow:none !important;
}
#security .security-visual::after{
  inset:38px 16px 0 !important;
  background:
    linear-gradient(rgba(99,102,241,.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,102,241,.065) 1px, transparent 1px) !important;
  background-size:52px 52px !important;
  opacity:.28 !important;
  mask-image:radial-gradient(ellipse at center, rgba(0,0,0,.42) 0%, rgba(0,0,0,.23) 48%, transparent 76%) !important;
}
#security .security-visual-stage{
  min-height:626px !important;
  padding:0 !important;
  align-items:center !important;
}
#security .security-visual-stage img{
  width:min(100%,760px) !important;
  max-height:690px !important;
  object-fit:contain !important;
  object-position:center !important;
  filter:drop-shadow(0 20px 42px rgba(79,70,229,.10)) !important;
}
@media (max-width:1280px){
  #security .security-showcase{
    grid-template-columns:1fr !important;
    gap:34px !important;
  }
  #security .security-visual{
    min-height:auto !important;
  }
  #security .security-visual-stage{
    min-height:auto !important;
  }
  #security .security-visual-stage img{
    width:min(100%,720px) !important;
    max-height:none !important;
  }
}
@media (max-width:760px){
  #security.security-overview{
    padding-top:72px !important;
    padding-bottom:78px !important;
  }
  #security .security-cards{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  #security .security-card{
    min-height:auto !important;
    padding:22px 20px !important;
    border-radius:22px !important;
  }
  #security .security-card h3{
    font-size:20px !important;
    margin:16px 0 8px !important;
  }
  #security .security-card p{
    font-size:14px !important;
    line-height:1.8 !important;
  }
}


/* 2026-06-09 security section polish v4
   Remove decorative color blobs on cards, unify TDesign-like icons, and improve image/background fusion. */
#security.security-overview{
  background:
    radial-gradient(760px 380px at 14% 14%, rgba(112,132,255,.08), rgba(112,132,255,0) 66%),
    radial-gradient(680px 360px at 88% 8%, rgba(139,92,246,.08), rgba(139,92,246,0) 62%),
    linear-gradient(180deg,#f7f9ff 0%, #fbfcff 48%, #ffffff 100%) !important;
}
#security.security-overview::before,
#security.security-overview::after{
  opacity:.18 !important;
}
#security .security-showcase{
  gap:44px !important;
  align-items:center !important;
}
#security .security-cards{gap:24px !important;}
#security .security-card{
  min-height:260px !important;
  border-radius:24px !important;
  padding:26px 26px 24px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.82)) !important;
  border:1px solid rgba(225,230,242,.92) !important;
  box-shadow:0 14px 36px rgba(15,23,42,.055), inset 0 1px 0 rgba(255,255,255,.94) !important;
}
#security .security-card::before{display:none !important;}
#security .security-card::after{left:18px !important; right:18px !important; height:3px !important; opacity:.95 !important;}
#security .security-card-icon{
  width:52px !important; height:52px !important; border-radius:16px !important;
  background:#fff !important;
  border:1px solid currentColor !important;
  box-shadow:none !important;
}
#security .security-card-icon svg{width:22px !important; height:22px !important; display:block;}
#security .security-card-icon svg path,
#security .security-card-icon svg g,
#security .security-card-icon svg circle,
#security .security-card-icon svg rect{
  vector-effect:non-scaling-stroke;
}
#security .security-card h3{
  font-size:18px !important;
  line-height:1.35 !important;
  margin:18px 0 10px !important;
  letter-spacing:-.02em !important;
}
#security .security-card p{
  font-size:14px !important;
  line-height:1.95 !important;
  color:#4b5563 !important;
}
#security .security-visual{
  min-height:610px !important;
}
#security .security-visual::before{
  inset:6px 0 0 !important;
  border-radius:34px !important;
  background:
    radial-gradient(680px 420px at 50% 42%, rgba(255,255,255,.72), rgba(255,255,255,.36) 52%, rgba(255,255,255,0) 78%),
    radial-gradient(520px 300px at 84% 74%, rgba(45,212,191,.09), rgba(45,212,191,0) 62%),
    radial-gradient(500px 280px at 18% 74%, rgba(99,102,241,.08), rgba(99,102,241,0) 58%) !important;
}
#security .security-visual::after{
  inset:72px 28px 28px !important;
  background:
    linear-gradient(rgba(99,102,241,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,102,241,.05) 1px, transparent 1px) !important;
  background-size:54px 54px !important;
  opacity:.22 !important;
  mask-image:radial-gradient(ellipse at center, rgba(0,0,0,.32) 0%, rgba(0,0,0,.18) 48%, transparent 78%) !important;
}
#security .security-visual-stage{
  min-height:610px !important;
  padding:0 0 6px !important;
}
#security .security-visual-stage img{
  width:min(100%, 800px) !important;
  max-height:690px !important;
  filter:drop-shadow(0 18px 34px rgba(80,98,194,.10)) !important;
  mix-blend-mode:normal;
  -webkit-mask-image:radial-gradient(ellipse at center, rgba(0,0,0,1) 64%, rgba(0,0,0,.96) 78%, rgba(0,0,0,.88) 88%, transparent 100%);
          mask-image:radial-gradient(ellipse at center, rgba(0,0,0,1) 64%, rgba(0,0,0,.96) 78%, rgba(0,0,0,.88) 88%, transparent 100%);
}
@media (max-width:1280px){
  #security .security-showcase{gap:34px !important;}
  #security .security-visual,
  #security .security-visual-stage{min-height:auto !important;}
  #security .security-visual-stage img{
    width:min(100%, 700px) !important;
    -webkit-mask-image:none; mask-image:none;
  }
}
@media (max-width:760px){
  #security .security-card{
    min-height:auto !important;
    padding:22px 20px !important;
  }
  #security .security-card-icon{width:48px !important; height:48px !important; border-radius:14px !important;}
  #security .security-card h3{font-size:18px !important;}
  #security .security-card p{font-size:13px !important;}
}


/* 2026-06-09 execution isolation chip label fix */
#security .security-visual-stage{position:relative !important;}
#security .security-chip-fix{
  position:absolute;
  left:49.8%;
  top:25.1%;
  transform:translate(-50%,-50%);
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:122px;
  height:44px;
  padding:0 18px;
  border-radius:999px;
  border:1.5px solid rgba(239,102,102,.95);
  background:rgba(255,250,250,.86);
  box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  color:#d43b3b;
  font-size:15px;
  line-height:1;
  font-weight:800;
  letter-spacing:.01em;
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}
@media (max-width:1280px){
  #security .security-chip-fix{left:49.9%; top:25.4%;}
}
@media (max-width:760px){
  #security .security-chip-fix{
    min-width:104px;
    height:38px;
    padding:0 14px;
    font-size:14px;
    top:25.9%;
  }
}


/* 2026-06-09 security final integration v6: transparent architecture image + corrected Seatbelt label */
#security .security-visual,
#security .security-visual-stage{
  background:transparent !important;
}
#security .security-visual::before,
#security .security-visual::after{
  content:none !important;
  display:none !important;
}
#security .security-visual{
  min-height:590px !important;
  padding:0 !important;
  justify-content:center !important;
}
#security .security-visual-stage{
  min-height:590px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
}
#security .security-visual-stage img{
  width:min(100%, 760px) !important;
  max-height:660px !important;
  display:block !important;
  object-fit:contain !important;
  background:transparent !important;
  filter:drop-shadow(0 18px 28px rgba(83,100,194,.08)) !important;
}
#security .security-chip-fix{display:none !important;}
@media (max-width:1280px){
  #security .security-visual,
  #security .security-visual-stage{min-height:auto !important;}
  #security .security-visual-stage img{width:min(100%, 700px) !important; max-height:none !important;}
}


/* 2026-06-09 security final polish v7: 48px icons and body-only architecture PNG */
#security .security-card-icon{
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  min-height:48px !important;
  border-radius:14px !important;
}
#security .security-card-icon svg{
  width:20px !important;
  height:20px !important;
}
#security .security-visual-stage img{
  width:min(100%, 720px) !important;
  max-height:620px !important;
}
@media (max-width:1280px){
  #security .security-visual-stage img{width:min(100%, 660px) !important;}
}


/* 2026-06-09 security final polish v8: use cleaner body-only image with better background fusion */
#security .security-visual-stage img{
  width:min(100%, 700px) !important;
  max-height:610px !important;
}


/* 2026-06-09 security final polish v10: place attachment-2 right-side architecture image */
#security .security-visual-stage img{
  width:min(100%, 745px) !important;
  max-height:625px !important;
  object-fit:contain !important;
}
@media (max-width:1280px){
  #security .security-visual-stage img{
    width:min(100%, 690px) !important;
    max-height:none !important;
  }
}


/* 2026-06-09 security card icon style v11: match reference style, 48x48 */
#security .security-card-icon{
  width:48px !important;
  height:48px !important;
  min-width:48px !important;
  min-height:48px !important;
  border-radius:14px !important;
  border:none !important;
  box-shadow:none !important;
  background:#eef2ff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
#security .security-card-icon svg{
  width:24px !important;
  height:24px !important;
  display:block !important;
}
#security .security-card-icon svg path,
#security .security-card-icon svg rect,
#security .security-card-icon svg circle,
#security .security-card-icon svg g{
  stroke-width:1.9 !important;
}
#security .card-identity .security-card-icon{
  background:rgba(59,130,246,.12) !important;
  color:#4f6ef7 !important;
}
#security .card-exec .security-card-icon{
  background:rgba(239,68,68,.12) !important;
  color:#ef4d45 !important;
}
#security .card-audit .security-card-icon{
  background:rgba(249,115,22,.12) !important;
  color:#f97316 !important;
}
#security .card-data .security-card-icon{
  background:rgba(34,197,94,.12) !important;
  color:#22c55e !important;
}


/* 2026-06-09 final security diagram integration */
#security .security-showcase{align-items:center !important;}
#security .security-visual{min-height:620px !important; display:flex !important; align-items:center !important; justify-content:center !important;}
#security .security-visual::before{content:"" !important; position:absolute !important; inset:8% 4% 10% 4% !important; border-radius:36px !important; background:radial-gradient(60% 55% at 52% 54%, rgba(255,255,255,.58), rgba(255,255,255,0) 72%) !important; pointer-events:none !important;}
#security .security-visual-stage{position:relative !important; width:100% !important; display:flex !important; align-items:center !important; justify-content:center !important; padding:0 !important;}
#security .security-visual-stage img{display:block !important; width:min(100%, 760px) !important; max-height:640px !important; height:auto !important; object-fit:contain !important; filter:drop-shadow(0 18px 28px rgba(88,103,190,.08)) !important; background:transparent !important;}
@media (max-width:1180px){#security .security-visual{min-height:auto !important;} #security .security-visual-stage img{width:min(100%,700px) !important; max-height:none !important;}}


/* 2026-06-10 icon size normalization: border + inner glyph overall 48x48 */
#scenes .scene-card,
#capabilities .cap-card{
  overflow:hidden;
}

#scenes .scene-card{
  padding:22px !important;
  border-radius:24px !important;
}
#scenes .scene-media{
  min-height:auto !important;
  width:48px !important;
  height:48px !important;
  margin:0 0 18px 0 !important;
  border:none !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
#scenes .scene-body{
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  flex:1 1 auto !important;
}
#scenes .scene-card h3{
  margin-top:0 !important;
}

#scenes .scene-icon-badge,
#capabilities .cap-badge{
  width:48px !important;
  height:48px !important;
  box-sizing:border-box !important;
  border-radius:14px !important;
  display:grid !important;
  place-items:center !important;
  color:var(--brand) !important;
  background:linear-gradient(180deg, rgba(220,38,38,.055), rgba(220,38,38,.018)) !important;
  border:1px solid rgba(220,38,38,.16) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92) !important;
}
#scenes .scene-icon-badge svg,
#capabilities .cap-badge svg{
  width:22px !important;
  height:22px !important;
  display:block !important;
  overflow:visible !important;
}
#scenes .scene-icon-badge svg *,
#capabilities .cap-badge svg *{
  vector-effect:non-scaling-stroke;
}
#scenes .scene-icon-badge svg [stroke],
#capabilities .cap-badge svg [stroke],
#scenes .scene-icon-badge svg path,
#scenes .scene-icon-badge svg rect,
#scenes .scene-icon-badge svg circle,
#scenes .scene-icon-badge svg polyline,
#capabilities .cap-badge svg path,
#capabilities .cap-badge svg rect,
#capabilities .cap-badge svg circle,
#capabilities .cap-badge svg polyline{
  stroke:currentColor !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  fill:none !important;
}

#capabilities .cap-top{
  margin-bottom:18px !important;
}
#capabilities .cap-card{
  padding-top:24px !important;
}

@media (max-width:767px){
  #scenes .scene-card,
  #capabilities .cap-card{
    padding:20px !important;
  }
}
