/* ==========================================================================
   LedgerDomain — Verification Plus page redesign
   Loaded only on the /verification-plus page (see ld_is_verification_plus_page()
   in functions.php). Scoped under body.ld-vplus-page so nothing leaks elsewhere.
   Shares the buy/contact brand system: navy #051964 · coral #F55064 ·
   blue #6991F0 · Chivo / Chivo Mono.
   ========================================================================== */

body.ld-vplus-page{
  --navy:#051964; --navy-2:#0e2f9e; --blue:#6991F0; --blue-soft:#e8eefd;
  --coral:#F55064; --coral-soft:#ffe7ea; --ink:#051964; --muted:#56689b;
  --bg-soft:#f4f6fb; --line:#e4e9f5;
  --mono:'Chivo Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans:'Chivo', Arial, Helvetica, sans-serif;
}

/* Replace Avada's default page title bar / top padding with our hero */
body.ld-vplus-page .fusion-page-title-bar{display:none !important;}
body.ld-vplus-page #content{padding-top:0 !important;padding-bottom:0 !important;}

/* Full-bleed band backgrounds, but re-assert the site width (1366px) on the
   inner rows so content lines up with the header/footer. */
body.ld-vplus-page .ld-vp-hero .fusion-row,
body.ld-vplus-page .ld-vp-feature .fusion-row,
body.ld-vplus-page .ld-vp-plan .fusion-row,
body.ld-vplus-page .ld-vp-steps .fusion-row,
body.ld-vplus-page .ld-vp-cta .fusion-row{
  max-width:1366px !important;margin-left:auto !important;margin-right:auto !important;float:none !important;
}

/* ---------- SHARED TYPE ---------- */
body.ld-vplus-page .ld-eyebrow{
  display:inline-flex;align-items:center;gap:9px;font-family:var(--mono);font-size:12.5px;font-weight:600;
  letter-spacing:2.5px;text-transform:uppercase;color:#bcd0ff;background:rgba(105,145,240,.16);
  border:1px solid rgba(105,145,240,.4);padding:7px 14px;border-radius:100px;
}
body.ld-vplus-page .ld-eyebrow .ld-dot{width:7px;height:7px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 4px rgba(245,80,100,.25);}
body.ld-vplus-page .ld-h1{font-family:var(--sans);font-size:clamp(32px,4.6vw,54px);font-weight:800;line-height:1.06;letter-spacing:-.5px;margin:20px 0 16px;color:#fff !important;}
body.ld-vplus-page .ld-h1 .hl{color:#7ea2ff;}
body.ld-vplus-page .ld-h1 .tm{font-size:.42em;font-weight:700;vertical-align:super;color:#7ea2ff;}
body.ld-vplus-page .ld-standfirst{font-size:18px;line-height:1.6;color:#cfdcff !important;font-weight:300;max-width:680px;margin:0;}
body.ld-vplus-page .ld-section-label{font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--blue);display:inline-block;margin:0 0 12px;}

/* ---------- HERO ---------- */
body.ld-vplus-page .ld-vp-hero{position:relative;overflow:hidden;color:#fff;}
body.ld-vplus-page .ld-vp-hero::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:radial-gradient(rgba(255,255,255,.13) 1px,transparent 1px);background-size:22px 22px;opacity:.5;}
body.ld-vplus-page .ld-vp-hero::after{content:"";position:absolute;width:520px;height:520px;right:-150px;top:-170px;pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(245,80,100,.5),transparent 65%);filter:blur(22px);}
body.ld-vplus-page .ld-vp-hero .fusion-row{position:relative;z-index:2;}
.fusion-fullwidth.fullwidth-box.ld-vp-hero{
  background-color:#051964 !important;
  background-image:linear-gradient(125deg,#041450 0%,#051964 32%,#0e2f9e 78%,#2a52c9 120%) !important;
  padding-top:74px !important;padding-bottom:78px !important;
}
body.ld-vplus-page .ld-vp-hero-inner{max-width:780px;}
body.ld-vplus-page .ld-vp-hero-cta{margin-top:30px;display:flex;flex-wrap:wrap;gap:14px;align-items:center;}

/* hero stat strip — "4 of 5 on VRS, 5 of 5 with LedgerDomain" made visual */
body.ld-vplus-page .ld-vp-stats{display:flex;flex-wrap:wrap;gap:34px;margin-top:42px;padding-top:26px;border-top:1px solid rgba(255,255,255,.16);}
body.ld-vplus-page .ld-vp-stat{display:flex;flex-direction:column;gap:3px;}
body.ld-vplus-page .ld-vp-stat .num{font-family:var(--sans);font-size:34px;font-weight:900;letter-spacing:-1px;line-height:1;color:#fff;}
body.ld-vplus-page .ld-vp-stat .num .of{color:#7ea2ff;font-weight:800;}
body.ld-vplus-page .ld-vp-stat .lbl{font-size:13px;line-height:1.4;color:#aebfee;max-width:200px;}

/* ---------- DARK FEATURE BAND (video + feature list) ---------- */
body.ld-vplus-page .ld-vp-feature{position:relative;overflow:hidden;color:#fff;}
body.ld-vplus-page .ld-vp-feature::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:radial-gradient(rgba(255,255,255,.10) 1px,transparent 1px);background-size:24px 24px;opacity:.45;}
body.ld-vplus-page .ld-vp-feature .fusion-row{position:relative;z-index:2;}
.fusion-fullwidth.fullwidth-box.ld-vp-feature{
  background-color:#051964 !important;
  background-image:linear-gradient(160deg,#06205f 0%,#051964 55%,#0a1f73 100%) !important;
  padding-top:64px !important;padding-bottom:66px !important;
}
body.ld-vplus-page .ld-vp-feature-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center;}
body.ld-vplus-page .ld-h2-light{font-family:var(--sans);font-size:clamp(24px,2.9vw,34px);font-weight:800;letter-spacing:-.4px;color:#fff !important;margin:14px 0 22px;line-height:1.16;}
body.ld-vplus-page .ld-h2-light .hl{color:#7ea2ff;}

/* video frame */
body.ld-vplus-page .ld-vp-video{position:relative;border-radius:18px;overflow:hidden;border:1px solid rgba(126,162,255,.32);box-shadow:0 40px 80px -42px rgba(0,0,0,.75);background:#04123f;}
body.ld-vplus-page .ld-vp-video video,
body.ld-vplus-page .ld-vp-video .wp-video,
body.ld-vplus-page .ld-vp-video .fusion-video{width:100% !important;height:auto !important;display:block;border-radius:18px;}
body.ld-vplus-page .ld-vp-video .mejs-container,
body.ld-vplus-page .ld-vp-video .mejs-overlay{width:100% !important;}
body.ld-vplus-page .ld-vp-video::after{content:"";position:absolute;inset:0;border-radius:18px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);pointer-events:none;}

/* feature list with spark/check bullets */
body.ld-vplus-page .ld-vp-feats{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;}
body.ld-vplus-page .ld-vp-feats li{position:relative;padding-left:38px;font-size:15.5px;line-height:1.5;color:#dde6ff;}
body.ld-vplus-page .ld-vp-feats li::before{content:"";position:absolute;left:0;top:0;width:24px;height:24px;border-radius:7px;background:rgba(105,145,240,.18);border:1px solid rgba(126,162,255,.4);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%237ea2ff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center;}
body.ld-vplus-page .ld-vp-feats li b,
body.ld-vplus-page .ld-vp-feats li strong{color:#fff;font-weight:700;}

/* ---------- ACTION PLAN (3 cards) ---------- */
.fusion-fullwidth.fullwidth-box.ld-vp-plan{background-color:#f4f6fb !important;background-image:none !important;padding-top:64px !important;padding-bottom:68px !important;}
body.ld-vplus-page .ld-vp-head{text-align:center;max-width:740px;margin:0 auto 40px;}
body.ld-vplus-page .ld-vp-head h2{font-family:var(--sans);font-size:clamp(25px,3vw,36px);font-weight:800;letter-spacing:-.4px;color:var(--navy) !important;margin:0 0 12px;line-height:1.14;}
body.ld-vplus-page .ld-vp-head p{color:var(--muted);font-size:16.5px;margin:0;line-height:1.6;}

body.ld-vplus-page .ld-vp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch;}
body.ld-vplus-page .ld-vp-card{
  display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;
  box-shadow:0 26px 54px -38px rgba(5,25,100,.5);transition:transform .18s,box-shadow .18s;
}
body.ld-vplus-page .ld-vp-card:hover{transform:translateY(-4px);box-shadow:0 34px 64px -34px rgba(5,25,100,.55);}
body.ld-vplus-page .ld-vp-card-media{position:relative;background:linear-gradient(150deg,#eef2fc,#dfe7fb);padding:26px 26px 0;text-align:center;border-bottom:1px solid var(--line);}
body.ld-vplus-page .ld-vp-card-media img{max-width:100%;height:auto;display:block;margin:0 auto;filter:drop-shadow(0 18px 26px rgba(5,25,100,.22));}
body.ld-vplus-page .ld-vp-card-body{padding:24px 24px 26px;display:flex;flex-direction:column;flex:1;}
body.ld-vplus-page .ld-vp-card-body h3{font-family:var(--sans);font-size:19px;font-weight:800;color:var(--navy) !important;letter-spacing:-.2px;margin:0 0 8px;line-height:1.2;}
body.ld-vplus-page .ld-vp-card-intro{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 16px;}
body.ld-vplus-page .ld-vp-list{list-style:none;margin:0;padding:16px 0 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px;}
body.ld-vplus-page .ld-vp-list li{position:relative;padding-left:26px;font-size:13.5px;line-height:1.45;color:#334;}
body.ld-vplus-page .ld-vp-list li::before{content:"";position:absolute;left:0;top:1px;width:16px;height:16px;border-radius:50%;background:var(--coral-soft);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23F55064' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:center;}

/* ---------- 5 STEPS ---------- */
.fusion-fullwidth.fullwidth-box.ld-vp-steps{background-color:#fff !important;background-image:none !important;padding-top:64px !important;padding-bottom:68px !important;}
body.ld-vplus-page .ld-vp-steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;counter-reset:step;}
body.ld-vplus-page .ld-vp-step{position:relative;background:var(--bg-soft);border:1px solid var(--line);border-radius:16px;padding:24px 18px 22px;display:flex;flex-direction:column;}
body.ld-vplus-page .ld-vp-step::before{content:"";position:absolute;top:0;left:24px;right:24px;height:3px;border-radius:0 0 3px 3px;background:linear-gradient(90deg,var(--coral),var(--blue));}
body.ld-vplus-page .ld-vp-step-num{font-family:var(--mono);font-size:13px;font-weight:700;letter-spacing:1px;color:#fff;background:var(--navy);width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 12px 22px -12px rgba(5,25,100,.7);}
body.ld-vplus-page .ld-vp-step h4{font-family:var(--sans);font-size:14.5px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;color:var(--navy) !important;margin:0 0 8px;line-height:1.25;}
body.ld-vplus-page .ld-vp-step p{font-size:13px;line-height:1.5;color:var(--muted);margin:0;}
body.ld-vplus-page .ld-vp-steps-foot{text-align:center;margin:30px 0 0;font-family:var(--sans);font-size:17px;font-weight:700;color:var(--navy);}
body.ld-vplus-page .ld-vp-steps-foot .hl{color:var(--coral);}

/* ---------- CTA BAND ---------- */
.fusion-fullwidth.fullwidth-box.ld-vp-cta{
  background-color:#f4f6fb !important;
  background-image:linear-gradient(180deg,rgba(242,246,255,.6) 40%,rgba(105,145,240,.22) 100%) !important;
  padding-top:60px !important;padding-bottom:64px !important;
}
body.ld-vplus-page .ld-vp-cta .ld-vp-head{margin-bottom:30px;}
body.ld-vplus-page .ld-vp-cta .ld-vp-head h2{font-size:clamp(26px,3.1vw,38px);}
body.ld-vplus-page .ld-vp-cta-note{display:inline-flex;align-items:center;gap:9px;font-family:var(--mono);font-size:12.5px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--coral);background:var(--coral-soft);border:1px solid rgba(245,80,100,.3);padding:8px 16px;border-radius:100px;margin-top:14px;}

body.ld-vplus-page .ld-vp-hero-link{display:inline-flex;align-items:center;font-family:var(--sans);font-weight:700;font-size:15px;color:#cfdcff !important;text-decoration:none;}
body.ld-vplus-page .ld-vp-hero-link:hover{color:#fff !important;}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1100px){
  body.ld-vplus-page .ld-vp-cards{grid-template-columns:1fr;max-width:560px;margin:0 auto;}
  body.ld-vplus-page .ld-vp-steps-grid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:900px){
  body.ld-vplus-page .ld-vp-feature-grid{grid-template-columns:1fr;gap:30px;}
}
@media(max-width:680px){
  body.ld-vplus-page .ld-vp-steps-grid{grid-template-columns:repeat(2,1fr);}
  body.ld-vplus-page .ld-vp-stats{gap:24px;}
}
@media(max-width:560px){
  .fusion-fullwidth.fullwidth-box.ld-vp-hero{padding-top:54px !important;padding-bottom:58px !important;}
  body.ld-vplus-page .ld-vp-steps-grid{grid-template-columns:1fr;}
}
