/* Minimal page-level tuning for the PT digital-assets landing page.
   The base structure lives in assets-digital.css; this file only overrides tokens. */

body.page-ativos-digitais.assets-page {
  --assets-index-hero-margin-top: 1.1rem;
  --assets-index-hero-inner-padding: clamp(2.75rem, 4vw, 4.25rem);
  --assets-index-hero-inner-radius: 22px;
  --assets-index-hero-inner-background: linear-gradient(180deg, #18493f 0%, #143d35 100%);
  --assets-index-hero-inner-border: 1px solid rgba(255, 255, 255, 0.08);
  --assets-index-hero-inner-shadow: 0 12px 28px rgba(9, 23, 18, 0.12);
  --assets-index-hero-overlay: none;
  --assets-index-hero-orb-display: none;
  --assets-index-hero-title-max-width: 14ch;
  --assets-index-hero-title-margin: 0 auto 0.9rem;
  --assets-index-hero-title-color: #f5f7f3;
  --assets-index-hero-title-size: clamp(2.3rem, 4.7vw, 4rem);
  --assets-index-hero-subtitle-max-width: 760px;
  --assets-index-hero-subtitle-color: rgba(236, 243, 239, 0.84);
  --assets-index-hero-subtitle-size: clamp(1rem, 1.2vw, 1.12rem);
  --assets-index-hero-link-max-width: 700px;
  --assets-index-hero-link-margin: 1rem auto 0;
  --assets-index-hero-link-color: rgba(236, 243, 239, 0.66);
  --assets-index-hero-link-size: 0.93rem;
  --assets-index-hero-link-letter-spacing: 0;
  --assets-index-cta-margin-top: 1rem;
  --assets-index-cta-inner-padding: clamp(1.8rem, 2.6vw, 2.5rem);
  --assets-index-cta-inner-radius: 22px;
  --assets-index-cta-inner-background: linear-gradient(180deg, #18493f 0%, #153f36 100%);
  --assets-index-cta-inner-border: 1px solid rgba(255, 255, 255, 0.08);
  --assets-index-cta-inner-shadow: 0 10px 24px rgba(9, 23, 18, 0.10);
  --assets-index-cta-heading-margin: 0 0 0.75rem;
  --assets-index-cta-heading-color: #f5f7f3;
  --assets-index-cta-heading-size: clamp(1.75rem, 2.5vw, 2.35rem);
  --assets-index-cta-heading-letter-spacing: -0.02em;
  --assets-index-cta-copy-max-width: 700px;
  --assets-index-cta-copy-margin: 0 auto 1.2rem;
  --assets-index-cta-copy-color: rgba(236, 243, 239, 0.78);
  --assets-index-cta-button-padding: 0.88rem 1.35rem;
  --assets-index-cta-button-border: 1px solid rgba(255, 255, 255, 0.14);
  --assets-index-cta-button-background: #f5f7f3;
  --assets-index-cta-button-color: #18493f;
  --assets-index-cta-button-shadow: none;
  --assets-index-cta-button-hover-background: #ffffff;
  --assets-index-cta-button-hover-color: #143d35;
  --assets-index-cta-button-hover-shadow: none;
}
