/* ==========================================================================
   Velo — marketing platform · clean SaaS (HubSpot-genre) light theme, indigo
   ========================================================================== */

:root {
  --bg: #ffffff;
  --soft: #F5F6FB;
  --ink: #161A2B;
  --text: #3A4156;
  --muted: #6B7280;
  --line: #E6E8F0;
  --line-2: #D5D9E5;

  --indigo: #4F46E5;
  --indigo-d: #4338CA;
  --indigo-soft: #EDEDFE;
  --violet: #8B5CF6; --violet-soft: #F0EBFE;
  --green: #16A34A; --green-soft: #E6F6EC;
  --amber: #F59E0B; --amber-soft: #FDF3DF;
  --sky: #0EA5E9; --sky-soft: #E2F4FD;
  --pink: #EC4899; --pink-soft: #FCE9F3;

  --shadow: 0 12px 28px -14px rgba(22, 26, 43, 0.20);
  --shadow-lg: 0 40px 80px -34px rgba(22, 26, 43, 0.36);

  --r-sm: 9px;
  --r: 14px;
  --r-lg: 20px;
  --r-pill: 999px;
  --container: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t: 0.3s var(--ease);

  --font-display: "Sora", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); background: var(--bg); color: var(--text); font-size: 17px; line-height: 1.62; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color var(--t); }
ul { list-style: none; }
button, input, textarea, select { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--indigo); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--indigo-soft); color: var(--ink); }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); font-weight: 700; line-height: 1.1; letter-spacing: -0.025em; }
.display { font-size: clamp(2.5rem, 5.4vw, 4rem); line-height: 1.03; font-weight: 800; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); letter-spacing: -0.03em; }
h3 { font-size: 1.22rem; }
p { color: var(--text); }
.accent { color: var(--indigo); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding-block: clamp(62px, 9vw, 116px); position: relative; }
.section--soft { background: var(--soft); }
.section-head { max-width: 660px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-block; font-family: var(--font); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--indigo); margin-bottom: 15px; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--muted); line-height: 1.58; }
.section-head .lead { margin-top: 16px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: var(--r-sm); font-family: var(--font); font-weight: 600; font-size: 0.98rem; border: 1.5px solid transparent; cursor: pointer; white-space: nowrap; transition: background-color var(--t), border-color var(--t), color var(--t), box-shadow var(--t), transform var(--t); }
.btn--lg { padding: 15px 28px; font-size: 1.02rem; }
.btn--primary { background: var(--indigo); color: #fff; box-shadow: 0 10px 22px -12px rgba(79, 70, 229, 0.8); }
.btn--primary:hover { background: var(--indigo-d); box-shadow: 0 14px 28px -12px rgba(79, 70, 229, 0.9); }
.btn--ghost { background: #fff; border-color: var(--line-2); color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--white { background: #fff; color: var(--indigo); }
.btn--white:hover { background: #f3f3ff; }
.btn--outline-w { background: transparent; border-color: rgba(255,255,255,0.55); color: #fff; }
.btn--outline-w:hover { border-color: #fff; background: rgba(255,255,255,0.12); color: #fff; }
.btn--block { width: 100%; }
.btn .arrow { transition: transform var(--t); }
.btn:hover .arrow { transform: translateX(3px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--indigo); }
.text-link .arrow { transition: transform var(--t); }
.text-link:hover { color: var(--indigo-d); }
.text-link:hover .arrow { transform: translateX(3px); }

/* Header */
.header { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: border-color var(--t), box-shadow var(--t); }
.header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 20px -16px rgba(22, 26, 43, 0.4); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 1.32rem; letter-spacing: -0.04em; color: var(--ink); }
.brand .mark { width: 32px; height: 32px; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { padding: 9px 14px; font-size: 0.95rem; font-weight: 500; color: var(--text); border-radius: var(--r-sm); }
.nav-links a:hover { color: var(--indigo); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-actions .ghost-link { font-size: 0.95rem; font-weight: 600; color: var(--ink); padding: 9px 6px; }
.nav-actions .ghost-link:hover { color: var(--indigo); }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 19px; height: 2px; background: var(--ink); border-radius: 2px; transition: var(--t); }
.nav-toggle span { position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

/* Hero (centered) */
.hero { padding-block: clamp(54px, 7vw, 92px) 0; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: -1; top: -20%; left: 50%; transform: translateX(-50%); width: 900px; height: 560px; background: radial-gradient(closest-side, rgba(79, 70, 229, 0.10), transparent 70%); pointer-events: none; }
.hero-inner { max-width: 840px; margin-inline: auto; }
.hero .pill { display: inline-flex; align-items: center; gap: 9px; padding: 6px 8px 6px 14px; border-radius: var(--r-pill); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); font-size: 0.83rem; color: var(--muted); margin-bottom: 24px; }
.hero .pill b { color: var(--indigo); }
.hero .pill .tag { background: var(--indigo-soft); color: var(--indigo-d); font-weight: 700; font-size: 0.72rem; padding: 3px 9px; border-radius: var(--r-pill); }
.hero h1 { margin-bottom: 20px; }
.hero p.lead { max-width: 600px; margin: 0 auto 30px; font-size: clamp(1.08rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hero-note { margin-top: 16px; font-size: 0.88rem; color: var(--muted); }

/* Hero product shot */
.shot { position: relative; max-width: 1000px; margin: 56px auto 0; }
.shot-fade { position: relative; }
.shot-fade::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 120px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }

/* Mock window */
.mock { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.mock-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: #fbfbfe; }
.mock-bar .dot { width: 10px; height: 10px; border-radius: 50%; }
.mock-bar .dot:nth-child(1){background:#FF6B5C}.mock-bar .dot:nth-child(2){background:#FFC65C}.mock-bar .dot:nth-child(3){background:#4ECB71}
.mock-bar .url { margin-left: 10px; font-size: 0.78rem; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 4px 14px; }

/* Dashboard mock (hero) */
.app { display: grid; grid-template-columns: 168px 1fr; min-height: 360px; }
.app-side { background: #fafaff; border-right: 1px solid var(--line); padding: 16px 14px; }
.app-side .as-brand { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; color: var(--ink); font-size: 0.95rem; margin-bottom: 18px; }
.app-side .as-brand i { width: 20px; height: 20px; border-radius: 6px; background: var(--indigo); display: block; }
.app-side a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px; font-size: 0.82rem; color: var(--muted); margin-bottom: 3px; }
.app-side a .di { width: 15px; height: 15px; border-radius: 4px; background: #DfE2F0; }
.app-side a.on { background: var(--indigo-soft); color: var(--indigo-d); font-weight: 600; }
.app-side a.on .di { background: var(--indigo); }
.app-main { padding: 20px; }
.am-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.am-head .h { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.am-head .b { font-size: 0.74rem; font-weight: 600; color: #fff; background: var(--indigo); border-radius: 7px; padding: 6px 11px; }
.am-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 14px; }
.am-card { border: 1px solid var(--line); border-radius: var(--r); padding: 13px; }
.am-card .l { font-size: 0.7rem; color: var(--muted); }
.am-card .v { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--ink); margin: 3px 0 6px; }
.am-card .s { font-size: 0.68rem; font-weight: 700; color: var(--green); }
.am-card .spark { height: 22px; }
.am-chart { border: 1px solid var(--line); border-radius: var(--r); padding: 14px; }
.am-chart .ct { font-size: 0.76rem; color: var(--muted); margin-bottom: 8px; }

/* floating chips */
.fchip { position: absolute; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: 11px 14px; display: flex; align-items: center; gap: 10px; z-index: 3; }
.fchip .fi { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.fchip .fv { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--ink); line-height: 1; }
.fchip small { font-size: 0.7rem; color: var(--muted); }
.fchip-1 { left: -22px; top: 24%; }
.fchip-2 { right: -20px; bottom: 16%; }

/* Logos */
.logos { padding-block: 44px; border-bottom: 1px solid var(--line); }
.logos .lab { text-align: center; font-size: 0.82rem; color: var(--muted); font-weight: 600; margin-bottom: 22px; }
.logos .row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: clamp(22px, 5vw, 54px); }
.logos .row span { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; color: #A6ACBE; }

/* Features (alternating) */
.feature { display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.feature.flip .f-text { order: 2; }
.f-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-pill); margin-bottom: 16px; }
.f-text h2 { margin-bottom: 14px; }
.f-list { display: grid; gap: 12px; margin-top: 22px; }
.f-list li { position: relative; padding-left: 30px; color: var(--text); }
.f-list li svg { position: absolute; left: 0; top: 3px; width: 19px; height: 19px; }
.f-text .text-link { margin-top: 24px; }

/* Workflow mock */
.flow { display: grid; gap: 0; }
.flow .node { display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: var(--r); padding: 13px 15px; background: #fff; box-shadow: 0 6px 16px -12px rgba(22,26,43,0.4); position: relative; z-index: 1; }
.flow .node .ni { width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center; color: #fff; flex-shrink: 0; }
.flow .node .nt { font-weight: 600; color: var(--ink); font-size: 0.92rem; }
.flow .node .ns { font-size: 0.76rem; color: var(--muted); }
.flow .conn { width: 2px; height: 22px; background: var(--line-2); margin-left: 33px; }
.flow .branch { display: flex; gap: 12px; }
.flow .branch .node { flex: 1; }

/* Audiences mock */
.aud { display: grid; gap: 12px; }
.aud-row { display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: var(--r); padding: 12px 14px; }
.aud-row .ad { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.aud-row .an { font-weight: 600; color: var(--ink); font-size: 0.9rem; width: 36%; }
.aud-row .abar { flex: 1; height: 7px; border-radius: 4px; background: var(--soft); overflow: hidden; }
.aud-row .abar i { display: block; height: 100%; border-radius: 4px; }
.aud-row .ac { font-family: var(--font-display); font-weight: 700; font-size: 0.86rem; color: var(--ink); width: 52px; text-align: right; }

/* Funnel mock */
.funnel { display: grid; gap: 10px; }
.fn-row { display: flex; align-items: center; gap: 14px; }
.fn-bar { height: 44px; border-radius: 10px; display: flex; align-items: center; padding-left: 16px; color: #fff; font-weight: 600; font-size: 0.9rem; }
.fn-val { font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: 0.9rem; width: 60px; text-align: right; }

/* Integrations */
.intg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.intg .it { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.intg .it:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.intg .ig { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.intg .in { min-width: 0; }
.intg .in b { display: block; color: var(--ink); font-weight: 600; font-size: 0.96rem; }
.intg .in small { color: var(--muted); font-size: 0.8rem; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat { text-align: center; }
.stat .n { font-family: var(--font-display); font-size: clamp(2.1rem, 4vw, 3rem); font-weight: 800; color: var(--indigo); letter-spacing: -0.03em; line-height: 1; }
.stat .l { margin-top: 9px; color: var(--muted); font-size: 0.95rem; }

/* Feature grid */
.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; height: 100%; transition: transform var(--t), box-shadow var(--t), border-color var(--t); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.card .ico { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px; }
.card .ico svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 8px; }
.card p { font-size: 0.96rem; color: var(--muted); }
.i-indigo { background: var(--indigo-soft); color: var(--indigo); }
.i-violet { background: var(--violet-soft); color: var(--violet); }
.i-green { background: var(--green-soft); color: var(--green); }
.i-amber { background: var(--amber-soft); color: var(--amber); }
.i-sky { background: var(--sky-soft); color: var(--sky); }
.i-pink { background: var(--pink-soft); color: var(--pink); }

/* Testimonials */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { display: flex; flex-direction: column; gap: 16px; height: 100%; }
.quote .stars { color: var(--amber); letter-spacing: 2px; }
.quote blockquote { font-size: 1.04rem; line-height: 1.55; color: var(--ink); flex: 1; }
.qa { display: flex; align-items: center; gap: 12px; }
.qa .av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; color: #fff; flex-shrink: 0; }
.qa .who { font-weight: 600; font-size: 0.93rem; color: var(--ink); }
.qa .role { font-size: 0.83rem; color: var(--muted); }

/* FAQ */
.faq { max-width: 800px; margin-inline: auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r); transition: border-color var(--t), box-shadow var(--t); }
.faq details[open] { border-color: var(--line-2); box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--font-display); font-size: 1.06rem; font-weight: 600; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { position: relative; width: 20px; height: 20px; flex-shrink: 0; }
.faq summary .chev::before, .faq summary .chev::after { content: ""; position: absolute; top: 9px; left: 4px; width: 12px; height: 2px; background: var(--indigo); border-radius: 2px; transition: transform var(--t); }
.faq summary .chev::after { transform: rotate(90deg); }
.faq details[open] summary .chev::after { transform: rotate(0); }
.faq details > p { padding: 0 22px 20px; color: var(--muted); font-size: 0.97rem; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, #4F46E5, #6D28D9); border-radius: var(--r-lg); padding: clamp(44px, 6vw, 80px) clamp(26px, 5vw, 64px); text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(620px 300px at 82% -30%, rgba(255,255,255,0.2), transparent 60%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; max-width: 18ch; margin-inline: auto; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,0.9); max-width: 520px; margin: 0 auto 28px; font-size: 1.08rem; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Contact / demo */
.contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(30px, 5vw, 60px); align-items: start; }
.contact-info { display: grid; gap: 14px; align-content: start; }
.contact-info .ci-list { display: grid; gap: 12px; margin-top: 6px; }
.info-row { display: flex; gap: 14px; align-items: center; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); }
.info-row .ico { width: 42px; height: 42px; border-radius: 11px; background: var(--indigo-soft); color: var(--indigo); display: grid; place-items: center; flex-shrink: 0; }
.info-row .ico svg { width: 20px; height: 20px; }
.info-row .k { font-size: 0.76rem; color: var(--muted); }
.info-row a, .info-row .v { font-weight: 600; color: var(--ink); }
.info-row a:hover { color: var(--indigo); }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(26px, 4vw, 36px); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 0.86rem; font-weight: 600; color: var(--ink); }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); background: #fff; font-size: 0.97rem; transition: border-color var(--t), box-shadow var(--t); }
.field textarea { resize: vertical; min-height: 116px; }
.field select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234F46E5' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 42px; }
.field input::placeholder, .field textarea::placeholder { color: #97A0B0; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--indigo); box-shadow: 0 0 0 3px var(--indigo-soft); }
.field .err { font-size: 0.8rem; color: #DC2626; min-height: 1em; display: none; }
.field.bad input, .field.bad textarea, .field.bad select { border-color: #DC2626; box-shadow: 0 0 0 3px rgba(220,38,38,0.1); }
.field.bad .err { display: block; }
.form-note { font-size: 0.82rem; color: var(--muted); text-align: center; margin-top: 8px; }
.form-ok { display: none; text-align: center; padding: 26px 8px; }
.form-ok.show { display: block; }
.form.sent .form-body { display: none; }
.form-ok .badge2 { width: 66px; height: 66px; margin: 0 auto 16px; border-radius: 50%; background: var(--indigo); display: grid; place-items: center; }
.form-ok .badge2 svg { width: 32px; height: 32px; stroke: #fff; fill: none; }
.form-ok h3 { margin-bottom: 8px; }

/* Footer */
.footer { background: #11142A; color: #AAB1CC; padding-block: 56px 30px; }
.footer .brand { color: #fff; margin-bottom: 14px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brand p { color: #8A92B2; max-width: 300px; font-size: 0.95rem; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 9px; border: 1px solid rgba(255,255,255,0.16); color: #AAB1CC; transition: color var(--t), border-color var(--t), background-color var(--t); }
.footer-social a:hover { color: #fff; border-color: var(--indigo); background: rgba(79,70,229,0.22); }
.footer-col h4 { font-family: var(--font); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; margin-bottom: 16px; font-weight: 700; }
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { color: #AAB1CC; font-size: 0.94rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 24px; font-size: 0.85rem; color: #757DA0; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 0.08s; }
.reveal[data-d="2"] { transition-delay: 0.16s; }

/* Responsive */
@media (max-width: 980px) {
  .feature { grid-template-columns: 1fr; gap: 34px; }
  .feature.flip .f-text { order: 0; }
  .feature .mock-wrap { order: -1; }
  .grid-3, .quote-grid { grid-template-columns: repeat(2, 1fr); }
  .intg { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 30px 12px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .app { grid-template-columns: 132px 1fr; }
}
@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { position: absolute; left: 0; right: 0; top: 74px; flex-direction: column; align-items: stretch; gap: 2px; padding: 14px 24px 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-lg); transform: translateY(-10px); opacity: 0; visibility: hidden; transition: var(--t); }
  .nav-links.open { transform: none; opacity: 1; visibility: visible; }
  .nav-links a { padding: 12px 14px; font-size: 1rem; }
  .nav-actions .ghost-link { display: none; }
  .fchip { display: none; }
}
@media (max-width: 560px) {
  .grid-3, .quote-grid { grid-template-columns: 1fr; }
  .intg { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .hero-actions .btn { width: 100%; }
  .footer-top { grid-template-columns: 1fr; }
  .app { grid-template-columns: 1fr; }
  .app-side { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
