
:root{
  --bg:#030303;
  --panel:#0a0b0c;
  --panel2:#101113;
  --gold:#d6a43c;
  --gold2:#efc763;
  --text:#f4f4f5;
  --muted:#b9b9bd;
  --line:rgba(214,164,60,.52);
  --max:1450px;
  --font:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#030303;
  color:var(--text);
  font-family:var(--font);
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
img{display:block}
.shell{width:min(var(--max),calc(100% - 60px));margin:auto}

/* Header */
header{
  height:82px;
  background:#030303;
  border-bottom:1px solid rgba(214,164,60,.34);
  position:sticky;
  top:0;
  z-index:30;
}
.nav{height:100%;display:flex;align-items:center;gap:36px}
.brand{display:flex;align-items:center;gap:11px;width:220px;flex:0 0 220px}
.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover}
.brand-copy{font-weight:760;font-size:19px;line-height:.92}
.brand-copy span{display:block}
.menu{flex:1;display:flex;justify-content:center;gap:48px;font-size:14px}
.menu a:hover{color:var(--gold2)}
.contact{
  border:1px solid var(--gold);
  color:var(--gold2);
  font-size:14px;
  font-weight:700;
  padding:13px 24px;
  border-radius:2px;
}

/* Hero */
.hero{
  position:relative;
  padding:34px 0 26px;
  background:
    repeating-linear-gradient(126deg,transparent 0 28px,rgba(214,164,60,.045) 29px,transparent 30px),
    #040404;
}
.hero-grid{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:28px;
  align-items:center;
}
.eyebrow{color:var(--gold2);font-size:18px;font-weight:650;margin-bottom:14px}
h1{font-size:clamp(46px,5vw,70px);line-height:1.02;margin:0 0 15px;letter-spacing:-.042em}
.part{font-size:21px;color:var(--gold2);margin:0 0 13px}
.ai-badge{
  display:inline-flex;
  align-items:center;
  margin:0 0 18px;
  padding:7px 11px;
  border:1px solid rgba(214,164,60,.58);
  border-radius:999px;
  color:var(--gold2);
  background:rgba(214,164,60,.07);
  font-size:12px;
  font-weight:750;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.hero p{font-size:18px;line-height:1.45;color:#d1d1d4;margin:0 0 27px;max-width:560px}
.download{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:linear-gradient(#f4cf70,#c99428);
  color:#0d0d0d;
  font-size:17px;
  font-weight:800;
  padding:15px 28px;
  border-radius:4px;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
}
.download svg{width:22px;height:22px;fill:none;stroke:#111;stroke-width:2}
.rev-note{display:block;margin-top:10px;color:#a9aaae;font-size:13px}

/* IMPORTANT: exact original PNG, no cropping. */
.hero-render{
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
  border:1px solid rgba(214,164,60,.08);
  overflow:visible;
  padding:10px;
}
.hero-render img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:540px;
  object-fit:contain;
  object-position:center;
  margin:auto;
}

/* Feature cards */
.features-sec{padding:8px 0 20px}
.features{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.fcard{
  background:linear-gradient(180deg,#101113,#08090a);
  border:1px solid var(--line);
  border-radius:6px;
  min-height:166px;
  padding:20px 19px 17px;
  text-align:center;
}
.ficon{height:48px;color:var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:9px}
.ficon svg{height:42px;width:42px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fcard h3{font-size:17px;margin:0 0 10px;font-weight:600}
.fcard p{font-size:14px;color:#c3c3c6;line-height:1.45;margin:0}

/* Use case */
.usecase-sec{padding:4px 0 24px}
.usecase-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
  padding:22px 26px;
  background:linear-gradient(180deg,#0d0e10,#070708);
  border:1px solid var(--line);
  border-radius:6px;
}
.usecase-kicker{color:var(--gold2);font-size:13px;font-weight:750;letter-spacing:.045em;margin-bottom:7px}
.usecase-card h2{margin:0 0 8px;font-size:24px;line-height:1.12;letter-spacing:-.015em}
.usecase-card p{margin:0;color:#d1d2d5;font-size:14px;line-height:1.55;max-width:850px}
.usecase-actions{display:flex;align-items:center;gap:18px;white-space:nowrap}
.usecase-logo{width:68px;height:68px;object-fit:cover;border-radius:50%;flex:0 0 68px}
.usecase-button{
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:1px solid var(--gold);
  color:var(--gold2);
  padding:12px 16px;
  border-radius:3px;
  font-size:13px;
  font-weight:750;
}
.usecase-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Product views — exact PNGs, full image always visible */
.views-sec{padding:0 0 18px}
.sect-title{text-align:center;font-size:20px;font-weight:750;margin:0 0 16px}
.sect-title::after{content:"";display:block;width:58px;height:2px;background:var(--gold);margin:7px auto 0}
.views{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.view{
  background:#050506;
  border:1px solid var(--line);
  border-radius:5px;
  min-height:540px;
  padding:18px 18px 14px;
  display:flex;
  flex-direction:column;
}
.view-media{
  flex:1;
  min-height:470px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
  overflow:visible;
  padding:10px;
}
.view-media img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:500px;
  object-fit:contain;
  object-position:center;
  margin:auto;
}
.view-label{
  position:static;
  text-align:center;
  font-size:16px;
  margin-top:10px;
}

/* Specs */
.bottom-sec{padding:0 0 14px}
.bottom-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:start}
.key{font-size:19px;color:var(--gold2);font-weight:750;margin:0 0 8px}
.specs{width:100%;border-collapse:collapse}
.specs td{padding:5px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:14px;color:#d9dadd}
.specs td:first-child{width:190px;color:#f2f2f2}
.engineered{
  border:1px solid var(--line);
  border-radius:5px;
  background:linear-gradient(180deg,#0a0b0c,#050506);
  min-height:190px;
  padding:20px 30px;
  display:flex;
  align-items:center;
  gap:30px;
}
.engineered img{width:132px;height:132px;border-radius:50%;flex:0 0 auto}
.engineered h2{margin:0 0 12px;color:var(--gold2);font-size:22px;line-height:1.1}
.engineered p{margin:0;color:#d5d5d7;font-size:16px;line-height:1.45}

/* Footer */
footer{border-top:1px solid rgba(214,164,60,.32);padding:10px 0 25px}
.foot{display:grid;grid-template-columns:repeat(4,1fr)}
.footitem{
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:var(--gold2);
  font-size:14px;
  border-right:1px solid rgba(214,164,60,.26);
}
.footitem:last-child{border-right:0}
.footitem svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.7}
.copyright{text-align:center;color:#9b9b9f;font-size:13px;margin-top:6px}

@media(max-width:1120px){
  .hero-grid,.bottom-grid,.usecase-card{grid-template-columns:1fr}
  .menu{gap:22px}
  .features{grid-template-columns:repeat(2,1fr)}
  .hero-render{min-height:500px}
  .hero-render img{max-height:480px}
  .views{grid-template-columns:1fr}
  .view{min-height:620px}
  .view-media{min-height:550px}
  .view-media img{max-height:540px}
}
@media(max-width:760px){
  .shell{width:min(100% - 26px,var(--max))}
  .menu{display:none}
  .brand{width:auto;flex:1}
  .contact{font-size:11px;padding:10px 12px}
  h1{font-size:43px}
  .features{grid-template-columns:1fr}
  .hero-render{min-height:330px}
  .hero-render img{max-height:320px}
  .usecase-card{grid-template-columns:1fr}
  .usecase-actions{justify-content:flex-start}
  .view{min-height:420px}
  .view-media{min-height:350px}
  .view-media img{max-height:340px}
  .engineered{flex-direction:column;text-align:center}
  .foot{grid-template-columns:1fr}
}


/* V18 — subtle graphite treatment */
:root{
  --bg:#080808;
  --panel:#111111;
  --panel2:#171717;
}

/* Overall page remains almost black */
body{
  background:#080808 !important;
}

/* Header stays darker for contrast */
header{
  background:#050505 !important;
}

/* Hero area */
.hero{
  background:
    repeating-linear-gradient(
      126deg,
      transparent 0 28px,
      rgba(214,164,60,.035) 29px,
      transparent 30px
    ),
    #090909 !important;
}

.hero-render{
  background:
    radial-gradient(
      circle at 50% 45%,
      #202020 0%,
      #171717 42%,
      #101010 74%,
      #0b0b0b 100%
    ) !important;
  border:1px solid rgba(214,164,60,.15) !important;
}

/* Cards */
.fcard,
.usecase-card,
.engineered,
.view{
  background:linear-gradient(180deg,#151515 0%,#0e0e0e 100%) !important;
}

/* Product image stages */
.view-media{
  background:
    radial-gradient(
      circle at 50% 44%,
      #222222 0%,
      #181818 48%,
      #101010 76%,
      #0b0b0b 100%
    ) !important;
  border:1px solid rgba(255,255,255,.035) !important;
}

/* Slight lift around product images */
.hero-render img,
.view-media img{
  filter:drop-shadow(0 14px 20px rgba(0,0,0,.34)) !important;
}


/* V19 — black site + graphite image stages */
body{
  background:#030303 !important;
}
header{
  background:#030303 !important;
}
.hero{
  background:
    repeating-linear-gradient(
      126deg,
      transparent 0 28px,
      rgba(214,164,60,.045) 29px,
      transparent 30px
    ),
    #040404 !important;
}
.features-sec,
.usecase-sec,
.views-sec,
.bottom-sec,
.footer{
  background:transparent !important;
}
.fcard{
  background:linear-gradient(180deg,#101113,#08090a) !important;
}
.usecase-card{
  background:linear-gradient(180deg,#0d0e10,#070708) !important;
}
.view{
  background:#050506 !important;
}
.engineered{
  background:linear-gradient(180deg,#0d0e10,#070708) !important;
}

/* Keep the new graphite treatment only behind the PNGs */
.hero-render{
  background:
    radial-gradient(
      circle at 50% 45%,
      #202020 0%,
      #171717 42%,
      #101010 74%,
      #0b0b0b 100%
    ) !important;
  border:1px solid rgba(214,164,60,.15) !important;
}
.view-media{
  background:
    radial-gradient(
      circle at 50% 44%,
      #222222 0%,
      #181818 48%,
      #101010 76%,
      #0b0b0b 100%
    ) !important;
  border:1px solid rgba(255,255,255,.035) !important;
}


/* V20 — all PNG image backgrounds identical */
.hero-render,
.view-media{
  background:#171717 !important;
}

/* Keep the main site black */
body{ background:#030303 !important; }
header{ background:#030303 !important; }

.hero{
  background:
    repeating-linear-gradient(
      126deg,
      transparent 0 28px,
      rgba(214,164,60,.045) 29px,
      transparent 30px
    ),
    #040404 !important;
}


/* V21 — smaller hero image */
.hero-render{
  min-height:500px !important;
  padding:22px !important;
}
.hero-render img{
  max-height:430px !important;
  max-width:86% !important;
}
@media(max-width:1120px){
  .hero-render{
    min-height:440px !important;
    padding:18px !important;
  }
  .hero-render img{
    max-height:380px !important;
    max-width:84% !important;
  }
}
@media(max-width:760px){
  .hero-render{
    min-height:320px !important;
    padding:14px !important;
  }
  .hero-render img{
    max-height:280px !important;
    max-width:88% !important;
  }
}


/* V24 — GitHub SDK integration */
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.github-button{display:inline-flex;align-items:center;gap:10px;padding:14px 20px;border:1px solid var(--gold);border-radius:4px;color:var(--gold2);background:rgba(214,164,60,.045);font-size:14px;font-weight:800;letter-spacing:.01em;transition:background .18s ease,transform .18s ease;}
.github-button:hover{background:rgba(214,164,60,.10);transform:translateY(-1px);}
.github-button svg{width:21px;height:21px;fill:currentColor;flex:0 0 21px;}


/* V25 — multi-product catalog */
.product-family-sec{
  padding:24px 0 28px;
  background:#030303;
}
.product-family-head{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:end;
  margin-bottom:18px;
}
.product-family-head h2{
  margin:0;
  font-size:30px;
  line-height:1.1;
}
.product-family-head p{
  margin:0;
  color:#bfc0c3;
  max-width:620px;
  line-height:1.55;
}
.product-family-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.product-card{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  min-height:340px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:6px;
  background:linear-gradient(180deg,#0d0e10,#070708);
}
.product-card-media{
  min-height:340px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#171717;
  padding:22px;
}
.product-card-media img{
  display:block;
  max-width:100%;
  max-height:300px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.product-card-copy{
  padding:28px 26px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.product-card-kicker{
  color:var(--gold2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.055em;
  margin-bottom:8px;
}
.product-card h3{
  font-size:25px;
  line-height:1.1;
  margin:0 0 8px;
}
.product-code{
  color:#e9ba4e;
  font-size:15px;
  margin-bottom:14px;
}
.product-card p{
  color:#c7c8cb;
  line-height:1.55;
  margin:0 0 18px;
  font-size:14px;
}
.product-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:20px;
}
.product-tag{
  border:1px solid rgba(214,164,60,.34);
  color:#d9bf7a;
  border-radius:999px;
  padding:5px 8px;
  font-size:11px;
  font-weight:700;
}
.product-card-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.product-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid var(--gold);
  color:var(--gold2);
  padding:11px 15px;
  border-radius:3px;
  font-size:12px;
  font-weight:800;
}
.product-link.primary{
  background:linear-gradient(#efc967,#bd8b26);
  color:#111;
}
.catalog-hero{
  padding:56px 0 28px;
  border-bottom:1px solid rgba(214,164,60,.18);
}
.catalog-hero h1{
  max-width:800px;
}
.catalog-hero p{
  max-width:760px;
  color:#c9cace;
  font-size:18px;
  line-height:1.6;
}
.product-detail-hero{
  padding:38px 0 26px;
}
.product-detail-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:28px;
  align-items:center;
}
.product-detail-image{
  min-height:520px;
  background:#171717;
  border:1px solid rgba(214,164,60,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.product-detail-image img{
  max-width:100%;
  max-height:470px;
  object-fit:contain;
}
.product-detail-copy h1{
  font-size:clamp(40px,4vw,62px);
}
.product-detail-copy p{
  color:#c8c9cc;
  line-height:1.6;
  font-size:17px;
}
.feature-list-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.detail-feature{
  border:1px solid rgba(214,164,60,.35);
  background:linear-gradient(180deg,#101113,#08090a);
  padding:18px;
  border-radius:5px;
}
.detail-feature strong{
  display:block;
  color:#f2f2f3;
  margin-bottom:6px;
  font-size:15px;
}
.detail-feature span{
  color:#bfc0c3;
  font-size:13px;
  line-height:1.5;
}
.detail-views{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.detail-view{
  border:1px solid var(--line);
  background:#050506;
  border-radius:6px;
  padding:18px;
}
.detail-view-media{
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#171717;
}
.detail-view-media img{
  max-width:96%;
  max-height:500px;
  object-fit:contain;
}
.detail-view h3{
  margin:12px 0 0;
  text-align:center;
  font-size:16px;
}
.product-note{
  margin-top:18px;
  padding:15px 18px;
  border-left:3px solid var(--gold);
  background:#0c0d0e;
  color:#bfc0c3;
  font-size:13px;
  line-height:1.55;
}
@media(max-width:1120px){
  .product-family-grid{grid-template-columns:1fr}
  .product-detail-grid{grid-template-columns:1fr}
  .feature-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .product-family-head{align-items:start;flex-direction:column}
  .product-card{grid-template-columns:1fr}
  .product-card-media{min-height:270px}
  .feature-list-grid{grid-template-columns:1fr}
  .detail-views{grid-template-columns:1fr}
  .detail-view-media{min-height:390px}
}

/* V26 — per-product GitHub repositories */
.disabled-link{
  opacity:.48;
  cursor:default;
  pointer-events:none;
  border-style:dashed !important;
}

/* V27 — individual product page cleanup */
.products-button{
  opacity:.82;
  background:transparent !important;
}
.products-button:hover{
  opacity:1;
}


/* V28 — corporate home */
.home-hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 52px;
  background:
    radial-gradient(circle at 74% 36%, rgba(214,164,60,.12), transparent 23%),
    repeating-linear-gradient(126deg,transparent 0 28px,rgba(214,164,60,.045) 29px,transparent 30px),
    #040404;
}
.home-hero-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:38px;
  align-items:center;
}
.home-hero h1{
  font-size:clamp(50px,5.7vw,82px);
  line-height:.98;
  margin:0 0 22px;
  letter-spacing:-.048em;
}
.home-hero h1 .gold{
  color:var(--gold2);
}
.home-hero p{
  color:#c9cace;
  font-size:18px;
  line-height:1.65;
  max-width:650px;
  margin:0 0 28px;
}
.home-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.home-primary,
.home-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:4px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.015em;
}
.home-primary{
  color:#111;
  background:linear-gradient(#f0cb6a,#bd8926);
}
.home-secondary{
  color:var(--gold2);
  border:1px solid var(--gold);
  background:rgba(214,164,60,.035);
}
.home-visual{
  min-height:480px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.home-visual-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(214,164,60,.25);
  background:#171717;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
}
.home-visual-card img{
  display:block;
  max-width:100%;
  max-height:410px;
  object-fit:contain;
}
.home-visual-label{
  position:absolute;
  left:16px;
  bottom:14px;
  padding:6px 9px;
  border-radius:3px;
  background:rgba(0,0,0,.72);
  color:#e9ba4e;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
}
.home-products{
  padding:34px 0 34px;
}
.home-section-head{
  display:flex;
  justify-content:space-between;
  gap:32px;
  align-items:end;
  margin-bottom:20px;
}
.home-section-head h2{
  margin:0;
  font-size:34px;
  line-height:1.08;
}
.home-section-head p{
  margin:0;
  color:#bfc0c3;
  line-height:1.55;
  max-width:620px;
}
.home-product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.home-product-card{
  border:1px solid var(--line);
  background:linear-gradient(180deg,#101113,#08090a);
  border-radius:6px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:360px;
}
.home-product-media{
  background:#171717;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.home-product-media img{
  max-width:100%;
  max-height:310px;
  object-fit:contain;
}
.home-product-copy{
  padding:28px 25px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.home-product-copy h3{
  margin:0 0 7px;
  font-size:25px;
  line-height:1.12;
}
.home-product-code{
  color:#e9ba4e;
  font-size:14px;
  margin-bottom:14px;
}
.home-product-copy p{
  margin:0 0 18px;
  color:#c4c5c8;
  font-size:14px;
  line-height:1.55;
}
.home-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:19px;
}
.home-tag{
  padding:5px 8px;
  border-radius:999px;
  border:1px solid rgba(214,164,60,.34);
  color:#d7bd79;
  font-size:10px;
  font-weight:800;
}
.home-product-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.home-product-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border:1px solid var(--gold);
  border-radius:3px;
  color:var(--gold2);
  font-size:11px;
  font-weight:800;
}
.home-product-actions a.primary{
  background:linear-gradient(#efc967,#bd8b26);
  color:#111;
}
.home-values{
  padding:18px 0 34px;
}
.home-value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.home-value{
  padding:20px;
  border:1px solid rgba(214,164,60,.30);
  background:#0b0c0d;
  border-radius:5px;
}
.home-value strong{
  display:block;
  color:#f1f1f2;
  margin-bottom:7px;
  font-size:15px;
}
.home-value span{
  color:#bfc0c3;
  font-size:13px;
  line-height:1.5;
}
.home-resource-sec{
  padding:18px 0 34px;
}
.home-resource-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.home-resource{
  padding:22px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,#0f1012,#08090a);
  border-radius:6px;
}
.home-resource h3{
  margin:0 0 8px;
  font-size:18px;
}
.home-resource p{
  margin:0 0 15px;
  color:#bfc0c3;
  font-size:13px;
  line-height:1.55;
}
.home-resource a{
  color:var(--gold2);
  font-size:12px;
  font-weight:800;
}
.home-usecase{
  padding:18px 0 38px;
}
.home-usecase-card{
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
  padding:28px 30px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 86% 50%,rgba(214,164,60,.10),transparent 23%),
    linear-gradient(180deg,#101113,#08090a);
  border-radius:6px;
}
.home-usecase-card h2{
  margin:0 0 9px;
  font-size:28px;
}
.home-usecase-card p{
  margin:0;
  color:#c6c7ca;
  line-height:1.55;
  max-width:800px;
}
.home-usecase-card a{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  padding:0 17px;
  border:1px solid var(--gold);
  color:var(--gold2);
  font-size:12px;
  font-weight:800;
  border-radius:3px;
  white-space:nowrap;
}
@media(max-width:1120px){
  .home-hero-grid{grid-template-columns:1fr}
  .home-visual{min-height:400px}
  .home-product-grid{grid-template-columns:1fr}
  .home-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .home-hero{padding:44px 0 34px}
  .home-visual{grid-template-columns:1fr;min-height:auto}
  .home-visual-card{min-height:300px}
  .home-product-card{grid-template-columns:1fr}
  .home-section-head{align-items:start;flex-direction:column}
  .home-value-grid{grid-template-columns:1fr}
  .home-resource-grid{grid-template-columns:1fr}
  .home-usecase-card{grid-template-columns:1fr}
}
