@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@500;600;700&display=swap');

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:#f4f6f8;color:#111827}
a{text-decoration:none}

.header{
  position:fixed;top:0;left:0;width:100%;z-index:50;
  padding:22px 8%;display:flex;justify-content:space-between;align-items:center;
  background:rgba(5,10,20,.88);backdrop-filter:blur(14px)
}
.logo{color:#fff;font-weight:900;font-size:24px;letter-spacing:-1px}
.logo span{color:#d6a93f;margin-left:4px}
nav a{color:#e5e7eb;margin-left:22px;font-weight:700;font-size:14px}
nav a:hover{color:#d6a93f}

.hero{
  min-height:100vh;padding:0 8%;display:flex;align-items:center;color:#fff;
  background:linear-gradient(rgba(5,10,20,.72),rgba(5,10,20,.88)),
  url('https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1800&q=80');
  background-size:cover;background-position:center
}
.hero-content{max-width:850px}
.tag{color:#d6a93f;text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:900;margin-bottom:18px}
.tag.dark{color:#b8860b}
h1{font-size:clamp(42px,7vw,84px);line-height:.96;letter-spacing:-4px;margin-bottom:26px}
h2{font-size:clamp(30px,4vw,54px);line-height:1;letter-spacing:-2px;margin-bottom:22px}
.hero p,.page-hero p{font-size:20px;line-height:1.7;color:#d1d5db;max-width:760px}
.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-block;padding:16px 24px;border-radius:999px;font-weight:900}
.primary{background:#d6a93f;color:#111827}
.secondary{border:1px solid #fff;color:#fff}

.section{padding:96px 8%}
.split{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;background:#fff}
.split>p{font-size:19px;line-height:1.8;color:#4b5563}
.center{text-align:center}
.page{padding-top:88px}
.page-hero{padding:100px 8%;background:#081020;color:#fff}
.compact-hero{padding:82px 8% 70px}

.values,.client-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:44px}
.values div,.client-grid div{
  background:#fff;border-radius:26px;padding:32px;box-shadow:0 20px 60px rgba(0,0,0,.08)
}
.values h3,.client-grid h3{font-size:24px;margin-bottom:12px;color:#081020}
.values p,.client-grid p{color:#4b5563;line-height:1.7}
.expanded-values{grid-template-columns:repeat(4,1fr)}

.minimal-services{padding-top:52px}
.company-selector{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
  margin-bottom:32px
}
.company-btn{
  min-height:96px;
  border:none;
  border-radius:24px;
  padding:18px;
  background:#fff;
  color:#081020;
  box-shadow:0 18px 50px rgba(0,0,0,.08);
  font-weight:900;
  font-size:15px;
  cursor:pointer;
  transition:.25s ease;
}
.company-btn:hover,.company-btn.active{
  background:#081020;
  color:#d6a93f;
  transform:translateY(-4px)
}
.service-result{min-height:400px}
.service-panel-v5{
  background:#fff;
  border-radius:32px;
  padding:44px;
  box-shadow:0 25px 80px rgba(0,0,0,.10);
  border-left:8px solid #d6a93f;
}
.service-panel-v5>p{
  font-size:18px;
  line-height:1.8;
  color:#4b5563;
  max-width:980px;
}
.service-cards-v5{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:34px 0
}
.service-cards-v5 div{
  background:#f4f6f8;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:24px;
}
.service-cards-v5 h3{
  font-size:20px;
  color:#081020;
  margin-bottom:10px
}
.service-cards-v5 p{
  font-size:15px;
  line-height:1.7;
  color:#4b5563
}

.logos-section{background:#fff}
.section-intro{
  max-width:780px;margin:0 auto 44px;text-align:center;color:#4b5563;font-size:18px;line-height:1.7
}
.logo-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.logo-wall div{
  height:130px;border-radius:24px;background:#fff;border:1px solid #e5e7eb;
  box-shadow:0 18px 50px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;
  color:#94a3b8;font-weight:900;letter-spacing:2px
}

.gallery-section{background:#fff}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gallery-grid div{
  min-height:260px;border-radius:28px;background:linear-gradient(135deg,#081020,#1f2937);
  color:#d6a93f;display:flex;align-items:end;padding:26px;font-weight:900;font-size:20px;
  box-shadow:0 20px 60px rgba(0,0,0,.12)
}
.gallery-grid div:nth-child(1),.gallery-grid div:nth-child(4){grid-column:span 2}

.contact-page{display:grid;grid-template-columns:1fr 1fr;gap:60px;background:#fff}
.contact-page p{font-size:18px;line-height:1.8;color:#4b5563;margin-bottom:28px}
form{display:grid;gap:15px}
input,select,textarea{
  padding:18px;border-radius:14px;border:1px solid #d1d5db;font-size:15px;font-family:inherit
}
textarea{min-height:140px}
button{font-family:inherit}

.footer-pro{background:#050a14;color:#cbd5e1;padding:70px 8% 30px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:42px;margin-bottom:42px}
.footer-logo{display:inline-block;margin-bottom:18px}
.footer-grid p{line-height:1.7;color:#94a3b8;margin-bottom:8px}
.footer-grid h4{color:#fff;margin-bottom:18px;font-size:16px}
.footer-grid a{display:block;color:#94a3b8;margin-bottom:10px}
.footer-grid a:hover{color:#d6a93f}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);
  padding-top:24px;display:flex;justify-content:space-between;gap:20px;color:#94a3b8;font-size:14px
}

.whatsapp{
  position:fixed;right:24px;bottom:24px;background:#d6a93f;color:#111827;
  padding:16px 22px;border-radius:999px;font-weight:900;z-index:60
}
#topo{
  display:none;position:fixed;left:24px;bottom:24px;width:52px;height:52px;
  border-radius:50%;border:none;background:#081020;color:#fff;font-size:24px;z-index:60;cursor:pointer
}

@media(max-width:1100px){
  nav{display:none}
  .company-selector{grid-template-columns:1fr 1fr}
  .service-cards-v5,.expanded-values,.footer-grid,.logo-wall,.gallery-grid{grid-template-columns:1fr 1fr}
  .split,.contact-page{grid-template-columns:1fr}
  .gallery-grid div:nth-child(1),.gallery-grid div:nth-child(4){grid-column:span 1}
}
@media(max-width:650px){
  .company-selector,.service-cards-v5,.expanded-values,.footer-grid,.logo-wall,.gallery-grid{grid-template-columns:1fr}
  h1{letter-spacing:-2px}
  .service-panel-v5{padding:30px}
  .footer-bottom{flex-direction:column}
}

/* V6 - refinamento tipográfico e página de serviços profissional */

body {
  font-size: 15.5px;
}

h1 {
  font-size: clamp(34px, 5.2vw, 64px);
  letter-spacing: -2.8px;
}

h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: -1.8px;
}

.hero p,
.page-hero p {
  font-size: 18px;
}

.section {
  padding: 78px 8%;
}

.page-hero {
  padding: 78px 8% 66px;
}

.compact-hero {
  padding: 62px 8% 48px;
}

.header {
  padding: 18px 8%;
}

.logo {
  font-size: 22px;
}

nav a {
  font-size: 13px;
}

.services-top {
  background: #f4f6f8;
  padding: 62px 8% 34px;
}

.services-top h1 {
  max-width: 820px;
  color: #081020;
  margin-bottom: 16px;
}

.services-top p:last-child {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.6;
}

.services-workspace {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  padding: 24px 8% 88px;
  align-items: start;
}

.services-sidebar {
  position: sticky;
  top: 88px;
  background: #081020;
  border-radius: 26px;
  padding: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,.14);
}

.services-sidebar > p {
  color: #d6a93f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 900;
  margin: 4px 4px 16px;
}

.services-sidebar .company-btn {
  width: 100%;
  min-height: auto;
  display: block;
  text-align: left;
  margin-bottom: 10px;
  padding: 15px 16px;
  border-radius: 16px;
  box-shadow: none;
  background: rgba(255,255,255,.08);
  color: #e5e7eb;
  font-size: 14px;
}

.services-sidebar .company-btn:hover,
.services-sidebar .company-btn.active {
  background: #d6a93f;
  color: #081020;
  transform: none;
}

.service-result {
  min-height: 0;
}

.service-panel-v6 {
  background: #fff;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 22px 70px rgba(0,0,0,.08);
  border: 1px solid #e5e7eb;
}

.service-heading-v6 {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.service-heading-v6 h2 {
  margin-bottom: 10px;
}

.service-heading-v6 strong {
  display: block;
  color: #b8860b;
  font-size: 17px;
  line-height: 1.5;
}

.service-description-v6 {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.75;
  max-width: 980px;
  margin-bottom: 28px;
}

.service-cards-v6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-cards-v6 div {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 22px;
}

.service-cards-v6 h3 {
  color: #081020;
  font-size: 18px;
  margin-bottom: 9px;
}

.service-cards-v6 p {
  color: #4b5563;
  font-size: 14.5px;
  line-height: 1.65;
}

.values h3,
.client-grid h3 {
  font-size: 21px;
}

.footer-pro {
  padding: 56px 8% 26px;
}

.footer-grid h4 {
  font-size: 15px;
}

.footer-grid p,
.footer-grid a {
  font-size: 14px;
}

@media(max-width:1100px) {
  .services-workspace {
    grid-template-columns: 1fr;
  }

  .services-sidebar {
    position: sticky;
    top: 72px;
    z-index: 20;
  }

  .services-sidebar {
    overflow-x: auto;
    white-space: nowrap;
  }

  .services-sidebar .company-btn {
    width: auto;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
  }

  .services-sidebar > p {
    margin-bottom: 12px;
  }

  .service-cards-v6 {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:650px) {
  h1 {
    font-size: 34px;
    letter-spacing: -1.6px;
  }

  h2 {
    font-size: 28px;
  }

  .services-workspace {
    padding: 18px 5% 70px;
  }

  .services-top {
    padding: 48px 5% 24px;
  }

  .service-panel-v6 {
    padding: 24px;
  }

  .service-heading-v6 {
    flex-direction: column;
  }

  .service-cards-v6 {
    grid-template-columns: 1fr;
  }
}





/* S005-E001 - Home Premium VJ Operações */
.section-heading {
  max-width: 920px;
  margin-bottom: 44px;
}

.section-heading p:not(.tag) {
  color: #4b5563;
  font-size: 19px;
  line-height: 1.75;
  max-width: 820px;
}

.home-premium {
  background: #fff;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.premium-grid article,
.why-cards article {
  background: #fff;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 22px 70px rgba(0,0,0,.08);
  transition: transform .28s ease, box-shadow .28s ease;
}

.premium-grid article:hover,
.why-cards article:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 90px rgba(0,0,0,.12);
}

.premium-grid span {
  display: inline-block;
  color: #d6a93f;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 18px;
}

.premium-grid h3,
.why-cards h3 {
  font-size: 22px;
  margin-bottom: 14px;
  letter-spacing: -1px;
}

.premium-grid p,
.why-cards p {
  color: #4b5563;
  line-height: 1.7;
  font-size: 16px;
}

.method-section .section-heading p:not(.tag) {
  color: #cbd5e1;
}

.method-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.method-timeline div {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 26px;
  padding: 32px;
}

.method-timeline strong {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #d6a93f;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 22px;
}

.method-timeline h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.method-timeline p {
  color: #cbd5e1;
  line-height: 1.7;
}

.why-section {
  background: #f4f6f8;
}

.why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.final-call {
  background:
    radial-gradient(circle at 10% 10%, rgba(214,169,63,.18), transparent 28%),
    linear-gradient(135deg, #ffffff, #eef2f7);
  text-align: center;
}

.final-call p:not(.tag) {
  color: #4b5563;
  font-size: 19px;
  line-height: 1.75;
  max-width: 760px;
  margin: 0 auto 28px;
}

.final-call .buttons {
  justify-content: center;
}

.dark-btn {
  color: #111827;
  border-color: #111827;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media(max-width: 1000px) {
  .premium-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-timeline,
  .why-cards {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 620px) {
  .premium-grid {
    grid-template-columns: 1fr;
  }
}

/* M01-E002 - Correção de legibilidade da Home */
.m01-method {
  background:
    radial-gradient(circle at top right, rgba(214,169,63,.18), transparent 28%),
    linear-gradient(135deg, #07111f, #101827) !important;
  color: #ffffff;
}

.m01-method h2,
.m01-method h3 {
  color: #ffffff !important;
}

.m01-method .m01-section-head p:not(.tag),
.m01-method p {
  color: #d7dee9 !important;
}

.m01-flow article {
  background: rgba(255,255,255,.085) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.18);
}

.m01-flow article:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,.11) !important;
  border-color: rgba(214,169,63,.45) !important;
}

.m01-flow strong {
  background: #d6a93f !important;
  color: #07111f !important;
}

.m01-flow p {
  color: #d7dee9 !important;
  font-weight: 500;
}

.m01-trust-grid article:hover {
  background: #ffffff;
  border-color: rgba(214,169,63,.45);
  box-shadow: 0 22px 70px rgba(0,0,0,.10);
  transform: translateY(-4px);
}


/* M01-E003 - Correção definitiva de contraste: Método VJ */
section.m01-method {
  background: #f4f6f8 !important;
  color: #07111f !important;
}

section.m01-method h2,
section.m01-method h3 {
  color: #07111f !important;
}

section.m01-method .tag {
  color: #b8860b !important;
}

section.m01-method .m01-section-head p:not(.tag),
section.m01-method p,
section.m01-method .m01-flow p {
  color: #334155 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

section.m01-method .m01-flow article {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.08) !important;
}

section.m01-method .m01-flow article:hover {
  background: #ffffff !important;
  border-color: rgba(214,169,63,.65) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.12) !important;
  transform: translateY(-5px);
}

section.m01-method .m01-flow strong {
  background: #d6a93f !important;
  color: #07111f !important;
}


/* M01-E004 - Fix forte Método VJ */
section.m01-method,
section.m01-method * {
  opacity: 1 !important;
}

section.m01-method {
  background: #f4f6f8 !important;
  color: #07111f !important;
}

section.m01-method p,
section.m01-method .m01-flow p {
  color: #1f2937 !important;
  font-weight: 600 !important;
}


/* M01-E005 - Correção real da seção Método VJ exibida no vídeo */
section.method-section,
section.method-section * {
  opacity: 1 !important;
}

section.method-section {
  background: #f4f6f8 !important;
  color: #07111f !important;
}

section.method-section .tag {
  color: #b8860b !important;
}

section.method-section h2,
section.method-section h3 {
  color: #07111f !important;
}

section.method-section p,
section.method-section .section-heading p,
section.method-section .method-timeline p {
  color: #1f2937 !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

section.method-section .method-timeline div {
  background: #ffffff !important;
  border: 1px solid #d8dee8 !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.08) !important;
}

section.method-section .method-timeline div:hover {
  background: #ffffff !important;
  border-color: #d6a93f !important;
  box-shadow: 0 24px 75px rgba(0,0,0,.12) !important;
  transform: translateY(-5px);
}

section.method-section .method-timeline strong {
  background: #d6a93f !important;
  color: #07111f !important;
}



/* S006 - chrome único, tipografia e páginas internas no padrão da Home */
h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
}

.btn {
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}
.primary:hover { background: #c49a36; }
.secondary:hover { background: rgba(255,255,255,.08); }
.dark-btn:hover { background: #081020; color: #d6a93f; }

.nav-toggle {
  display: none;
  border: 1px solid rgba(255,255,255,.28);
  background: transparent;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
}
.header nav a.is-current,
.header nav a[aria-current="page"] {
  color: #d6a93f;
}
.header.is-scrolled {
  padding: 12px 8%;
  background: rgba(5,10,20,.96);
}

.page-hero {
  background:
    linear-gradient(rgba(5,10,20,.78), rgba(5,10,20,.9)),
    url('https://images.unsplash.com/photo-1511578314322-379afb476865?auto=format&fit=crop&w=1800&q=80');
  background-size: cover;
  background-position: center;
}

.not-us {
  background: #fff;
}
.not-us .why-cards article {
  border: 1px solid #e5e7eb;
}
.not-us h3 { color: #081020; }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.audience-grid a {
  display: block;
  background: #fff;
  border-radius: 26px;
  padding: 28px 24px;
  box-shadow: 0 22px 70px rgba(0,0,0,.08);
  color: inherit;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  border: 1px solid transparent;
  min-height: 180px;
}
.audience-grid a:hover {
  transform: translateY(-6px);
  border-color: #d6a93f;
  box-shadow: 0 28px 90px rgba(0,0,0,.12);
}
.audience-grid span {
  display: block;
  color: #d6a93f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.audience-grid h3 {
  font-size: 20px;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
  color: #081020;
}
.audience-grid p {
  color: #4b5563;
  line-height: 1.65;
  font-size: 15px;
}

.honest-note {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.7;
}

.gallery-grid div {
  position: relative;
  overflow: hidden;
}
.gallery-grid div small {
  display: block;
  color: #cbd5e1;
  font-weight: 600;
  font-size: 14px;
  margin-top: 8px;
}

.contact-aside {
  display: grid;
  gap: 18px;
}
.contact-aside .trust-line {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}
.form-hint {
  font-size: 13px;
  color: #64748b;
}
form button.primary {
  border: 0;
  cursor: pointer;
  justify-self: start;
}
.form-status {
  font-size: 14px;
  color: #b8860b;
  min-height: 1.2em;
}

@media (max-width: 1100px) {
  .nav-toggle { display: inline-flex; z-index: 2; }
  .header { overflow: visible; }
  .header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #050a14;
    padding: 12px 8% 20px;
    flex-direction: column;
    gap: 4px;
    z-index: 90;
    box-shadow: 0 24px 40px rgba(0,0,0,.35);
  }
  .header nav.is-open { display: flex !important; }
  .header nav a {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .material-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 650px) {
  .audience-grid { grid-template-columns: 1fr; }
}

.section.material-band {
  padding-top: 26px;
  padding-bottom: 26px;
}
.material-band {
  background:
    linear-gradient(#c4a24a, #c4a24a) 0 0 / 100% 1px no-repeat,
    linear-gradient(#c4a24a, #c4a24a) 0 100% / 100% 1px no-repeat,
    #e8d9bc;
}
.material-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}
.material-band .tag {
  color: #8a6a1f;
  font-size: 11px;
  letter-spacing: .2em;
  margin-bottom: 6px;
}
.material-band h2 {
  color: #071018;
  font-size: clamp(22px, 2.5vw, 30px);
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin: 0 0 6px;
}
.material-band p:not(.tag) {
  color: #4a4338;
  font-size: 14px;
  line-height: 1.55;
  max-width: 420px;
  margin: 0;
}
.material-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}
.material-band .btn {
  padding: 11px 22px;
  font-size: 13px;
  letter-spacing: .04em;
}
.material-pptx {
  color: #071018;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid #c4a24a;
  padding-bottom: 3px;
}
.material-pptx:hover {
  color: #8a6a1f;
}
.material-quiet {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
.material-quiet a {
  color: #081020;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .premium-grid article, .why-cards article, .audience-grid a { transition: none; }
}
