/* Verapath marketing — Resources hub page styles (V8 Resources inline <style>) (design_handoff_v8). */
/* resource cards, colour-coded by type */
.B.pg-resources .rgroup{margin-top:64px}
.B.pg-resources .rgroup:first-of-type{margin-top:34px}
.B.pg-resources .rghead{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid var(--line)}
.B.pg-resources .rghead h2{font-family:var(--serif);font-size:clamp(1.6rem,1.2rem + 1vw,2.2rem);color:var(--forest);line-height:1.1}
.B.pg-resources .rghead .ct{font-size:.8rem;color:var(--mute)}
.B.pg-resources .rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}
@media(max-width:980px){.B.pg-resources .rgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.B.pg-resources .rgrid{grid-template-columns:1fr}}
.B.pg-resources .rcard{position:relative;border-radius:var(--radius);overflow:hidden;padding:28px;display:flex;flex-direction:column;min-height:250px;
  border:1px solid var(--line);background:#fff;transition:transform .5s var(--ease),box-shadow .5s var(--ease)}
.B.pg-resources .rcard:hover{transform:translateY(-5px);box-shadow:0 26px 54px -34px rgba(34,48,41,.42)}
.B.pg-resources .rcard .rtype{align-self:flex-start;font-size:.66rem;font-weight:650;letter-spacing:.12em;text-transform:uppercase;border-radius:999px;padding:.32rem .72rem}
.B.pg-resources .rcard h3{font-family:var(--serif);font-size:1.35rem;line-height:1.14;margin-top:1.1rem}
.B.pg-resources .rcard p{font-size:.92rem;line-height:1.5;margin-top:.6rem;flex:1}
.B.pg-resources .rcard .rgo{display:inline-flex;align-items:center;gap:.5rem;font-weight:650;font-size:.9rem;margin-top:1.2rem}
.B.pg-resources .rcard .rgo .arr{transition:transform .35s var(--ease)}
.B.pg-resources .rcard:hover .rgo .arr{transform:translateX(4px)}
.B.pg-resources .rcard .rdate{position:absolute;top:28px;right:28px;font-size:.76rem}
/* type: whitepaper (dark forest) */
.B.pg-resources .rcard.t-wp{background:radial-gradient(120% 130% at 25% 0%,#2a4533,var(--forest) 58%,#16241d);border-color:transparent}
.B.pg-resources .rcard.t-wp .rtype{background:color-mix(in srgb,var(--lime) 20%,transparent);color:var(--lime)}
.B.pg-resources .rcard.t-wp h3{color:#fff}
.B.pg-resources .rcard.t-wp p{color:rgba(255,255,255,.72)}
.B.pg-resources .rcard.t-wp .rgo{color:var(--lime)}
.B.pg-resources .rcard.t-wp .rdate{color:rgba(255,255,255,.5)}
/* type: quick reference (mint) */
.B.pg-resources .rcard.t-op{background:linear-gradient(155deg,var(--mint-2),var(--mint));border-color:color-mix(in srgb,var(--green) 16%,transparent)}
.B.pg-resources .rcard.t-op .rtype{background:color-mix(in srgb,var(--green) 14%,transparent);color:var(--green)}
.B.pg-resources .rcard.t-op h3{color:var(--forest)}
.B.pg-resources .rcard.t-op p{color:color-mix(in srgb,var(--ink) 78%,transparent)}
.B.pg-resources .rcard.t-op .rgo{color:var(--green)}
.B.pg-resources .rcard.t-op .rdate{color:var(--mute)}
/* type: newsletter (violet) */
.B.pg-resources .rcard.t-nl{background:linear-gradient(155deg,var(--violet-3),var(--violet-2));border-color:color-mix(in srgb,var(--violet) 40%,transparent)}
.B.pg-resources .rcard.t-nl .rtype{background:color-mix(in srgb,var(--violet) 34%,transparent);color:#4a3782}
.B.pg-resources .rcard.t-nl h3{color:var(--forest)}
.B.pg-resources .rcard.t-nl p{color:color-mix(in srgb,var(--ink) 78%,transparent)}
.B.pg-resources .rcard.t-nl .rgo{color:#4a3782}
.B.pg-resources .rcard.t-nl .rdate{color:var(--mute)}
/* legend */
.B.pg-resources .rlegend{display:flex;gap:22px;flex-wrap:wrap;margin-top:1.5rem;font-size:.84rem;color:var(--mute);justify-content:center}
.B.pg-resources .rlegend span{display:inline-flex;align-items:center;gap:.5rem}
.B.pg-resources .rlegend i{width:12px;height:12px;border-radius:4px;display:inline-block}

/* resources hero: centered, full-height feel */
.B.pg-resources header.phero{padding:clamp(84px,12vh,170px) 0 clamp(34px,4vh,52px);min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:center;text-align:left;box-sizing:border-box}
.B.pg-resources header.phero .shell{margin-block:auto}
.B.pg-resources .phero .shell{width:var(--shell);margin-inline:auto}
.B.pg-resources .phero h1{max-width:22ch}
.B.pg-resources .phero p.sub{max-width:56ch}
/* scroll cue: Verapath V-wing, matching the homepage */
.B.pg-resources .cue{position:static;margin:0 auto;padding-top:22px;align-self:center;z-index:3;color:var(--mute);
  font-size:.5rem;letter-spacing:.26em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:13px;font-weight:650}
.B.pg-resources .cue .cue-v{display:block;width:34px;color:var(--green);opacity:.92;animation:cuev 2.2s var(--ease) infinite}
.B.pg-resources .cue .cue-v svg{display:block;width:100%;height:auto}
@keyframes cuev{0%{transform:translateY(0);opacity:.5}50%{transform:translateY(7px);opacity:1}100%{transform:translateY(0);opacity:.5}}
@media(prefers-reduced-motion:reduce){.B.pg-resources .cue .cue-v{animation:none;opacity:.9}}
@media(max-width:760px){.B.pg-resources header.phero{min-height:auto;padding:120px 0 54px}}

/* industry jump buttons */
.B.pg-resources .rnav{width:fit-content;max-width:100%}
.B.pg-resources .rjump{display:flex;gap:12px;flex-wrap:wrap;margin-top:1.6rem}
.B.pg-resources .rjump a{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:650;color:var(--forest);
  background:#fff;border:1px solid var(--line);border-radius:999px;padding:.6rem 1.1rem;
  transition:border-color .3s var(--ease),color .3s var(--ease),transform .3s var(--ease),box-shadow .3s var(--ease)}
.B.pg-resources .rjump a::after{content:"↓";font-weight:400;color:var(--green);transition:transform .3s var(--ease)}
.B.pg-resources .rjump a:hover{border-color:var(--green);color:var(--green);transform:translateY(-2px);box-shadow:0 14px 30px -20px rgba(34,48,41,.4)}
.B.pg-resources .rjump a:hover::after{transform:translateY(2px)}
.B.pg-resources .rgroup{scroll-margin-top:104px}

/* subscribe band */
.B.pg-resources .sub-band{border-top:1px solid var(--line);padding:90px 0;text-align:center}
.B.pg-resources .sub-band h2{font-family:var(--serif);font-size:var(--t-h2);max-width:22ch;margin:0 auto;line-height:1.05}
.B.pg-resources .sub-band h2 em{font-style:italic;color:var(--green)}
.B.pg-resources .sub-band p{color:var(--mute);margin:1rem auto 0;max-width:44ch}
.B.pg-resources .subrow{display:flex;gap:10px;justify-content:center;margin-top:1.8rem;flex-wrap:wrap}
.B.pg-resources .subrow input{font-family:var(--sans);font-size:1rem;color:var(--ink);background:var(--paper-3);
  border:1px solid var(--line);border-radius:999px;padding:.85rem 1.3rem;outline:none;min-width:280px;
  transition:border-color .3s,box-shadow .3s}
.B.pg-resources .subrow input:focus{border-color:var(--lime);box-shadow:0 0 0 3px color-mix(in srgb,var(--lime) 18%,transparent)}
