:root {
  --bg: #0b0f19;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.1);
  --text: #f4f7ff;
  --muted: #b6c1d4;
  --brand: #ff5d3d;
  --blue: #4c74ff;
  --green: #2fd28f;
  --border: rgba(255, 255, 255, 0.15);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; scroll-behavior: smooth; }
body {
  font-family: Inter, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 10% 10%, rgba(76, 116, 255, 0.2), transparent 30%), radial-gradient(circle at 90% 20%, rgba(255, 93, 61, 0.2), transparent 35%), var(--bg);
  overflow-x: hidden;
}
h1, h2, h3 { font-family: Outfit, sans-serif; line-height: 1.15; margin: 0 0 0.24rem; }
p, li { color: var(--muted); line-height: 1.7; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, 92vw); margin: 0 auto; }
.section { padding: 1.5rem 0; }
.section--compact { padding-top: 0.3rem; padding-bottom: 0.45rem; }
.section--first-tight { padding-top: 0.54rem; }
.chip { display: inline-flex; padding: 0.45rem 0.85rem; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); backdrop-filter: blur(10px); }
.site-header { position: sticky; top: 0; z-index: 50; transition: background 0.3s ease, border-color 0.3s ease; border-bottom: 1px solid transparent; }
.site-header.is-solid { background: rgba(11, 15, 25, 0.85); backdrop-filter: blur(12px); border-color: var(--border); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.brand-logo { width: 52px; height: auto; display: block; }
.brand-name { font-family: Outfit, sans-serif; font-weight: 700; font-size: 1.5rem; line-height: 1.1; background: linear-gradient(135deg, #ff5d3d, #ff9150, #4c74ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: 0.01em; white-space: nowrap; }
.nav { display: flex; gap: 1.2rem; align-items: center; }
.nav a { position: relative; font-weight: 500; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: linear-gradient(90deg, var(--brand), var(--blue), var(--green)); transition: width 0.3s ease; }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.nav-toggle { display: none; background: none; border: 0; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 4px 0; background: #fff; }
.hero { min-height: 88vh; display: flex; align-items: center; position: relative; }
#hero-network { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.7; pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 2.1rem 0 1.2rem; }
.hero-title { font-size: clamp(2.2rem, 7vw, 5rem); max-width: 16ch; }
.lead { max-width: 70ch; }
.cta-group { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 0.36rem 0 0.54rem; }
.btn { border: 1px solid transparent; border-radius: 12px; padding: 0.75rem 1.1rem; font-weight: 600; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.btn-primary { background: linear-gradient(135deg, var(--brand), #ff9150); color: #fff; box-shadow: 0 0 24px rgba(255, 93, 61, 0.35); }
.btn-ghost { border-color: var(--border); background: var(--surface); color: #fff; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 0 25px rgba(76, 116, 255, 0.35); }
.pill-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.pill-row span { border: 1px solid var(--border); background: var(--surface); border-radius: 999px; padding: 0.45rem 0.8rem; font-size: 0.9rem; }
.stats-grid, .services-grid, .partners-grid, .industries-grid { display: grid; gap: 1rem; }
.stats-grid { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.trust-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0.8rem; }
.trust-pill { background: linear-gradient(135deg, rgba(255, 93, 61, 0.12), rgba(76, 116, 255, 0.12)); border: 1px solid var(--border); border-radius: 12px; padding: 0.65rem 0.8rem; font-size: 0.88rem; color: #d7dff1; }
.stat-card, .glass-card, .service-card, .partner-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; backdrop-filter: blur(14px); padding: 1.2rem; transition: transform 0.35s ease, box-shadow 0.35s ease; }
.stat-card:hover, .glass-card:hover, .service-card:hover, .partner-card:hover { transform: translateY(-6px); box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35); }
.stat-card h3 { font-size: 2.2rem; color: #fff; }
.demo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; align-items: stretch; }
.demo-grid .glass-card { height: 100%; }
.chart-meta { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; margin-top: 0.255rem; }
.chart-meta span { font-size: 0.82rem; color: #b8c6df; }
.chart-meta strong { color: #7ce6b5; }
.fake-chart { display: flex; align-items: flex-end; gap: 8px; height: 170px; margin-top: 0.24rem; padding: 0.255rem 0.65rem 0.165rem; border: 1px solid var(--border); border-radius: 12px; background: linear-gradient(180deg, rgba(7, 12, 22, 0.75), rgba(4, 8, 15, 0.9)); }
.bar-wrap { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; height: 100%; gap: 0.35rem; }
.bar-wrap span { width: 100%; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--green), var(--blue)); animation: pulse 2s infinite ease-in-out alternate; }
.bar-wrap small { font-size: 0.68rem; color: #9aa9c4; }
@keyframes pulse { from { opacity: 0.6; } to { opacity: 1; } }
.dashboard-showcase { position: relative; overflow: hidden; }
.dashboard-showcase::after { content: ""; position: absolute; width: 460px; height: 460px; right: -120px; top: 40px; background: radial-gradient(circle, rgba(47, 210, 143, 0.2), transparent 68%); filter: blur(8px); pointer-events: none; }
.dashboard-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 1.2rem; align-items: center; }
.dashboard-copy h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.dashboard-visual { position: relative; }
.dashboard-stage { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid var(--border); background: linear-gradient(180deg, rgba(7, 10, 18, 0.95), rgba(7, 10, 18, 0.75)); box-shadow: 0 30px 55px rgba(0, 0, 0, 0.45); padding: 16px; }
.kpi-layer { position: absolute; left: 16px; right: 16px; top: 16px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.7rem; }
.kpi-card { background: rgba(11, 15, 25, 0.62); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 12px; backdrop-filter: blur(10px); padding: 0.65rem; }
.kpi-card p { margin: 0 0 0.06rem; font-size: 0.78rem; }
.kpi-card h4 { margin: 0; font-size: 1.05rem; }
.kpi-card small { color: #72e4a9; }
.dashboard-workspace { margin-top: 112px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 0.8rem; }
.chart-panel { background: rgba(3, 6, 11, 0.78); border: 1px solid var(--border); border-radius: 14px; padding: 0.7rem; min-height: 148px; }
.chart-panel h4 { font-size: 0.88rem; margin: 0 0 0.5rem; color: #dbe6fb; }
.trend-chart { position: relative; height: 96px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.18); background: linear-gradient(180deg, rgba(9, 16, 30, 0.8), rgba(3, 7, 14, 0.9)); overflow: hidden; }
.trend-chart::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px); background-size: 22px 22px; }
.trend-chart span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #47d6a0; box-shadow: 0 0 10px rgba(71, 214, 160, 0.7); }
.dashboard-summary { margin-top: 0.24rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.65rem; }
.dashboard-summary article { background: rgba(3, 6, 11, 0.65); border: 1px solid var(--border); border-radius: 12px; padding: 0.65rem; }
.dashboard-summary p { margin: 0 0 0.075rem; font-size: 0.76rem; color: #b7c4dd; }
.dashboard-summary strong { font-size: 1rem; color: #f0f6ff; }
.mini-bars { height: 84px; border-radius: 12px; background: rgba(3, 5, 9, 0.7); border: 1px solid var(--border); display: flex; align-items: flex-end; gap: 7px; padding: 12px; }
.mini-bars span { flex: 1; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--blue), var(--brand)); transform-origin: bottom; }
.mini-bars span:nth-child(1) { height: 25%; }
.mini-bars span:nth-child(2) { height: 55%; }
.mini-bars span:nth-child(3) { height: 40%; }
.mini-bars span:nth-child(4) { height: 72%; }
.mini-bars span:nth-child(5) { height: 48%; }
.dashboard-gallery { margin-top: 0.27rem; display: grid; grid-template-columns: 1fr; gap: 0.7rem; }
.insight-card { display: grid; grid-template-columns: 1fr auto; gap: 0.75rem; align-items: center; background: rgba(10, 14, 24, 0.72); border: 1px solid var(--border); border-radius: 12px; padding: 0.7rem; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.insight-card:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3); }
.insight-card h4 { margin: 0 0 0.06rem; font-size: 0.95rem; }
.insight-card p { margin: 0; font-size: 0.84rem; line-height: 1.45; }
.insight-card strong { font-size: 1rem; color: #7be6b3; padding: 0.35rem 0.6rem; border: 1px solid rgba(123, 230, 179, 0.4); border-radius: 8px; background: rgba(30, 71, 50, 0.2); }
.activity-feed ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.activity-feed li { display: flex; align-items: center; gap: 0.55rem; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); animation: blink 1.6s infinite ease-in-out; }
@keyframes blink { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }
.how-flow { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr 34px 1fr; align-items: center; gap: 0.4rem; }
.flow-step { min-height: 150px; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 0.85rem; position: relative; }
.flow-step span { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--blue)); font-size: 0.75rem; margin-bottom: 0.15rem; }
.flow-step h3 { font-size: 1rem; }
.flow-step p { font-size: 0.88rem; }
.flow-link { height: 3px; background: linear-gradient(90deg, var(--brand), var(--blue), var(--green)); border-radius: 999px; position: relative; overflow: hidden; }
.flow-link::after { content: ""; position: absolute; inset: 0; width: 40%; background: rgba(255, 255, 255, 0.75); filter: blur(4px); animation: flowMove 3s linear infinite; }
@keyframes flowMove { from { transform: translateX(-130%); } to { transform: translateX(320%); } }
.industries-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.industries-cta-card { display: grid; gap: 0.8rem; align-items: start; }
.industries-cta-card .btn { width: fit-content; }
.industries-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.industry-detail-card { background: rgba(10, 14, 24, 0.72); border: 1px solid var(--border); border-radius: 18px; padding: 0.9rem; display: flex; flex-direction: column; gap: 0.6rem; }
.industry-detail-card img { width: 100%; height: 170px; object-fit: cover; border-radius: 12px; border: 1px solid var(--border); }
.industry-detail-card h3 { margin: 0; font-size: 1.45rem; letter-spacing: 0.01em; }
.industry-detail-card ul { margin: 0; padding-left: 1.15rem; }
.industry-detail-card p { margin: 0; font-size: 0.95rem; }
.industry-card { position: relative; min-height: 340px; border-radius: 20px; overflow: hidden; border: 1px solid var(--border); }
.industry-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.industry-card .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 15, 25, 0.15), rgba(11, 15, 25, 0.85)); }
.industry-card .body { position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem; z-index: 2; }
.industry-card:hover img { transform: scale(1.08); }
.page-hero { min-height: 54vh; display: flex; align-items: center; position: relative; }
.page-hero--tight { min-height: 32vh; }
.page-hero .container { position: relative; z-index: 2; }
.services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; align-items: start; }
.service-card { padding: 1.4rem; min-height: 320px; height: 100%; display: flex; flex-direction: column; }
.service-card h2 { margin-bottom: 0.195rem; }
.service-card ul { margin: 0.075rem 0 0.27rem; padding-left: 1.2rem; }
.service-card p { margin: 0; line-height: 1.62; margin-top: auto; }
.flow-diagram { display: flex; align-items: center; justify-content: center; gap: 0.8rem; flex-wrap: wrap; }
.flow-diagram div { padding: 0.7rem 1rem; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.flow-diagram span { width: 60px; height: 2px; background: linear-gradient(90deg, var(--brand), var(--blue)); }
.timeline { display: grid; gap: 1rem; }
.timeline-item { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; padding: 1rem; border-left: 2px solid rgba(255, 93, 61, 0.5); background: var(--surface); border-radius: 10px; }
.timeline-item span { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--blue)); color: #fff; font-weight: 700; }
.timeline-content h3 { margin: 0 0 0.135rem; font-size: 1.25rem; }
.timeline-content p { margin: 0; }
.partners-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; }
.partners-grid .partner-card { grid-column: span 2; }
.partner-card { position: relative; }
.partner-card::before { content: attr(data-tip); position: absolute; top: -42px; left: 1rem; font-size: 0.78rem; padding: 0.35rem 0.55rem; border-radius: 8px; opacity: 0; transform: translateY(8px); transition: 0.2s ease; background: #101828; border: 1px solid var(--border); white-space: nowrap; }
.partner-card:hover::before { opacity: 1; transform: translateY(0); }
.partner-card img { width: 140px; height: auto; margin: 0.9rem auto 0.24rem; display: block; object-fit: contain; }
.partner-card h3 { text-align: center; }
.partner-card p { text-align: justify; text-justify: inter-word; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: stretch; }
.form { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 1rem; }
.contact-form-card { background: linear-gradient(145deg, rgba(13, 18, 31, 0.92), rgba(10, 14, 24, 0.76)); box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35); position: relative; overflow: hidden; }
.contact-form-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--brand), var(--blue), var(--green)); opacity: 0.9; }
.form-head { margin-bottom: 0.75rem; }
.form-head h2 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.form-head p { margin: 0; font-size: 0.86rem; color: #b4c2dc; }
.field { position: relative; margin-bottom: 0.9rem; }
.field input, .field textarea { width: 100%; background: rgba(5, 7, 12, 0.45); border: 1px solid var(--border); border-radius: 12px; color: #fff; padding: 1rem 0.8rem 0.6rem; }
.field--message textarea { min-height: 210px; resize: vertical; }
.field label { position: absolute; left: 0.8rem; top: 0.8rem; color: #90a0bd; transition: 0.2s ease; pointer-events: none; }
.field input:focus + label, .field textarea:focus + label, .field input:not(:placeholder-shown) + label, .field textarea:not(:placeholder-shown) + label { top: 0.2rem; font-size: 0.72rem; }
.contact-form-card .field input:focus,
.contact-form-card .field textarea:focus { border-color: rgba(102, 180, 255, 0.55); box-shadow: 0 0 0 3px rgba(76, 116, 255, 0.12); outline: none; }
.contact-info-card { background: linear-gradient(145deg, rgba(20, 16, 29, 0.9), rgba(12, 14, 25, 0.76)); box-shadow: 0 18px 34px rgba(0, 0, 0, 0.35); }
.contact-info-card h2 { margin-bottom: 1rem; }
.contact-block { padding: 0.75rem 0.85rem; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; background: rgba(255, 255, 255, 0.02); margin-bottom: 0.65rem; }
.contact-block h3 { margin: 0 0 0.35rem; }
.contact-block p { margin: 0.15rem 0; }
.contact-info-card a { color: #8fc4ff; }
.form-submit { min-width: 120px; }
.contact-closing { margin: 1rem 0 0; text-align: center; max-width: 88ch; margin-left: auto; margin-right: auto; }
.contact-form-card,
.contact-info-card { height: 100%; display: flex; flex-direction: column; }
.contact-map { width: 100%; min-height: 340px; border: 1px solid var(--border); border-radius: 20px; }
.site-footer { border-top: 1px solid var(--border); padding: 0.6rem 0; margin-top: 0.6rem; }
.footer-wrap { display: flex; justify-content: center; text-align: center; gap: 0.7rem; }
.reveal { opacity: 0; transform: translateY(18px); }
.cursor-glow { position: fixed; width: 200px; height: 200px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(255, 93, 61, 0.2), rgba(76, 116, 255, 0.12), transparent 65%); transform: translate(-50%, -50%); z-index: 5; filter: blur(10px); }
.ai-grid-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}
@media (max-width: 900px) {
  .nav { position: absolute; top: 88px; left: 0; right: 0; flex-direction: column; background: rgba(11, 15, 25, 0.96); border-bottom: 1px solid var(--border); max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .nav.open { max-height: 280px; padding: 1rem 0; }
  .nav-toggle { display: block; }
  .contact-layout { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .industries-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-layout { grid-template-columns: 1fr; }
  .kpi-layer { grid-template-columns: 1fr; }
  .dashboard-workspace { grid-template-columns: 1fr; margin-top: 220px; }
  .dashboard-summary { grid-template-columns: 1fr; }
  .insight-card { grid-template-columns: 1fr; }
  .how-flow { grid-template-columns: 1fr; gap: 0.8rem; }
  .flow-link { display: none; }
  .flow-link::after { width: 100%; height: 40%; animation: flowMoveVertical 3s linear infinite; }
  .partners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partners-grid .partner-card,
  .partners-grid .partner-card:nth-child(4),
  .partners-grid .partner-card:nth-child(5) { grid-column: auto; }
}
@media (max-width: 620px) {
  .partners-grid { grid-template-columns: 1fr; }
  .industries-detail-grid { grid-template-columns: 1fr; }
}
@keyframes flowMoveVertical { from { transform: translateY(-130%); } to { transform: translateY(320%); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
