/* =========================================================================
   VeriTrust — Luxe layer: gold accent, ambient aurora, film grain,
   cursor spotlight, sheen, polished headings. Additive, loaded late.
   ========================================================================= */

:root {
  --gold:      #d8b15a;
  --gold-2:    #f4dca0;
  --gold-deep: #9c7628;
  --grad-gold: linear-gradient(135deg, #f6e0a8, #d8b15a 48%, #a8812f);
  --gold-glow: rgba(216, 177, 90, 0.35);
}

/* ---- Ambient aurora + film grain (injected by luxe.js) ---- */
.lux-aurora { position: fixed; inset: -12%; z-index: 0; pointer-events: none; overflow: hidden; }
.lux-aurora i {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5;
  will-change: transform;
}
.lux-aurora .a1 { width: 46vw; height: 46vw; left: -8vw; top: -10vw; background: radial-gradient(circle, rgba(46,123,255,0.22), transparent 65%); animation: auroraA 28s ease-in-out infinite; }
.lux-aurora .a2 { width: 40vw; height: 40vw; right: -6vw; top: 8vw; background: radial-gradient(circle, rgba(216,177,90,0.12), transparent 65%); animation: auroraB 34s ease-in-out infinite; }
.lux-aurora .a3 { width: 50vw; height: 50vw; left: 30vw; bottom: -20vw; background: radial-gradient(circle, rgba(63,216,255,0.10), transparent 65%); animation: auroraA 40s ease-in-out infinite reverse; }
@keyframes auroraA { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(4%,3%,0) scale(1.12); } }
@keyframes auroraB { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-5%,2%,0) scale(1.08); } }

.lux-grain {
  position: fixed; inset: 0; z-index: 3; pointer-events: none; opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@media (prefers-reduced-motion: reduce) { .lux-aurora i { animation: none; } }

/* ---- Gold accent on eyebrows / kickers / numbers ---- */
.eyebrow, .vh-eyebrow, .pl-eyebrow, .cc-no {
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.eyebrow::before { background: linear-gradient(90deg, transparent, var(--gold)); }
[dir="rtl"] .eyebrow::before { background: linear-gradient(270deg, transparent, var(--gold)); }

.layer-head .kicker { border-color: rgba(216,177,90,0.32); background: linear-gradient(160deg, rgba(216,177,90,0.10), rgba(255,255,255,0.02)); }
.layer-head .kicker .num {
  background: var(--grad-gold); color: #3a2c06;
  box-shadow: 0 4px 14px -4px var(--gold-glow), inset 0 1px 0 rgba(255,255,255,0.5);
}

/* ---- Polished "brushed steel" headings ---- */
.layer-head h2, .section-head h2, .cta-left h2, .pilot-card h2, .vpanel-final h2 {
  background: linear-gradient(180deg, #ffffff 0%, #dbe5fb 55%, #aebbd8 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* keep the accent word vivid blue→cyan with a slow shimmer */
.hero h1 .accent, .vpanel-intro h1 .accent {
  background: linear-gradient(110deg, var(--accent-bright), var(--cyan), var(--accent-bright));
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 7s linear infinite;
}
@keyframes shimmer { to { background-position: 220% 0; } }

/* ---- Premium gold hairline on signature glass surfaces ---- */
.advisor-panel, .ledger, .form-card, .findash, .dash, .pilot-card {
  position: relative;
}
.advisor-panel::after, .ledger::after, .form-card::after, .pilot-card::after {
  content: ""; position: absolute; left: 16%; right: 16%; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.7; pointer-events: none;
}
.cap-card .shine { background: linear-gradient(90deg, transparent, var(--gold-2), transparent); height: 1px; }

/* ---- Liquid-glass icon chips: frosted body, gold ring, gradient-stroked glyphs ---- */
.icon-chip, .b-ico, .cc-ico, .gf-ico, .tf-point .ico, .pp .icon-chip, .eq .ico, .module .ico, .flow-node {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 120% at 30% 18%, rgba(255,255,255,0.18), rgba(255,255,255,0) 55%),
    linear-gradient(160deg, rgba(99,166,255,0.16), rgba(46,123,255,0.05));
  backdrop-filter: blur(8px) saturate(130%);
  -webkit-backdrop-filter: blur(8px) saturate(130%);
  box-shadow:
    inset 0 0 0 1px rgba(216,177,90,0.30),
    inset 0 1px 0 rgba(255,255,255,0.28),
    0 12px 26px -14px var(--accent-glow);
  transition: transform var(--dur-mid) var(--ease-spring), box-shadow var(--dur-mid);
}
/* moving specular highlight */
.icon-chip::after, .b-ico::after, .cc-ico::after, .gf-ico::after, .tf-point .ico::after {
  content: ""; position: absolute; top: -60%; left: -30%; width: 60%; height: 220%;
  transform: rotate(18deg); pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transition: left 0.6s var(--ease-out);
}
.card:hover .icon-chip::after, .b-card:hover .b-ico::after, .cap-card:hover .cc-ico::after,
.gate-feat:hover .gf-ico::after, .tf-point:hover .ico::after { left: 130%; }

/* gradient-stroked glyphs (fluid blue→cyan) on soft-bg chips */
.icon-chip .ic, .b-ico .ic, .cc-ico .ic, .gf-ico .ic, .tf-point .ico .ic,
.pp .icon-chip .ic, .eq .ico .ic, .module .ico .ic {
  stroke: url(#gradFluid);
}
/* per-role chips keep their tint via gold glyphs for warmth */
.role-card[data-role="guest"] .icon-chip .ic,
.role-card[data-role="manager"] .icon-chip .ic { stroke: url(#gradGoldIco); }

/* hover: gentle lift + brighter ring */
.icon-chip:hover, .b-card:hover .b-ico, .cap-card:hover .cc-ico, .gate-feat:hover .gf-ico {
  transform: translateY(-2px) scale(1.05);
  box-shadow: inset 0 0 0 1px rgba(216,177,90,0.5), inset 0 1px 0 rgba(255,255,255,0.35), 0 16px 34px -14px var(--accent-glow), 0 0 22px -6px var(--gold-glow);
}

/* AI sparkle & live mark in gold for a premium signature */
.ap-mark { background: var(--grad-gold) !important; }
.fd-ai-ico { background: var(--grad-gold) !important; }

/* ---- Cursor spotlight on signature cards (luxe.js adds data-lux-glow) ---- */
[data-lux-glow] { position: relative; isolation: isolate; }
[data-lux-glow]::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: 0;
  pointer-events: none; opacity: 0; transition: opacity 0.35s var(--ease-out);
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(216,177,90,0.16), rgba(46,123,255,0.10) 35%, transparent 60%);
}
[data-lux-glow]:hover::after { opacity: 1; }
/* keep card content above the glow */
[data-lux-glow] > * { position: relative; z-index: 1; }

/* ---- Button sheen sweep + finer depth ---- */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -70%; width: 45%;
  transform: skewX(-22deg); pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.38), transparent);
  transition: left 0.6s var(--ease-out);
}
.btn-primary:hover::after { left: 130%; }
.btn-ghost { position: relative; overflow: hidden; }
.btn-ghost::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(160deg, rgba(255,255,255,0.06), transparent 60%);
}

/* ---- Refined hover lift with gold-tinted glow on key cards ---- */
.bento .b-card:hover, .cap-card:hover, .gate-feat:hover, .feat:hover {
  box-shadow: 0 28px 60px -26px rgba(0,0,0,0.8), 0 0 0 1px rgba(216,177,90,0.22), 0 18px 50px -18px var(--accent-glow);
}

/* ---- Logos: gold glyph frames on hover ---- */
.logos .lg .gl { transition: border-color var(--dur-mid), color var(--dur-mid); }
.logos .lg:hover .gl { border-color: var(--gold); color: var(--gold-2); }

/* ---- Gold pulse for the AI live + status dots stays as-is ---- */
.vp-step { background: var(--grad-gold); color: #3a2c06; box-shadow: 0 8px 22px -8px var(--gold-glow); }

/* ---- Section top dividers: faint gold hairline between major layers ---- */
.trust-found, .gate-sec, .enterprise, .ai-advisor { position: relative; }
.trust-found::before, .gate-sec::before, .ai-advisor::before {
  content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  width: min(680px, 70%); height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.4;
}

/* ---- Luxe scrollbar (desktop) ---- */
@media (pointer: fine) {
  * { scrollbar-width: thin; scrollbar-color: var(--accent) transparent; }
  ::-webkit-scrollbar { width: 11px; height: 11px; }
  ::-webkit-scrollbar-track { background: var(--bg-0); }
  ::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--accent-bright), var(--accent-deep)); border-radius: 10px; border: 3px solid var(--bg-0); }
  ::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, var(--gold-2), var(--gold-deep)); }
}

/* ---- Selection in gold ---- */
::selection { background: var(--gold); color: #1a1408; }

/* =========================================================================
   PRICING
   ========================================================================= */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card {
  position: relative; display: flex; flex-direction: column; padding: 30px 28px;
  border-radius: var(--r-xl); border: 1px solid var(--line);
  background: linear-gradient(170deg, rgba(255,255,255,0.04), rgba(255,255,255,0.012) 55%, rgba(8,12,22,0.25));
  transition: transform var(--dur-mid) var(--ease-out), border-color var(--dur-mid), box-shadow var(--dur-mid);
}
.price-card:hover { transform: translateY(-5px); border-color: var(--line-accent); box-shadow: var(--glow-accent); }
.price-card.featured {
  border-color: var(--line-accent);
  background:
    radial-gradient(520px 300px at 50% -10%, rgba(46,123,255,0.18), transparent 60%),
    linear-gradient(170deg, rgba(46,123,255,0.10), rgba(8,12,22,0.3));
  box-shadow: 0 30px 70px -26px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.1);
}
.price-card.featured::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(160deg, var(--gold), transparent 40%, var(--accent) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0.6;
}
.pc-ribbon {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.02em; padding: 6px 16px; border-radius: var(--r-pill);
  background: var(--grad-gold); color: #3a2c06; white-space: nowrap;
  box-shadow: 0 8px 22px -8px var(--gold-glow);
}
.pc-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.pc-name { font-family: var(--font-display); font-size: var(--fs-lg); font-weight: 600; color: var(--text-0); }
.pc-badge.free { font-size: 0.66rem; font-weight: 700; padding: 5px 11px; border-radius: var(--r-pill); background: var(--ok-soft); color: var(--ok); }
.pc-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.pc-amt { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem, 4vw, 2.5rem); background: linear-gradient(180deg, #fff, #aebbd8); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.pc-per { font-size: var(--fs-sm); color: var(--text-3); }
.pc-desc { font-size: var(--fs-sm); color: var(--text-2); margin-bottom: 22px; min-height: 42px; }
.pc-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; flex: 1; }
.pc-list li { display: flex; align-items: flex-start; gap: 11px; font-size: var(--fs-sm); color: var(--text-1); }
.pc-list li svg { width: 18px; height: 18px; color: var(--accent-bright); flex: none; margin-top: 1px; }
.price-card.featured .pc-list li svg { color: var(--gold-2); }
.btn-block { width: 100%; }
.pricing-note { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 28px; font-size: var(--fs-sm); color: var(--text-2); text-align: center; }
.pricing-note svg { width: 17px; height: 17px; color: var(--ok); flex: none; }
@media (max-width: 920px) { .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.pc-cap { display: block; margin-top: 12px; font-size: 0.74rem; color: var(--text-3); font-family: var(--font-mono); text-align: center; }
.pc-list li.rail, .pc-list li.adv { margin-top: 4px; padding-top: 12px; border-top: 1px dashed var(--line); }
.pc-list li.rail svg { color: var(--gold-2); }
.pc-list li.adv svg { color: var(--gold-2); }
.pc-list li.rail span, .pc-list li.adv span { color: var(--text-1); font-weight: 600; }

/* money rail bar */
.rail-bar { display: flex; align-items: center; gap: 16px; margin-top: 28px; padding: 20px 24px; border-radius: var(--r-lg);
  border: 1px solid var(--line-accent);
  background: linear-gradient(120deg, rgba(216,177,90,0.12), rgba(46,123,255,0.06)); }
.rail-bar .rb-ico { width: 46px; height: 46px; border-radius: 13px; flex: none; display: grid; place-items: center; background: var(--grad-gold); box-shadow: 0 10px 24px -10px var(--gold-glow); }
.rail-bar .rb-ico svg { width: 22px; height: 22px; }
.rail-bar .rb-tx b { display: block; font-family: var(--font-display); font-size: var(--fs-base); color: var(--text-0); margin-bottom: 3px; }
.rail-bar .rb-tx span { font-size: var(--fs-sm); color: var(--text-2); }

/* =========================================================================
   REVENUE — how we make money
   ========================================================================= */
.revenue { background: radial-gradient(820px 520px at 18% 0%, rgba(216,177,90,0.06), transparent 60%); border-block: 1px solid var(--line); }
.rev-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 26px; }
.rev-col { padding: 26px 24px; border-radius: var(--r-lg); border: 1px solid var(--line); background: linear-gradient(165deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); transition: transform var(--dur-mid) var(--ease-out), border-color var(--dur-mid); }
.rev-col:hover { transform: translateY(-4px); border-color: var(--line-accent); }
.rev-col .rc-ico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; color: var(--gold-2); background: rgba(216,177,90,0.12); border: 1px solid rgba(216,177,90,0.32); margin-bottom: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.18); }
.rev-col .rc-ico svg { width: 24px; height: 24px; }
.rev-col h3 { font-size: var(--fs-lg); margin-bottom: 9px; }
.rev-col p { font-size: var(--fs-sm); color: var(--text-2); }

.rate-card { padding: 8px 26px 22px; border-radius: var(--r-lg); }
.rate-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 20px 0 14px; border-bottom: 1px solid var(--line); }
.rate-head b { font-family: var(--font-display); font-size: var(--fs-lg); color: var(--text-0); }
.rate-head span { font-size: var(--fs-micro); color: var(--text-2); font-family: var(--font-mono); }
.rate-row { display: grid; grid-template-columns: 1fr auto 1.3fr; gap: 16px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line-soft); }
.rate-row .rr-name { font-size: var(--fs-sm); color: var(--text-1); font-weight: 600; }
.rate-row .rr-def { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--gold-2); text-align: center; min-width: 46px; }
.rate-row .rr-desc { font-size: var(--fs-micro); color: var(--text-2); }
.rate-foot { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; font-size: var(--fs-micro); color: var(--text-2); line-height: 1.5; }
.rate-foot svg { width: 16px; height: 16px; color: var(--accent-bright); flex: none; margin-top: 1px; }
@media (max-width: 720px) {
  .rev-cols { grid-template-columns: 1fr; }
  .rate-row { grid-template-columns: 1fr auto; }
  .rate-row .rr-desc { grid-column: 1 / -1; }
}

/* trust bar */
.trust-bar { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.trust-bar .tb-item { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border-radius: var(--r-pill); border: 1px solid var(--line); background: rgba(255,255,255,0.03); font-size: var(--fs-sm); color: var(--text-1); font-weight: 600; flex: 1 1 auto; justify-content: center; }
.trust-bar .tb-item svg { width: 17px; height: 17px; color: var(--ok); flex: none; }
.rev-honest { display: flex; align-items: flex-start; gap: 11px; margin-top: 24px; padding: 16px 20px; border-radius: var(--r-md); border: 1px solid rgba(216,177,90,0.3); background: rgba(216,177,90,0.06); font-size: var(--fs-sm); color: var(--text-1); }
.rev-honest svg { width: 18px; height: 18px; color: var(--gold-2); flex: none; margin-top: 2px; }

/* =========================================================================
   COMPARE — vs ordinary management software
   ========================================================================= */
.cmp-table { border-radius: var(--r-xl); overflow: hidden; max-width: 920px; margin-inline: auto; }
.cmp-row { display: grid; grid-template-columns: 1.6fr 1fr 1fr; align-items: center; }
.cmp-row + .cmp-row { border-top: 1px solid var(--line); }
.cmp-feat { padding: 17px 22px; font-size: var(--fs-sm); color: var(--text-1); font-weight: 500; }
.cmp-cell { padding: 17px 16px; text-align: center; display: flex; align-items: center; justify-content: center; min-height: 56px; }
.cmp-cell.ord { border-left: 1px solid var(--line); color: var(--text-3); font-size: var(--fs-micro); }
.cmp-cell.vt { border-left: 1px solid var(--line-accent); background: linear-gradient(180deg, rgba(216,177,90,0.05), rgba(46,123,255,0.04)); }
.cmp-cell.yes svg { width: 21px; height: 21px; }
.cmp-cell.ord.yes svg { color: var(--text-2); opacity: 0.65; }
.cmp-cell.vt.yes svg { color: var(--gold-2); filter: drop-shadow(0 2px 8px var(--gold-glow)); }
.cmp-cell.no { color: var(--text-3); font-size: 1.3rem; opacity: 0.5; }
.cmp-cell.part { font-size: var(--fs-micro); color: var(--warn); font-weight: 600; }
.cmp-head { background: rgba(255,255,255,0.03); }
.cmp-head .cmp-cell { font-family: var(--font-display); font-weight: 700; font-size: var(--fs-sm); min-height: 0; padding-block: 18px; }
.cmp-head .cmp-cell.ord { color: var(--text-2); }
.cmp-head .cmp-cell.vt { color: var(--text-0); gap: 9px; }
.cmp-vtlogo { width: 26px; height: 26px; border-radius: 8px; display: inline-grid; place-items: center; background: linear-gradient(155deg, var(--accent-bright), var(--accent-deep)); box-shadow: 0 4px 12px -4px var(--accent-glow); }
.cmp-vtlogo svg { width: 15px; height: 15px; }
.cmp-note { text-align: center; max-width: 680px; margin: 22px auto 0; font-size: var(--fs-micro); color: var(--text-3); }

/* gold accent text + decorative rule (used on gate header) */
.gold-accent { background: linear-gradient(120deg, #f6e0a8, #d8b15a 45%, #c79a40); -webkit-background-clip: text; background-clip: text; color: transparent; }
.head-rule { display: block; width: 64px; height: 2px; margin: 20px auto 18px; border-radius: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); box-shadow: 0 0 14px var(--gold-glow); }
.gate-head { position: relative; }
.gate-sec .gate-head h2 { letter-spacing: -0.025em; }
@media (max-width: 600px) {
  .cmp-row { grid-template-columns: 1.5fr 0.75fr 0.75fr; }
  .cmp-feat { padding: 14px 14px; font-size: var(--fs-micro); }
  .cmp-cell { padding: 14px 8px; }
  .cmp-head .cmp-cell.vt span:not(.cmp-vtlogo) { display: none; }
}
