/* Volyntrix connector landing pages — shared styles.
   Design tokens follow the theme: #030916 navy, #007bff blue, #6a0dad purple,
   #080e2a headings, #64748b muted, #f6f9ff / #e4eaf7 cards. */

/* ── Hero ── */
.vxc-hero { background: linear-gradient(140deg, #030916 0%, #09173d 50%, #150a2e 100%); padding: 148px 40px 88px; text-align: center; position: relative; overflow: hidden; }
.vxc-hero::before { content: ''; position: absolute; top: -120px; right: -100px; width: 480px; height: 480px; border-radius: 50%; background: rgba(0, 123, 255, 0.08); filter: blur(80px); pointer-events: none; }
.vxc-hero::after { content: ''; position: absolute; bottom: -90px; left: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(106, 13, 173, 0.1); filter: blur(80px); pointer-events: none; }
.vxc-hero > * { position: relative; z-index: 1; }
.vxc-hero-label { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #5badff; background: rgba(0, 123, 255, 0.1); border: 1px solid rgba(0, 123, 255, 0.25); border-radius: 999px; padding: 7px 16px; margin-bottom: 22px; }
.vxc-hero h1 { font-size: clamp(30px, 4vw, 52px); font-weight: 800; letter-spacing: -0.03em; color: #fff; line-height: 1.12; max-width: 860px; margin: 0 auto 20px; }
.vxc-hero-sub { font-size: 17px; color: rgba(255, 255, 255, 0.62); line-height: 1.7; max-width: 680px; margin: 0 auto; }
.vxc-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.vxc-chip { font-size: 13.5px; font-weight: 600; color: rgba(255, 255, 255, 0.78); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 999px; padding: 8px 15px; }

/* ── Volyntrix Brain badge ── */
.vxc-brain { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; font-size: 13px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; background: linear-gradient(135deg, rgba(0, 123, 255, 0.18), rgba(106, 13, 173, 0.22)); border: 1px solid rgba(91, 173, 255, 0.38); border-radius: 999px; padding: 10px 20px; }

/* ── Sections ── */
.vxc-section { padding: 96px 40px; background: #fff; }
.vxc-section.alt { background: #f6f9ff; }
.vxc-section.dark { background: linear-gradient(140deg, #030916 0%, #09173d 55%, #150a2e 100%); }
.vxc-inner { max-width: 1200px; margin: 0 auto; }
.vxc-head { text-align: center; margin-bottom: 58px; }
.vxc-label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #007bff; margin-bottom: 14px; }
.vxc-h2 { font-size: clamp(26px, 3vw, 42px); font-weight: 800; letter-spacing: -0.03em; color: #080e2a; line-height: 1.14; margin-bottom: 16px; }
.vxc-sub { font-size: 17px; color: #64748b; max-width: 620px; margin: 0 auto; line-height: 1.68; }
.vxc-section.dark .vxc-h2 { color: #fff; }
.vxc-section.dark .vxc-sub { color: rgba(255, 255, 255, 0.6); }
.vxc-section.dark .vxc-label { color: #5badff; }

/* ── Icon card grids (problems / solutions / benefits / impact) ── */
.vxc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.vxc-card { background: #f6f9ff; border: 1px solid #e4eaf7; border-radius: 18px; padding: 28px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.vxc-card:hover { transform: translateY(-5px); box-shadow: 0 18px 48px rgba(0, 0, 0, 0.07); }
.vxc-section.alt .vxc-card { background: #fff; }
.vxc-icon { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(106, 13, 173, 0.1)); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.vxc-card h3 { font-size: 17px; font-weight: 700; color: #080e2a; margin-bottom: 9px; }
.vxc-card p { font-size: 15px; color: #64748b; line-height: 1.65; }

/* ── Flow steps ── */
.vxc-steps { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 26px; }
.vxc-step { display: flex; gap: 22px; align-items: flex-start; background: #fff; border: 1px solid #e4eaf7; border-radius: 18px; padding: 28px; }
.vxc-section.alt .vxc-step { background: #fff; }
.vxc-step-num { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, #007bff, #6a0dad); color: #fff; font-size: 24px; display: flex; align-items: center; justify-content: center; }
.vxc-step-body { flex: 1; min-width: 0; }
.vxc-step-kicker { font-size: 12px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: #007bff; margin-bottom: 6px; }
.vxc-step-body h3 { font-size: 19px; font-weight: 800; letter-spacing: -0.015em; color: #080e2a; margin-bottom: 9px; }
.vxc-step-body > p { font-size: 15px; color: #64748b; line-height: 1.7; }
.vxc-tag { display: inline-block; margin-top: 12px; font-size: 12.5px; font-weight: 700; color: #6a0dad; background: rgba(106, 13, 173, 0.07); border: 1px solid rgba(106, 13, 173, 0.16); border-radius: 999px; padding: 5px 12px; }

/* ── Nested cards inside steps ── */
.vxc-subcards { display: flex; flex-direction: column; gap: 14px; margin-top: 16px; }
.vxc-subcard { background: #f6f9ff; border: 1px solid #e4eaf7; border-radius: 14px; padding: 18px 20px; }
.vxc-subcard h4 { font-size: 15px; font-weight: 800; color: #080e2a; margin-bottom: 7px; }
.vxc-subcard p { font-size: 14.5px; color: #64748b; line-height: 1.68; }
.vxc-modes { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.vxc-mode { font-size: 13px; font-weight: 600; color: #334155; background: #fff; border: 1px solid #e4eaf7; border-radius: 999px; padding: 5px 12px; }

/* ── Device / kiosk mini grid ── */
.vxc-devgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 16px; }
.vxc-dev { background: #f6f9ff; border: 1px solid #e4eaf7; border-radius: 14px; padding: 18px 20px; }
.vxc-dev-label { font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: #94a3b8; margin-bottom: 4px; }
.vxc-dev-name { font-size: 15.5px; font-weight: 800; color: #080e2a; margin-bottom: 10px; }
.vxc-dev ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.vxc-dev li { font-size: 13.5px; color: #64748b; line-height: 1.55; padding-left: 16px; position: relative; }
.vxc-dev li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #007bff, #6a0dad); }

/* ── Auto-actions box ── */
.vxc-actions { background: rgba(0, 123, 255, 0.045); border: 1px solid rgba(0, 123, 255, 0.14); border-radius: 14px; padding: 18px 20px; margin-top: 16px; }
.vxc-actions h4 { font-size: 13px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: #007bff; margin-bottom: 10px; }
.vxc-actions ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.vxc-actions li { font-size: 14px; color: #334155; line-height: 1.55; padding-left: 22px; position: relative; }
.vxc-actions li::before { content: '✓'; position: absolute; left: 0; color: #007bff; font-weight: 800; }
.vxc-actions li.alert::before { content: '🚨'; font-size: 12px; }
.vxc-actions li.win::before { content: '🎉'; font-size: 12px; }

/* ── Insight chips ── */
.vxc-insights { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.vxc-insight { font-size: 13px; font-weight: 600; color: #334155; background: #f1f5f9; border: 1px solid #e2e8f0; border-radius: 999px; padding: 6px 13px; }
.vxc-insight.pos { color: #047857; background: rgba(16, 185, 129, 0.08); border-color: rgba(16, 185, 129, 0.25); }
.vxc-insight.alert { color: #b45309; background: rgba(245, 158, 11, 0.09); border-color: rgba(245, 158, 11, 0.3); }
.vxc-insight.ok { color: #1d4ed8; background: rgba(0, 123, 255, 0.07); border-color: rgba(0, 123, 255, 0.22); }

/* ── Timeline (example journeys) ── */
.vxc-timeline { max-width: 860px; margin: 0 auto; position: relative; padding-left: 34px; }
.vxc-timeline::before { content: ''; position: absolute; left: 12px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(#007bff, #6a0dad); border-radius: 2px; opacity: 0.35; }
.vxc-titem { position: relative; margin-bottom: 30px; }
.vxc-titem:last-child { margin-bottom: 0; }
.vxc-tnum { position: absolute; left: -34px; top: 2px; width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, #007bff, #6a0dad); color: #fff; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.vxc-tcard { background: #fff; border: 1px solid #e4eaf7; border-radius: 18px; padding: 24px 26px; }
.vxc-tkicker { font-size: 11.5px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: #94a3b8; margin-bottom: 6px; }
.vxc-thead { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 6px; }
.vxc-thead h3 { font-size: 17.5px; font-weight: 800; color: #080e2a; }
.vxc-badge { font-size: 11.5px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; border-radius: 999px; padding: 4px 11px; }
.vxc-badge.in { color: #1d4ed8; background: rgba(0, 123, 255, 0.09); }
.vxc-badge.out { color: #6a0dad; background: rgba(106, 13, 173, 0.08); }
.vxc-badge.meta { color: #64748b; background: #f1f5f9; }
.vxc-box { background: #f6f9ff; border: 1px solid #e4eaf7; border-left: 3px solid #007bff; border-radius: 12px; padding: 16px 18px; margin-top: 12px; }
.vxc-box.out { border-left-color: #6a0dad; }
.vxc-box-meta { font-size: 13px; font-weight: 700; color: #475569; margin-bottom: 4px; }
.vxc-box p { font-size: 14.5px; color: #475569; line-height: 1.7; margin: 8px 0 0; }
.vxc-box p:first-of-type { margin-top: 8px; }
.vxc-alert { margin-top: 14px; font-size: 14px; font-weight: 700; color: #b45309; background: rgba(245, 158, 11, 0.09); border: 1px solid rgba(245, 158, 11, 0.3); border-radius: 12px; padding: 12px 16px; }

/* ── Stats ── */
.vxc-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; max-width: 1000px; margin: 0 auto; }
.vxc-stat { background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 26px 18px; text-align: center; }
.vxc-stat-num { font-size: clamp(26px, 3vw, 38px); font-weight: 800; letter-spacing: -0.02em; background: linear-gradient(135deg, #5badff 0%, #b06af7 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 6px; }
.vxc-stat-lbl { font-size: 13.5px; color: rgba(255, 255, 255, 0.6); line-height: 1.5; }

/* ── Feature list ── */
.vxc-feats { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 14px; max-width: 1000px; margin: 0 auto; }
.vxc-feat { background: #fff; border: 1px solid #e4eaf7; border-radius: 14px; padding: 16px 18px; font-size: 14.5px; color: #475569; line-height: 1.65; }
.vxc-feat b { color: #080e2a; }
.vxc-section.dark .vxc-feat { background: rgba(255, 255, 255, 0.045); border-color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); }
.vxc-section.dark .vxc-feat b { color: #fff; }

/* ── Hardware / requirements cards ── */
.vxc-hwspec { display: inline-block; font-size: 12.5px; font-weight: 700; color: #1d4ed8; background: rgba(0, 123, 255, 0.07); border: 1px solid rgba(0, 123, 255, 0.2); border-radius: 999px; padding: 4px 11px; margin: 0 6px 10px 0; }
.vxc-hwcost { display: inline-block; font-size: 12.5px; font-weight: 700; color: #6a0dad; background: rgba(106, 13, 173, 0.06); border: 1px solid rgba(106, 13, 173, 0.16); border-radius: 999px; padding: 4px 11px; margin-bottom: 10px; }

/* ── Phase cards ── */
.vxc-phases { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; max-width: 900px; margin: 0 auto; }
.vxc-phase { background: #fff; border: 1px solid #e4eaf7; border-radius: 18px; overflow: hidden; }
.vxc-phase-head { background: linear-gradient(135deg, #07071a, #150a2e); padding: 22px 24px; }
.vxc-phase-head h3 { font-size: 17px; font-weight: 800; color: #fff; margin-bottom: 5px; }
.vxc-phase-head p { font-size: 13.5px; color: rgba(255, 255, 255, 0.55); }
.vxc-phase ul { list-style: none; padding: 20px 24px; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.vxc-phase li { font-size: 14.5px; color: #475569; line-height: 1.55; padding-left: 22px; position: relative; }
.vxc-phase li::before { content: '✓'; position: absolute; left: 0; color: #007bff; font-weight: 800; }

/* ── CTA ── */
.vxc-cta { background: linear-gradient(140deg, #030916 0%, #09173d 50%, #150a2e 100%); padding: 96px 40px; text-align: center; }
.vxc-cta h2 { font-size: clamp(26px, 3vw, 42px); font-weight: 800; letter-spacing: -0.03em; color: #fff; line-height: 1.16; max-width: 760px; margin: 0 auto 16px; }
.vxc-cta p { font-size: 17px; color: rgba(255, 255, 255, 0.62); line-height: 1.7; max-width: 620px; margin: 0 auto 30px; }
.vxc-cta-btn { display: inline-block; background: linear-gradient(135deg, #007bff, #6a0dad); color: #fff; font-weight: 700; font-size: 16px; border-radius: 12px; padding: 15px 32px; text-decoration: none; transition: opacity 0.2s, transform 0.2s; }
.vxc-cta-btn:hover { opacity: 0.92; transform: translateY(-2px); }
.vxc-cta-contacts { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; margin-top: 28px; }
.vxc-cta-contacts a, .vxc-cta-contacts span { font-size: 15px; color: rgba(255, 255, 255, 0.72); text-decoration: none; }
.vxc-cta-contacts a:hover { color: #fff; }

/* ── Index (parent /connectors/) cards ── */
.vxc-index-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.vxc-index-card { display: block; text-decoration: none; background: #f6f9ff; border: 1px solid #e4eaf7; border-radius: 18px; padding: 30px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.vxc-index-card:hover { transform: translateY(-5px); box-shadow: 0 18px 48px rgba(0, 0, 0, 0.07); }
.vxc-index-card h3 { font-size: 18px; font-weight: 800; color: #080e2a; margin-bottom: 8px; }
.vxc-index-card p { font-size: 14.5px; color: #64748b; line-height: 1.65; }
.vxc-index-card .vxc-go { display: inline-block; margin-top: 14px; font-size: 14px; font-weight: 700; color: #007bff; }

@media (max-width: 720px) {
  .vxc-hero { padding: 128px 22px 64px; }
  .vxc-section, .vxc-cta { padding: 64px 22px; }
  .vxc-step { flex-direction: column; padding: 22px; }
  .vxc-timeline { padding-left: 28px; }
  .vxc-tnum { left: -28px; width: 22px; height: 22px; font-size: 12px; }
  .vxc-tcard { padding: 18px; }
}
