  /* ═══════════════════════════════════════
    William Leão — Portfolio
    style.css
    ═══════════════════════════════════════ */

  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  /* Import Google Fonts */
  /* ═══════════════════════════════════════
    Fontes Extravagantes e Diferenciadas
    ═══════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Architects+Daughter&family=Bangers&family=Black+Ops+One&family=Bungee+Inline&family=Bungee+Outline&family=Bungee+Shade&family=Cedarville+Cursive&family=Chango&family=Creepster&family=Diplomata+SC&family=DotGothic16&family=East+Sea+Dokdo&family=Emblema+One&family=Emilys+Candy&family=Exo+2:wght@400;600;800&family=Fredericka+the+Great&family=Fredoka+One&family=Geostar+Fill&family=Gloria+Hallelujah&family=Gravitas+One&family=Great+Vibes&family=Gruppo&family=Hanalei+Fill&family=Henny+Penny&family=Iceberg&family=Inter:wght@400;700;900&family=Jolly+Lodger&family=Kanit:wght@400;500;600;700;800&family=Knewave&family=Lobster&family=Luckiest+Guy&family=Megrim&family=Monofett&family=Monoton&family=Mountains+of+Christmas&family=Mr+Dafoe&family=Mystery+Quest&family=New+Rocker&family=Oi&family=Orbitron:wght@400;700;900&family=Press+Start+2P&family=Prompt:wght@400;500;600;700&family=Rajdhani:wght@400;600;700&family=Rampart+One&family=Reenie+Beanie&family=Righteous&family=Rochester&family=Rubik+Glitch&family=Rubik+Marker+Hatch&family=Ruslan+Display&family=Shadows+Into+Light&family=Shrikhand&family=Sigmar+One&family=Smokum&family=Sofia&family=Space+Grotesk:wght@400;600;700&family=Special+Elite&family=Sriracha&family=Staatliches&family=Syncopate:wght@400;700&family=Tangerine:wght@400;700&family=Tomorrow:wght@400;500;600;700&family=Train+One&family=Ultra&family=UnifrakturMaguntia&family=VT323&family=Wallpoet&family=Yellowtail&family=ZCOOL+KuaiLe&family=Zilla+Slab+Highlight&display=swap');
  /* ─── DESIGN TOKENS ─── */
  :root {
    --bg: #161c1e;
    --red: #f93336;
    --dark: #303030;
    --white: #fff;
    --border: #303030;
    --purple-bg: #e9dffc;
    --purple-border: #be9ff6;
    --purple-text: #784dc7;

    /* PUNK TOKENS */
    --punk-yellow: #f2e8cf;
    --punk-black: #1a1a1a;
    --punk-white: #f4f1de;
    --punk-shadow: 8px 8px 0px var(--punk-black);
    --punk-border-width: 3px;
    --noise-opacity: 0.05;
  }

  /* ─── BASE ─── */
  body {
    background: var(--bg);
    background-image: url("imgs/Random static.webp");
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }

  /* ─── NOISE OVERLAY ─── */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.08; /* Increased for grit */
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: multiply;
  }

  /* ─── PULP TEXTURE ─── */
  .pulp-texture {
    background-color: var(--punk-yellow);
    background-image: 
      url("imgs/Random static.webp"),
      radial-gradient(circle, rgba(0,0,0,0.1) 1px, transparent 1px);
    background-size: 400px, 4px 4px;
    background-blend-mode: multiply, normal;
  }

  .torn-divider {
    height: 100px;
    background: var(--punk-black);
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: -50px;
    margin-bottom: -50px;
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0 L10 10 L20 0 L30 15 L40 5 L50 20 L60 0 L70 10 L80 0 L90 20 L100 5 L110 15 L120 0 L130 10 L140 0 L150 20 L160 5 L170 15 L180 0 L190 10 L200 0 L210 20 L220 5 L230 15 L240 0 L250 10 L260 0 L270 20 L280 5 L290 15 L300 0 L310 10 L320 0 L330 20 L340 5 L350 15 L360 0 L370 10 L380 0 L390 20 L400 5 L410 15 L420 0 L430 10 L440 0 L450 20 L460 5 L470 15 L480 0 L490 10 L500 0 L510 20 L520 5 L530 15 L540 0 L550 10 L560 0 L570 20 L580 5 L590 15 L600 0 L610 10 L620 0 L630 20 L640 5 L650 15 L660 0 L670 10 L680 0 L690 20 L700 5 L710 15 L720 0 L730 10 L740 0 L750 20 L760 5 L770 15 L780 0 L790 10 L800 0 L810 20 L820 5 L830 15 L840 0 L850 10 L860 0 L870 20 L880 5 L890 15 L900 0 L910 10 L920 0 L930 20 L940 5 L950 15 L960 0 L970 10 L980 0 L990 20 L1000 0 V100 H0 Z' fill='black'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
  }

  .torn-divider.reverse {
    transform: rotate(180deg);
  }

  /* ─── SCROLLBAR ─── */
  ::-webkit-scrollbar { width: 6px; }
  ::-webkit-scrollbar-track { background: var(--bg); }
  ::-webkit-scrollbar-thumb { background: var(--red); border-radius: 3px; }

  /* ════════════════════════════════
    NAV
    ════════════════════════════════ */
  nav {
    border-bottom: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
    position: sticky;
    top: 0;
    background: var(--bg);
    z-index: 100;
  }

  .nav-links {
    display: flex;
    gap: 48px;
    align-items: center;
    list-style: none;
  }

  .nav-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s;
  }

  .nav-links a:hover { color: var(--red); }

  .nav-cta {
    background: var(--red);
    color: #000;
    border: 1px solid #000;
    border-radius: 45px;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }

  .nav-cta:hover { opacity: 0.85; }

  /* ════════════════════════════════
    HERO TITLE BAR
    ════════════════════════════════ */
  /* ════════════════════════════════
    HERO TITLE BAR
    ════════════════════════════════ */
  .hero-title-bar {
    border-bottom: 1px solid var(--white);
    border-top: 1px solid var(--white);
    padding: 20px ;
    overflow: visible; /* Permite que as fontes extravagantes vazem um pouco se forem extremas */
    position: relative;
    height: 30vh; /* Mantém a altura rigorosamente fixa */
    display: flex;
    align-items: center; /* Centraliza as div filhas no meio do height */
  }

  .hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(80px, 13vw, 200px);
    text-transform: uppercase;
    line-height: normal; /* Normaliza a line-height para dar margem nativa sem esmagar o texto */
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    z-index: 3;
  }

  .hero-title .normal { 
    font-family: 'Montserrat', sans-serif; 
    display: inline-block;
    position: absolute;
    left: 11vw;
    top: 50%;
    transform: translateY(-50%); /* Garante que as letras cresçam a partir do meio da barra, não tocando as bordas facilmente */
    pointer-events: none; /* Previne que o hit-box invisível das fontes zoe o mouse da div abaixo */
  }

  .fancy-container {
    color: var(--red);
    font-family: 'Oi', serif;
    font-size: 10em;
    position: absolute;
    align-items: center;
    z-index: 1;  
    top: 45%;
    right: 1vw;
    transform: translateY(-50%); /* Garante que as letras cresçam a partir do meio da barra, não tocando as bordas facilmente */
    pointer-events: none; /* Previne bloqueio de cliques/interações no hero-body */
    letter-spacing: 4px;
  }

 

  /* ════════════════════════════════
    HERO BODY
    ════════════════════════════════ */
  .hero-body {
    border-bottom: 1px solid var(--white);
    display: grid;
    grid-template-columns: 1fr 500px;
    min-height: 500px;
  }

  .hero-text {
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }

  .hero-text h2 {
    font-size: clamp(22px, 2.8vw, 42px);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.0;
  }

  .hero-text h2 span { color: var(--red); }

  .hero-photo {
    border-left: 1px solid var(--white);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .hero-photo img {
    padding: 4vw 4vh;
    width: 35vw;
  }

  .hero-photo .developer-tag {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #cfc9b8;
    opacity: 0.6;
    white-space: nowrap;
    letter-spacing: 4px;
  }





  /* ════════════════════════════════
    TICKER STRIP
    ════════════════════════════════ */
  .ticker {
    background: var(--white);
    color: #000;
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .ticker-inner {
    display: inline-flex;
    animation: ticker 18s linear infinite;
    gap: 80px;
  }

  .ticker-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
  }

  .ticker-item svg { width: 28px; height: 28px; }

  @keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ════════════════════════════════
    SECTION HEADER (shared)
    ════════════════════════════════ */
  .section-header {
    padding: 60px 60px 30px;
  }

  .section-title {
    font-size: clamp(60px, 8vw, 120px);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.85;
    font-family: 'Staatliches', sans-serif;
    letter-spacing: 2px;
    background: var(--red);
    color: var(--white);
    display: inline-block;
    padding: 10px 30px;
    transform: rotate(-1deg);
    box-shadow: 10px 10px 0px var(--punk-black);
    margin-bottom: 40px;
  }

  /* ════════════════════════════════
    STACK SECTION
    ════════════════════════════════ */
  #stack {
    padding-top: 100px;
    padding-bottom: 120px;
    border-bottom: 8px solid var(--punk-black);
    background-color: var(--punk-yellow);
    background-image: url("imgs/Random static.webp");
    background-blend-mode: multiply;
    position: relative;
    overflow: hidden;
  }

  /* Background Clipping Decoration */
  #stack::before {
    content: "LOREM IPSUM DOLOR SIT AMET CONSECTETUR ADIPISCING ELIT SED DO EIUSMOD TEMPOR INCIDIDUNT UT LABORE ET DOLORE MAGNA ALIQUA.";
    position: absolute;
    font-family: 'Special Elite', cursive;
    font-size: 80px;
    line-height: 0.8;
    color: var(--punk-black);
    opacity: 0.07;
    width: 300px;
    word-break: break-all;
    top: 10%;
    left: -50px;
    transform: rotate(-15deg);
    pointer-events: none;
    z-index: 0;
  }

  .stack-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 0 60px;
  }

  .stack-card {
    background: var(--punk-white);
    border: none;
    padding: 40px 30px;
    color: var(--punk-black);
    position: relative;
    transition: all 0.2s;
    /* Torn paper effect */
    clip-path: polygon(
      0% 2%, 10% 0%, 20% 3%, 30% 1%, 40% 2%, 50% 0%, 60% 2%, 70% 1%, 80% 3%, 90% 0%, 100% 2%,
      100% 98%, 90% 100%, 80% 97%, 70% 99%, 60% 98%, 50% 100%, 40% 97%, 30% 99%, 20% 98%, 10% 100%, 0% 97%
    );
    box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
  }

  .stack-card:nth-child(odd) { transform: rotate(-1.5deg); }
  .stack-card:nth-child(even) { transform: rotate(1.2deg); }

  .stack-card:hover { 
    transform: scale(1.02) rotate(0deg) !important;
    z-index: 10;
    background: var(--white);
  }

  .stack-card-icon {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .stack-card h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--punk-black);
    font-family: 'Staatliches', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .stack-card p {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'Special Elite', cursive;
  }

  .stack-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .stack-tag {
    background: var(--punk-black);
    border: none;
    border-radius: 0;
    padding: 4px 12px;
    font-size: 11px;
    color: var(--white);
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Staatliches', sans-serif;
    letter-spacing: 1px;
    transform: skew(-5deg);
  }

  /* ════════════════════════════════
    PROJECTS SECTION
    ════════════════════════════════ */
  #projetos {
    padding-top: 80px;
    padding-bottom: 120px;
    border-bottom: 8px solid var(--red);
    background-color: var(--punk-black);
    background-image: url("imgs/Random static.webp");
    background-blend-mode: overlay;
    position: relative;
    overflow: hidden;
  }

  #projetos::after {
    content: "NEWS FLASH: LOCAL DEVELOPER CREATES STUNNING PUNK PORTFOLIO! READ ALL ABOUT IT IN THIS SPECIALLY CRAFTED ZINE LAYOUT.";
    position: absolute;
    font-family: 'Staatliches', sans-serif;
    font-size: 120px;
    line-height: 0.9;
    color: var(--white);
    opacity: 0.05;
    width: 600px;
    bottom: -100px;
    right: -100px;
    transform: rotate(10deg);
    pointer-events: none;
    mix-blend-mode: overlay;
  }

  .projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns for a more balanced zine look */
    gap: 40px;
    padding: 0 60px;
  }

  .project-card {
    background: var(--punk-white);
    border: 3px solid var(--punk-black);
    border-radius: 0;
    overflow: visible; /* To allow tape to spill out */
    color: var(--punk-black);
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    position: relative;
    box-shadow: 15px 15px 0px var(--punk-black);
  }

  /* Tape effect */
  .project-card::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 35px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    top: -15px;
    left: -20px;
    transform: rotate(-15deg);
    z-index: 5;
    backdrop-filter: blur(2px);
    border-left: 2px solid rgba(0,0,0,0.05);
    border-right: 2px solid rgba(0,0,0,0.05);
  }

  .project-card:nth-child(even)::before {
    left: auto;
    right: -20px;
    transform: rotate(15deg);
  }

  .project-card:hover { 
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0px var(--red);
  }

  .project-thumb {
    height: 240px;
    background: var(--punk-black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid var(--punk-black);
  }
  .project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) contrast(1.2) brightness(0.9);
    transition: all 0.5s ease;
    mix-blend-mode: normal; /* Removed multiply for better visibility */
  }

  .project-card:hover .project-thumb img {
    filter: grayscale(0) contrast(1.1) brightness(1);
    mix-blend-mode: normal;
  }

  .project-thumb.java   { background: linear-gradient(135deg, #e65100 0%, #bf360c 100%); }
  .project-thumb.cpp    { background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%); }
  .project-thumb.python { background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%); }
  .project-thumb.js     { background: linear-gradient(135deg, #f9a825 0%, #f57f17 100%); }
  .project-thumb.game   { background: linear-gradient(135deg, #4a148c 0%, #6a1b9a 100%); }

  .project-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .project-body h3 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1px;
    color: var(--punk-black);
    text-transform: uppercase;
    font-family: 'Staatliches', sans-serif;
  }

  .project-body p {
    font-size: 15px;
    color: #1a1a1a; /* Darker for better contrast */
    line-height: 1.4;
    flex: 1;
    font-family: 'Special Elite', cursive;
  }

  .project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .tag {
    background: var(--punk-black);
    border: 1px solid var(--punk-black);
    border-radius: 0;
    padding: 3px 10px;
    font-size: 11px;
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .project-btn {
    background: var(--punk-black);
    color: var(--white);
    border-top: 3px solid var(--punk-black);
    padding: 15px 24px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
    font-family: 'Staatliches', sans-serif;
    transition: all 0.2s;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .project-btn:hover { 
    background: var(--red); 
    color: var(--white);
  }

  /* ════════════════════════════════
    VALUES ROW
    ════════════════════════════════ */
  .values-section {
    padding: 120px 0;
    border-bottom: 8px solid var(--punk-black);
    background-color: var(--punk-yellow);
    background-image: 
      url("imgs/Random static.webp"),
      radial-gradient(circle, rgba(0,0,0,0.1) 1px, transparent 1px);
    background-size: 400px, 12px 12px;
    background-blend-mode: multiply, normal;
    position: relative;
    overflow: hidden;
  }

  .values-section::before {
    content: "CRITIC'S CHOICE: UNPARALLELED CREATIVITY MEETS TECHNICAL RIGOR! COLLABORATIVE SPIRIT SHINES THROUGH EVERY PIXEL.";
    position: absolute;
    font-family: 'Special Elite', cursive;
    font-size: 60px;
    color: var(--white);
    opacity: 0.2; /* Adjusting opacity since it's now white on yellow */
    width: 400px;
    top: 50px;
    left: 20px;
    transform: rotate(5deg);
    pointer-events: none;
  }

  .values-row {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: flex-start;
    padding: 0 60px;
    flex-wrap: wrap;
  }

  .value-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 320px;
    text-align: center;
    color: #000;
  }

  .value-icon-circle {
    width: 200px;
    height: 200px;
    border-radius: 0;
    background: var(--punk-black);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    transform: rotate(4deg);
    border: 4px solid var(--red);
    box-shadow: 10px 10px 0px var(--red);
  }

  .value-item:nth-child(2) .value-icon-circle { transform: rotate(-3deg); }
  .value-item:nth-child(3) .value-icon-circle { transform: rotate(2deg); }

  .value-item h3 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--white);
    font-family: 'Staatliches', sans-serif;
    margin-top: 20px;
    letter-spacing: 1px;
  }

  .value-item p {
    font-size: 16px;
    color: var(--white);
    line-height: 1.3;
    font-family: 'Special Elite', cursive;
  }

  /* ════════════════════════════════
    SOBRE / ABOUT ME
    ════════════════════════════════ */
  #sobre { 
    padding-top: 100px;
    padding-bottom: 120px; 
    border-bottom: 8px solid var(--red); 
    background-color: var(--punk-black);
    background-image: url("imgs/Random static.webp");
    background-blend-mode: overlay;
    position: relative;
    overflow: hidden;
  }

  .about-content {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 60px;
    padding: 0 60px 80px;
    align-items: start;
    border-bottom: 1px solid #303030;
  }

  .about-photo-wrap {
    border: var(--punk-border-width) solid var(--punk-black);
    padding: 10px 10px 40px;
    background: var(--white);
    display: inline-block;
    border-radius: 0;
    transform: rotate(-3deg);
    box-shadow: var(--punk-shadow);
  }

  .about-photo {
    width: 300px;
    height: 340px;
    background: var(--punk-black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    border-radius: 0;
  }

  .about-caption {
    margin-top: 14px;
    color: #aaa;
    font-size: 14px;
    text-align: center;
  }

  .about-caption span { color: var(--red); }

  .about-info h2 {
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--white);
    font-family: 'Staatliches', sans-serif !important;
    background: var(--red);
    display: inline-block;
    padding: 10px 25px;
    transform: rotate(1deg);
    letter-spacing: 2px;
  }

  .about-info .subtitle {
    font-size: 18px;
    color: var(--red);
    font-weight: 600;
    margin-bottom: 24px;
  }

  .about-info p {
    font-size: 18px;
    line-height: 1.5;
    color: #eee;
    margin-bottom: 20px;
    font-family: 'Special Elite', cursive;
  }

  .about-info strong { color: var(--red); }

  .about-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }

  .about-badge {
    background: var(--punk-black);
    border: 2px solid var(--white);
    border-radius: 0;
    padding: 8px 18px;
    font-size: 14px;
    color: var(--white);
    font-weight: 800;
    font-family: 'Staatliches', sans-serif;
    letter-spacing: 1px;
    transform: skew(-10deg);
  }

  /* ════════════════════════════════
    CONTACT SECTION
    ════════════════════════════════ */
  #contato {
    background: var(--punk-yellow);
    background-image: 
      url("imgs/Random static.webp"),
      linear-gradient(45deg, rgba(249,51,54,0.05) 25%, transparent 25%, transparent 50%, rgba(249,51,54,0.05) 50%, rgba(249,51,54,0.05) 75%, transparent 75%, transparent);
    background-size: 400px, 20px 20px;
    padding: 120px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    border-top: 8px solid var(--punk-black);
    position: relative;
    overflow: hidden;
  }

  #contato::before {
    content: "WANTED: NEW CHALLENGES! CONTACT NOW!";
    position: absolute;
    font-family: 'Oi', serif;
    font-size: 150px;
    color: var(--punk-black);
    opacity: 0.04;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    white-space: nowrap;
    pointer-events: none;
  }

  #contato h2 {
    font-size: clamp(50px, 10vw, 120px);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--red);
    text-align: center;
    font-family: 'Oi', serif;
    line-height: 0.9;
    letter-spacing: -2px;
  }

  #contato > p {
    font-size: 18px;
    color: #555;
    text-align: center;
    max-width: 500px;
  }

  .contact-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-link {
    background: var(--punk-black);
    color: var(--white);
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 900;
    transition: all 0.1s;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--white);
    font-family: 'Staatliches', sans-serif;
    letter-spacing: 1px;
    box-shadow: 6px 6px 0px var(--red);
  }

  .contact-link:hover { 
    transform: translate(-3px, -3px); 
    box-shadow: 10px 10px 0px var(--red);
    background: var(--red); 
    color: var(--punk-black);
  }
  .contact-link.primary { background: var(--red); color: var(--punk-black); border-color: var(--punk-black); }
  .contact-link.primary:hover { background: var(--punk-black); color: var(--white); }

  /* ════════════════════════════════
    FOOTER
    ════════════════════════════════ */
  footer {
    background: var(--punk-black);
    background-image: url("imgs/Random static.webp");
    background-blend-mode: overlay;
    border-top: 8px solid var(--red);
    padding: 80px 60px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    color: var(--white);
  }

  .footer-brand {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Staatliches', sans-serif;
    color: var(--white);
    letter-spacing: 2px;
  }

  .footer-brand span { color: var(--red); }

  .footer-tagline {
    color: #555;
    font-size: 13px;
    margin-top: 8px;
  }

  .footer-nav {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
  }

  .footer-col h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
    color: var(--red);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Staatliches', sans-serif;
  }

  .footer-col a {
    display: block;
    color: #888;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 8px;
    transition: color 0.2s;
  }

  .footer-col a:hover { color: var(--white); }

  .footer-bottom {
    border-top: 2px solid #222;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
    width: 100%;
    font-family: 'Special Elite', cursive;
  }

  /* ════════════════════════════════
    SHARED BUTTON
    ════════════════════════════════ */
  .btn-red {
    background: var(--red);
    color: var(--punk-black);
    border: 3px solid var(--punk-black);
    border-radius: 0;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    font-family: 'Staatliches', sans-serif;
    text-decoration: none;
    display: inline-block;
    box-shadow: 6px 6px 0px var(--punk-black);
    transition: all 0.1s;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .btn-red:hover { 
    transform: translate(-3px, -3px); 
    box-shadow: 10px 10px 0px var(--punk-black);
  }

  /* ════════════════════════════════
    ANIMATIONS
    ════════════════════════════════ */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .fade-up       { animation: fadeUp 0.7s ease forwards; }
  .fade-up-delay { animation: fadeUp 0.7s 0.2s ease forwards; opacity: 0; }

  .noise img{
    width: screen;
    position: absolute;
    z-index: -1;
  }

  /* Adicione ao seu arquivo CSS */
  .animated-char {
    display: inline-block;
    transition: font-family 0.08s ease, transform 0.1s ease;
    animation: subtlePulse 0.3s ease infinite alternate;
  }

  @keyframes subtlePulse {
    0% {
      text-shadow: 0 0 0px rgba(255, 255, 255, 0);
    }
    100% {
      text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    }
  }

  /* Mantém o espaçamento correto entre caracteres */
  .hero-title .normal,
  .hero-title .fancy {
    display: inline-block;
    letter-spacing: 1px;
  }
  .bg-elements {
    z-index: -1;
    position: absolute;
    display: flex;         /* Coloca os elementos filhos em linha */
    align-items: center;   /* Alinha as imagens verticalmente no centro */
    gap: 0px;             /* Adiciona um espaço fixo e elegante entre as duas formas */
  }
  .bg-elements .triangle img {
    /* Garante que imagens decorativas fiquem bem dimensionadas, remova eventuais restrições quebradas */
    max-width: 100%; /* Valor sugestivo para elementos decorativos (pode alterar depois se precisar de outro tamanho) */
    opacity: 1;
    top: 30vh;
    left: 0;
  }
    .bg-elements .spark img {
    /* Garante que imagens decorativas fiquem bem dimensionadas, remova eventuais restrições quebradas */
    max-width: 100%; /* Valor sugestivo para elementos decorativos (pode alterar depois se precisar de outro tamanho) */
    opacity: 1;
    top: 30vh;
    right: 0;
  }
