/* ===== VeloTech Systems — shared site styles ===== */
:root {
  --bg: #ffffff;
  --text: #0f172a;
  --muted: #64748b;
  --brand: #4f46e5;
  --brand-light: #a5b4fc;
  --brand-dark: #4338ca;
  --brand-soft: #eef2ff;
  --brand-border: #c7d2fe;
  --border: #e6edf6;
  --crm: #4f46e5;
  --ledger: #0E9F6E;
  --pulse: #8B5CF6;
  --expense: #F59E0B;
}
* { box-sizing: border-box; margin: 0; padding: 0; font-family: "Inter", sans-serif; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 14px clamp(20px, 5vw, 64px); background: rgba(255,255,255,0.82); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(219,234,254,0.8); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; font-size: 20px; letter-spacing: -0.03em; color: var(--text); }
.brand .mark { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 15px; box-shadow: 0 8px 22px rgba(79, 70, 229,0.32); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; font-weight: 700; font-size: 15px; color: #334155; transition: color .15s; }
.nav-links a:hover, .nav-links a.active { color: var(--brand-dark); }
.nav-cta { text-decoration: none; font-weight: 800; font-size: 14px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); padding: 10px 18px; border-radius: 12px; box-shadow: 0 14px 36px rgba(79, 70, 229,0.26); }
@media (max-width: 860px) { .nav-links { display: none; } .nav-cta { padding: 9px 14px; } }

/* PAGE HEADER */
.page-head { padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 80px) clamp(20px, 4vw, 48px); text-align: center; background: radial-gradient(circle at 50% 0%, rgba(199, 210, 254,0.32), transparent 60%), linear-gradient(180deg, #ffffff, #f7f8ff); }
.page-head .wrap { width: min(820px, 100%); margin: 0 auto; }
.kicker { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand-dark); margin-bottom: 16px; }
.page-head h1 { font-size: clamp(36px, 6vw, 64px); line-height: 1.02; letter-spacing: -0.05em; margin-bottom: 18px; }
.page-head .gradient { background: linear-gradient(90deg, #0f172a, #4f46e5, #4338ca); -webkit-background-clip: text; background-clip: text; color: transparent; }
.page-head .lead { font-size: clamp(17px, 1.7vw, 21px); color: var(--muted); max-width: 680px; margin: 0 auto; }

/* SECTIONS */
.section { padding: clamp(52px, 7vw, 96px) clamp(20px, 6vw, 80px); }
.wrap { width: min(1180px, 100%); margin: 0 auto; }
.center { text-align: center; }
.kicker-c { text-align: center; }
h2.section-title { font-size: clamp(28px, 4vw, 46px); line-height: 1.06; letter-spacing: -0.04em; margin-bottom: 16px; }
.lead { font-size: clamp(16px, 1.5vw, 19px); color: var(--muted); max-width: 720px; }
.center .lead { margin-left: auto; margin-right: auto; }
.alt { background: linear-gradient(180deg, #f7f8ff, #eef2ff); }
.btn { border: 0; text-decoration: none; font-weight: 800; font-size: 15px; border-radius: 14px; padding: 14px 20px; transition: transform .2s, box-shadow .2s; cursor: pointer; display: inline-block; }
.btn-primary { color: #fff; background: linear-gradient(135deg, #4f46e5, #4338ca); box-shadow: 0 18px 50px rgba(79, 70, 229,0.24); }
.btn-secondary { color: #1f2937; border: 1px solid #e0e7ff; background: #fff; box-shadow: 0 14px 36px rgba(15,23,42,0.06); }
.btn:hover { transform: translateY(-2px); }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.center .cta-row { justify-content: center; }

/* PRODUCT DETAIL BLOCKS */
.product-block { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: clamp(48px, 7vw, 88px) clamp(20px, 6vw, 80px); }
.product-block .wrap-half { width: 100%; }
.product-block.reverse .media { order: 2; }
.product-block .tag { display: inline-flex; align-items: center; gap: 9px; font-weight: 900; font-size: 13px; padding: 7px 13px; border-radius: 999px; margin-bottom: 18px; }
.product-block h2 { font-size: clamp(28px, 3.6vw, 42px); letter-spacing: -0.04em; line-height: 1.05; margin-bottom: 10px; }
.product-block .role { font-weight: 800; color: var(--muted); margin-bottom: 16px; font-size: 16px; }
.product-block p { color: #475569; font-size: 16px; margin-bottom: 18px; }
.feature-list { list-style: none; display: grid; gap: 11px; margin-bottom: 22px; }
.feature-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; color: #334155; }
.feature-list li::before { content: "✓"; font-weight: 900; color: var(--brand); margin-top: 1px; }
.media { border-radius: 24px; padding: 30px; min-height: 320px; display: flex; flex-direction: column; justify-content: center; gap: 14px; border: 1px solid var(--border); box-shadow: 0 24px 70px rgba(15,23,42,0.07); }
.mock-row { display: flex; align-items: center; justify-content: space-between; background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 14px 16px; box-shadow: 0 8px 20px rgba(15,23,42,0.04); }
.mock-row .l { font-weight: 800; font-size: 14px; }
.mock-row .s { font-size: 12.5px; color: var(--muted); font-weight: 700; }
.mock-row .pill { font-size: 11px; font-weight: 800; padding: 5px 10px; border-radius: 999px; }
.tag.a-crm, .pill.a-crm { color: var(--crm); background: rgba(79, 70, 229,.12); }
.tag.a-ledger, .pill.a-ledger { color: var(--ledger); background: rgba(14,159,110,.12); }
.tag.a-pulse, .pill.a-pulse { color: var(--pulse); background: rgba(139,92,246,.12); }
.tag.a-expense, .pill.a-expense { color: var(--expense); background: rgba(245,158,11,.14); }
.media.m-crm { background: linear-gradient(160deg, #eef2ff, #ffffff); }
.media.m-ledger { background: linear-gradient(160deg, #ecfdf5, #ffffff); }
.media.m-pulse { background: linear-gradient(160deg, #f5f3ff, #ffffff); }
.media.m-expense { background: linear-gradient(160deg, #fffbeb, #ffffff); }
.product-block .arrow { font-weight: 800; font-size: 15px; text-decoration: none; }
@media (max-width: 860px) { .product-block { grid-template-columns: 1fr; gap: 28px; } .product-block.reverse .media { order: 0; } }

/* TRIO CARDS */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.card { border: 1px solid var(--border); border-radius: 20px; padding: 28px; background: #fff; box-shadow: 0 12px 32px rgba(15,23,42,0.04); }
.card .ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; font-size: 20px; margin-bottom: 16px; background: var(--brand-soft); color: var(--brand-dark); }
.card h3 { font-size: 20px; letter-spacing: -0.02em; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 15px; }
@media (max-width: 860px) { .trio { grid-template-columns: 1fr; } }

/* FLOW ROWS */
.flows { margin-top: 40px; display: grid; gap: 16px; }
.flow { display: grid; grid-template-columns: 230px 1fr; gap: 24px; align-items: center; border: 1px solid var(--border); border-radius: 18px; padding: 22px 26px; background: #fff; }
.flow .pair { font-weight: 900; font-size: 15px; }
.flow .pair .to { color: var(--muted); }
.flow p { color: var(--muted); font-size: 15px; }
@media (max-width: 760px) { .flow { grid-template-columns: 1fr; gap: 8px; } }

/* PRICING */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 16px; }
.price-card { border: 1px solid var(--border); border-radius: 22px; padding: 30px 26px; background: #fff; box-shadow: 0 14px 40px rgba(15,23,42,0.05); display: flex; flex-direction: column; }
.price-card.pop { border-color: var(--brand-border); box-shadow: 0 26px 64px rgba(79, 70, 229,0.18); position: relative; }
.price-card .badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #4f46e5, #4338ca); color: #fff; font-size: 12px; font-weight: 800; padding: 5px 14px; border-radius: 999px; }
.price-card .pname { font-weight: 900; font-size: 18px; margin-bottom: 4px; }
.price-card .pdesc { color: var(--muted); font-size: 13.5px; min-height: 40px; margin-bottom: 12px; }
.price-card .amt { font-size: 40px; font-weight: 900; letter-spacing: -0.04em; }
.price-card .amt small { font-size: 15px; color: var(--muted); font-weight: 700; }
.price-card .per { color: var(--muted); font-size: 13px; margin-bottom: 18px; }
.price-card ul { list-style: none; display: grid; gap: 10px; margin-bottom: 22px; }
.price-card ul li { display: flex; gap: 10px; font-size: 14.5px; color: #334155; }
.price-card ul li::before { content: "✓"; color: var(--brand); font-weight: 900; }
.price-card .btn { text-align: center; margin-top: auto; }
.product-pricing { margin-top: 56px; }
.product-pricing > .head { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }
.product-pricing > .head .tag { display: inline-flex; align-items:center; gap:8px; font-weight: 900; font-size: 13px; padding: 7px 13px; border-radius: 999px; }
.product-pricing > .head .note { color: var(--muted); font-size: 14px; }
@media (max-width: 860px) { .price-grid { grid-template-columns: 1fr; } }

/* RESOURCE CARDS */
.res-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 16px; }
.res { display: block; text-decoration: none; color: inherit; border: 1px solid var(--border); border-radius: 18px; padding: 26px; background: #fff; box-shadow: 0 12px 32px rgba(15,23,42,0.04); transition: transform .2s, box-shadow .2s; }
.res:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(15,23,42,0.10); }
.res .tag { display:inline-block; font-weight: 800; font-size: 12px; padding: 5px 11px; border-radius: 999px; margin-bottom: 14px; }
.res h3 { font-size: 18px; letter-spacing: -0.02em; margin-bottom: 8px; }
.res p { color: var(--muted); font-size: 14.5px; }
@media (max-width: 860px) { .res-grid { grid-template-columns: 1fr; } }

/* ABOUT */
.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px; }
.value { border: 1px solid var(--border); border-radius: 20px; padding: 28px; background: #fff; }
.value h3 { font-size: 19px; letter-spacing: -0.02em; margin-bottom: 8px; }
.value p { color: var(--muted); font-size: 15px; }
@media (max-width: 760px) { .values { grid-template-columns: 1fr; } }
.prose { max-width: 760px; margin: 0 auto; }
.prose p { color: #475569; font-size: 17px; margin-bottom: 18px; }

/* CONTACT FORM */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: start; }
.form-card { border: 1px solid var(--border); border-radius: 22px; padding: 32px; background: #fff; box-shadow: 0 18px 50px rgba(15,23,42,0.06); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 12px 14px; font-size: 15px; background: #fbfdff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(79, 70, 229,.18); border-color: var(--brand-light); }
.contact-side h3 { font-size: 20px; margin-bottom: 8px; letter-spacing: -0.02em; }
.contact-side p { color: var(--muted); font-size: 15px; margin-bottom: 22px; }
.contact-item { display: flex; gap: 12px; margin-bottom: 18px; align-items: flex-start; }
.contact-item .ic { width: 40px; height: 40px; border-radius: 11px; background: var(--brand-soft); color: var(--brand-dark); display: grid; place-items: center; font-size: 17px; }
.contact-item b { display: block; font-size: 14.5px; }
.contact-item span { color: var(--muted); font-size: 14px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 28px; } }

/* CTA BAND */
.cta-band { background: linear-gradient(135deg, #4338ca, #4f46e5); color: #fff; border-radius: 28px; padding: clamp(40px, 6vw, 72px); text-align: center; box-shadow: 0 30px 80px rgba(67, 56, 202,0.28); }
.cta-band h2 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.04em; margin-bottom: 14px; color: #fff; }
.cta-band p { color: rgba(255,255,255,0.86); font-size: 18px; max-width: 600px; margin: 0 auto 28px; }
.cta-band .btn-light { background: #fff; color: var(--brand-dark); }
.cta-band .btn-ghost { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.4); }

/* FOOTER */
footer { background: #0b1220; color: #cbd5e1; padding: clamp(48px, 7vw, 80px) clamp(20px, 6vw, 80px) 40px; }
.foot-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.foot-grid h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.foot-grid a { display: block; text-decoration: none; color: #94a3b8; font-size: 14.5px; margin-bottom: 10px; transition: color .15s; }
.foot-grid a:hover { color: #fff; }
.foot-about { max-width: 300px; }
.foot-about .brand { color: #fff; margin-bottom: 14px; }
.foot-about p { color: #94a3b8; font-size: 14.5px; }
.foot-bottom { width: min(1180px, 100%); margin: 40px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 13px; color: #64748b; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
@media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr; } }

/* Display headings */
h1,h2,h3,h4,.brand,.hub strong,.gradient-text,.gradient{font-family:"Inter",sans-serif;}
