/* Instant reply v2: Voltline Electrical's own site, after Waida's Lenkrio. Deep navy ground, a
   rounded hero panel with a teal glow and a node diagram, heavy uppercase headline with a teal
   word, outlined teal tag pills, numbered teal badges and dark cards with a glowing edge. */
.demo--instant-reply {
  --bg: #10141e; --panel: #141b26; --card: #161f2a; --card-2: #1b2632; --line: rgba(255,255,255,.08); --line-2: rgba(70,240,236,.22);
  --fg: #fff; --muted: #a4adbb; --teal: #46f0ec; --teal-2: #9dfbf8; --hot: #ffb35c;
  background: var(--bg); color: var(--fg); font: 400 16px/1.55 Inter, system-ui, sans-serif;
}
.demo--instant-reply main { overflow-x: clip; }
.vl-wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 40px); }
.demo--instant-reply :focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
.vl-top a, .vl-split a, .vl-close a { text-decoration: none; color: inherit; }

.vl-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 8px; font: 500 16px/1 Inter, sans-serif;
  padding: 17px 30px; transition: background .2s, box-shadow .2s, transform .2s; }
.vl-btn--white, .demo--instant-reply a.vl-btn--white { background: #fff; color: #10141e; }
.vl-btn--white:hover { box-shadow: 0 0 0 4px rgba(70,240,236,.25); }
.vl-btn--teal { background: var(--teal); color: #06201f; font-weight: 600; box-shadow: 0 0 24px rgba(70,240,236,.35); }
.vl-btn--teal:hover { background: var(--teal-2); }
.vl-btn--line { background: transparent; color: var(--fg); border: 1px solid var(--line-2); padding: 12px 18px; font-size: 14px; }
.vl-btn--line:hover:not(:disabled) { background: rgba(70,240,236,.08); }
.vl-btn--sm { padding: 8px 14px; font-size: 13px; }
.vl-btn--wide { width: 100%; }
.vl-btn:disabled { opacity: .4; cursor: default; }

/* ---------- hero panel ---------- */
.vl-top { padding: 16px; }
.vl-hero { position: relative; isolation: isolate; overflow: hidden; border-radius: 24px; background: #111823; text-align: center;
  padding: 0 clamp(16px, 4vw, 40px) clamp(70px, 8vw, 110px); }
.vl-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none;
  background: radial-gradient(60% 55% at 50% 108%, rgba(140,250,250,.95), rgba(70,220,230,.55) 35%, rgba(40,150,170,.18) 65%, transparent 80%),
              radial-gradient(30% 40% at 12% 80%, rgba(70,200,210,.25), transparent 70%), radial-gradient(30% 40% at 88% 75%, rgba(70,200,210,.25), transparent 70%); }
.vl-hero__photo { position: absolute; z-index: -2; inset: 0; }
.vl-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; opacity: .2; filter: grayscale(1) contrast(1.1); mix-blend-mode: luminosity; }
.vl-hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,24,35,.55), rgba(17,24,35,.9) 55%, rgba(17,24,35,.6)); }

.vl-nav { display: flex; align-items: center; gap: 24px; padding: 22px 8px; text-align: left; }
.vl-logo { display: flex; align-items: center; gap: 10px; font: 700 18px/1 Inter, sans-serif; letter-spacing: -.02em; }
.vl-logo small { display: block; font: 500 10.5px/1.4 Inter, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); }
.vl-nav__links { display: flex; gap: 34px; margin: 0 auto; font-size: 15px; color: #d4dae3; }
.vl-nav__links a:hover { color: var(--teal); }
.vl-nav__cta { border: 1px solid var(--line-2); border-radius: 8px; padding: 11px 20px; font-size: 14.5px; font-weight: 500; background: rgba(70,240,236,.06); }
.vl-nav__cta:hover { background: rgba(70,240,236,.14); }

.vl-graph { display: block; width: min(100%, 980px); margin: clamp(30px, 6vw, 80px) auto 0; overflow: visible; }
.vl-graph__wire { fill: none; stroke: rgba(70,240,236,.45); stroke-width: 1.3; }
.vl-graph__spark { fill: none; stroke: url(#vl-spark); stroke-width: 2; filter: drop-shadow(0 0 4px #46f0ec); stroke-dasharray: 6 4; animation: vl-spark 1.4s linear infinite; }
@keyframes vl-spark { to { stroke-dashoffset: -40; } }
.vl-graph__core { fill: #172230; stroke: rgba(255,255,255,.12); }
.vl-graph__chips rect { fill: #121a25; stroke: rgba(70,240,236,.55); stroke-width: 1.2; }
.vl-graph__chips text, .vl-graph__label { fill: #fff; font: 600 13px Inter, sans-serif; letter-spacing: .02em; text-anchor: middle; }
.vl-graph__label { font-size: 14px; }

.vl-hero__copy { max-width: 820px; margin: clamp(30px, 4vw, 50px) auto 0; }
.vl-eyebrow { font-size: 13px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-2); margin-bottom: 16px; }
.vl-hero h1 { font: 800 clamp(2.6rem, 6.4vw, 5.6rem)/.98 Inter, sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.vl-hero h1 span { color: var(--teal); }
.vl-lede { margin: 26px auto 0; max-width: 42em; font-size: 16.5px; color: #e6ebf1; }
.vl-hero__copy .vl-btn { margin-top: 34px; }

/* ---------- tools row ---------- */
.vl-tools { padding: clamp(60px, 9vw, 120px) 0 0; }
.vl-rule { display: flex; align-items: center; justify-content: center; gap: 16px; font: 500 15px/1.2 Inter, sans-serif; letter-spacing: .04em; text-transform: uppercase; color: var(--teal); padding: 0 16px; }
.vl-rule::before, .vl-rule::after { content: ""; flex: 0 1 170px; height: 1px; background: linear-gradient(90deg, transparent, var(--teal)); }
.vl-rule::after { transform: scaleX(-1); }
.vl-tools__row { max-width: 1280px; margin: 40px auto 0; padding: 0 clamp(16px, 4vw, 40px) 40px; border-bottom: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px 40px; }
.vl-tools__row li { font: 700 clamp(18px, 2vw, 24px)/1 Inter, sans-serif; letter-spacing: -.035em; color: #e8edf3; opacity: .85; }
.vl-tools__row li + li::before { content: ""; display: inline-block; width: 1px; height: 12px; background: var(--line); margin-right: 40px; vertical-align: middle; }

/* ---------- shared section type ---------- */
.vl-tag { display: inline-block; border: 1px solid var(--line-2); border-radius: 999px; padding: 6px 14px; font-size: 14.5px; font-weight: 500; color: var(--teal); background: rgba(70,240,236,.04); }
.vl-h2, .vl-head h2 { margin-top: 18px; font: 700 clamp(2rem, 4.2vw, 3.5rem)/1.08 Inter, sans-serif; letter-spacing: -.045em; }
.vl-head h2 span { color: var(--teal); }
.vl-head--center { text-align: center; max-width: 860px; margin: 0 auto; }
.vl-sub { margin: 18px auto 0; max-width: 40em; color: var(--muted); font-size: 16.5px; }
.vl-num { flex: none; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 6px; background: var(--teal); color: #06201f; font: 500 17px/1 Inter, sans-serif; }
.vl-card { background: var(--card); border: 1px solid var(--line); border-radius: 22px; }
.vl-card--glow { position: relative; }
.vl-card--glow::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; pointer-events: none; padding: 1px;
  background: linear-gradient(135deg, rgba(70,240,236,.9), rgba(70,240,236,.1) 30%, transparent 55%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.vl-card--glow::after { content: ""; position: absolute; top: -1px; left: 24px; width: 38%; height: 1px; pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--teal), transparent); box-shadow: 0 0 14px 1px rgba(70,240,236,.6); }
.vl-cap { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; font-size: 13px; color: var(--muted);
  padding-bottom: 14px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.vl-cap b { font-weight: 600; color: var(--fg); font-size: 14.5px; }

/* ---------- demo ---------- */
.vl-demo { padding: clamp(70px, 9vw, 130px) 0 clamp(40px, 5vw, 60px); }
.vl-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 44px auto 30px; max-width: 980px; }
.ir-flow__node { position: relative; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 12px; margin: 0 20px;
  border: 1px solid rgba(70,240,236,.3); border-radius: 8px; background: #121a25; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #b9c3cf;
  transition: color .3s, border-color .3s, box-shadow .3s, background .3s; }
.ir-flow__node + .ir-flow__node::before { content: ""; position: absolute; right: 100%; top: 50%; width: 42px; height: 1px; margin-right: 1px; background: rgba(70,240,236,.3); }
.ir-flow__n { font: 600 11px 'JetBrains Mono', monospace; color: rgba(157,251,248,.6); }
.ir-flow__node.is-on { color: #fff; border-color: var(--teal); background: rgba(70,240,236,.1); box-shadow: 0 0 20px rgba(70,240,236,.3); }
.ir-flow__node.is-on .ir-flow__n { color: var(--teal-2); }
.ir-flow__node.is-on::before { background: linear-gradient(90deg, transparent, var(--teal-2), transparent); background-size: 200% 100%; box-shadow: 0 0 8px var(--teal); animation: vl-flow 1.2s linear infinite; }
@keyframes vl-flow { from { background-position: 100% 0; } to { background-position: -100% 0; } }

.vl-stage { display: grid; gap: 20px; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1fr); align-items: start; scroll-margin-top: 20px; }
.vl-stage > .vl-card { padding: 22px; }

.ir-form { display: flex; flex-direction: column; gap: 13px; }
.ir-form__title { font: 700 26px/1.1 Inter, sans-serif; letter-spacing: -.04em; }
.ir-form__sub { color: var(--muted); font-size: 14px; margin-top: -6px; }
.ir-form__two { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 10px; }
.ir-field { display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; font-weight: 500; color: var(--muted); border: 0; padding: 0; margin: 0; min-width: 0; }
.ir-field input[type=text], .ir-field select, .ir-field textarea { width: 100%; background: #0f151e; border: 1px solid rgba(255,255,255,.1); border-radius: 10px;
  padding: 11px 13px; font-size: 15px; color: var(--fg); resize: vertical; }
.ir-field select { appearance: none; padding-right: 34px; background-image: linear-gradient(45deg, transparent 50%, var(--teal) 50%), linear-gradient(135deg, var(--teal) 50%, transparent 50%);
  background-position: calc(100% - 18px) 52%, calc(100% - 13px) 52%; background-size: 5px 5px; background-repeat: no-repeat; }
.ir-field select option { background: #0f151e; color: var(--fg); }
.ir-field input:focus, .ir-field select:focus, .ir-field textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(70,240,236,.2); }
.ir-field--pills { flex-direction: row; flex-wrap: wrap; gap: 8px; align-items: center; }
.ir-field--pills legend { float: left; width: 100%; margin-bottom: 6px; }
.ir-pill { position: relative; }
.ir-pill input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.ir-pill span { display: inline-block; padding: 8px 20px; border-radius: 8px; border: 1px solid rgba(255,255,255,.14); color: var(--fg); font-size: 14px; }
.ir-pill input:checked + span { background: var(--teal); border-color: var(--teal); color: #06201f; font-weight: 600; }
.ir-pill input:focus-visible + span { outline: 2px solid var(--teal-2); outline-offset: 3px; }
.ir-form__err { color: var(--hot); font-size: 13px; }
.ir-form__err:empty { display: none; }
.ir-sent { text-align: center; padding: 50px 8px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.ir-sent__tick { width: 64px; height: 64px; border-radius: 16px; display: grid; place-items: center; font-size: 28px; color: #06201f; background: var(--teal); box-shadow: 0 0 36px rgba(70,240,236,.55); }
.ir-sent .ir-form__sub { margin: 0; max-width: 32ch; }

/* phone (dark mode mail / messages) */
.ir-phone { position: relative; margin: 0 auto; max-width: 320px; height: 600px; border-radius: 46px; background: #0b0f15; color: #e9eef4;
  border: 9px solid #05070a; box-shadow: 0 0 0 1px #2a3440, 0 30px 60px -24px rgba(0,0,0,.8), 0 0 40px -10px rgba(70,240,236,.25); overflow: hidden; display: flex; flex-direction: column; }
.ir-phone__bar { display: flex; justify-content: space-between; align-items: center; padding: 11px 22px 9px; font: 600 12.5px/1 Inter, sans-serif; background: #0b0f15; border-bottom: 1px solid #1c242e; }
.ir-phone__isl { width: 82px; height: 23px; border-radius: 20px; background: #000; }
.ir-inbox { flex: 1; overflow-y: auto; min-height: 0; }
.ir-phone .ir-empty { color: #8c97a5; padding: 30px 22px; font-size: 14px; text-align: center; }
.ir-mailrow { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 2px 10px; padding: 12px 14px; border-bottom: 1px solid #1c242e; background: #111821; font-size: 13px; animation: vl-pop .35s ease both; }
.ir-mailrow__av { grid-row: span 2; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 12px; background: #12303a; color: var(--teal); }
.ir-mailrow b { font-weight: 600; }
.ir-mailrow time { font-size: 11.5px; color: var(--teal-2); font-weight: 600; }
.ir-mailrow p { grid-column: 2 / -1; color: #9aa6b4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ir-mailrow.is-unread b::before { content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); margin-right: 6px; vertical-align: 1px; }
.ir-mail { padding: 16px 16px 20px; font-size: 13.5px; line-height: 1.5; color: #dde4ec; animation: vl-pop .35s ease both; }
.ir-mail h3 { font: 600 16px/1.3 Inter, sans-serif; letter-spacing: -.02em; margin-bottom: 6px; color: #fff; }
.ir-mail__from { font-size: 12px; color: #8c97a5; margin-bottom: 12px; }
.ir-mail p + p { margin-top: 9px; }
.ir-mail__flag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; background: var(--hot); color: #2a1300; border-radius: 5px; padding: 2px 7px; margin-bottom: 8px; }
.ir-mail__reply { margin-top: 14px; padding: 10px 12px; border-left: 3px solid var(--teal); background: rgba(70,240,236,.08); border-radius: 0 10px 10px 0; animation: vl-pop .3s ease both; }
.ir-mail__reply b { display: block; font-size: 11.5px; color: var(--teal-2); margin-bottom: 2px; }
.ir-mail__reply--them { background: #141c26; border: 1px solid #222d39; border-left: 3px solid #fff; }
.ir-mail__reply--them b { color: #fff; }
.ir-mail__list { margin: 8px 0; padding-left: 18px; list-style: disc; }
.ir-sms { display: flex; flex-direction: column; gap: 7px; padding: 14px 12px; }
.ir-sms__day { align-self: center; font-size: 11px; color: #8c97a5; }
.ir-bubble { max-width: 86%; padding: 9px 12px; border-radius: 18px; font-size: 13.5px; line-height: 1.42; animation: vl-pop .3s ease both; white-space: pre-line; }
.ir-bubble--in { align-self: flex-start; background: #1d2631; border-bottom-left-radius: 6px; }
.ir-bubble--out { align-self: flex-end; background: var(--teal); color: #06201f; border-bottom-right-radius: 6px; }
.ir-typing { display: flex; gap: 4px; padding: 12px 14px; }
.ir-typing i { width: 6px; height: 6px; border-radius: 50%; background: #7d8a99; animation: vl-blink 1s infinite; }
.ir-typing i:nth-child(2) { animation-delay: .15s; } .ir-typing i:nth-child(3) { animation-delay: .3s; }
.ir-chips { display: flex; flex-direction: column; gap: 6px; padding: 10px 12px 16px; border-top: 1px solid #1c242e; background: #0e141c; }
.ir-chips:empty { display: none; }
.ir-chips__hint { font-size: 11px; color: var(--teal); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.ir-chip { text-align: left; background: #141c26; border: 1px solid rgba(70,240,236,.5); color: #fff; border-radius: 12px; padding: 8px 12px; font-size: 13px; line-height: 1.35; }
.ir-chip:hover { background: rgba(70,240,236,.12); }
.ir-chip--quiet { border-color: #2a3542; color: #b9c3cf; }
@keyframes vl-pop { from { opacity: 0; transform: translateY(6px); } }
@keyframes vl-blink { 50% { opacity: .25; } }

/* log panel, like the template's assistant card */
.vl-card--log { display: flex; flex-direction: column; background: linear-gradient(180deg, #172230, #141c27); }
.vl-log__head { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.vl-log__av { flex: none; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 30% 30%, #9dfbf8, #1aa7b0); color: #06201f;
  box-shadow: 0 0 18px rgba(70,240,236,.45); }
.vl-log__head h3 { font: 600 17px/1.2 Inter, sans-serif; letter-spacing: -.02em; }
.vl-log__head p { font-size: 12.5px; color: var(--muted); }
.vl-log__head .vl-btn { margin-left: auto; }
.vl-log__body { height: 470px; overflow-y: auto; padding-right: 4px; }
.rf-log { display: flex; flex-direction: column; gap: 8px; padding-top: 12px; }
.rf-log__empty { color: var(--muted); font-size: 14px; padding: 6px 0; }
.rf-log__item { display: grid; grid-template-columns: 58px 1fr; gap: 3px 10px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.02);
  font-size: 13.5px; line-height: 1.45; color: #dbe2ea; opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s; }
.rf-log__item.is-in { opacity: 1; transform: none; }
.rf-log__time { font: 500 11.5px/1.9 'JetBrains Mono', monospace; color: var(--teal-2); }
.rf-log__tag { grid-column: 2; justify-self: start; font-size: 10.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--teal);
  border: 1px solid var(--line-2); border-radius: 5px; padding: 2px 7px; }
.rf-log__item.is-hot { border-color: rgba(255,179,92,.45); background: rgba(255,179,92,.06); }
.rf-log__item.is-hot .rf-log__text { color: var(--hot); font-weight: 600; }
.rf-log__item.is-done .rf-log__text::before { content: "✓ "; color: var(--teal); font-weight: 700; }
.vl-timer { margin-top: 14px; display: flex; justify-content: space-between; align-items: baseline; padding: 14px 16px; border-radius: 14px; background: rgba(70,240,236,.07); border: 1px solid var(--line-2); font-size: 13px; color: var(--muted); }
.vl-timer b { font: 700 28px/1 Inter, sans-serif; letter-spacing: -.04em; color: var(--teal); }

.vl-morning { margin-top: 20px; padding: clamp(20px, 3vw, 32px); }
.vl-morning__body .ir-empty { color: var(--muted); font-size: 14.5px; }
.ir-sum { display: grid; gap: 20px; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); animation: vl-pop .4s ease both; }
.ir-sum__main h3 { margin-top: 10px; font: 700 clamp(1.4rem, 2.6vw, 2rem)/1.1 Inter, sans-serif; letter-spacing: -.04em; }
.ir-sum__main > p { color: var(--muted); margin-top: 6px; font-size: 14.5px; }
.ir-sum__rows { margin: 16px 0 0; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 8px 18px; font-size: 14px; }
.ir-sum__rows dt { color: var(--muted); }
.ir-sum__rows dd { margin: 0; }
.ir-sum__next { align-self: start; border-radius: 16px; padding: 18px; background: rgba(70,240,236,.08); border: 1px solid var(--line-2); font-size: 14.5px; }
.ir-sum__next h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--teal); margin: 0 0 6px; }
.ir-sum__next.is-urgent { background: rgba(255,179,92,.1); border-color: rgba(255,179,92,.45); }
.ir-sum__next.is-urgent h4 { color: var(--hot); }
.ir-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border-radius: 5px; padding: 3px 9px; background: var(--teal); color: #06201f; }
.ir-badge--hot { background: var(--hot); color: #2a1300; }
.vl-stats { margin: 22px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; border-top: 1px solid var(--line); padding-top: 20px; }
.vl-stats dt { font-size: 12.5px; color: var(--muted); }
.vl-stats dt small { font-size: 11px; }
.vl-stats dd { margin: 4px 0 0; font: 700 clamp(1.3rem, 2.4vw, 1.9rem)/1.1 Inter, sans-serif; letter-spacing: -.04em; color: var(--teal); }

/* ---------- side-nav area ---------- */
.vl-split { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: clamp(30px, 6vw, 100px); padding-top: clamp(50px, 7vw, 100px); }
.vl-side { position: sticky; top: 30px; align-self: start; display: flex; flex-direction: column; gap: 34px; padding-left: 18px; border-left: 1px solid rgba(70,240,236,.6); font-size: 14.5px; color: #c5ccd6; }
.vl-side a { position: relative; }
.vl-side a::before { content: ""; position: absolute; left: -23px; top: 50%; width: 9px; height: 9px; margin-top: -4.5px; border-radius: 50%; background: var(--teal); }
.vl-side a:hover { color: var(--teal); }
.vl-sec { padding-bottom: clamp(70px, 9vw, 120px); }
.vl-feats { margin-top: 44px; display: flex; flex-direction: column; gap: 34px; }
.vl-feats li { display: flex; gap: 16px; }
.vl-feats h3 { font: 500 18px/1.3 Inter, sans-serif; letter-spacing: -.02em; margin-top: 4px; }
.vl-feats p { margin-top: 10px; color: var(--muted); font-size: 15.5px; max-width: 30em; }
.vl-feats--grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 34px 40px; }
.vl-about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(30px, 5vw, 64px); align-items: start; }
.vl-photo { margin-top: 44px; padding: 10px; overflow: visible; }
.vl-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: 14px; }
.vl-photo figcaption { padding: 16px 10px 8px; }
.vl-photo figcaption b { display: block; font-weight: 600; font-size: 15px; }
.vl-photo figcaption span { color: var(--muted); font-size: 14px; }
.vl-services { margin-top: 44px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.vl-svc { padding: 10px; overflow: hidden; }
.vl-svc__img { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16 / 10; }
.vl-svc__img img { width: 100%; height: 100%; object-fit: cover; }
.vl-svc__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(22,31,42,.55)); }
.vl-svc__txt { margin-top: 10px; padding: 16px 14px 12px; border-radius: 14px; background: #141c26; border: 1px solid var(--line); }
.vl-svc h3 { font: 500 18px/1.3 Inter, sans-serif; letter-spacing: -.02em; }
.vl-svc p { margin-top: 8px; color: var(--muted); font-size: 15px; }

/* ---------- closing ---------- */
.vl-close { text-align: center; padding: clamp(40px, 6vw, 70px) 16px clamp(80px, 10vw, 140px); position: relative; isolation: isolate; overflow: hidden; }
.vl-close::before { content: ""; position: absolute; z-index: -1; left: 50%; bottom: -60%; width: min(1100px, 140vw); aspect-ratio: 2; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(70,240,236,.22), transparent); }
.vl-close h2 { font: 800 clamp(2.3rem, 5.6vw, 4.6rem)/1 Inter, sans-serif; letter-spacing: -.045em; text-transform: uppercase; max-width: 15em; margin: 0 auto; }
.vl-close h2 span { color: var(--teal); }
.vl-close p { margin: 22px auto 34px; color: #e6ebf1; max-width: 34em; }

.vl-log__body, .ir-inbox { scrollbar-width: thin; scrollbar-color: #2a3542 transparent; }

/* ---------- responsive ---------- */
@media (max-width: 1140px) {
  .vl-stage { grid-template-columns: 1fr 1fr; }
  .vl-card--log { grid-column: 1 / -1; }
  .vl-log__body { height: 340px; }
}
@media (max-width: 900px) {
  .vl-nav__links { display: none; }
  .vl-nav__cta { margin-left: auto; }
  .vl-split { grid-template-columns: 1fr; }
  .vl-side { display: none; }
  .vl-about { grid-template-columns: 1fr; }
  .vl-photo { margin-top: 0; }
  .ir-sum { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .vl-top { padding: 8px; }
  .vl-hero { border-radius: 18px; }
  .vl-graph { margin-top: 10px; }
  .vl-graph__chips text, .vl-graph__label { font-size: 17px; }
  .vl-stage { grid-template-columns: 1fr; }
  .vl-stage > .vl-card { padding: 16px; }
  .vl-flow { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ir-flow__node { margin: 0; justify-content: flex-start; font-size: 11.5px; }
  .ir-flow__node + .ir-flow__node::before { display: none; }
  .ir-form__two { grid-template-columns: 1fr; }
  .vl-services { grid-template-columns: 1fr; }
  .vl-stats { grid-template-columns: 1fr; }
  .vl-tools__row { justify-content: center; gap: 14px 26px; }
  .vl-tools__row li + li::before { display: none; }
  .vl-logo span { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .demo--instant-reply *, .demo--instant-reply *::before, .demo--instant-reply *::after { animation: none !important; transition: none !important; }
}
