:root {
  --bg: #020612;
  --bg-2: #051225;
  --bg-3: #08182f;
  --surface: rgba(255, 255, 255, 0.075);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --surface-soft: rgba(255, 255, 255, 0.045);
  --line: rgba(255, 255, 255, 0.13);
  --line-bright: rgba(77, 219, 255, 0.36);
  --text: #f8fbff;
  --muted: #9fb1ca;
  --muted-2: #d6e4f7;
  --cyan: #22d3ee;
  --blue: #2563eb;
  --violet: #7c3aed;
  --gold: #ffca5f;
  --orange: #ff8a1f;
  --green: #45e091;
  --danger: #fb7185;
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1480px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 20px 55px rgba(0, 0, 0, 0.26);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  background:
    radial-gradient(circle at 5% 7%, rgba(37, 99, 235, 0.32), transparent 34rem),
    radial-gradient(circle at 78% 10%, rgba(34, 211, 238, 0.20), transparent 32rem),
    radial-gradient(circle at 55% 55%, rgba(124, 58, 237, 0.12), transparent 36rem),
    linear-gradient(180deg, #020612 0%, #071426 45%, #020612 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.038) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, rgba(0,0,0,.7), transparent 88%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(34, 211, 238, 0.05) 43%, transparent 52%),
    radial-gradient(circle at 92% 85%, rgba(255, 202, 95, 0.08), transparent 28rem);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
ul { list-style: none; }

.container { width: min(var(--max), calc(100% - 56px)); margin-inline: auto; }
.narrow { max-width: 920px; }
.section { padding: 118px 0; position: relative; }
.section.compact { padding: 78px 0; }
.section.alt { background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); border-block: 1px solid rgba(255,255,255,.06); }
.section-top { margin-bottom: 50px; }
.section-top.center { text-align: center; max-width: 900px; margin-inline: auto; }
.section-top h2, .split-copy h2, .cta h2, .story-card h2, .contact-info h2 {
  margin-top: 16px;
  color: var(--text);
  font-size: clamp(2.1rem, 4.4vw, 4.45rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 760;
}
.section-top p, .split-copy p, .story-card p, .contact-info p, .cta p { color: var(--muted); margin-top: 15px; font-size: 1.02rem; }

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(2, 6, 18, 0.68);
  backdrop-filter: blur(24px);
  transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.site-header.is-scrolled { background: rgba(2, 6, 18, 0.92); border-color: rgba(77,219,255,.18); box-shadow: 0 18px 55px rgba(0,0,0,.36); }
.nav-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; border: 1px solid var(--line-bright); background: linear-gradient(135deg, rgba(34,211,238,.18), rgba(37,99,235,.14), rgba(255,202,95,.10)); box-shadow: 0 0 44px rgba(34,211,238,.18); overflow: hidden; }
.brand-icon img { width: 82%; height: 82%; object-fit: contain; }
.brand-text strong { display: block; font-size: 1rem; line-height: 1.05; letter-spacing: .055em; }
.brand-text span { display: block; margin-top: 3px; color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 5px; padding: 7px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.05); }
.nav-link { display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border-radius: 999px; color: var(--muted); font-size: .9rem; font-weight: 700; transition: .18s ease; }
.nav-link:hover, .nav-link.active { color: var(--text); background: rgba(255,255,255,.10); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.07); }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 999px; background: var(--text); transition: .2s ease; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; position: fixed; top: 92px; left: 22px; right: 22px; z-index: 49; padding: 16px; border: 1px solid var(--line); border-radius: 24px; background: rgba(5, 14, 28, .96); box-shadow: var(--shadow); backdrop-filter: blur(22px); }
.mobile-nav.is-open { display: grid; gap: 8px; }
.mobile-nav .nav-link { justify-content: flex-start; padding: 13px 15px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 15px 22px; border-radius: 999px; border: 1px solid transparent; font-size: .92rem; font-weight: 800; line-height: 1; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #06101e; background: linear-gradient(135deg, #ffe08a, var(--gold) 28%, var(--orange) 58%, var(--cyan)); box-shadow: 0 22px 62px rgba(255,138,31,.25); }
.btn-primary:hover { box-shadow: 0 28px 78px rgba(255,138,31,.34); }
.btn-secondary { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.07); }
.btn-secondary:hover { border-color: var(--line-bright); background: rgba(255,255,255,.11); }
.btn-small { min-height: 43px; padding: 11px 17px; font-size: .82rem; }
.text-link { color: #bff6ff; font-weight: 800; display: inline-flex; align-items: center; gap: 8px; }
.text-link::after { content: "→"; color: var(--gold); }
.badge, .eyebrow { display: inline-flex; align-items: center; gap: 10px; width: max-content; max-width: 100%; padding: 9px 14px; border: 1px solid rgba(34,211,238,.28); border-radius: 999px; color: #c7f8ff; background: rgba(34,211,238,.09); font-size: .79rem; font-weight: 800; }
.badge::before, .eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--cyan); box-shadow: 0 0 20px rgba(34,211,238,.85); flex: 0 0 auto; }

.hero { min-height: 100vh; display: flex; align-items: center; padding: 142px 0 88px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(520px, .98fr); gap: 78px; align-items: center; }
h1 { color: var(--text); font-size: clamp(3rem, 6.4vw, 7.25rem); line-height: .98; letter-spacing: -.068em; font-weight: 800; }
.hero h1 { margin: 22px 0; }
.gradient-text { background: linear-gradient(135deg, #fff, #c7f8ff 45%, #ffd772); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { max-width: 760px; color: var(--muted-2); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin: 36px 0 24px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 10px; }
.proof-row span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted-2); background: rgba(255,255,255,.06); font-size: .8rem; font-weight: 700; }
.hero-note { margin-top: 24px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .9rem; }
.hero-note img { width: 34px; height: 34px; object-fit: contain; }
.hero-art { position: relative; min-height: 690px; }
.hero-glow { position: absolute; inset: 4% -7% -4% 3%; background: radial-gradient(circle at 60% 24%, rgba(34,211,238,.27), transparent 32%), radial-gradient(circle at 34% 82%, rgba(255,202,95,.14), transparent 28%); filter: blur(8px); }
.model-card { position: absolute; right: 48px; top: 6px; z-index: 5; width: 315px; height: 350px; pointer-events: none; }
.model-head { position: absolute; left: 118px; top: 0; width: 78px; height: 78px; border-radius: 50%; background: radial-gradient(circle at 50% 34%, #ffe7bb 0 32px, transparent 33px), linear-gradient(135deg, #111c34, #030712); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 18px 50px rgba(34,211,238,.16); }
.model-head::before { content: ""; position: absolute; left: 8px; top: -1px; width: 62px; height: 32px; border-radius: 28px 28px 18px 18px; background: #151d31; }
.model-body { position: absolute; left: 75px; top: 88px; width: 160px; height: 145px; border-radius: 58px 58px 30px 30px; background: linear-gradient(135deg, var(--cyan), var(--blue) 50%, var(--violet)); box-shadow: 0 25px 80px rgba(37,99,235,.34); }
.model-body::after { content: ""; position: absolute; left: 53px; top: 0; width: 50px; height: 58px; border-radius: 0 0 24px 24px; background: rgba(255,255,255,.18); }
.model-arm { position: absolute; top: 147px; width: 105px; height: 27px; border-radius: 999px; background: #efc892; border: 1px solid rgba(255,255,255,.18); }
.model-arm.left { left: 33px; transform: rotate(15deg); }
.model-arm.right { right: 24px; transform: rotate(-15deg); }
.model-laptop { position: absolute; left: 30px; bottom: 48px; width: 255px; height: 106px; display: grid; place-items: center; border: 1px solid var(--line-bright); border-radius: 18px 18px 8px 8px; background: linear-gradient(145deg, #081426, #173153); box-shadow: 0 28px 85px rgba(0,0,0,.48); }
.model-laptop img { width: 54px; height: 54px; object-fit: contain; }
.model-laptop::after { content: ""; position: absolute; left: -30px; right: -30px; bottom: -16px; height: 16px; border-radius: 6px 6px 18px 18px; background: linear-gradient(90deg, #1f2937, #9aa7b8, #1f2937); }
.dashboard { position: absolute; left: 0; right: 0; bottom: 22px; padding: 20px; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(180deg, rgba(14,31,56,.96), rgba(6,16,31,.94)); box-shadow: var(--shadow); }
.dash-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 4px 4px 18px; }
.dots { display: flex; gap: 7px; }
.dots i { width: 10px; height: 10px; border-radius: 50%; background: #fb7185; }
.dots i:nth-child(2) { background: #facc15; }
.dots i:nth-child(3) { background: #22c55e; }
.tag { display: inline-flex; width: max-content; padding: 7px 10px; border: 1px solid rgba(34,211,238,.22); border-radius: 999px; color: #c8f8ff; background: rgba(34,211,238,.1); font-size: .72rem; font-weight: 850; }
.dash-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric { min-height: 118px; padding: 16px; border: 1px solid rgba(255,255,255,.10); border-radius: 19px; background: rgba(255,255,255,.055); }
.metric small, .mini-card small, .panel-kicker { display: block; color: var(--muted); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .045em; }
.metric strong { display: block; margin: 8px 0 3px; font-size: 1.25rem; line-height: 1.1; }
.metric span, .mini-card span { color: var(--muted); font-size: .76rem; }
.dash-bottom { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; margin-top: 12px; }
.chart, .modules { min-height: 236px; padding: 18px; border: 1px solid rgba(255,255,255,.10); border-radius: 21px; background: rgba(255,255,255,.052); }
.chart strong { display: block; margin-top: 2px; }
.bars { height: 154px; display: flex; align-items: end; gap: 10px; margin-top: 22px; padding: 14px; border-radius: 16px; background: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px); background-size: 100% 25%; }
.bars span { flex: 1; border-radius: 999px 999px 8px 8px; background: linear-gradient(180deg, var(--cyan), var(--blue)); box-shadow: 0 0 22px rgba(34,211,238,.24); }
.modules ul { display: grid; gap: 12px; margin-top: 14px; }
.modules li { display: flex; align-items: center; gap: 10px; color: var(--muted-2); font-size: .86rem; font-weight: 700; }
.modules li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--gold)); }
.mini-card { position: absolute; z-index: 6; padding: 16px; border: 1px solid var(--line-bright); border-radius: 19px; background: rgba(3, 12, 25, .84); box-shadow: var(--shadow-soft), 0 0 45px rgba(34,211,238,.12); backdrop-filter: blur(14px); }
.mini-card strong { display: block; margin: 5px 0 2px; font-size: 1.42rem; }
.mini-left { left: -30px; bottom: 98px; }
.mini-right { right: -16px; top: 216px; }

.logo-cloud { padding: 24px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.035); }
.cloud-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.cloud-grid span { min-height: 60px; display: grid; place-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 17px; color: var(--muted-2); background: rgba(255,255,255,.05); text-align: center; font-size: .82rem; font-weight: 800; }
.cards, .product-grid, .values, .case-grid, .industry-grid, .faq-grid, .image-grid { display: grid; gap: 20px; }
.cards { grid-template-columns: repeat(3, 1fr); }
.card, .product, .value, .case-card, .industry-card, .story-card, .contact-info, .form-card, .process-card, .image-panel, .stat-card, .faq-card, .comparison, .feature-panel, .showcase, .cta, .timeline, .quote-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.045));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-lg);
}
.card, .product, .value, .case-card, .industry-card, .process-card, .image-panel, .stat-card, .faq-card, .quote-card { padding: 28px; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.card:hover, .product:hover, .value:hover, .case-card:hover, .industry-card:hover, .image-panel:hover, .faq-card:hover { transform: translateY(-5px); border-color: var(--line-bright); background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.055)); }
.card { min-height: 270px; }
.icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(34,211,238,.22); border-radius: 17px; color: #c7f8ff; background: rgba(34,211,238,.08); font-weight: 900; }
.card h3, .product h3, .value h3, .case-card h3, .industry-card h3, .process-card h3, .faq-card h3, .quote-card h3 { margin: 18px 0 8px; color: var(--text); line-height: 1.2; font-size: 1.18rem; }
.card p, .product p, .value p, .case-card p, .industry-card p, .process-card p, .faq-card p, .quote-card p { color: var(--muted); }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.feature-panel { padding: 32px; border-radius: var(--radius-xl); background: radial-gradient(circle at 80% 4%, rgba(34,211,238,.20), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045)); }
.feature-panel img { height: 68px; width: auto; margin-bottom: 24px; }
.feature-row { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-top: 1px solid var(--line); color: var(--muted-2); }
.feature-row strong { color: #c7f8ff; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.pills span { display: inline-flex; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted-2); background: rgba(255,255,255,.06); font-size: .78rem; font-weight: 800; }
.showcase { display: grid; grid-template-columns: 230px 1fr 320px; gap: 18px; padding: 18px; border-radius: var(--radius-xl); background: linear-gradient(135deg, rgba(37,99,235,.14), rgba(34,211,238,.07)); }
.show-sidebar, .show-main, .show-feed { border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.055); padding: 20px; }
.show-sidebar img { width: 56px; margin-bottom: 18px; }
.show-sidebar span { display: block; padding: 12px; border-radius: 14px; color: var(--muted); font-weight: 800; font-size: .82rem; }
.show-sidebar span.active { color: var(--text); background: rgba(34,211,238,.12); }
.show-main h3 { margin-top: 12px; font-size: clamp(1.45rem, 3vw, 2.25rem); line-height: 1.1; }
.show-bars { height: 228px; display: flex; align-items: end; gap: 12px; margin-top: 24px; padding: 18px; border-radius: 18px; background: rgba(0,0,0,.16); }
.show-bars span { flex: 1; border-radius: 999px 999px 8px 8px; background: linear-gradient(180deg, var(--gold), var(--orange), var(--cyan)); }
.show-feed { display: grid; align-content: center; gap: 12px; }
.feed-item { padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(0,0,0,.18); }
.feed-item span { display: block; margin-top: 4px; color: var(--muted); font-size: .78rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-card { min-height: 245px; }
.process-card b { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 22px; border: 1px solid rgba(255,202,95,.25); border-radius: 16px; color: var(--gold); background: rgba(255,202,95,.11); }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px; border-radius: var(--radius-xl); background: radial-gradient(circle at 88% 10%, rgba(34,211,238,.22), transparent 28%), linear-gradient(135deg, rgba(37,99,235,.22), rgba(255,202,95,.10)); }
.cta p { max-width: 800px; }
.page-hero { padding: 158px 0 84px; text-align: center; }
.page-hero h1 { margin: 18px auto; font-size: clamp(2.55rem, 5.4vw, 5.4rem); }
.page-hero p { max-width: 860px; margin-inline: auto; color: var(--muted-2); }
.product-grid { grid-template-columns: repeat(3, 1fr); }
.product { min-height: 305px; }
.product.featured { grid-column: span 2; min-height: 420px; background: radial-gradient(circle at 88% 14%, rgba(34,211,238,.24), transparent 25%), linear-gradient(135deg, rgba(37,99,235,.22), rgba(255,202,95,.12)); }
.product.featured h3 { font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.04; letter-spacing: -.055em; }
.status { display: inline-flex; width: max-content; padding: 7px 10px; border-radius: 999px; color: #c7f8ff; background: rgba(34,211,238,.12); font-size: .72rem; font-weight: 900; }
.status.live { color: #ddffe9; background: rgba(69,224,145,.14); }
.status.available { color: #fff1c4; background: rgba(255,202,95,.14); }
.case-grid { grid-template-columns: repeat(3, 1fr); }
.case-card { min-height: 280px; }
.case-card .case-img, .image-placeholder { min-height: 150px; display: grid; place-items: center; margin-bottom: 18px; border: 1px dashed rgba(255,255,255,.22); border-radius: 20px; color: var(--muted); background: radial-gradient(circle at 50% 20%, rgba(34,211,238,.16), transparent 60%), rgba(255,255,255,.04); text-align: center; padding: 18px; font-weight: 800; }
.image-grid { grid-template-columns: repeat(4, 1fr); }
.image-panel { min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.image-panel .image-placeholder { min-height: 190px; }
.industry-grid { grid-template-columns: repeat(4, 1fr); }
.industry-card { min-height: 190px; }
.comparison { overflow: hidden; }
.comparison-row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row div { min-height: 86px; padding: 20px; border-right: 1px solid var(--line); color: var(--muted-2); }
.comparison-row div:last-child { border-right: 0; }
.comparison-row.head div { min-height: auto; color: var(--text); font-weight: 900; background: rgba(255,255,255,.06); }
.story-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.story-card, .contact-info, .form-card { padding: 34px; }
.story-card img { width: min(360px, 100%); margin: 22px auto 0; }
.values { grid-template-columns: repeat(3, 1fr); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat-card strong { display: block; color: #c7f8ff; font-size: 2.1rem; line-height: 1; }
.stat-card span { display: block; margin-top: 8px; color: var(--muted); font-weight: 700; }
.timeline { display: grid; gap: 16px; padding: 26px; }
.timeline-item { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.05); }
.timeline-item b { color: var(--gold); }
.contact-list { display: grid; gap: 13px; margin-top: 26px; }
.contact-item { padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.05); }
.contact-item span { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; font-weight: 900; letter-spacing: .04em; }
.contact-item strong, .contact-item a { color: var(--text); font-weight: 700; }
.form { display: grid; gap: 14px; }
.form label { display: grid; gap: 8px; color: var(--muted-2); font-size: .88rem; font-weight: 700; }
.form input, .form select, .form textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 15px; outline: 0; color: var(--text); background: rgba(255,255,255,.07); transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: rgba(34,211,238,.55); box-shadow: 0 0 0 4px rgba(34,211,238,.10); background: rgba(255,255,255,.09); }
.form option { color: #07111f; }
.form textarea { min-height: 160px; resize: vertical; }
.form-note { color: var(--muted); font-size: .82rem; }
.faq-grid { grid-template-columns: repeat(2, 1fr); }
.footer { padding: 62px 0 30px; border-top: 1px solid var(--line); background: rgba(0,0,0,.22); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .95fr 1fr; gap: 36px; }
.footer p, .footer a, .footer span { color: var(--muted); font-size: .9rem; }
.footer p { max-width: 410px; margin-top: 15px; }
.footer a, .footer span { display: block; width: max-content; max-width: 100%; margin-top: 8px; }
.footer a:hover { color: #c7f8ff; }
.footer h4 { margin-bottom: 12px; }
.footer-bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .desktop-nav, .nav-actions > .btn { display: none; }
  .menu-toggle { display: block; }
  .hero-grid, .split, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { width: min(820px, 100%); margin-inline: auto; }
  .cloud-grid, .cards, .values, .case-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid, .image-grid, .process-grid, .stats { grid-template-columns: repeat(2, 1fr); }
  .showcase { grid-template-columns: 1fr; }
  .show-sidebar { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
  .show-sidebar img { margin: 0; }
  .product.featured { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--max)); }
  .nav-inner { height: 74px; }
  .mobile-nav { top: 82px; left: 15px; right: 15px; }
  .brand-icon { width: 42px; height: 42px; border-radius: 14px; }
  .brand-text strong { font-size: .85rem; }
  .brand-text span { font-size: .56rem; }
  .hero { min-height: auto; padding: 116px 0 74px; }
  .hero-grid { gap: 40px; }
  h1, .page-hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); letter-spacing: -.05em; }
  .lead { font-size: .97rem; }
  .hero-actions, .cta { align-items: stretch; flex-direction: column; }
  .hero-actions .btn, .hero-actions .text-link, .cta .btn { width: 100%; }
  .text-link { min-height: 50px; justify-content: center; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.055); }
  .proof-row span { width: calc(50% - 5px); text-align: center; }
  .hero-art { min-height: auto; padding-top: 220px; }
  .model-card { left: 50%; right: auto; top: 0; transform: translateX(-50%) scale(.82); transform-origin: top center; }
  .dashboard { position: relative; bottom: auto; padding: 14px; border-radius: 26px; }
  .dash-top { flex-wrap: wrap; align-items: flex-start; }
  .dash-grid, .dash-bottom, .cloud-grid, .cards, .values, .case-grid, .industry-grid, .image-grid, .process-grid, .stats, .product-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
  .product.featured { grid-column: span 1; }
  .section { padding: 80px 0; }
  .section.compact { padding: 54px 0; }
  .section-top h2, .split-copy h2, .cta h2, .story-card h2, .contact-info h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .show-sidebar { grid-template-columns: 1fr 1fr; }
  .show-sidebar img { grid-column: 1 / -1; }
  .show-bars { height: 165px; gap: 7px; padding: 12px; }
  .comparison-row { grid-template-columns: 1fr; }
  .comparison-row.head { display: none; }
  .comparison-row div { min-height: auto; border-right: 0; padding: 14px 18px; }
  .comparison-row div::before { display: block; margin-bottom: 3px; color: var(--gold); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
  .comparison-row div:nth-child(1)::before { content: 'Problem'; }
  .comparison-row div:nth-child(2)::before { content: 'Solution'; }
  .comparison-row div:nth-child(3)::before { content: 'Result'; }
  .timeline-item { grid-template-columns: 1fr; }
  .cta, .story-card, .contact-info, .form-card { padding: 28px; border-radius: 24px; }
  .mini-card { position: relative; left: auto; right: auto; top: auto; bottom: auto; margin-top: 12px; }
}


/* === SYNTRIX PH visual upgrade: generated premium software-company images === */
.hero-photo {
  position: absolute;
  inset: 28px 0 34px 0;
  overflow: hidden;
  border: 1px solid rgba(77, 219, 255, 0.28);
  border-radius: 34px;
  background: rgba(255,255,255,.06);
  box-shadow: var(--shadow), 0 0 90px rgba(34, 211, 238, 0.12);
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 40%, rgba(2,6,18,.70));
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.hero-photo figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(2, 6, 18, .62);
  backdrop-filter: blur(18px);
}
.hero-photo figcaption span { color: #c7f8ff; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.hero-photo figcaption strong { color: #fff; font-size: 1.02rem; }
.visual-split { align-items: center; }
.visual-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.055);
  box-shadow: var(--shadow-soft);
}
.visual-card img, .image-panel img, .case-img img, .product-visual img, .story-photo {
  width: 100%;
  object-fit: cover;
  display: block;
}
.visual-card img { height: min(560px, 52vw); min-height: 360px; }
.image-panel {
  justify-content: flex-start;
}
.image-panel img {
  height: 218px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 18px 45px rgba(0,0,0,.24);
}
.case-card .case-img {
  overflow: hidden;
  padding: 0;
  border-style: solid;
  background: rgba(255,255,255,.05);
}
.case-card .case-img img { height: 180px; }
.product-visual {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  margin-bottom: 22px;
  background: rgba(255,255,255,.05);
}
.product-visual img { height: 240px; }
.story-photo {
  height: 320px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  margin: 20px auto 0;
}
.company-showcase-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(34,211,238,.12), transparent 28rem),
    radial-gradient(circle at 90% 70%, rgba(124,58,237,.14), transparent 30rem),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}
@media (max-width: 760px) {
  .hero-art { padding-top: 0; min-height: 520px; }
  .hero-photo { position: absolute; inset: 0 0 34px 0; }
  .hero-photo figcaption { left: 14px; right: 14px; bottom: 14px; padding: 14px; }
  .visual-card img { height: 310px; min-height: auto; }
  .image-panel img { height: 210px; }
  .product-visual img { height: 190px; }
}
