/*! © 2026 VertexStudio, Inc. — All rights reserved. Proprietary and confidential. */
/* ============================================================
   VertexStudio — Components
   Nav, buttons, cards (incl. bento), icon tiles, pills,
   marquee, code window, forms, footer, scroll progress.
   ============================================================ */

/* ─── SCROLL PROGRESS ─── */
#scroll-progress {
  position: fixed; inset: 0 0 auto 0; height: 2px; z-index: 300;
  transform: scaleX(0); transform-origin: left;
  background: var(--grad-brand);
  box-shadow: 0 0 14px rgba(28, 28, 32, .55); will-change: transform;
}

/* ─── NAVBAR ─── */
nav#navbar {
  position: fixed; inset: 0 0 auto 0; z-index: 200; height: var(--nav-h);
  padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between;
  transition: background .4s var(--ease), border-color .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
nav#navbar.scrolled {
  background: rgba(246, 244, 238, .78); backdrop-filter: blur(16px) saturate(130%);
  border-bottom-color: var(--line);
}
[data-theme="dark"] nav#navbar.scrolled { background: rgba(8, 8, 16, .72); }

/* logo — open vertex mark + type-led wordmark (no app-icon tile) */
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); }
.logo-mark { width: 30px; height: 30px; flex: none; filter: drop-shadow(0 2px 8px rgba(28, 28, 32, .28)); transition: transform .3s var(--spring), filter .25s; }
.logo:hover .logo-mark { transform: translateY(-2px) scale(1.05) rotate(-4deg); filter: drop-shadow(0 4px 14px rgba(28, 28, 32, .5)); }

/* ── animated logo mark: flowing edges + twinkling nodes + pulsing apex ── */
.logo-mark .lm-edges { stroke-dasharray: 3 6; animation: lmFlow 3.4s linear infinite; }
.logo-mark .lm-node, .logo-mark .lm-apex { transform-box: fill-box; transform-origin: center; }
.logo-mark .lm-node { animation: lmTwinkle 3s ease-in-out infinite; }
.logo-mark .lm-n3 { animation-delay: .5s; }
.logo-mark .lm-n4 { animation-delay: 1s; }
.logo-mark .lm-apex { animation: lmApex 3s ease-in-out infinite; }
.logo:hover .lm-edges { animation-duration: 1.1s; }
@keyframes lmFlow { to { stroke-dashoffset: -36; } }
@keyframes lmTwinkle { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
@keyframes lmApex { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.16); } }
.logo-word { font-size: 1.26rem; letter-spacing: -.02em; color: var(--text); }
/* footer signature reads a touch larger */
footer .logo-mark { width: 36px; height: 36px; }
footer .logo-word { font-size: 1.42rem; }
/* solid ink wordmark (NOT the serif-italic gradient used elsewhere) */
.logo-word b { font-family: var(--font-display); font-style: normal; font-weight: 700; color: var(--text); -webkit-text-fill-color: currentColor; }
.logo-word span { color: var(--brand); font-weight: 500; }

/* links with sliding indicator */
.nav-links { position: relative; display: flex; gap: 4px; list-style: none; }
.nav-links a {
  position: relative; z-index: 1; display: block; padding: 8px 16px; border-radius: var(--r-pill);
  color: var(--muted); font-size: var(--fs-sm); font-weight: 500; transition: color .2s;
}
.nav-links a:hover { color: var(--text); }
.nav-links a.active { color: var(--text); }
.nav-indicator {
  position: absolute; z-index: 0; top: 0; height: 100%; border-radius: var(--r-pill);
  background: var(--surface-2); border: 1px solid var(--line);
  transition: transform .35s var(--spring), width .35s var(--spring), opacity .3s;
  opacity: 0; pointer-events: none;
}
.nav-right { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; background: none; border: none; color: var(--text); width: 40px; height: 40px; border-radius: var(--r-sm); }
.nav-toggle:hover { background: var(--surface-2); }

/* ─── THEME / REBRAND SWITCHER (floating, bottom-left, near-invisible until hover) ─── */
.theme-ctl { position: fixed; left: 18px; bottom: 18px; z-index: 240; }
.theme-btn {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--glass-edge);
  background: var(--glass); -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  color: var(--muted); display: inline-flex; align-items: center; justify-content: center;
  opacity: 0; box-shadow: var(--shadow-sm);
  transition: opacity .25s var(--ease), color .2s, border-color .2s, transform .2s var(--ease);
}
.theme-btn:hover, .theme-ctl:focus-within .theme-btn { opacity: 1; color: var(--brand); border-color: var(--line-strong); transform: translateY(-2px); }
.theme-btn[aria-expanded="true"] { opacity: 1; color: var(--brand); }
.theme-btn .vx-ic { width: 17px; height: 17px; }
.theme-pop {
  position: absolute; left: 0; bottom: calc(100% + 12px); top: auto; width: 224px; padding: 14px 16px;
  background: var(--glass-strong); -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-edge); border-radius: var(--r); box-shadow: var(--shadow-lg), inset 0 1px 0 var(--glass-hi);
  z-index: 250;
}
.theme-pop[hidden] { display: none; }
.tp-head { font-family: var(--font-mono); font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin: 2px 0 10px; }
.tp-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
.tp-modes button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--surface); color: var(--text-2); font-family: var(--font-sans); font-size: var(--fs-sm); font-weight: 500; transition: color .18s, border-color .18s, background .18s; }
.tp-modes button .vx-ic { width: 15px; height: 15px; }
.tp-modes button:hover { color: var(--text); border-color: var(--line-strong); }
.tp-modes button.active { color: var(--on-brand); background: var(--grad-brand); border-color: transparent; }
.tp-accents { display: flex; gap: 11px; }
.tp-accents button { width: 26px; height: 26px; border-radius: 50%; border: 2px solid transparent; padding: 0; background: none; display: inline-flex; align-items: center; justify-content: center; transition: transform .15s var(--ease); }
.tp-accents button span { width: 20px; height: 20px; border-radius: 50%; background: var(--sw); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25); }
.tp-accents button:hover { transform: scale(1.14); }
.tp-accents button.active { border-color: var(--text); }

/* mobile drawer */
.mobile-menu {
  position: fixed; inset: var(--nav-h) 0 auto 0; z-index: 199;
  background: rgba(246, 244, 238, .97); backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
  display: none; flex-direction: column; padding: 14px var(--gutter) 26px;
}
[data-theme="dark"] .mobile-menu { background: rgba(8, 8, 16, .97); }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--text-2); font-size: 1rem; font-weight: 500; padding: 15px 0; border-bottom: 1px solid var(--line); }
.mobile-menu a.active { color: var(--text); }
.mobile-menu .btn-lg { margin-top: 18px; justify-content: center; }

/* ─── BUTTONS ─── */
.btn-nav, .btn-lg {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sans);
  font-weight: 600; text-decoration: none; white-space: nowrap;
  transition: transform .18s var(--ease), box-shadow .25s var(--ease), background .25s, border-color .25s, color .2s;
}
.btn-nav { padding: 9px 18px; border-radius: var(--r-pill); font-size: var(--fs-sm); }
.btn-lg { padding: 14px 26px; border-radius: var(--r-pill); font-size: .98rem; }
.btn-nav:active, .btn-lg:active { transform: translateY(0) scale(.97); }

.btn-nav-ghost, .btn-ghost-lg { background: var(--surface-2); color: var(--text); border: 1px solid var(--line); }
.btn-nav-ghost:hover, .btn-ghost-lg:hover { border-color: var(--line-strong); background: var(--surface-3); }
.btn-ghost-lg:hover { transform: translateY(-2px); }

.btn-nav-solid, .btn-primary-lg {
  position: relative; color: var(--on-brand); border: none; background: var(--grad-brand);
  box-shadow: 0 6px 18px -6px rgba(28, 28, 32, .5), inset 0 1px 0 rgba(255, 255, 255, .25);
}
.btn-nav-solid:hover { box-shadow: 0 10px 26px -6px rgba(28, 28, 32, .65); transform: translateY(-1px); }
.btn-primary-lg:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -10px rgba(28, 28, 32, .7); }
/* sheen */
.btn-primary-lg::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .35) 50%, transparent 70%);
  transform: translateX(-130%); transition: transform .7s var(--ease);
}
.btn-primary-lg:hover::after { transform: translateX(130%); }
.btn-lg .vx-ic { font-size: 1.05em; }

/* ─── PILL / CHIP ─── */
.pill {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 16px 7px 8px;
  background: var(--glass); border: 1px solid var(--glass-edge); border-radius: var(--r-pill);
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  box-shadow: inset 0 1px 0 var(--glass-hi);
  font-size: var(--fs-xs); font-weight: 500; color: var(--text-2); letter-spacing: .01em;
}
.pill-dot {
  width: 22px; height: 22px; border-radius: 50%; background: var(--grad-brand);
  display: inline-flex; align-items: center; justify-content: center; font-size: .72rem; color: var(--on-brand);
}
.chip {
  padding: 4px 11px; border-radius: var(--r-pill); font-size: var(--fs-xs); font-weight: 500;
  font-family: var(--font-mono); border: 1px solid var(--line); color: var(--text-2); background: var(--surface);
}

/* ─── ICON TILE (replaces emoji blobs) ─── */
.icon-tile {
  width: 52px; height: 52px; border-radius: 14px; display: inline-flex; align-items: center;
  justify-content: center; font-size: 1.5rem; border: 1px solid var(--line);
  background: var(--surface-2); position: relative; overflow: hidden;
}
.icon-tile .vx-ic { width: 24px; height: 24px; position: relative; z-index: 1; }
.icon-tile::before { content: ''; position: absolute; inset: 0; opacity: .5; background: radial-gradient(circle at 50% 0%, var(--tile-c, var(--brand)), transparent 70%); }
.tile-violet  { --tile-c: rgba(138, 109, 176, .26); color: #6f5494; }
.tile-cyan    { --tile-c: rgba(79, 157, 150, .24);  color: #3c7d77; }
.tile-indigo  { --tile-c: rgba(106, 155, 204, .26); color: #4d7aa8; }
.tile-emerald { --tile-c: rgba(120, 140, 93, .26);  color: #5d6f44; }
.tile-amber   { --tile-c: rgba(120, 120, 130, .30);  color: #5b5b66; }
.tile-rose    { --tile-c: rgba(192, 105, 127, .26); color: #a44e64; }
.tile-pink    { --tile-c: rgba(176, 106, 156, .26); color: #8f5079; }
[data-theme="dark"] .tile-violet  { --tile-c: rgba(139, 92, 246, .4); color: #c4b5fd; }
[data-theme="dark"] .tile-cyan    { --tile-c: rgba(34, 211, 238, .35); color: #67e8f9; }
[data-theme="dark"] .tile-indigo  { --tile-c: rgba(99, 102, 241, .4); color: #a5b4fc; }
[data-theme="dark"] .tile-emerald { --tile-c: rgba(52, 211, 153, .32); color: #6ee7b7; }
[data-theme="dark"] .tile-amber   { --tile-c: rgba(251, 191, 36, .3);  color: #fcd34d; }
[data-theme="dark"] .tile-rose    { --tile-c: rgba(251, 113, 133, .3); color: #fda4af; }
[data-theme="dark"] .tile-pink    { --tile-c: rgba(232, 121, 249, .3); color: #f0abfc; }

/* ─── CARD (base) ─── */
/* glassmorphism wrapper — frosts the knowledge-graph backdrop behind it */
.card {
  position: relative; background: var(--glass); border: 1px solid var(--glass-edge);
  border-radius: var(--r-lg); overflow: hidden;
  -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  box-shadow: var(--shadow), inset 0 1px 0 var(--glass-hi);
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s, background .3s;
}
.card:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow-card-hover), inset 0 1px 0 var(--glass-hi); background: var(--glass-strong); }
/* spotlight glow follows cursor (set by effects.js) */
.card.spotlight::before {
  content: ''; position: absolute; inset: 0; opacity: 0; transition: opacity .3s; pointer-events: none;
  background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(28, 28, 32, .10), transparent 60%);
}
.card.spotlight:hover::before { opacity: 1; }
.card-top-line { position: absolute; inset: 0 0 auto 0; height: 1px; background: var(--grad-brand); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.card:hover .card-top-line { transform: scaleX(1); }

/* ─── BENTO GRID ─── */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 56px; }
.bento .card { padding: 28px; display: flex; flex-direction: column; }
.bento .card h3 { font-size: var(--fs-h3); font-weight: 600; margin: 18px 0 8px; }
.bento .card p { color: var(--text-2); font-size: var(--fs-sm); line-height: 1.65; font-weight: 300; }
.bento .chip-row { margin-top: auto; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.col-2 { grid-column: span 2; } .col-3 { grid-column: span 3; }
.col-4 { grid-column: span 4; } .col-6 { grid-column: span 6; }
.row-2 { grid-row: span 2; }

/* ─── SOLUTION CARD (grid of features) ─── */
.sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 56px; }
.sol-card { padding: 32px 30px; display: flex; flex-direction: column; }
.sol-card h3 { font-family: var(--font-display); font-size: var(--fs-h3); font-weight: 600; margin: 20px 0 10px; }
.sol-card p { color: var(--text-2); font-size: var(--fs-sm); line-height: 1.65; font-weight: 300; }
.sol-chips { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 6px; }

/* ─── MARQUEE ─── */
.marquee-section { padding: 28px 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 48px; width: max-content; animation: marquee 32s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; gap: 9px; white-space: nowrap; color: var(--muted); font-family: var(--font-mono); font-size: var(--fs-sm); font-weight: 500; }
.marquee-item .vx-ic { width: 16px; height: 16px; color: var(--brand-2); }

/* ─── CODE WINDOW — glassy, theme-aware (light by default, dark in dark theme) ─── */
.code-window { background: var(--glass-strong); border: 1px solid var(--glass-edge); border-radius: var(--r); overflow: hidden; font-family: var(--font-mono); font-size: .78rem; line-height: 1.75; box-shadow: var(--shadow-lg), inset 0 1px 0 var(--glass-hi); -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur); color: var(--text); }
.cw-header { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid var(--line); background: var(--surface); }
.cw-dot { width: 11px; height: 11px; border-radius: 50%; }
.cw-file { margin-left: 8px; color: var(--muted); font-size: var(--fs-xs); }
.cw-body { padding: 22px; overflow-x: auto; }
.cw-body pre { white-space: pre; }
/* light-theme syntax palette (readable on a light panel) */
.ck { color: #b0561f; } .cv { color: #4f6b2f; } .cs { color: #a4503a; }
.cm { color: #8c8678; } .ci { color: #3c6f99; } .co { color: #9a6a16; }
/* dark-theme syntax palette */
[data-theme="dark"] .code-window { background: #15130f; border-color: rgba(0,0,0,.2); color: #e8e3d8; }
[data-theme="dark"] .cw-header { border-bottom-color: rgba(255,255,255,.08); background: rgba(255,255,255,.03); }
[data-theme="dark"] .cw-file { color: #9c978a; }
[data-theme="dark"] .ck { color: #d8a06f; } [data-theme="dark"] .cv { color: #a3c585; } [data-theme="dark"] .cs { color: #cf9b9b; }
[data-theme="dark"] .cm { color: #6b665c; } [data-theme="dark"] .ci { color: #8fb3cc; } [data-theme="dark"] .co { color: #d9b66a; }

/* ─── EXPERT CARDS ─── */
.experts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 56px; }
.exp-card { padding: 30px 26px; }
.exp-role { font-family: var(--font-display); font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.exp-title { font-family: var(--font-mono); font-size: var(--fs-xs); font-weight: 500; color: var(--brand-2); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.exp-bio { color: var(--text-2); font-size: var(--fs-sm); line-height: 1.65; font-weight: 300; }
.exp-skills { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.sk-tag { font-size: var(--fs-xs); font-family: var(--font-mono); padding: 3px 10px; border-radius: var(--r-pill); background: rgba(28, 28, 32, .08); border: 1px solid rgba(28, 28, 32, .2); color: var(--brand); }

/* ─── FORMS ─── */
.form-card {
  padding: 40px; border-radius: var(--r-lg); border: 1px solid var(--glass-edge);
  background: var(--glass-strong); -webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
  box-shadow: var(--shadow-lg), inset 0 1px 0 var(--glass-hi);
}
.tf-title { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; margin-bottom: 6px; }
.tf-sub { color: var(--muted); font-size: var(--fs-sm); margin-bottom: 26px; }
.fg { margin-bottom: 15px; }
.fg label { display: block; font-size: var(--fs-xs); color: var(--text-2); font-weight: 500; margin-bottom: 7px; }
.fg input, .fg select, .fg textarea {
  width: 100%; background: var(--bg-2); border: 1px solid var(--line-2); border-radius: var(--r-sm);
  padding: 12px 15px; color: var(--text); font-size: var(--fs-sm); font-family: var(--font-sans);
  outline: none; transition: border-color .2s, box-shadow .2s;
}
.fg textarea { resize: vertical; min-height: 110px; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(28, 28, 32, .16); }
.fg select option { background: var(--bg-2); color: var(--text); }
[data-theme="dark"] .fg input, [data-theme="dark"] .fg select, [data-theme="dark"] .fg textarea { background: rgba(4, 4, 10, .5); }
.fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.btn-submit {
  width: 100%; padding: 14px; border-radius: var(--r-sm); background: var(--grad-brand); color: var(--on-brand);
  border: none; font-size: 1rem; font-weight: 700; font-family: var(--font-sans); margin-top: 6px;
  transition: transform .18s var(--ease), box-shadow .25s; box-shadow: 0 8px 22px -8px rgba(28, 28, 32, .6);
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 32px -8px rgba(28, 28, 32, .7); }
.btn-submit:active { transform: scale(.98); }
.form-note { margin-top: 15px; font-size: var(--fs-xs); color: var(--muted); text-align: center; }

/* honeypot (hidden from humans, catches bots) */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* submit status */
.form-status { margin-top: 16px; font-size: var(--fs-sm); line-height: 1.5; display: none; }
.form-status.ok, .form-status.err { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: var(--r-sm); }
.form-status.ok { display: flex; color: #4f6b3a; background: rgba(120, 140, 93, .12); border: 1px solid rgba(120, 140, 93, .3); font-weight: 500; }
.form-status.err { display: flex; color: #9e3f53; background: rgba(192, 105, 127, .12); border: 1px solid rgba(192, 105, 127, .3); }
.form-status .fs-ic { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; background: var(--emerald); color: #fff; font-weight: 700; font-size: .8rem; }

/* ─── FOOTER ─── */
footer { background: linear-gradient(180deg, transparent, rgba(26, 24, 20, .045)); border-top: 1px solid var(--line); padding: 72px var(--gutter) 36px; }
[data-theme="dark"] footer { background: linear-gradient(180deg, transparent, rgba(10, 10, 20, .6)); }
.ft-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 52px; }
.ft-brand p { color: var(--muted); font-size: var(--fs-sm); margin-top: 16px; line-height: 1.7; max-width: 260px; font-weight: 300; }
.ft-col h5 { font-family: var(--font-mono); font-size: var(--fs-xs); font-weight: 500; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 18px; }
.ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.ft-col ul a { color: var(--text-2); font-size: var(--fs-sm); transition: color .2s; }
.ft-col ul a:hover { color: var(--text); }
.ft-bottom { border-top: 1px solid var(--line); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.ft-bottom p { color: var(--muted); font-size: var(--fs-xs); }
.ft-legal { display: flex; gap: 22px; }
.ft-legal a { color: var(--muted); font-size: var(--fs-xs); }
.ft-legal a:hover { color: var(--text); }
.socials { display: flex; gap: 9px; }
.social-btn { width: 38px; height: 38px; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--surface); display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: var(--fs-sm); transition: all .2s; }
.social-btn:hover { border-color: var(--line-strong); color: var(--text); transform: translateY(-2px); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .sol-grid, .bento { grid-template-columns: repeat(2, 1fr); }
  .bento .card { grid-column: span 1 !important; grid-row: auto !important; }
  .experts-grid { grid-template-columns: repeat(2, 1fr); }
  .ft-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links, .nav-right .btn-nav-ghost { display: none; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .sol-grid, .bento { grid-template-columns: 1fr; }
  .experts-grid { grid-template-columns: 1fr; }
  .fg-row { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr; }
  .form-card { padding: 28px 22px; }
}
