:root{
  --stc-ink:#101820;
  --stc-cyan:#00A8D2;
  --stc-amber:#FFB000;
  --stc-blue:#1264D8;
  --stc-red:#F0442B;
  --stc-paper:#f7f8fa;
  --stc-line:#d9dee5;
  --stc-soft:#eef2f6;
  --stc-radius:12px;
  --stc-control:8px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.stc-home{background:#fff;color:var(--stc-ink)}
.stc-home main{overflow:hidden}
.stc-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.stc-kicker{margin:0 0 10px;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#56606d}
.stc-section{padding:88px 0;border-top:1px solid var(--stc-line)}
.stc-section-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:40px;align-items:end;margin-bottom:34px}
.stc-section h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.045em;margin:0}
.stc-section-head p{margin:0;color:#53606c;line-height:1.7}
.stc-hero{padding:58px 0 74px}
.stc-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:28px;align-items:stretch}
.stc-hero-copy,.stc-hero-visual{min-height:560px;border:1px solid var(--stc-ink);border-radius:16px;background:#fff}
.stc-hero-copy{padding:54px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.stc-hero-copy:before{content:"";position:absolute;left:0;top:0;width:11px;height:40%;background:var(--stc-cyan)}
.stc-hero-copy:after{content:"";position:absolute;left:0;bottom:0;width:11px;height:22%;background:var(--stc-amber)}
.stc-hero h1{font-size:clamp(3.1rem,7vw,6.6rem);line-height:.91;letter-spacing:-.07em;margin:18px 0 26px;max-width:900px}
.stc-hero .lead{font-size:clamp(1.08rem,2vw,1.42rem);line-height:1.65;max-width:760px;color:#34404b}
.stc-hero .micro{font-size:.88rem;color:#68737f;margin-top:18px}
.stc-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.stc-action{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid var(--stc-ink);border-radius:var(--stc-control);font-weight:800;text-decoration:none;color:var(--stc-ink);background:#fff}
.stc-action.primary{background:var(--stc-ink);color:#fff}
.stc-action:hover{transform:translateY(-1px)}
.stc-hero-visual{display:grid;grid-template-rows:auto 1fr auto;background:var(--stc-ink);color:#fff;overflow:hidden}
.stc-visual-head{padding:24px 26px;border-bottom:1px solid #35404a;display:flex;align-items:center;justify-content:space-between;gap:18px}
.stc-visual-head strong{font-size:1.05rem}
.stc-live-dot{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;color:#d7e0e7}
.stc-live-dot:before{content:"";width:8px;height:8px;background:var(--stc-cyan);border-radius:50%;box-shadow:0 0 0 5px rgba(0,168,210,.13)}
.stc-compiler{padding:24px;display:grid;gap:10px}
.stc-source{border:1px solid #52606d;border-radius:10px;padding:18px;background:#17212a}
.stc-source b{display:block;font-size:1.1rem;margin-bottom:5px}
.stc-source span{color:#aeb9c4;font-size:.86rem}
.stc-flow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.stc-flow-node{min-height:84px;border:1px solid #43515e;border-radius:10px;padding:13px;background:#111a22;position:relative}
.stc-flow-node:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--node,var(--stc-cyan));border-radius:10px 0 0 10px}
.stc-flow-node b{display:block;font-size:.9rem}
.stc-flow-node span{display:block;margin-top:5px;color:#9eabb6;font-size:.77rem;line-height:1.35}
.stc-visual-foot{display:flex;gap:8px;flex-wrap:wrap;padding:18px 24px;border-top:1px solid #35404a}
.stc-chip{font-size:.72rem;border:1px solid #485663;border-radius:999px;padding:7px 10px;color:#d8e0e7}
.stc-journey{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));border:1px solid var(--stc-ink);border-radius:14px;overflow:hidden;background:#fff}
.stc-step{min-height:180px;padding:18px 14px;border-right:1px solid var(--stc-line);position:relative}
.stc-step:last-child{border-right:none}
.stc-step .n{display:block;font-size:.7rem;font-weight:900;color:#7b8792;margin-bottom:35px}
.stc-step h3{font-size:1rem;line-height:1.15;margin:0 0 8px}
.stc-step p{font-size:.78rem;line-height:1.45;color:#68737e;margin:0}
.stc-step:nth-child(1){box-shadow:inset 0 7px 0 var(--stc-amber)}
.stc-step:nth-child(2),.stc-step:nth-child(3){box-shadow:inset 0 7px 0 var(--stc-cyan)}
.stc-step:nth-child(4),.stc-step:nth-child(5){box-shadow:inset 0 7px 0 var(--stc-blue)}
.stc-step:nth-child(6),.stc-step:nth-child(7){box-shadow:inset 0 7px 0 var(--stc-red)}
.stc-step:nth-child(8){box-shadow:inset 0 7px 0 var(--stc-ink)}
.stc-stack-wrap{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.stc-stack-card{border:1px solid var(--stc-ink);border-radius:14px;padding:24px;background:#fff}
.stc-stack-card.flow{background:#f7fbfc;border-color:var(--stc-cyan)}
.stc-stack-title{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}
.stc-stack-title h3{margin:0;font-size:1.35rem}
.stc-stack-title span{font-size:.75rem;border:1px solid currentColor;border-radius:999px;padding:6px 9px}
.stc-layer-list{display:grid;gap:7px}
.stc-layer{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;border:1px solid var(--stc-line);border-radius:9px;padding:12px 13px;background:#fff}
.stc-layer b{font-size:.78rem}
.stc-layer strong{font-size:.92rem}
.stc-layer small{font-size:.7rem;color:#6b7680}
.stc-layer.core{border-color:#82d8ea;background:#effbfe}
.stc-layer.optional{border-style:dashed;color:#5f6a75}
.stc-bracket-note{margin-top:16px;padding:15px 16px;border-left:5px solid var(--stc-red);background:#fff5f3;font-weight:750;line-height:1.5}
.flow .stc-bracket-note{border-color:var(--stc-cyan);background:#eafaff}
.stc-metric-line{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.stc-metric-line span{border:1px solid var(--stc-line);border-radius:999px;padding:7px 10px;font-size:.75rem;background:#fff}
.stc-fallback{display:grid;grid-template-columns:1fr 44px 1fr;gap:14px;align-items:stretch}
.stc-fallback-col{border:1px solid var(--stc-line);border-radius:14px;padding:22px;background:#fff}
.stc-fallback-col h3{margin:0 0 16px;font-size:1.18rem}
.stc-fallback-item{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 0;border-top:1px solid var(--stc-line);font-size:.88rem}
.stc-fallback-item:first-of-type{border-top:0}
.stc-fallback-arrow{display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#7b8792}
.stc-outputs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.stc-output{border:1px solid var(--stc-line);border-radius:12px;padding:20px;background:#fff;min-height:150px}
.stc-output .tag{font-size:.68rem;font-weight:900;letter-spacing:.08em;color:#65717d}
.stc-output h3{font-size:1.05rem;margin:18px 0 7px}
.stc-output p{font-size:.83rem;line-height:1.5;color:#65717d;margin:0}
.stc-loop{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--stc-ink);border-radius:14px;overflow:hidden}
.stc-loop article{padding:28px 22px;min-height:210px;border-right:1px solid var(--stc-line);background:#fff}
.stc-loop article:last-child{border-right:0}
.stc-loop .num{font-size:.72rem;font-weight:900;display:block;margin-bottom:35px}
.stc-loop h3{font-size:1.4rem;margin:0 0 10px}
.stc-loop p{color:#68737e;font-size:.86rem;line-height:1.55;margin:0}
.stc-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.stc-proof{border:1px solid var(--stc-line);border-radius:14px;overflow:hidden;background:#fff}
.stc-proof-media{aspect-ratio:16/10;background:#e9edf1;display:flex;align-items:center;justify-content:center;overflow:hidden}
.stc-proof-media img,.stc-proof-media video{width:100%;height:100%;object-fit:cover}
.stc-proof-copy{padding:22px}
.stc-proof-copy h3{font-size:1.25rem;margin:8px 0}
.stc-proof-copy p{color:#66717c;line-height:1.55;margin:0 0 16px}
.stc-status{display:inline-flex;align-items:center;gap:7px;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.stc-status:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--status,var(--stc-amber))}
.stc-status.working{--status:#1d9a62}
.stc-status.integrated{--status:var(--stc-cyan)}
.stc-status.roadmap{--status:#85909b}
.stc-capabilities{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.stc-cap{padding:20px;border:1px solid var(--stc-line);border-radius:12px;background:#fff}
.stc-cap h3{margin:8px 0 10px;font-size:1.05rem}
.stc-cap p{font-size:.82rem;line-height:1.5;color:#65717d;margin:0}
.stc-pilot{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.stc-pilot article{border:1px solid var(--stc-line);border-radius:12px;padding:22px;background:#fff}
.stc-pilot .num{font-size:.75rem;font-weight:900}
.stc-pilot h3{font-size:1.05rem;margin:24px 0 10px}
.stc-pilot p{font-size:.84rem;line-height:1.55;color:#64707a}
.stc-cta-band{border:1px solid var(--stc-ink);border-radius:16px;padding:38px;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;background:var(--stc-ink);color:#fff}
.stc-cta-band h2{font-size:clamp(2.1rem,4vw,3.8rem);margin:0 0 18px}
.stc-cta-band p{color:#c8d1d8;line-height:1.65}
.stc-contact-card{background:#fff;color:var(--stc-ink);border-radius:12px;padding:22px}
.stc-contact-card label{display:block;font-size:.78rem;font-weight:800;margin:0 0 6px}
.stc-contact-card input,.stc-contact-card textarea,.stc-contact-card select{width:100%;border:1px solid #cbd3da;border-radius:8px;padding:11px 12px;font:inherit;background:#fff;margin-bottom:12px}
.stc-contact-card textarea{min-height:118px;resize:vertical}
.stc-contact-card button{width:100%}
.stc-form-status{font-size:.78rem;min-height:1.3em;margin-top:10px;color:#5e6974}
.stc-note{margin-top:14px;color:#6b7680;font-size:.78rem;line-height:1.55}
.stc-home .site-footer{margin-top:0}

/* 2026-09-17 brand catchphrase layer: keep the product H1 factual while adding the corporate promise. */
.stc-hero .stc-kicker::after{
  display:block;
  margin-top:16px;
  max-width:720px;
  font-size:clamp(1.38rem,2.6vw,2.15rem);
  line-height:1.12;
  letter-spacing:-.035em;
  text-transform:none;
  font-weight:760;
  color:var(--stc-ink);
}
body[data-lang="ko"] .stc-hero .stc-kicker::after{content:"상상이 현실이 되는 시대."}
body[data-lang="en"] .stc-hero .stc-kicker::after{content:"Imagine it. Make it real."}
body[data-lang="ar"] .stc-hero .stc-kicker::after{content:"عصر تتحول فيه الأفكار إلى واقع.";direction:rtl}

#stack::after{
  display:block;
  width:min(1180px,calc(100% - 40px));
  margin:42px auto 0;
  padding:26px 30px;
  border-left:7px solid var(--stc-cyan);
  background:linear-gradient(90deg,#effbfe 0,#fff 76%);
  font-size:clamp(1.25rem,2.8vw,2rem);
  line-height:1.2;
  letter-spacing:-.035em;
  font-weight:820;
  color:var(--stc-ink);
}
body[data-lang="ko"] #stack::after{content:"상상이 현실이 되는 시대. — Flowmatic"}
body[data-lang="en"] #stack::after{content:"Imagine it. Make it real. — Flowmatic"}
body[data-lang="ar"] #stack::after{content:"الأفكار تتحول إلى واقع. — Flowmatic";direction:rtl;border-left:0;border-right:7px solid var(--stc-cyan)}

#contact .stc-cta-band > :first-child::before{
  display:block;
  margin:0 0 14px;
  color:#86dff1;
  font-size:clamp(1.15rem,2.4vw,1.7rem);
  line-height:1.2;
  letter-spacing:-.025em;
  font-weight:780;
}
body[data-lang="ko"] #contact .stc-cta-band > :first-child::before{content:"상상이 현실이 되는 시대."}
body[data-lang="en"] #contact .stc-cta-band > :first-child::before{content:"Imagine it. Make it real."}
body[data-lang="ar"] #contact .stc-cta-band > :first-child::before{content:"عصر تتحول فيه الأفكار إلى واقع.";direction:rtl}

.stc-home .site-footer::before{
  display:block;
  margin:0 0 22px;
  padding:20px 0;
  border-top:1px solid currentColor;
  font-size:clamp(1.15rem,2.3vw,1.65rem);
  line-height:1.2;
  letter-spacing:-.03em;
  font-weight:800;
}
body[data-lang="ko"] .site-footer::before{content:"상상이 현실이 되는 시대.  FLOWMATIC"}
body[data-lang="en"] .site-footer::before{content:"Imagine it. Make it real.  FLOWMATIC"}
body[data-lang="ar"] .site-footer::before{content:"الأفكار تتحول إلى واقع.  FLOWMATIC";direction:rtl}

@media(max-width:1000px){
  .stc-hero-grid,.stc-section-head,.stc-stack-wrap,.stc-cta-band{grid-template-columns:1fr}
  .stc-hero-copy,.stc-hero-visual{min-height:auto}
  .stc-journey{grid-template-columns:repeat(4,1fr)}
  .stc-step:nth-child(4){border-right:none}.stc-step:nth-child(5){border-top:1px solid var(--stc-line)}
  .stc-outputs,.stc-capabilities,.stc-pilot{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .stc-shell{width:min(100% - 24px,1180px)}
  .stc-section{padding:64px 0}
  .stc-hero{padding:28px 0 54px}
  .stc-hero-copy{padding:30px 24px}
  .stc-hero h1{font-size:clamp(2.7rem,15vw,4.4rem)}
  .stc-flow-grid{grid-template-columns:1fr}
  .stc-journey{grid-template-columns:repeat(2,1fr)}
  .stc-step{border-bottom:1px solid var(--stc-line)}
  .stc-step:nth-child(even){border-right:none}
  .stc-step:nth-last-child(-n+2){border-bottom:0}
  .stc-layer{grid-template-columns:42px 1fr}.stc-layer small{grid-column:2}
  .stc-fallback{grid-template-columns:1fr}
  .stc-fallback-arrow{transform:rotate(90deg)}
  .stc-outputs,.stc-capabilities,.stc-pilot,.stc-proof-grid,.stc-loop{grid-template-columns:1fr}
  .stc-loop article{border-right:0;border-bottom:1px solid var(--stc-line)}
  .stc-loop article:last-child{border-bottom:0}
  .stc-cta-band{padding:26px 20px}
  #stack::after{width:min(100% - 24px,1180px);padding:22px 20px;margin-top:30px}
  .stc-hero .stc-kicker::after{margin-top:13px}
}


/* Investor-first typography and narrative hierarchy · 2026-09-19 */
.stc-home .stc-hero{padding:52px 0 66px}
.stc-home .stc-hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:24px}
.stc-home .stc-hero-copy,.stc-home .stc-hero-visual{min-height:520px}
.stc-home .stc-hero-copy{padding:48px}
.stc-home .stc-hero h1{font-size:clamp(3rem,6vw,5.6rem);line-height:.95;letter-spacing:-.055em;margin:16px 0 24px}
.stc-home .stc-hero .lead{font-size:clamp(1.05rem,1.65vw,1.28rem);line-height:1.68;max-width:780px}
.stc-home .stc-section{padding:78px 0}
.stc-home .stc-section-head{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:48px;align-items:start;margin-bottom:32px}
.stc-home .stc-section h2{font-size:clamp(1.9rem,3.25vw,3rem);line-height:1.08;letter-spacing:-.035em}
.stc-home .stc-section-head>p{font-size:1rem;line-height:1.72;max-width:44rem}
.stc-boundary-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.stc-boundary-card{border:1px solid var(--stc-line);border-radius:12px;padding:16px 17px;background:#f8fafb}
.stc-boundary-card.current{border-color:#9edac2;background:#f5fbf8}
.stc-boundary-card.target{background:#f6f8fa}
.stc-boundary-card strong{display:block;margin:9px 0 5px;font-size:.98rem}
.stc-boundary-card p{margin:0;color:#5e6974;font-size:.84rem;line-height:1.55}
.stc-proof-priority{background:#f6f9fb}
.stc-proof-priority .stc-proof{box-shadow:0 12px 36px rgba(16,24,32,.055)}
.stc-proof-copy{padding:24px}
.stc-proof-copy h3{font-size:1.34rem;margin:10px 0}
.stc-proof-copy p{font-size:.97rem;line-height:1.62}
.stc-proof-points{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px}
.stc-proof-points span,.stc-kpi-row span{border:1px solid #d7dfe5;border-radius:999px;padding:7px 10px;background:#fff;font-size:.76rem;font-weight:800;color:#52606b}
.stc-pilot-priority{background:#fbfaf6}
.stc-pilot{grid-template-columns:repeat(3,1fr)}
.stc-pilot article{min-height:150px}
.stc-pilot h3{font-size:1.08rem;margin:20px 0 9px}
.stc-pilot p{font-size:.86rem}
.stc-kpi-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.stc-audience{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.stc-audience article{border:1px solid var(--stc-line);border-radius:12px;padding:22px;background:#fff}
.stc-audience h3{font-size:1.08rem;margin:8px 0}
.stc-audience p:last-child{margin:0;color:#5d6872;line-height:1.6}
.stc-expansion{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.stc-expansion article{border:1px solid var(--stc-line);border-radius:12px;padding:24px;background:#fff}
.stc-expansion .num{font-size:.75rem;font-weight:900}
.stc-expansion h3{font-size:1.15rem;margin:24px 0 9px}
.stc-expansion p{margin:0;color:#65717d;line-height:1.6;font-size:.9rem}
#company .stc-section-head{margin-bottom:28px}
.stc-home .stc-cta-band h2{font-size:clamp(2rem,3.6vw,3.35rem);line-height:1.04}
html[dir="rtl"] .stc-boundary-card,html[dir="rtl"] .stc-proof-copy,html[dir="rtl"] .stc-audience article,html[dir="rtl"] .stc-expansion article{text-align:right}

@media(max-width:1000px){
  .stc-home .stc-hero-grid,.stc-home .stc-section-head{grid-template-columns:1fr}
  .stc-home .stc-section-head{gap:18px}
  .stc-boundary-grid,.stc-audience{grid-template-columns:1fr 1fr}
  .stc-pilot,.stc-expansion{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .stc-home .stc-hero-copy{padding:28px 22px}
  .stc-home .stc-hero h1{font-size:clamp(2.55rem,13vw,4rem);line-height:.97}
  .stc-home .stc-hero .lead{font-size:1.02rem;line-height:1.65}
  .stc-home .stc-section{padding:60px 0}
  .stc-home .stc-section h2{font-size:clamp(1.8rem,9vw,2.55rem)}
  .stc-boundary-grid,.stc-audience,.stc-pilot,.stc-expansion{grid-template-columns:1fr}
  .stc-proof-copy{padding:20px}
}


/* Hero Manufacturing Value Loop · 2026-09-19 */
.stc-home .stc-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(500px,1fr);
  gap:28px;
  align-items:stretch;
}
.stc-home .stc-hero-copy,
.stc-home .stc-value-loop-card{
  min-height:540px;
}
.stc-home .stc-hero h1.stc-hero-title{
  font-size:clamp(2.85rem,3.6vw,3.6rem);
  line-height:.99;
  letter-spacing:-.045em;
  margin:18px 0 24px;
  max-width:none;
}
.stc-hero-title .stc-hero-line{display:block}

.stc-home .stc-value-loop-card{
  display:grid;
  grid-template-rows:auto 1fr auto;
  background:radial-gradient(circle at 50% 46%,#fff 0%,#f8fbfd 62%,#f2f6f8 100%);
  color:var(--stc-ink);
  border:1px solid #cfd8df;
  border-radius:18px;
  overflow:hidden;
}
.stc-value-loop-head{
  min-height:64px;
  padding:18px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid #dde4e9;
}
.stc-value-loop-head strong{
  font-size:1rem;
  letter-spacing:-.015em;
}
.stc-value-loop-card .stc-live-dot{
  color:#5c6975;
  white-space:nowrap;
}
.stc-value-loop-stage{
  min-height:0;
  padding:10px 16px 4px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.stc-value-loop{
  display:block;
  width:min(100%,520px);
  height:auto;
  overflow:visible;
  font-family:inherit;
}
.stc-value-track{
  fill:none;
  stroke:#d8e1e7;
  stroke-width:1.5;
}
.stc-value-flow-dash{
  fill:none;
  stroke:#9fb2c0;
  stroke-width:2;
  stroke-linecap:round;
  stroke-dasharray:8 15;
  opacity:.62;
  animation:stcValueFlow 8s linear infinite;
}
.stc-value-direction{
  fill:none;
  stroke:#748796;
  stroke-width:2.2;
  stroke-linecap:round;
  opacity:.76;
}
.stc-value-arrowhead{fill:#748796}
.stc-value-segment{
  stroke:#fff;
  stroke-width:3;
  stroke-linejoin:round;
  transform-box:fill-box;
  transform-origin:center;
  animation:stcValuePulse 12s ease-in-out infinite;
  animation-delay:var(--value-delay,0s);
}
.stc-value-planning{fill:#101820}
.stc-value-production{fill:#00A8D2}
.stc-value-quality{fill:#FFB000}
.stc-value-logistics{fill:#1264D8}
.stc-value-management{fill:#F0442B}
.stc-value-feedback{fill:#E7EEF3}
.stc-value-overlap{
  opacity:.88;
  stroke:#fff;
  stroke-width:2;
}
.stc-value-icon{
  fill:none;
  stroke:#fff;
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}
.stc-icon-quality,.stc-icon-feedback{stroke:#101820}
.stc-value-label{
  fill:#fff;
  font-size:16.5px;
  font-weight:800;
  letter-spacing:-.01em;
  pointer-events:none;
}
.stc-label-quality,.stc-label-feedback{fill:#101820}
.stc-value-label.stc-value-rtl{
  font-size:14.5px;
  direction:rtl;
  unicode-bidi:plaintext;
}
.stc-value-center{
  fill:#fff;
  stroke:#dce5eb;
  stroke-width:2;
}
.stc-value-center-brand{
  fill:#101820;
  font-size:34px;
  font-weight:850;
  letter-spacing:-.035em;
}
.stc-value-center-sub{
  fill:#5c6b78;
  font-size:15px;
  font-weight:800;
  letter-spacing:.12em;
}
.stc-value-center-sub.stc-value-rtl{
  direction:rtl;
  unicode-bidi:plaintext;
  letter-spacing:0;
  font-size:17px;
}
.stc-value-loop-caption{
  margin:0;
  min-height:48px;
  padding:13px 20px 15px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-top:1px solid #dde4e9;
  color:#64727d;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.035em;
}
html[dir="rtl"] .stc-value-loop-head,
html[dir="rtl"] .stc-value-loop-caption{direction:rtl}

@keyframes stcValueFlow{
  to{stroke-dashoffset:-115}
}
@keyframes stcValuePulse{
  0%,13%{filter:brightness(1.08);opacity:1}
  19%,100%{filter:brightness(.98);opacity:.94}
}

@media(min-width:1180px){
  .stc-home .stc-hero-title .stc-hero-line{white-space:nowrap}
}
@media(max-width:1179px){
  .stc-home .stc-hero-grid{grid-template-columns:minmax(0,1fr) minmax(430px,.94fr)}
  .stc-home .stc-hero-copy{padding:42px}
  .stc-home .stc-hero h1.stc-hero-title{font-size:clamp(2.75rem,4.6vw,3.35rem)}
}
@media(max-width:1000px){
  .stc-home .stc-hero-grid{grid-template-columns:1fr}
  .stc-home .stc-hero-copy,.stc-home .stc-value-loop-card{min-height:auto}
  .stc-value-loop-stage{min-height:500px}
  .stc-home .stc-hero h1.stc-hero-title{font-size:clamp(2.8rem,7vw,3.6rem)}
}
@media(max-width:720px){
  .stc-home .stc-hero-copy{padding:28px 22px}
  .stc-home .stc-hero h1.stc-hero-title{
    font-size:clamp(2.45rem,10.8vw,3.35rem);
    line-height:1;
  }
  .stc-value-loop-head{padding:16px 17px;align-items:flex-start}
  .stc-value-loop-head strong{font-size:.92rem}
  .stc-value-loop-card .stc-live-dot{font-size:.66rem}
  .stc-value-loop-stage{
    min-height:auto;
    aspect-ratio:1/1;
    padding:8px;
  }
  .stc-value-loop{width:min(100%,430px)}
  .stc-value-loop-caption{font-size:.68rem;padding:11px 12px 13px}
}
@media(max-width:430px){
  .stc-value-loop-head{display:grid;gap:8px}
  .stc-value-loop-card .stc-live-dot{white-space:normal}
  .stc-value-label{font-size:15px}
  .stc-value-label.stc-value-rtl{font-size:13px}
}
@media(prefers-reduced-motion:reduce){
  .stc-value-flow-dash,
  .stc-value-segment{
    animation:none !important;
  }
}
