:root{
  --navy:#17191d; --navy-mid:#2c2f34; --gold:#a3906b; --gold-light:#c4b494; --gold-pale:#efe9dd; --gold-text:#8a774f;
  --stone:#f5f2ee; --white:#fff; --text:#1c1c1e; --muted:#6e6e73; --border:#e0dbd4;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,system-ui,sans-serif;color:var(--text);background:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased}
a{text-decoration:none}

/* ── ÍCONES MONOCROMÁTICOS ── */
.ic{width:22px;height:22px;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round;display:block}
.ic-lg{width:26px;height:26px}

/* ── HEADER FIXO / CTA PERSISTENTE ── */
.topbar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;
  padding:16px 48px;background:rgba(23,25,29,.92);box-shadow:0 4px 20px rgba(0,0,0,.15);backdrop-filter:blur(6px);transition:background .3s,padding .3s,box-shadow .3s}
.topbar.solid{background:rgba(23,25,29,.96);padding:14px 48px;box-shadow:0 6px 24px rgba(0,0,0,.18);backdrop-filter:blur(6px)}
.brand-logo{display:block}
.brand-logo img{height:44px;width:auto;display:block;transition:height .3s}
.topbar.solid .brand-logo img{height:40px}
.topbar-cta{background:var(--gold);color:#fff;font-size:13px;font-weight:600;padding:10px 22px;border-radius:50px;letter-spacing:.3px;transition:background .2s,transform .15s;white-space:nowrap}
.topbar-cta:hover{background:var(--gold-light);transform:translateY(-1px)}

/* ── HERO ── */
.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;color:#fff;overflow:hidden}
.hero-media{position:absolute;inset:0;background-image:url('../img/nave-hero.png');background-size:cover;background-position:center}
.hero-media::after{content:'';position:absolute;inset:0;background:
  linear-gradient(105deg, rgba(23,25,29,.94) 0%, rgba(23,25,29,.80) 42%, rgba(23,25,29,.42) 100%),
  linear-gradient(to top, rgba(23,25,29,.85) 0%, transparent 55%)}
.hero-content{position:relative;z-index:3;padding:120px 48px 40px;max-width:1180px;margin:0 auto;width:100%}
.hero-inner{max-width:760px}
.hero-kicker{display:inline-flex;align-items:center;gap:16px;color:var(--gold-light);font-size:12.5px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:30px}
.hero-kicker .hk-line{width:44px;height:1px;background:var(--gold);flex-shrink:0}
.hero h1{font-family:'Playfair Display',serif;font-size:clamp(36px,4.6vw,56px);font-weight:700;line-height:1.14;letter-spacing:-.8px;margin-bottom:24px}
.hero h1 em{font-style:normal;color:var(--gold)}
.hero-sub{font-size:18px;color:rgba(255,255,255,.78);max-width:600px;line-height:1.72;margin-bottom:42px;font-weight:300}
.hero-actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.btn-primary{background:var(--gold);color:#fff;font-size:15px;font-weight:600;padding:17px 38px;border-radius:50px;letter-spacing:.3px;display:inline-block;transition:background .2s,transform .15s;box-shadow:0 8px 26px rgba(163,144,107,.28)}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}
.btn-ghost{color:rgba(255,255,255,.75);font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:7px;transition:color .2s}
.btn-ghost:hover{color:#fff}
.hero-trust{position:relative;z-index:3;padding:0 48px 40px;max-width:1180px;margin:0 auto;width:100%;display:flex;gap:34px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.6);font-size:13px}
.trust-item .ic{width:16px;height:16px;stroke:var(--gold)}
.scroll-cue{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:3;color:rgba(255,255,255,.4);font-size:11px;letter-spacing:2px;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:8px}
.scroll-cue .cue-ln{width:1px;height:34px;background:linear-gradient(rgba(255,255,255,.5),transparent);animation:cue 1.8s ease-in-out infinite}
@keyframes cue{0%,100%{opacity:.3;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}

/* ── SEÇÕES ── */
section{padding:104px 48px}
.inner{max-width:1120px;margin:0 auto}
.section-center{text-align:center}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);margin-bottom:16px;display:block}
h2.heading{font-family:'Playfair Display',serif;font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.18;letter-spacing:-.5px;color:var(--navy);margin-bottom:18px}
h2.heading em{font-style:italic;color:var(--gold)}
.subheading{font-size:17px;color:var(--muted);max-width:600px;line-height:1.7;font-weight:300}
.subheading.center{margin:0 auto}

/* reveal */
.reveal{transition:opacity .7s ease,transform .7s ease}
.reveal.pre{opacity:0;transform:translateY(26px)}
.reveal.in{opacity:1;transform:none}

/* ── DOR ── */
.pain{background:var(--stone)}
.pain-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1100px;margin:0 auto}
.pain-list{list-style:none;margin-top:34px}
.pain-list li{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--border);align-items:flex-start}
.pain-list li:last-child{border-bottom:none}
.pain-icon{width:44px;height:44px;background:#fff;border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold)}
.pain-text strong{display:block;font-size:15px;font-weight:600;color:var(--text);margin-bottom:4px}
.pain-text p{font-size:14px;color:var(--muted);line-height:1.6}
.pain-quote{background:var(--navy);color:#fff;border-radius:20px;padding:44px;position:relative;overflow:hidden}
.pain-quote::before{content:'\201C';font-family:'Playfair Display',serif;font-size:160px;color:var(--gold);opacity:.12;position:absolute;top:-20px;left:20px;line-height:1}
.pain-quote blockquote{font-family:'Playfair Display',serif;font-size:22px;font-style:italic;line-height:1.55;margin-bottom:28px;position:relative;z-index:1;font-weight:400}
.pain-quote cite{font-size:13px;color:rgba(255,255,255,.5);font-style:normal;font-weight:500;letter-spacing:.5px}
.pain-quote cite strong{display:block;color:rgba(255,255,255,.9);font-size:14px;margin-bottom:2px}

/* ── O QUE É ── */
.what-is{background:#fff}
.what-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;max-width:1100px;margin:56px auto 0}
.what-description{font-size:17px;color:var(--muted);line-height:1.8;font-weight:300;margin-bottom:26px}
.what-description strong{color:var(--text);font-weight:600}
.deliverables{background:var(--stone);border-radius:20px;padding:38px}
.deliverables h3{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:24px}
.deliverable-item{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--border)}
.deliverable-item:last-child{border-bottom:none}
.del-icon{width:44px;height:44px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.06);color:var(--navy)}
.del-text strong{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:3px}
.del-text p{font-size:13px;color:var(--muted);line-height:1.55}

/* ── PROJETOS REAIS ── */
.projects{background:var(--navy)}
.projects .eyebrow{color:var(--gold-light)}
.projects h2.heading{color:#fff}
.projects h2.heading em{color:var(--gold)}
.projects .subheading{color:rgba(255,255,255,.6)}
.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1120px;margin:56px auto 0}
.proj{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3;border:1px solid rgba(255,255,255,.08)}
.proj img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}
.proj:hover img{transform:scale(1.06)}
.proj-cap{position:absolute;left:0;right:0;bottom:0;padding:26px 18px 16px;background:linear-gradient(to top,rgba(23,25,29,.92),transparent);color:#fff;font-size:13px;font-weight:600}
.proj-cap span{display:block;font-size:11px;font-weight:500;color:var(--gold-light);letter-spacing:.5px;margin-top:2px}
.proj-tall{grid-row:span 2;aspect-ratio:auto}

/* ── COMO FUNCIONA ── */
.how{background:var(--stone)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1000px;margin:56px auto 0;position:relative}
.steps::before{content:'';position:absolute;top:28px;left:calc(16.66% + 20px);right:calc(16.66% + 20px);height:1px;background:var(--gold);opacity:.3}
.step{background:#fff;border-radius:20px;padding:38px 28px;text-align:center;box-shadow:0 4px 24px rgba(0,0,0,.05);position:relative}
.step-num{width:56px;height:56px;background:var(--navy);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:22px;font-weight:700;margin:0 auto 24px;position:relative;z-index:1}
.step.highlight .step-num{background:var(--gold)}
.step h3{font-size:17px;font-weight:700;color:var(--text);margin-bottom:10px;font-family:'Playfair Display',serif}
.step p{font-size:14px;color:var(--muted);line-height:1.65}
.step-time{margin-top:20px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--gold);background:var(--gold-pale);padding:5px 14px;border-radius:50px;display:inline-block}

/* ── PREVIEW RELATÓRIO ── */
.preview{background:#fff}
.preview-formats{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:28px auto 0}
.pf-chip{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:600;color:var(--navy);background:var(--stone);border:1px solid var(--border);padding:9px 18px;border-radius:50px}
.pf-chip .ic{width:17px;height:17px;stroke:var(--gold)}
.preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1100px;margin:56px auto 0}
.rep-card{background:var(--stone);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s}
.rep-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(23,25,29,.1)}
.rep-head{padding:18px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}
.rep-pg{font-size:10px;font-weight:700;letter-spacing:.6px;color:var(--gold);background:var(--gold-pale);padding:3px 9px;border-radius:6px;border:1px solid rgba(163,144,107,.25)}
.rep-title{font-size:12.5px;font-weight:600;color:var(--navy)}
.rep-body{padding:20px}
.ln{height:6px;background:#e3ddd4;border-radius:10px;margin-bottom:8px}
.ln.s{width:70%}.ln.xs{width:45%}.ln.gold{background:rgba(163,144,107,.4);width:55%}
.rep-photo{width:100%;height:74px;border-radius:8px;margin-bottom:10px;background-size:cover;background-position:center}
.rep-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:20px;font-size:10px;font-weight:700;margin:2px 2px 2px 0;border:1px solid}
.b-warn{color:#96591a;border-color:#e6c79a;background:#fbf1e0}
.b-ok{color:#2e7d5e;border-color:#bfe0d1;background:#e9f4ef}
.rep-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border)}
.rep-row .lb{font-size:11px;color:var(--muted)} .rep-row .vl{font-size:12px;font-weight:700;color:var(--gold)}
.preview-note{text-align:center;font-size:13px;color:var(--muted);margin-top:26px;font-style:italic}

/* ── AUTORIDADE ── */
.authority{background:var(--stone)}
.auth-grid{display:grid;grid-template-columns:360px 1fr;gap:70px;align-items:start;max-width:1100px;margin:0 auto}
.auth-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:34px;position:sticky;top:90px;box-shadow:0 8px 30px rgba(23,25,29,.06)}
.auth-photo{width:100%;aspect-ratio:1/1;border-radius:18px;object-fit:cover;margin-bottom:22px;display:block;background:var(--navy)}
.auth-card h3{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--navy);margin-bottom:4px}
.auth-title{font-size:13px;color:var(--gold);font-weight:600;letter-spacing:.4px;margin-bottom:20px}
.auth-card>p{font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:22px}
.faith-badge{display:flex;align-items:center;gap:12px;background:var(--stone);border-radius:12px;padding:13px 15px;margin-bottom:9px}
.faith-badge .ic{stroke:var(--gold);flex-shrink:0}
.fb-text{font-size:12.5px;color:var(--muted);line-height:1.4}
.fb-text strong{display:block;font-weight:600;font-size:13px;color:var(--text)}
.auth-right .eyebrow{margin-bottom:10px}
.auth-right h2.heading{margin-bottom:24px}
.auth-desc{font-size:17px;color:var(--muted);line-height:1.8;font-weight:300;margin-bottom:22px}
.auth-desc strong{color:var(--text);font-weight:600}
.credentials{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:34px}
.cred{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px}
.cred-num{font-family:'Playfair Display',serif;font-size:30px;font-weight:700;color:var(--gold);line-height:1;margin-bottom:8px}
.cred-label{font-size:13px;color:var(--muted);line-height:1.4}
.cred-label strong{display:block;color:var(--text);font-weight:600;font-size:14px;margin-bottom:2px}

/* ── DEPOIMENTOS ── */
.testimonials{background:#fff}
.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1000px;margin:56px auto 0}
.testi{background:var(--stone);border-radius:20px;padding:36px;position:relative}
.testi::before{content:'\201C';font-family:'Playfair Display',serif;font-size:80px;color:var(--gold);opacity:.16;position:absolute;top:16px;left:28px;line-height:1}
.testi-text{font-family:'Playfair Display',serif;font-size:17px;font-style:italic;color:var(--text);line-height:1.65;margin-bottom:26px;position:relative;z-index:1}
.testi-author{display:flex;align-items:center;gap:14px}
.testi-av{width:48px;height:48px;border-radius:50%;object-fit:cover;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}
.testi-name{font-size:14px;font-weight:700;color:var(--text)}
.testi-church{font-size:12px;color:var(--muted)}
.testi.featured{background:var(--navy);grid-column:1/-1}
.testi.featured .testi-text{color:#fff}
.testi.featured::before{opacity:.28}
.testi.featured .testi-name{color:#fff}
.testi.featured .testi-church{color:rgba(255,255,255,.55)}

/* ── PREÇO ── */
.pricing{background:var(--stone)}
.pricing-wrap{max-width:860px;margin:56px auto 0;display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:start}
.price-box{background:var(--navy);border-radius:24px;padding:46px;color:#fff;position:relative;overflow:hidden}
.price-box::before{content:'';position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:rgba(163,144,107,.08);border-radius:50%}
.price-tag{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:16px;display:block}
.price-amount{display:flex;align-items:flex-start;gap:4px;margin-bottom:8px}
.price-cur{font-size:22px;font-weight:700;color:rgba(255,255,255,.6);margin-top:12px}
.price-num{font-family:'Playfair Display',serif;font-size:70px;font-weight:700;color:#fff;line-height:1;letter-spacing:-2px}
.price-sub{font-size:14px;color:rgba(255,255,255,.55);margin-bottom:34px;font-weight:300}
.price-inc{list-style:none;margin-bottom:34px}
.price-inc li{display:flex;align-items:flex-start;gap:11px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:14px;color:rgba(255,255,255,.85)}
.price-inc li:last-child{border-bottom:none}
.price-inc .ic{width:18px;height:18px;stroke:var(--gold);flex-shrink:0;margin-top:1px}
.price-cta{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--gold);color:#fff;text-align:center;font-size:15px;font-weight:600;padding:18px;border-radius:14px;letter-spacing:.3px;transition:background .2s}
.price-cta:hover{background:var(--gold-light)}
.price-cta .ic{stroke:#fff}
.pnote-box{display:flex;flex-direction:column;gap:16px}
.pnote{background:var(--gold-pale);border:1px solid rgba(163,144,107,.25);border-radius:16px;padding:22px}
.pnote h4{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:8px;display:flex;align-items:center;gap:9px}
.pnote h4 .ic{width:19px;height:19px;stroke:var(--gold)}
.pnote p{font-size:13px;color:var(--muted);line-height:1.65}
.pnote p strong{color:var(--text)}
.pnote.stone{background:#fff;border-color:var(--border)}

/* ── FAQ ── */
.faq{background:#fff}
.faq-list{max-width:720px;margin:56px auto 0}
.faq-item{background:var(--stone);border:1px solid var(--border);border-radius:14px;margin-bottom:12px;overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:24px 28px;font-size:16px;font-weight:600;color:var(--navy);display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .ic{stroke:var(--gold);flex-shrink:0;transition:transform .25s}
.faq-item[open] summary .ic{transform:rotate(45deg)}
.faq-item .faq-a{padding:0 28px 24px;font-size:14px;color:var(--muted);line-height:1.7}

/* ── FOOTER ── */
footer{background:var(--navy);color:#fff;padding:64px 48px 40px}
.foot-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-logo{height:54px;width:auto;display:block;margin-bottom:16px}
.foot-about{font-size:13px;color:rgba(255,255,255,.5);line-height:1.7;max-width:340px}
.foot-col h5{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:16px}
.foot-col a,.foot-col p{display:flex;align-items:center;gap:9px;font-size:13.5px;color:rgba(255,255,255,.7);margin-bottom:11px;transition:color .2s}
.foot-col a:hover{color:#fff}
.foot-col .ic{width:16px;height:16px;stroke:var(--gold)}
.foot-col a.foot-cta{display:inline-flex;background:#e9e3d7;color:#17191d;font-weight:600;padding:11px 20px;border-radius:50px;margin-bottom:14px}
.foot-col a.foot-cta:hover{color:#17191d;background:#f5f0e7}
.foot-col a.foot-cta .ic{stroke:#17191d}
.foot-bottom{max-width:1120px;margin:24px auto 0;text-align:center;font-size:12px;color:rgba(255,255,255,.3);line-height:1.7}

/* ── RESPONSIVO ── */
@media (max-width:900px){
  .topbar{padding:16px 22px}.topbar.solid{padding:12px 22px}
  .scroll-cue{display:none}
  section{padding:72px 22px}
  .hero-content{padding:110px 22px 30px}.hero-trust{padding:0 22px 30px;gap:18px}
  .pain-grid,.what-grid,.pricing-wrap{grid-template-columns:1fr;gap:40px}
  .steps{grid-template-columns:1fr}.steps::before{display:none}
  .proj-grid{grid-template-columns:1fr 1fr}.proj-tall{grid-row:auto;aspect-ratio:4/3}
  .preview-grid{grid-template-columns:repeat(2,1fr)}
  .auth-grid{grid-template-columns:1fr;gap:36px}.auth-card{position:static}
  .credentials{grid-template-columns:1fr 1fr}
  .testi-grid{grid-template-columns:1fr}.testi.featured{grid-column:auto}
  .foot-grid{grid-template-columns:1fr;gap:30px}
}
@media (max-width:560px){
  .hero h1{font-size:31px}
  .proj-grid,.preview-grid,.credentials{grid-template-columns:1fr}
  .topbar-cta{padding:9px 16px;font-size:12px}
}
@media (prefers-reduced-motion:reduce){.reveal.pre{opacity:1;transform:none}.reveal{transition:none}.scroll-cue .cue-ln{animation:none}}

/* -- Ajuste monocromatico: CTAs em pedra clara sobre grafite -- */
.btn-primary{background:#e9e3d7;color:#17191d;box-shadow:0 10px 26px rgba(0,0,0,.32)}
.btn-primary:hover{background:#f5f0e7}
.topbar-cta{background:#e9e3d7;color:#17191d}
.topbar-cta:hover{background:#f5f0e7}
.price-cta{background:#e9e3d7;color:#17191d}
.price-cta:hover{background:#f5f0e7}
.price-cta .ic{stroke:#17191d}

/* -- Acessibilidade: dourado mais escuro em textos pequenos sobre fundo claro (WCAG AA) -- */
.eyebrow,.deliverables h3,.auth-title,.step-time,.rep-pg,.rep-row .vl{color:var(--gold-text)}

/* -- Ancoragem de valor no box de preço -- */
.price-anchor{font-size:13px;color:rgba(255,255,255,.7);line-height:1.65;margin:-16px 0 30px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}
.price-anchor strong{color:#fff}

/* -- Foco visível para navegação por teclado -- */
a:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}

/* -- CTA final -- */
.final-cta{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.12)}
.final-cta .eyebrow{color:var(--gold-light)}
.final-cta h2.heading{color:#fff}
.final-cta h2.heading em{color:var(--gold)}
.final-cta .subheading{color:rgba(255,255,255,.6);margin:0 auto 38px}

/* -- Referências pastorais -- */
.refs{background:#fff;border-top:1px solid var(--border)}
.refs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1100px;margin:44px auto 0}
.ref{background:var(--stone);border:1px solid var(--border);border-radius:14px;padding:20px 18px}
.ref strong{display:block;font-size:14px;font-weight:700;color:var(--text);margin-bottom:4px}
.ref span{display:block;font-size:12.5px;color:var(--muted);line-height:1.5}
.ref .ref-role{color:var(--gold-text);font-weight:600;font-size:12px;margin-bottom:2px}
.refs-note{text-align:center;font-size:14px;color:var(--muted);margin-top:28px}
.refs-note a{color:var(--gold-text);font-weight:600;text-decoration:underline}
@media (max-width:900px){.refs-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.refs-grid{grid-template-columns:1fr}}
