/* ==========================================================================
   FERREIRA ADVOCACIA — pfferreiraadvocacia.com.br
   Sistema visual: preto profundo + dourado metálico + tipografia clássica
   ========================================================================== */

/* RESET & BASE */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background: #050505;
}

body {
  background:
    radial-gradient(ellipse 1200px 600px at 20% 0%, rgba(212, 175, 55, 0.08), transparent 60%),
    radial-gradient(ellipse 1000px 500px at 80% 50%, rgba(212, 175, 55, 0.04), transparent 60%),
    radial-gradient(ellipse 1200px 600px at 50% 100%, rgba(212, 175, 55, 0.06), transparent 60%),
    #050505;
  background-attachment: fixed;
  color: #e8dcb8;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: 19px;
  line-height: 1.7;
  font-weight: 400;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

/* Sutil textura de "papel premium" sobre o fundo */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(212, 175, 55, 0.012) 2px, rgba(212, 175, 55, 0.012) 4px);
  pointer-events: none;
  z-index: 1;
}

main, section, header, footer { position: relative; z-index: 2; }

img { max-width: 100%; height: auto; display: block; }

a {
  color: #d4af37;
  text-decoration: none;
  transition: color .3s ease, opacity .3s ease;
}
a:hover { color: #f5e6c8; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cinzel', Georgia, 'Times New Roman', serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em;
  background: linear-gradient(135deg, #f5e6c8 0%, #d4af37 50%, #b89a5e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 500;
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-weight: 500;
  margin-bottom: .85rem;
  margin-top: 1.5rem;
}

p {
  margin-bottom: 1.3rem;
  color: #d8c897;
  max-width: 70ch;
}

p:not(.eyebrow):not(.muted):not(.hero-subtitle) {
  font-size: 1.06rem;
}

strong {
  color: #f5e6c8;
  font-weight: 600;
  background: linear-gradient(180deg, transparent 65%, rgba(212, 175, 55, 0.18) 65%);
  padding: 0 2px;
}

em { color: #f5e6c8; font-style: italic; }

/* LAYOUT */
.container { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.section {
  padding: 6rem 0;
  position: relative;
}

/* Linha decorativa entre seções */
.section + .section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.4), transparent);
}

.section + .section::after {
  content: '◆';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: #d4af37;
  font-size: .85rem;
  background: #050505;
  padding: 0 .8rem;
}

/* HEADER */
.site-header {
  position: sticky; top: 0;
  background: rgba(5, 5, 5, 0.85);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  z-index: 100;
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  padding: .9rem 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.site-header .container { display: flex; align-items: center; justify-content: space-between; }

.brand { display: flex; align-items: center; gap: .9rem; transition: opacity .3s; }
.brand:hover { opacity: .85; }
.brand img {
  height: 80px;
  width: auto;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.3));
}

.brand-name {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  font-weight: 500;
  background: linear-gradient(135deg, #f5e6c8, #d4af37);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav { display: flex; gap: 2rem; align-items: center; }
.nav a {
  color: #c9b88a;
  font-family: 'Cinzel', serif;
  font-size: .82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
.nav a:not(.nav-cta)::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #d4af37;
  transition: width .35s ease;
}
.nav a:not(.nav-cta):hover { color: #f5e6c8; }
.nav a:not(.nav-cta):hover::after { width: 100%; }

.nav-cta {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff !important;
  padding: .65rem 1.1rem .65rem .9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .8rem;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: all .3s ease;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(37, 211, 102, 0.5);
}
.nav-cta svg {
  width: 16px; height: 16px;
  fill: #fff;
  flex-shrink: 0;
}
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.55);
  color: #fff !important;
  background: linear-gradient(135deg, #2eea75, #16a98c);
}

@media (max-width: 820px) {
  .nav a:not(.nav-cta) { display: none; }
  .brand-name { display: none; }
  .brand img { height: 64px; }
}

/* HERO — premium */
.hero {
  text-align: center;
  padding: 7rem 0 6rem;
  position: relative;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  z-index: 0;
}
.hero::before {
  width: 500px; height: 500px;
  top: -150px; left: -150px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18), transparent 70%);
}
.hero::after {
  width: 600px; height: 600px;
  bottom: -200px; right: -200px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.12), transparent 70%);
}

.hero .container { position: relative; z-index: 2; }

.hero-logo {
  max-width: 340px;
  margin: 0 auto 2.5rem;
  filter:
    drop-shadow(0 0 40px rgba(212, 175, 55, 0.35))
    drop-shadow(0 0 80px rgba(212, 175, 55, 0.2));
  animation: logoFadeIn 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  opacity: 0;
  transform: scale(0.9) translateY(10px);
}

@keyframes logoFadeIn {
  to { opacity: 1; transform: scale(1) translateY(0); }
}

.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  margin-bottom: 1.75rem;
  letter-spacing: 0.005em;
  line-height: 1.15;
  animation: fadeUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) .3s forwards;
  opacity: 0;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  color: #d8c897;
  max-width: 760px;
  margin: 0 auto 2.5rem;
  font-style: italic;
  font-weight: 400;
  animation: fadeUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) .5s forwards;
  opacity: 0;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-actions {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) .7s forwards;
  opacity: 0;
}

/* Ornamento decorativo dourado abaixo do hero */
.hero::before { z-index: 0; }

/* BOTÕES — refinados */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: 1rem 2rem;
  font-family: 'Cinzel', serif;
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  transition: all .35s cubic-bezier(0.2, 0.8, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .8s ease;
}

.btn:hover::before { transform: translateX(100%); }

.btn-primary {
  background: linear-gradient(135deg, #d4af37, #b89a5e);
  color: #0a0a0a;
  border: 1px solid #d4af37;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.25);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
  color: #0a0a0a;
}

.btn-secondary {
  background: rgba(212, 175, 55, 0.04);
  color: #d4af37;
  border: 1px solid #d4af37;
  backdrop-filter: blur(8px);
}
.btn-secondary:hover {
  background: rgba(212, 175, 55, 0.12);
  color: #f5e6c8;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  border: 1px solid #25d366;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}
.btn-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.5);
  color: #fff;
}

/* GRID & CARDS */
.grid { display: grid; gap: 1.75rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }

.card {
  position: relative;
  border-radius: 6px;
  padding: 2.25rem 2rem;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.06) 0%, rgba(212, 175, 55, 0.02) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  backdrop-filter: blur(6px);
  transition: all .4s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.6), transparent);
}

.card::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(212, 175, 55, 0.05), transparent);
  transition: left .8s ease;
}

.card:hover {
  border-color: rgba(212, 175, 55, 0.5);
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.04) 100%);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5),
              0 0 30px rgba(212, 175, 55, 0.08);
}

.card:hover::after { left: 100%; }

.card-icon {
  width: 48px;
  height: 48px;
  margin: 0 0 1rem 0;
  display: block;
  filter: drop-shadow(0 0 14px rgba(212, 175, 55, 0.25));
  transition: transform .35s ease;
}

.card:hover .card-icon { transform: scale(1.08) rotate(-2deg); }

.card h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.card p {
  color: #c9b88a;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 0;
}

a.card { color: inherit; }
a.card:hover h3 { color: #f5e6c8; }

/* HIGHLIGHT BOX */
.highlight {
  position: relative;
  border-left: 3px solid #d4af37;
  padding: 1.75rem 2rem 1.75rem 2.5rem;
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.02) 100%);
  margin: 2.5rem 0;
  border-radius: 0 6px 6px 0;
  box-shadow: -1px 0 0 rgba(212, 175, 55, 0.3),
              0 6px 20px rgba(0, 0, 0, 0.3);
}

.highlight::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 12px;
  font-family: 'Cinzel', serif;
  font-size: 4rem;
  color: rgba(212, 175, 55, 0.25);
  line-height: 1;
}

.highlight p { color: #e8dcb8; }
.highlight p:last-child { margin-bottom: 0; }

/* TIMELINE / STEPS */
.steps { counter-reset: step; position: relative; }

.steps::before {
  content: '';
  position: absolute;
  left: 1.4rem;
  top: 1.5rem; bottom: 1.5rem;
  width: 1px;
  background: linear-gradient(to bottom, rgba(212, 175, 55, 0.4), rgba(212, 175, 55, 0.05));
}

.step {
  position: relative;
  padding: 1rem 0 1.5rem 4.5rem;
  counter-increment: step;
}

.step::before {
  content: counter(step);
  position: absolute;
  left: 0; top: 1rem;
  width: 2.8rem; height: 2.8rem;
  background: #050505;
  border: 1.5px solid #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  color: #d4af37;
  font-size: 1.3rem;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.25),
              inset 0 0 12px rgba(212, 175, 55, 0.08);
  z-index: 2;
}

.step h3 { margin-top: 0; margin-bottom: .5rem; }
.step p { margin-bottom: 0; }

/* FOOTER */
.site-footer {
  background:
    linear-gradient(180deg, #050505 0%, #020202 100%);
  padding: 4rem 0 2.5rem;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  margin-top: 4rem;
  font-size: .94rem;
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 600px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.5), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer-brand img {
  height: 80px;
  margin-bottom: 1.25rem;
  filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.2));
}

.footer-grid h4 {
  font-family: 'Cinzel', serif;
  font-size: .9rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  background: linear-gradient(135deg, #f5e6c8, #d4af37);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-grid a {
  color: #b89a5e;
  display: block;
  margin-bottom: .55rem;
  font-size: .98rem;
  transition: all .25s ease;
}
.footer-grid a:hover { color: #f5e6c8; transform: translateX(3px); }

.footer-bottom {
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  padding-top: 1.5rem;
  text-align: center;
  color: #6e5a35;
  font-size: .8rem;
}

.footer-bottom p {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

/* WHATSAPP FLOATING */
.wa-float {
  position: fixed;
  bottom: 1.75rem; right: 1.75rem;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 8px 24px rgba(37, 211, 102, 0.5),
    0 0 0 0 rgba(37, 211, 102, 0.4);
  z-index: 50;
  transition: transform .3s cubic-bezier(0.2, 0.8, 0.2, 1);
  text-decoration: none;
  animation: waPulse 2.5s infinite;
}

@keyframes waPulse {
  0% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5), 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0); }
}

.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }
@media (max-width: 600px) {
  .wa-float { width: 56px; height: 56px; bottom: 1.2rem; right: 1.2rem; }
  .wa-float svg { width: 28px; height: 28px; }
}

/* FORM */
.form { max-width: 580px; margin: 0 auto; }

.form-group { margin-bottom: 1.5rem; }

.form-group label {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: .8rem;
  letter-spacing: 0.12em;
  color: #d4af37;
  margin-bottom: .55rem;
  text-transform: uppercase;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  background: rgba(212, 175, 55, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 4px;
  color: #f5e6c8;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.08rem;
  transition: all .3s ease;
  backdrop-filter: blur(4px);
}

.form-group textarea { min-height: 140px; resize: vertical; }

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #6e5a35;
  font-style: italic;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

/* UTILITY */
.text-center { text-align: center; }
.gold { color: #d4af37; }
.muted { color: #8c7748; font-size: .92rem; }

.eyebrow {
  font-family: 'Cinzel', serif;
  font-size: .85rem;
  letter-spacing: 0.32em;
  color: #b89a5e;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  text-align: center;
  font-weight: 500;
  -webkit-text-fill-color: #b89a5e;
  background: none;
}

.divider {
  position: relative;
  height: 1px;
  background: linear-gradient(to right, transparent, #d4af37, transparent);
  margin: 3rem auto;
  max-width: 240px;
}

.divider::after {
  content: '◆';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  background: #050505;
  color: #d4af37;
  padding: 0 .8rem;
  font-size: .85rem;
}

ul.checks { list-style: none; padding: 0; }

ul.checks li {
  padding: .6rem 0 .6rem 2rem;
  position: relative;
  color: #d8c897;
  font-size: 1.05rem;
}

ul.checks li::before {
  content: '✓';
  position: absolute;
  left: 0; top: .55rem;
  color: #d4af37;
  font-weight: bold;
  font-size: 1.1rem;
}

/* FAQ ACCORDION */
.faq-group { margin-bottom: 2.5rem; }
.faq-group-title {
  font-family: 'Cinzel', serif;
  font-size: .9rem;
  letter-spacing: 0.18em;
  color: #d4af37;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  padding-bottom: .6rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  background: none;
  -webkit-text-fill-color: #d4af37;
}

.faq-item {
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 6px;
  margin-bottom: .85rem;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.04) 0%, rgba(212, 175, 55, 0.01) 100%);
  overflow: hidden;
  transition: all .3s ease;
}

.faq-item[open] {
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.faq-item summary {
  padding: 1.1rem 1.5rem 1.1rem 1.4rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: #f5e6c8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 500;
  transition: color .25s ease;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  color: #d4af37;
  font-weight: 300;
  transition: transform .3s ease;
  flex-shrink: 0;
  line-height: 1;
}

.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: #fff; }

.faq-item .faq-answer {
  padding: 0 1.5rem 1.4rem 1.4rem;
  color: #c9b88a;
  font-size: 1.04rem;
  line-height: 1.7;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
  padding-top: 1.1rem;
  animation: faqOpen .35s ease;
}

.faq-item .faq-answer p { margin-bottom: .8rem; }
.faq-item .faq-answer p:last-child { margin-bottom: 0; }

@keyframes faqOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ICON BLOCKS — para SVGs ilustrativos */
.icon-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.icon-block {
  text-align: center;
  padding: 1.5rem 1rem;
}

.icon-block svg {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  display: block;
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.25));
}

.icon-block h4 {
  font-family: 'Cinzel', serif;
  font-size: .95rem;
  letter-spacing: 0.12em;
  color: #f5e6c8;
  margin-bottom: .4rem;
  background: linear-gradient(135deg, #f5e6c8, #d4af37);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-block p {
  font-size: .92rem;
  color: #b89a5e;
  margin: 0 auto;
  max-width: 220px;
}

.illustration {
  display: block;
  margin: 2.5rem auto;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.6));
}

/* SCROLL ANIMATION (CSS-only, progressive sections appear on load) */
@media (prefers-reduced-motion: no-preference) {
  .section { animation: fadeUp .9s ease both; }
  .section:nth-child(1) { animation-delay: 0s; }
  .section:nth-child(2) { animation-delay: .1s; }
  .section:nth-child(3) { animation-delay: .15s; }
  .section:nth-child(4) { animation-delay: .2s; }
  .section:nth-child(5) { animation-delay: .25s; }
}

/* SELECTION */
::selection {
  background: rgba(212, 175, 55, 0.3);
  color: #f5e6c8;
}

/* SCROLLBAR */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #050505; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #b89a5e, #8c7748);
  border-radius: 4px;
  border: 2px solid #050505;
}
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #d4af37, #b89a5e); }

/* PRINT */
@media print {
  .wa-float, .nav-cta, .site-header, .site-footer { display: none; }
  body { background: #fff; color: #000; }
  h1, h2, h3 { color: #000; -webkit-text-fill-color: #000; }
}
