/* ============================================================
   veritrust.css — VeriTrust Landing Page styles
   Accent: blue (#2563EB)
   ============================================================ */

/* HERO */
.vt-hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; overflow: hidden; position: relative;
  background: var(--black);
}
.vt-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 55% at 72% 48%, rgba(37,99,235,.12) 0%,transparent 70%),
    radial-gradient(ellipse 30% 30% at 12% 75%, rgba(184,150,62,.06) 0%,transparent 60%);
}
.vt-hero-left { padding: 80px 56px 80px 80px; position: relative; z-index: 2; }
.vt-hero-left .section-label { color: #93C5FD; }
.vt-hero-h1 { font-family: var(--font-d); font-size: clamp(3rem,5vw,4.4rem); font-weight: 900; line-height: 1.06; color: var(--white); margin-bottom: 20px; }
.vt-hero-h1 em { font-style: italic; color: #93C5FD; }
.vt-hero-sub  { font-size: 1.1rem; font-weight: 500; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.vt-hero-body { font-size: .95rem; line-height: 1.72; color: rgba(255,255,255,.4); max-width: 460px; margin-bottom: 44px; }
.vt-hero-cta  { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.vt-hero-right { position: relative; height: 100%; min-height: 600px; display: flex; align-items: center; justify-content: center; }

/* Shield Visual */
.shield-visual { position: relative; width: 300px; height: 360px; display: flex; align-items: center; justify-content: center; }
.shield-svg-wrap { position: relative; z-index: 2; }
.shield-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 240px; height: 240px; border-radius: 50%; background: rgba(37,99,235,.12); filter: blur(40px); }
.shield-tag { position: absolute; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 10px 14px; font-size: .76rem; color: rgba(255,255,255,.7); white-space: nowrap; animation: float 4s ease-in-out infinite; }
.shield-tag strong { display: block; font-weight: 600; color: var(--white); margin-bottom: 2px; }
.shield-tag.st1 { top: 5%;  right: -15%; animation-delay: 0s; }
.shield-tag.st2 { bottom: 8%; left: -18%; animation-delay: -2s; }
.shield-tag.st3 { top: 48%; right: -20%; animation-delay: -1s; }

/* PROBLEM */
.vt-problem { background: var(--dark); padding: 100px 80px; }
.vt-problem .section-label { color: #93C5FD; }
.vt-problem-h2 { font-family: var(--font-d); font-size: clamp(2rem,3.5vw,3rem); font-weight: 900; color: var(--white); line-height: 1.1; max-width: 720px; margin-bottom: 56px; }
.vt-challenges { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.challenge-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.challenge-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.07); border-radius: 8px; }
.challenge-icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 6px; background: rgba(37,99,235,.15); display: flex; align-items: center; justify-content: center; color: #93C5FD; }
.challenge-text { font-size: .87rem; font-weight: 500; color: rgba(255,255,255,.7); }
.vt-distinction { background: rgba(37,99,235,.07); border: 1px solid rgba(37,99,235,.2); border-radius: 12px; padding: 36px; }
.vt-dist-eyebrow { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: #93C5FD; font-weight: 600; margin-bottom: 16px; }
.vt-dist-line { font-family: var(--font-d); font-size: 1.3rem; font-weight: 700; color: var(--white); line-height: 1.4; margin-bottom: 8px; }
.vt-dist-line span { color: rgba(255,255,255,.35); }

/* SOLUTION */
.vt-solution { background: var(--black); padding: 100px 80px; }
.vt-solution .section-label { color: #93C5FD; text-align: center; }
.vt-solution-h2 { font-family: var(--font-d); font-size: clamp(2rem,3.5vw,3rem); font-weight: 900; color: var(--white); text-align: center; margin-bottom: 16px; }
.vt-solution-desc { font-size: .95rem; line-height: 1.75; color: rgba(255,255,255,.45); text-align: center; max-width: 620px; margin: 0 auto 56px; }
.vt-sol-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.vt-sol-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 28px 24px; transition: border-color .2s, background .2s; }
.vt-sol-card:hover { border-color: rgba(37,99,235,.35); background: rgba(37,99,235,.07); }
.vt-sol-icon { margin-bottom: 16px; color: #93C5FD; }
.vt-sol-title { font-family: var(--font-d); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.vt-sol-desc  { font-size: .8rem; color: rgba(255,255,255,.4); line-height: 1.65; }

/* CAPABILITIES */
.vt-caps { background: var(--dark); padding: 100px 80px; }
.vt-caps .section-label { color: #93C5FD; }
.vt-caps-h2 { font-family: var(--font-d); font-size: clamp(2rem,3vw,2.8rem); font-weight: 900; color: var(--white); margin-bottom: 48px; }
.vt-caps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.vt-cap-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 28px 24px; transition: border-color .2s; }
.vt-cap-card:hover { border-color: rgba(37,99,235,.3); }
.vt-cap-icon { margin-bottom: 14px; color: #93C5FD; }
.vt-cap-title { font-size: .92rem; font-weight: 600; color: var(--white); margin-bottom: 6px; }
.vt-cap-desc  { font-size: .8rem; color: rgba(255,255,255,.4); line-height: 1.6; }

/* INDUSTRIES */
.vt-industries { background: var(--black); padding: 100px 80px; }
.vt-industries .section-label { color: #93C5FD; text-align: center; }
.vt-ind-h2 { font-family: var(--font-d); font-size: clamp(2rem,3vw,2.6rem); font-weight: 900; color: var(--white); text-align: center; margin-bottom: 56px; }
.vt-ind-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.vt-ind-card { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 32px 24px; transition: background .2s, border-color .2s; cursor: default; }
.vt-ind-card:hover { background: rgba(37,99,235,.08); border-color: rgba(37,99,235,.25); }
.vt-ind-icon  { margin-bottom: 16px; color: var(--gold); }
.vt-ind-title { font-family: var(--font-d); font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.vt-ind-desc  { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.6; }

/* FRAMEWORK */
.vt-framework { background: var(--dark); padding: 100px 80px; }
.vt-framework .section-label { color: #93C5FD; text-align: center; }
.vt-framework-h2 { font-family: var(--font-d); font-size: clamp(2rem,3vw,2.6rem); font-weight: 900; color: var(--white); text-align: center; margin-bottom: 64px; }
.framework-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.fw-step { padding: 0 32px; text-align: center; position: relative; }
.fw-step:not(:last-child)::after { content: '→'; position: absolute; right: -8px; top: 28px; color: rgba(255,255,255,.2); font-size: 1.2rem; }
.fw-num { width: 60px; height: 60px; border-radius: 50%; background: rgba(37,99,235,.15); border: 1px solid rgba(37,99,235,.3); color: #93C5FD; font-family: var(--font-d); font-size: 1.3rem; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.fw-title { font-family: var(--font-d); font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.fw-desc { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.65; }

/* FINAL CTA */
.vt-cta { background: var(--blue); padding: 120px 80px; text-align: center; position: relative; overflow: hidden; }
.vt-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(255,255,255,.07) 0%, transparent 70%); }
.vt-cta-h2 { font-family: var(--font-d); font-size: clamp(2.4rem,4vw,3.4rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 20px; position: relative; z-index: 2; }
.vt-cta-sub { font-size: 1rem; color: rgba(255,255,255,.7); max-width: 480px; margin: 0 auto 44px; line-height: 1.7; position: relative; z-index: 2; }
.btn-white { display: inline-block; background: var(--white); color: var(--blue); padding: 16px 36px; border-radius: 6px; font-size: 1rem; font-weight: 700; transition: background .2s, color .2s; position: relative; z-index: 2; }
.btn-white:hover { background: var(--black); color: var(--white); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .vt-hero { grid-template-columns: 1fr; }
  .vt-hero-left { padding: 60px 28px 40px; }
  .vt-hero-right { min-height: 320px; }
  .vt-problem,.vt-solution,.vt-caps,.vt-industries,.vt-framework,.vt-cta { padding: 72px 28px; }
  .vt-challenges { grid-template-columns: 1fr; gap: 32px; }
  .vt-sol-grid { grid-template-columns: 1fr 1fr; }
  .vt-caps-grid { grid-template-columns: 1fr 1fr; }
  .vt-ind-grid { grid-template-columns: 1fr 1fr; }
  .framework-steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .fw-step::after { display: none; }
}
