:root {

      --bg: #e8e6ee;
      --bg-soft: #f1eef5;
      --bg-deep: #dcd6e4;
      --cream: #f5f1f7;

      --navy: #3a4470;
      --navy-deep: #2a325a;
      --navy-soft: #5a6088;

      --lilac: #b8a4d4;
      --lilac-deep: #8b6fb0;
      --lilac-dark: #6b4a96;
      --lavender: #c9b8e0;
      --lavender-light: #e5dbf0;
      --lavender-pale: #efe7f7;

      --rose: #b08590;
      --rose-deep: #93697a;
      --rose-soft: #cba5af;
      --blush: #ead6db;

      --gold: #8b6fb0;
      --gold-deep: #6b4a96;
      --gold-light: #e5dbf0;

      --ink: #3a4470;
      --ink-soft: #6a6f8c;
      --ink-warm: #6b5560;
      --white: #fbf8fc;
      --shadow: rgba(58, 68, 112, 0.14);
      --shadow-warm: rgba(147, 105, 122, 0.15);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Inter', sans-serif;
      font-weight: 300;
      background: var(--bg);
      color: var(--ink);
      line-height: 1.6;
      overflow-x: hidden;
      position: relative;
    }

    html {
      scrollbar-width: thin;
      scrollbar-color: var(--lilac-deep) var(--bg-soft);
    }

    ::-webkit-scrollbar {
      width: 12px;
      height: 12px;
    }

    ::-webkit-scrollbar-track {
      background: linear-gradient(180deg, var(--bg-soft) 0%, var(--lavender-pale) 100%);
      border-left: 1px solid rgba(139, 111, 176, 0.15);
    }

    ::-webkit-scrollbar-thumb {
      background: linear-gradient(180deg, var(--lilac-deep) 0%, var(--lilac-dark) 100%);
      border: 2px solid var(--bg-soft);
      border-radius: 999px;
      box-shadow: 0 0 8px rgba(139, 111, 176, 0.35) inset;
      transition: background 0.3s ease;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(180deg, var(--lilac-dark) 0%, var(--rose-deep) 100%);
      box-shadow: 0 0 12px rgba(176, 133, 144, 0.45) inset;
    }

    ::-webkit-scrollbar-corner {
      background: var(--bg-soft);
    }

    body {
      background:
        radial-gradient(ellipse at top left, rgba(244, 221, 224, 0.6) 0%, transparent 45%),
        radial-gradient(ellipse at top right, rgba(201, 184, 224, 0.5) 0%, transparent 50%),
        radial-gradient(ellipse at bottom left, rgba(159, 177, 159, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(230, 212, 160, 0.35) 0%, transparent 45%),
        var(--bg);
      background-attachment: fixed;
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      opacity: 0.55;
      background-image:
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.55) 0%, transparent 1.5%),
        radial-gradient(circle at 75% 15%, rgba(255, 255, 255, 0.4) 0%, transparent 1.2%),
        radial-gradient(circle at 45% 65%, rgba(255, 255, 255, 0.5) 0%, transparent 1.8%),
        radial-gradient(circle at 85% 85%, rgba(255, 255, 255, 0.4) 0%, transparent 1.5%),
        radial-gradient(circle at 25% 90%, rgba(255, 255, 255, 0.4) 0%, transparent 1.3%),
        radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.3) 0%, transparent 1%),
        radial-gradient(circle at 10% 60%, rgba(255, 255, 255, 0.4) 0%, transparent 1.4%),
        radial-gradient(circle at 90% 50%, rgba(255, 255, 255, 0.4) 0%, transparent 1.2%),
        radial-gradient(circle at 35% 10%, rgba(255, 255, 255, 0.4) 0%, transparent 1.3%),
        radial-gradient(circle at 65% 75%, rgba(255, 255, 255, 0.4) 0%, transparent 1.5%);
      background-size: 800px 800px;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 999;
      opacity: 0.18;
      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.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.15 0 0 0 0 0.15 0 0 0 0 0.2 0 0 0 0.3 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
      mix-blend-mode: multiply;
    }

    .info-quando {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.9rem;
      text-align: center;
    }

    .quando-diasemana {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-weight: 500;
      font-size: 1.15rem;
      letter-spacing: 0.04em;
      color: var(--rose-deep);
    }

    .quando-data {
      display: flex;
      align-items: baseline;
      justify-content: center;
      gap: 1rem;
      padding: 0.4rem 0;
      position: relative;
    }

    .quando-data::before,
    .quando-data::after {
      content: "";
      position: absolute;
      left: 50%;
      width: 50px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--lilac-deep), transparent);
      transform: translateX(-50%);
    }

    .quando-data::before {
      top: -4px;
    }

    .quando-data::after {
      bottom: -4px;
    }

    .quando-dia {
      font-family: 'Italiana', serif;
      font-size: 3.2rem;
      line-height: 0.95;
      color: var(--navy);
      letter-spacing: 0.04em;
    }

    .quando-mes {
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 0.78rem;
      letter-spacing: 0.42em;
      text-transform: uppercase;
      color: var(--lilac-dark);
    }

    .quando-ano {
      font-family: 'Italiana', serif;
      font-size: 1.6rem;
      color: var(--navy);
      letter-spacing: 0.06em;
    }

    .quando-hora {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1.1rem;
      color: var(--ink-soft);
      margin-top: 0.3rem;
    }

    .quando-hora svg {
      color: var(--rose);
    }

    .quando-hora em {
      font-style: normal;
      font-family: 'Italiana', serif;
      font-size: 1.35rem;
      color: var(--rose-deep);
      letter-spacing: 0.05em;
    }

    .endereco-link {
      display: inline-block;
      text-decoration: none;
      color: inherit;
      position: relative;
      transition: transform 0.4s ease;
      cursor: pointer;
    }

    .endereco-link strong {
      transition: color 0.4s ease, text-shadow 0.4s ease;
    }

    .endereco-link em {
      position: relative;
      display: inline-block;
      transition: color 0.4s ease;
    }

    .endereco-link em::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -2px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--rose), transparent);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform 0.5s ease;
    }

    .endereco-link:hover {
      transform: translateY(-2px);
    }

    .endereco-link:hover strong {
      color: var(--lilac-dark);
      text-shadow: 0 2px 12px rgba(139, 111, 176, 0.25);
    }

    .endereco-link:hover em {
      color: var(--rose-deep);
    }

    .endereco-link:hover em::after {
      transform: scaleX(1);
    }

    .menu-hamburguer {
      display: none;
      background: none;
      border: none;
      width: 38px;
      height: 38px;
      cursor: pointer;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5px;
      padding: 0;
    }

    .menu-hamburguer span {
      display: block;
      width: 24px;
      height: 1.5px;
      background: var(--navy);
      border-radius: 2px;
      transition: transform 0.4s ease, opacity 0.3s ease, background 0.3s ease;
    }

    .menu-hamburguer.aberto span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
      background: var(--lilac-dark);
    }

    .menu-hamburguer.aberto span:nth-child(2) {
      opacity: 0;
    }

    .menu-hamburguer.aberto span:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
      background: var(--lilac-dark);
    }

    .botao-musica {
      position: fixed;
      bottom: 2rem;
      left: 2rem;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--rose) 0%, var(--lilac-deep) 100%);
      color: var(--white);
      box-shadow: 0 10px 30px rgba(58, 68, 112, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      z-index: 200;
      animation: flutuar 3s ease-in-out infinite;
    }

    .botao-musica:hover {
      transform: translateY(-4px) scale(1.05);
      box-shadow: 0 16px 40px rgba(58, 68, 112, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
      animation: none;
    }

    .botao-musica::after {
      content: "";
      position: absolute;
      inset: -4px;
      border-radius: 50%;
      border: 1px solid var(--rose);
      opacity: 0;
      animation: pulsoAnel 2.5s ease-out infinite;
    }

    .botao-musica.tocando::after {
      animation: pulsoAnel 1.6s ease-out infinite;
      border-color: var(--lilac);
    }

    .botao-musica .icone-musica {
      display: none;
    }

    .botao-musica.tocando .icone-musica.tocando-icone,
    .botao-musica:not(.tocando) .icone-musica.pausado-icone {
      display: block;
    }

    @media (max-width: 600px) {
      .botao-musica {
        bottom: 1.2rem;
        left: 1.2rem;
        width: 46px;
        height: 46px;
      }
    }

    .voltar-topo {
      position: fixed;
      bottom: 2rem;
      right: 2rem;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--lilac-deep) 0%, var(--rose) 100%);
      color: var(--white);
      box-shadow: 0 10px 30px rgba(58, 68, 112, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px);
      transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s, box-shadow 0.4s ease;
      z-index: 200;
    }

    .voltar-topo.visivel {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      animation: flutuar 3s ease-in-out infinite;
    }

    .voltar-topo:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 40px rgba(58, 68, 112, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
      animation: none;
    }

    .voltar-topo::after {
      content: "";
      position: absolute;
      inset: -4px;
      border-radius: 50%;
      border: 1px solid var(--rose);
      opacity: 0;
      animation: pulsoAnel 2.5s ease-out infinite;
    }

    @keyframes flutuar {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-5px);
      }
    }

    @keyframes pulsoAnel {
      0% {
        opacity: 0.6;
        transform: scale(1);
      }

      80% {
        opacity: 0;
        transform: scale(1.35);
      }

      100% {
        opacity: 0;
        transform: scale(1.35);
      }
    }

    @media (max-width: 600px) {
      .voltar-topo {
        bottom: 1.2rem;
        right: 1.2rem;
        width: 46px;
        height: 46px;
      }
    }

    .barra-progresso {
      position: fixed;
      top: 0;
      left: 0;
      height: 2px;
      width: 0%;
      background: linear-gradient(90deg, var(--rose), var(--lilac-deep), var(--gold));
      z-index: 9999;
      transition: width 0.1s linear;
      box-shadow: 0 0 10px rgba(184, 164, 212, 0.5);
    }

    .petalas-fundo {
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 1;
      overflow: hidden;
    }

    .petalas-fundo .petala {
      position: absolute;
      top: -40px;
      width: 14px;
      height: 14px;
      opacity: 0;
      border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
      filter: blur(0.4px);
      animation: queda-petala linear infinite;
    }

    .petalas-fundo .petala.p-lilas {
      background: radial-gradient(circle at 35% 35%, #e5dbf0, #8b6fb0);
    }

    .petalas-fundo .petala.p-violeta {
      background: radial-gradient(circle at 35% 35%, #d4c0e8, #6b4a96);
    }

    .petalas-fundo .petala.p-rosa {
      background: radial-gradient(circle at 35% 35%, #ead6db, #b08590);
    }

    .petalas-fundo .petala.p-lavanda {
      background: radial-gradient(circle at 35% 35%, #efe7f7, #b8a4d4);
    }

    @keyframes queda-petala {
      0% {
        transform: translateX(0) translateY(0) rotate(0deg);
        opacity: 0;
      }

      8% {
        opacity: 0.7;
      }

      92% {
        opacity: 0.7;
      }

      100% {
        transform: translateX(var(--dx, 80px)) translateY(110vh) rotate(var(--rot, 540deg));
        opacity: 0;
      }
    }

    nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 1.5rem 3rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: linear-gradient(to bottom, rgba(243, 238, 240, 0.92), rgba(243, 238, 240, 0));
      backdrop-filter: blur(8px);
      transition: all 0.4s ease;
    }

    nav.rolando {
      background: rgba(243, 238, 240, 0.88);
      backdrop-filter: blur(14px);
      box-shadow: 0 6px 30px rgba(58, 68, 112, 0.1);
      padding: 1rem 3rem;
      border-bottom: 1px solid rgba(201, 169, 97, 0.22);
    }

    .menu-marca {
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 1.1rem;
      letter-spacing: 0.3em;
      color: var(--navy);
      display: flex;
      align-items: center;
      gap: 0.4rem;
      cursor: default;
      transition: letter-spacing 0.45s ease, color 0.4s ease;
    }

    .menu-marca:hover {
      letter-spacing: 0.38em;
      color: var(--lilac-dark);
    }

    .menu-marca .ponto-marca {
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 8px rgba(201, 169, 97, 0.6);
      animation: pulsoPonto 2.6s ease-in-out infinite;
    }

    @keyframes pulsoPonto {
      0%, 100% { transform: scale(1); box-shadow: 0 0 8px rgba(201, 169, 97, 0.6); }
      50% { transform: scale(1.45); box-shadow: 0 0 14px rgba(201, 169, 97, 0.85); }
    }

    .menu-links {
      display: flex;
      gap: 2.5rem;
      list-style: none;
    }

    .menu-links a {
      font-family: 'Inter', sans-serif;
      font-size: 0.72rem;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: var(--ink-soft);
      text-decoration: none;
      position: relative;
      transition: color 0.3s ease;
    }

    .menu-links a::after {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 0;
      right: 0;
      height: 2px;
      border-radius: 2px;
      background: linear-gradient(90deg, var(--gold), var(--rose));
      box-shadow: 0 1px 6px rgba(176, 133, 144, 0.4);
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 0.4s ease;
    }

    .menu-links a:hover {
      color: var(--navy);
    }

    .menu-links a:hover::after,
    .menu-links a.ativo::after {
      transform: scaleX(1);
      transform-origin: left;
    }

    .menu-links a.ativo {
      color: var(--navy);
    }

    .capa {
      min-height: 100vh;
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 0;
      padding: 8rem 3rem 4rem;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .flores-hero {
      position: absolute;
      top: -20px;
      left: -40px;
      width: 320px;
      height: 320px;
      pointer-events: none;
      z-index: 2;
      opacity: 0;
      animation: aparecer 1.8s 0.2s ease forwards, balanco-suave 9s 2s ease-in-out infinite;
      transform-origin: 50% 90%;
    }

    .flores-hero-2 {
      position: absolute;
      bottom: -10px;
      right: -40px;
      width: 240px;
      height: 240px;
      pointer-events: none;
      z-index: 2;
      opacity: 0;
      animation: aparecer 1.8s 0.4s ease forwards, balanco-suave 11s 2.5s ease-in-out infinite reverse;
      transform: scaleX(-1);
    }

    @keyframes balanco-suave {

      0%,
      100% {
        transform: rotate(0deg);
      }

      50% {
        transform: rotate(2.5deg);
      }
    }

    .flores-hero-2 {
      animation-name: aparecer, balanco-suave2;
    }

    @keyframes balanco-suave2 {

      0%,
      100% {
        transform: scaleX(-1) rotate(0deg);
      }

      50% {
        transform: scaleX(-1) rotate(2.5deg);
      }
    }

    .hero-texto {
      padding-right: 3rem;
      position: relative;
      z-index: 3;
    }

    .hero-sobre {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 2rem;
      font-family: 'Cinzel', serif;
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: var(--gold-deep);
      opacity: 0;
      animation: surgir-cima 1.2s 0.3s ease forwards;
    }

    .hero-sobre::before {
      content: "";
      width: 40px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold));
    }

    .hero-sobre .coracao-mini {
      display: inline-block;
      width: 7px;
      height: 7px;
      background: var(--rose);
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(192, 132, 149, 0.7);
      animation: bater-coracao 2.4s ease-in-out infinite;
    }

    @keyframes bater-coracao {

      0%,
      100% {
        transform: scale(1);
      }

      50% {
        transform: scale(1.35);
        box-shadow: 0 0 18px rgba(192, 132, 149, 0.9);
      }
    }

    .hero-nomes {
      font-family: 'Italiana', serif;
      font-size: clamp(2.8rem, 6.5vw, 5.6rem);
      line-height: 1;
      color: var(--navy);
      margin-bottom: 0.5rem;
      opacity: 0;
      animation: surgir-cima 1.4s 0.5s ease forwards;
      position: relative;
    }

    .hero-nomes .nome-noivo {
      display: block;
      background: linear-gradient(135deg, var(--navy) 30%, var(--rose-deep) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      letter-spacing: 0.02em;
    }

    .hero-nomes .nome-noiva {
      display: block;
      padding-left: 1.8rem;
      background: linear-gradient(135deg, var(--lilac-deep) 0%, var(--navy) 70%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      letter-spacing: 0.02em;
    }

    .hero-nomes .e-comercial {
      font-family: 'Great Vibes', cursive;
      font-style: normal;
      font-weight: 400;
      font-size: 1.4em;
      color: var(--gold-deep);
      -webkit-text-fill-color: var(--gold-deep);
      display: inline-block;
      transform: translateY(0.05em);
      margin: 0 0.1em;
      text-shadow: 0 2px 12px rgba(201, 169, 97, 0.35);
      animation: brilho-suave 4s ease-in-out infinite;
    }

    @keyframes brilho-suave {

      0%,
      100% {
        color: var(--gold-deep);
        text-shadow: 0 2px 12px rgba(201, 169, 97, 0.35);
      }

      50% {
        color: var(--gold);
        text-shadow: 0 2px 22px rgba(201, 169, 97, 0.65);
      }
    }

    .hero-versiculo {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1.6;
      color: var(--navy-soft);
      margin: 2.5rem 0;
      max-width: 32rem;
      position: relative;
      padding: 0.4rem 0 0.4rem 1.5rem;
      border-left: 2px solid;
      border-image: linear-gradient(180deg, var(--gold), var(--rose), var(--lilac-deep)) 1;
      opacity: 0;
      animation: surgir-cima 1.4s 0.9s ease forwards;
    }

    .hero-versiculo::before {
      content: "“";
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 3.5rem;
      color: var(--rose);
      opacity: 0.45;
      position: absolute;
      top: -0.6rem;
      left: 1rem;
      line-height: 1;
    }

    .hero-versiculo cite {
      display: block;
      margin-top: 0.7rem;
      font-style: normal;
      font-family: 'Cinzel', serif;
      font-size: 0.68rem;
      font-weight: 500;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: var(--gold-deep);
    }

    .hero-data {
      display: flex;
      align-items: baseline;
      gap: 1.2rem;
      margin-top: 2rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(201, 169, 97, 0.35);
      opacity: 0;
      animation: surgir-cima 1.4s 1.1s ease forwards;
    }

    .hero-data .mes-data {
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 0.95rem;
      letter-spacing: 0.4em;
      color: var(--navy);
    }

    .hero-data .dia-data {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      font-size: 3.8rem;
      line-height: 1;
      color: var(--rose-deep);
      font-style: italic;
    }

    .hero-data .ano-data {
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 0.95rem;
      letter-spacing: 0.4em;
      color: var(--navy);
    }

    .hero-data .bolinha {
      width: 6px;
      height: 6px;
      background: var(--gold);
      border-radius: 50%;
      box-shadow: 0 0 8px rgba(201, 169, 97, 0.5);
    }

    .hero-foto-wrap {
      position: relative;
      height: 80vh;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      animation: surgir-foto 1.8s 0.6s ease forwards;
    }

    .hero-foto {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 4px;
      overflow: hidden;
      background: linear-gradient(135deg, var(--lavender-pale) 0%, var(--blush) 100%);
      box-shadow: 0 30px 80px rgba(45, 53, 86, 0.25), 0 0 70px rgba(184, 164, 212, 0.28), 0 0 0 1px rgba(201, 169, 97, 0.15);
      transition: box-shadow 0.6s ease;
    }

    .hero-foto picture {
      display: block;
      width: 100%;
      height: 100%;
    }

    .hero-foto::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(192, 132, 149, 0.15) 0%, transparent 40%, rgba(184, 164, 212, 0.12) 100%);
      z-index: 2;
      pointer-events: none;
      mix-blend-mode: soft-light;
    }

    .hero-foto img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      opacity: 0;
      transform: scale(1.06);
      filter: blur(14px) saturate(1.05) brightness(1.02) contrast(1.02);
      transition: opacity 0.9s ease, transform 1.4s cubic-bezier(0.2, 0.6, 0.2, 1), filter 1s ease;
    }

    .hero-foto img.carregada {
      opacity: 1;
      transform: scale(1);
      filter: blur(0) saturate(1.05) brightness(1.02) contrast(1.02);
    }

    .hero-foto:hover img.carregada {
      transform: scale(1.05);
    }

    .hero-foto:hover {
      box-shadow: 0 35px 100px rgba(45, 53, 86, 0.35), 0 0 90px rgba(184, 164, 212, 0.4), 0 0 0 1px rgba(201, 169, 97, 0.3);
    }

    .hero-foto::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at center, transparent 50%, rgba(45, 53, 86, 0.18) 100%);
      pointer-events: none;
    }

    .hero-foto-moldura {
      position: absolute;
      top: -22px;
      left: -22px;
      right: 32px;
      bottom: 32px;
      border: 1px solid var(--gold);
      border-radius: 4px;
      pointer-events: none;
      opacity: 0.5;
      z-index: -1;
      animation: brilho-moldura 5s ease-in-out infinite;
    }

    .hero-foto-moldura-2 {
      position: absolute;
      top: -10px;
      left: -10px;
      right: 20px;
      bottom: 20px;
      border: 1px solid var(--lilac-deep);
      border-radius: 4px;
      pointer-events: none;
      opacity: 0.4;
      z-index: -1;
    }

    @keyframes brilho-moldura {

      0%,
      100% {
        box-shadow: 0 0 0 0 rgba(201, 169, 97, 0);
        opacity: 0.5;
      }

      50% {
        box-shadow: 0 0 25px 0 rgba(201, 169, 97, 0.18);
        opacity: 0.7;
      }
    }

    .divisor {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.2rem;
      margin: 0 auto;
      max-width: 460px;
      padding: 2.5rem 1rem;
      position: relative;
      z-index: 2;
    }

    .divisor .linha-fina {
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }

    .divisor .ornamento {
      color: var(--rose);
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }

    .divisor .ornamento svg {
      color: var(--gold-deep);
    }

    section {
      padding: 7rem 3rem;
      position: relative;
      z-index: 2;
    }

    .secao-sobre {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.2rem;
      font-family: 'Cinzel', serif;
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: var(--gold-deep);
    }

    .secao-sobre::before,
    .secao-sobre::after {
      content: "";
      width: 36px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold-deep), transparent);
    }

    .secao-titulo {
      font-family: 'Italiana', serif;
      font-size: clamp(2.2rem, 4vw, 3.6rem);
      text-align: center;
      margin-bottom: 1.2rem;
      color: var(--navy);
      line-height: 1.1;
    }

    .secao-titulo em {
      font-family: 'Pinyon Script', cursive;
      font-style: normal;
      font-weight: 400;
      color: var(--rose-deep);
      font-size: 1.15em;
      letter-spacing: 0.01em;
      padding: 0 0.05em;
      text-shadow: 0 2px 16px rgba(147, 105, 122, 0.22);
    }

    .secao-titulo-linha {
      width: 60px;
      height: 1px;
      background: var(--gold);
      margin: 0 auto 4rem;
      position: relative;
    }

    .secao-titulo-linha::before,
    .secao-titulo-linha::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 5px;
      height: 5px;
      background: var(--gold);
      border-radius: 50%;
      transform: translateY(-50%);
    }

    .secao-titulo-linha::before {
      left: -10px;
    }

    .secao-titulo-linha::after {
      right: -10px;
    }

    .contagem {
      background:
        linear-gradient(180deg, var(--cream) 0%, var(--bg-soft) 100%);
      padding: 5rem 3rem;
      border-top: 1px solid rgba(201, 169, 97, 0.18);
      border-bottom: 1px solid rgba(201, 169, 97, 0.18);
    }

    .contagem-grade {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
      max-width: 720px;
      margin: 0 auto;
    }

    .contagem-celula {
      text-align: center;
      padding: 1.9rem 0.5rem;
      position: relative;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.55);
      border: 1px solid rgba(201, 169, 97, 0.28);
      box-shadow: 0 10px 30px rgba(58, 68, 112, 0.08);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .contagem-celula::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 38px;
      height: 2px;
      border-radius: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }

    .contagem-celula:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 42px rgba(58, 68, 112, 0.14);
    }

    .contagem-numero {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      font-style: italic;
      font-size: clamp(2.5rem, 5vw, 4rem);
      line-height: 1;
      color: var(--navy);
      display: block;
      transition: color 0.4s ease;
    }

    .contagem-celula:hover .contagem-numero {
      color: var(--rose-deep);
    }

    .contagem-rotulo {
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 0.62rem;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: var(--gold-deep);
      margin-top: 0.6rem;
      display: block;
    }

    .evento {
      background: linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
    }

    .evento-grade {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: start;
    }

    .evento-cartao {
      padding: 3rem 2rem;
      background: var(--white);
      border-radius: 4px;
      box-shadow: 0 20px 60px var(--shadow);
      position: relative;
      overflow: hidden;
      transition: transform 0.5s ease, box-shadow 0.5s ease;
    }

    .evento-cartao::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 4px;
      padding: 1px;
      background: linear-gradient(135deg, var(--gold), transparent 40%, transparent 60%, var(--rose));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      opacity: 0.5;
    }

    .evento-cartao:hover {
      transform: translateY(-6px);
      box-shadow: 0 28px 70px var(--shadow), 0 0 0 1px rgba(201, 169, 97, 0.15);
    }

    .evento-cartao-icone {
      width: 64px;
      height: 64px;
      margin: 0 auto 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--rose-deep);
      background: radial-gradient(circle, rgba(244, 221, 224, 0.55), transparent 70%);
      border-radius: 50%;
      transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .evento-cartao:hover .evento-cartao-icone {
      transform: scale(1.1) translateY(-3px);
    }

    .evento-cartao:nth-child(2) .evento-cartao-icone {
      color: var(--lilac-deep);
      background: radial-gradient(circle, rgba(229, 219, 240, 0.55), transparent 70%);
    }

    .evento-cartao h3 {
      font-family: 'Cinzel', serif;
      font-weight: 600;
      font-size: 1rem;
      letter-spacing: 0.4em;
      text-align: center;
      color: var(--navy);
      margin-bottom: 1rem;
    }

    .evento-cartao .info-evento {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      text-align: center;
      line-height: 1.7;
      color: var(--ink-soft);
    }

    .evento-cartao .info-evento strong {
      font-weight: 600;
      color: var(--navy);
      display: block;
      margin-bottom: 0.3rem;
      font-size: 1.25rem;
    }

    .evento-cartao .info-evento em {
      font-style: italic;
      color: var(--rose-deep);
    }

    .evento-cartao:nth-child(2) .info-evento em {
      color: var(--lilac-deep);
    }

    .evento-cartao .linha-lilas {
      width: 40px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      margin: 1.2rem auto;
      position: relative;
    }

    .evento-cartao .linha-lilas::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 5px;
      height: 5px;
      background: var(--gold);
      border-radius: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 8px rgba(201, 169, 97, 0.5);
    }

    .pais {
      background:
        linear-gradient(180deg, var(--bg-deep) 0%, var(--cream) 100%);
      text-align: center;
    }

    .pais-grade {
      max-width: 900px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      gap: 3rem;
      align-items: center;
    }

    .pai-familia {
      padding: 1.5rem;
      position: relative;
      border-radius: 12px;
      transition: transform 0.4s ease, background 0.5s ease;
    }

    .pai-familia:hover {
      transform: translateY(-4px);
      background: radial-gradient(circle at 50% 0%, rgba(229, 219, 240, 0.45), transparent 72%);
    }

    .pai-familia h4 {
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 0.78rem;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: var(--gold-deep);
      margin-bottom: 1.2rem;
    }

    .pai-familia .nome-pais {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.45rem;
      font-weight: 400;
      font-style: italic;
      color: var(--navy);
      line-height: 1.7;
    }

    .pais-grade>.pai-familia:first-child .nome-pais strong {
      color: var(--rose-deep);
      font-style: normal;
      font-weight: 500;
    }

    .pais-grade>.pai-familia:last-child .nome-pais strong {
      color: var(--lilac-deep);
      font-style: normal;
      font-weight: 500;
    }

    .pais-divisor {
      font-family: 'Great Vibes', cursive;
      font-size: 4.5rem;
      color: var(--gold-deep);
      line-height: 0.8;
      text-shadow: 0 2px 12px rgba(201, 169, 97, 0.3);
    }

    .acoes {
      background:
        linear-gradient(180deg, var(--cream) 0%, var(--bg-soft) 100%);
    }

    .acoes-grade {
      max-width: 720px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }

    .acao-cartao {
      background: var(--navy);
      padding: 3rem 2rem;
      text-align: center;
      text-decoration: none;
      border: 1px solid transparent;
      transition: all 0.5s ease;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      display: block;
      border-radius: 4px;
    }

    .acao-cartao:nth-child(1) {
      background: linear-gradient(160deg, #3a4068 0%, #1f2640 100%);
    }

    .acao-cartao:nth-child(2) {
      background: linear-gradient(160deg, #6b4a7e 0%, #3a2a52 100%);
    }

    .acao-cartao:nth-child(3) {
      background: linear-gradient(160deg, #7a4054 0%, #432232 100%);
    }

    .acao-cartao::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.08));
      opacity: 0;
      transition: opacity 0.5s ease;
    }

    .acao-cartao::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 4px;
      padding: 1px;
      background: linear-gradient(135deg, rgba(201, 169, 97, 0.5), transparent 50%, rgba(201, 169, 97, 0.3));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      opacity: 0;
      transition: opacity 0.5s ease;
      pointer-events: none;
    }

    .acao-cartao:hover {
      transform: translateY(-6px);
      box-shadow: 0 30px 60px rgba(45, 53, 86, 0.35);
    }

    .acao-cartao:hover::before {
      opacity: 1;
    }

    .acao-cartao:hover::after {
      opacity: 1;
    }

    .acao-icone {
      width: 64px;
      height: 64px;
      margin: 0 auto 1.5rem;
      border-radius: 50%;
      background: rgba(247, 245, 250, 0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--gold-light);
      transition: all 0.5s ease;
      position: relative;
      z-index: 2;
    }

    .acao-cartao:nth-child(2) .acao-icone {
      color: var(--lavender-light);
    }

    .acao-cartao:nth-child(3) .acao-icone {
      color: var(--blush);
    }

    .acao-cartao:hover .acao-icone {
      transform: translateY(-4px) scale(1.05);
      background: rgba(247, 245, 250, 0.2);
      box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
    }

    .acao-cartao h4 {
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 1rem;
      letter-spacing: 0.3em;
      color: var(--white);
      margin-bottom: 0.5rem;
      position: relative;
      z-index: 2;
    }

    .acao-cartao p {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1rem;
      color: var(--lavender-light);
      opacity: 0.9;
      margin-bottom: 1.4rem;
      position: relative;
      z-index: 2;
    }

    .acao-cartao:nth-child(1) p {
      color: var(--gold-light);
    }

    .acao-cartao:nth-child(3) p {
      color: var(--blush);
    }

    .acao-link {
      display: inline-block;
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 0.68rem;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: var(--lavender-light);
      padding-top: 0.8rem;
      border-top: 1px solid rgba(201, 184, 224, 0.25);
      transition: color 0.3s ease, letter-spacing 0.4s ease;
      position: relative;
      z-index: 2;
    }

    .acao-cartao:nth-child(1) .acao-link {
      color: var(--gold-light);
      border-top-color: rgba(201, 169, 97, 0.3);
    }

    .acao-cartao:nth-child(3) .acao-link {
      color: var(--blush);
      border-top-color: rgba(244, 221, 224, 0.3);
    }

    .acao-cartao:hover .acao-link {
      color: var(--white);
      letter-spacing: 0.42em;
    }

    .emissor-arroz {
      position: absolute;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
      z-index: 1;
    }

    .arroz {
      position: absolute;
      top: -20px;
      width: 6px;
      height: 10px;
      background: #ffffff;
      border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
      box-shadow: 0 0 4px rgba(255, 255, 255, 0.7), 0 0 1px rgba(255, 255, 255, 0.9);
      opacity: 0;
      pointer-events: none;
      z-index: 1;
    }

    .acao-cartao:hover .arroz {
      animation: queda-arroz linear forwards;
    }

    @keyframes queda-arroz {
      0% {
        opacity: 0;
        transform: translateY(-30px) translateX(0) rotate(0deg);
      }

      10% {
        opacity: 1;
      }

      90% {
        opacity: 1;
      }

      100% {
        opacity: 0;
        transform: translateY(400px) translateX(var(--drift, 20px)) rotate(var(--spin, 360deg));
      }
    }

    .arroz:nth-child(1) {
      left: 8%;
      --drift: 10px;
      --spin: 280deg;
      animation-duration: 2.2s;
      animation-delay: 0s;
      width: 5px;
      height: 9px;
    }

    .arroz:nth-child(2) {
      left: 18%;
      --drift: -15px;
      --spin: -340deg;
      animation-duration: 2.8s;
      animation-delay: 0.2s;
      width: 6px;
      height: 10px;
    }

    .arroz:nth-child(3) {
      left: 28%;
      --drift: 22px;
      --spin: 400deg;
      animation-duration: 2.4s;
      animation-delay: 0.4s;
      width: 5px;
      height: 8px;
    }

    .arroz:nth-child(4) {
      left: 38%;
      --drift: -8px;
      --spin: -280deg;
      animation-duration: 3.0s;
      animation-delay: 0.1s;
      width: 7px;
      height: 11px;
    }

    .arroz:nth-child(5) {
      left: 48%;
      --drift: 18px;
      --spin: 360deg;
      animation-duration: 2.6s;
      animation-delay: 0.5s;
      width: 6px;
      height: 10px;
    }

    .arroz:nth-child(6) {
      left: 58%;
      --drift: -22px;
      --spin: -420deg;
      animation-duration: 2.3s;
      animation-delay: 0.3s;
      width: 5px;
      height: 9px;
    }

    .arroz:nth-child(7) {
      left: 68%;
      --drift: 12px;
      --spin: 320deg;
      animation-duration: 2.9s;
      animation-delay: 0.6s;
      width: 6px;
      height: 10px;
    }

    .arroz:nth-child(8) {
      left: 78%;
      --drift: -18px;
      --spin: -380deg;
      animation-duration: 2.5s;
      animation-delay: 0.15s;
      width: 5px;
      height: 8px;
    }

    .arroz:nth-child(9) {
      left: 88%;
      --drift: 8px;
      --spin: 300deg;
      animation-duration: 2.7s;
      animation-delay: 0.45s;
      width: 7px;
      height: 11px;
    }

    .arroz:nth-child(10) {
      left: 13%;
      --drift: -10px;
      --spin: -360deg;
      animation-duration: 2.4s;
      animation-delay: 0.7s;
      width: 5px;
      height: 9px;
    }

    .arroz:nth-child(11) {
      left: 33%;
      --drift: 25px;
      --spin: 440deg;
      animation-duration: 2.6s;
      animation-delay: 0.9s;
      width: 6px;
      height: 10px;
    }

    .arroz:nth-child(12) {
      left: 53%;
      --drift: -12px;
      --spin: -300deg;
      animation-duration: 2.8s;
      animation-delay: 0.55s;
      width: 5px;
      height: 9px;
    }

    .arroz:nth-child(13) {
      left: 73%;
      --drift: 16px;
      --spin: 380deg;
      animation-duration: 2.5s;
      animation-delay: 0.8s;
      width: 6px;
      height: 10px;
    }

    .arroz:nth-child(14) {
      left: 93%;
      --drift: -20px;
      --spin: -340deg;
      animation-duration: 2.7s;
      animation-delay: 0.35s;
      width: 5px;
      height: 9px;
    }

    .arroz:nth-child(15) {
      left: 23%;
      --drift: 14px;
      --spin: 320deg;
      animation-duration: 3.0s;
      animation-delay: 1.0s;
      width: 7px;
      height: 11px;
    }

    .arroz:nth-child(16) {
      left: 43%;
      --drift: -16px;
      --spin: -400deg;
      animation-duration: 2.4s;
      animation-delay: 0.65s;
      width: 5px;
      height: 8px;
    }

    .arroz:nth-child(17) {
      left: 63%;
      --drift: 20px;
      --spin: 360deg;
      animation-duration: 2.6s;
      animation-delay: 0.85s;
      width: 6px;
      height: 10px;
    }

    .arroz:nth-child(18) {
      left: 83%;
      --drift: -14px;
      --spin: -320deg;
      animation-duration: 2.8s;
      animation-delay: 0.5s;
      width: 5px;
      height: 9px;
    }

    .coracao-clique {
      position: fixed;
      pointer-events: none;
      z-index: 9998;
      color: var(--rose);
      font-size: 1.4rem;
      animation: coracao-flutuar 1.3s ease-out forwards;
    }

    @keyframes coracao-flutuar {
      0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
      }

      20% {
        opacity: 1;
        transform: translate(-50%, -60%) scale(1.1);
      }

      100% {
        opacity: 0;
        transform: translate(-50%, -200%) scale(0.8);
      }
    }

    footer {
      background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
      color: var(--bg);
      padding: 5rem 3rem 3rem;
      text-align: center;
      position: relative;
      z-index: 2;
      overflow: hidden;
    }

    footer::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }

    .rodape-marca {
      font-family: 'Italiana', serif;
      font-size: 2rem;
      letter-spacing: 0.15em;
      margin-bottom: 1.5rem;
      color: var(--bg-soft);
    }

    .rodape-marca em {
      font-family: 'Great Vibes', cursive;
      font-style: normal;
      font-size: 1.5em;
      color: var(--gold-light);
      margin: 0 0.05em;
      vertical-align: -0.15em;
    }

    .rodape-data {
      display: inline-flex;
      align-items: baseline;
      gap: 1rem;
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-weight: 400;
      font-size: 1.35rem;
      letter-spacing: 0.05em;
      margin-bottom: 2rem;
      color: var(--lavender-light);
    }

    .rodape-data .num {
      font-family: 'Italiana', serif;
      font-style: normal;
      font-size: 2.2rem;
      letter-spacing: 0.08em;
      color: var(--blush);
    }

    .rodape-data .sep {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--rose);
      align-self: center;
      box-shadow: 0 0 8px rgba(176, 133, 144, 0.55);
    }

    .rodape-data .mes {
      font-family: 'Cinzel', serif;
      font-style: normal;
      font-weight: 500;
      font-size: 0.95rem;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: var(--lavender-light);
    }

    .rodape-ornamento {
      width: 80px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
      margin: 2rem auto;
      position: relative;
    }

    .rodape-ornamento::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 6px;
      height: 6px;
      background: var(--gold);
      border-radius: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0 0 8px rgba(201, 169, 97, 0.6);
    }

    .rodape-meta {
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 0.7rem;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: var(--lavender-light);
      opacity: 0.7;
    }

    footer::after {
      content: "";
      position: absolute;
      top: -40%;
      left: 50%;
      width: 70%;
      height: 80%;
      transform: translateX(-50%);
      background: radial-gradient(ellipse at center, rgba(184, 164, 212, 0.18), transparent 65%);
      pointer-events: none;
    }

    .rodape-conteudo {
      position: relative;
      z-index: 1;
    }

    .rodape-creditos {
      margin-top: 2.5rem;
      padding-top: 1.6rem;
      border-top: 1px solid rgba(201, 184, 224, 0.16);
      font-family: 'Inter', sans-serif;
      font-weight: 300;
      font-size: 0.74rem;
      letter-spacing: 0.06em;
      color: var(--lavender-light);
      opacity: 0.75;
    }

    .rodape-creditos a {
      color: var(--gold-light);
      text-decoration: none;
      font-weight: 500;
      transition: color 0.35s ease;
    }

    .rodape-creditos a:hover {
      color: var(--blush);
    }

    @keyframes surgir-cima {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes surgir-foto {
      from {
        opacity: 0;
        transform: scale(0.96);
      }

      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    @keyframes aparecer {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    .aparece {
      opacity: 0;
      transform: translateY(42px);
      filter: blur(6px);
      transition: opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1), transform 1.1s cubic-bezier(0.16, 1, 0.3, 1), filter 1.1s ease;
    }

    .aparece.visivel {
      opacity: 1;
      transform: translateY(0);
      filter: blur(0);
    }

    @media (max-width: 900px) {
      nav {
        padding: 1.2rem 1.5rem;
      }

      nav.rolando {
        padding: 0.8rem 1.5rem;
      }

      .menu-hamburguer {
        display: flex;
      }

      .menu-links {
        position: absolute;
        top: 100%;
        right: 1.5rem;
        flex-direction: column;
        align-items: flex-end;
        gap: 1.2rem;
        padding: 1.4rem 1.6rem;
        background: rgba(232, 230, 238, 0.97);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(139, 111, 176, 0.2);
        border-radius: 8px;
        box-shadow: 0 16px 40px var(--shadow);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
        min-width: 180px;
      }

      .menu-links.aberto {
        opacity: 1;
        visibility: visible;
        transform: translateY(8px);
      }

      .menu-links a {
        font-size: 0.78rem;
      }

      .capa {
        grid-template-columns: 1fr;
        padding: 7rem 1.5rem 3rem;
        gap: 3rem;
      }

      .hero-texto {
        padding-right: 0;
        order: 2;
      }

      .hero-data {
        justify-content: center;
        align-items: center;
        text-align: center;
      }

      .hero-foto-wrap {
        order: 1;
        height: 60vh;
        min-height: 400px;
      }

      .hero-nomes .nome-noiva {
        padding-left: 1rem;
      }

      .flores-hero {
        width: 200px;
        height: 200px;
        top: 4rem;
        left: -30px;
      }

      .flores-hero-2 {
        width: 160px;
        height: 160px;
      }

      section {
        padding: 5rem 1.5rem;
      }

      .evento-grade {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .pais-grade {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }

      .pais-divisor {
        font-size: 3rem;
      }

      .acoes-grade {
        grid-template-columns: 1fr;
      }

      .contagem-grade {
        gap: 0.5rem;
      }

      .contagem-celula:not(:last-child)::after {
        right: -0.25rem;
      }
    }

    @media (max-width: 500px) {
      .contagem-grade {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
      }

      .contagem-celula:nth-child(2)::after {
        display: none;
      }

      .hero-data {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
      }

      .hero-data .dia-data {
        font-size: 2.8rem;
      }
    }

    .rsvp {
      max-width: 620px;
      margin: 0 auto 4rem;
      background: linear-gradient(180deg, var(--white), #faf7fd);
      border-radius: 8px;
      padding: 3rem 2.6rem;
      box-shadow: 0 20px 60px var(--shadow);
      position: relative;
      overflow: hidden;
      transition: box-shadow 0.45s ease, transform 0.45s ease;
    }

    .rsvp:hover {
      box-shadow: 0 28px 72px var(--shadow), 0 0 0 1px rgba(201, 169, 97, 0.12);
    }

    .rsvp::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 8px;
      padding: 1px;
      background: linear-gradient(135deg, var(--gold), transparent 40%, transparent 60%, var(--rose));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      opacity: 0.5;
    }

    .rsvp-intro {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1.25rem;
      text-align: center;
      color: var(--ink-soft);
      margin-bottom: 2rem;
      line-height: 1.6;
    }

    .rsvp-campo {
      margin-bottom: 1.5rem;
    }

    .rsvp-rotulo {
      display: block;
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 0.66rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--gold-deep);
      margin-bottom: 0.7rem;
    }

    .rsvp-input,
    .rsvp-textarea {
      width: 100%;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      color: var(--navy);
      background: var(--bg-soft);
      border: 1px solid rgba(139, 111, 176, 0.25);
      border-radius: 7px;
      padding: 0.85rem 1rem;
      transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    }

    .rsvp-input:focus,
    .rsvp-textarea:focus {
      outline: none;
      border-color: var(--lilac-deep);
      background: var(--white);
      box-shadow: 0 0 0 3px rgba(184, 164, 212, 0.18);
    }

    .rsvp-textarea {
      resize: vertical;
      min-height: 80px;
      line-height: 1.5;
    }

    .rsvp-opcoes {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }

    .rsvp-opcao {
      cursor: pointer;
      position: relative;
    }

    .rsvp-opcao input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .rsvp-opcao-corpo {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.4rem;
      text-align: center;
      padding: 1.1rem 0.8rem;
      border: 1px solid rgba(139, 111, 176, 0.25);
      border-radius: 7px;
      background: var(--bg-soft);
      transition: all 0.35s ease;
    }

    .rsvp-opcao-corpo svg {
      color: var(--ink-soft);
      transition: color 0.35s ease, transform 0.35s ease;
    }

    .rsvp-opcao-corpo span {
      font-family: 'Cinzel', serif;
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--ink-soft);
      transition: color 0.35s ease;
    }

    .rsvp-opcao:hover .rsvp-opcao-corpo {
      border-color: var(--lilac-deep);
      transform: translateY(-2px);
    }

    .rsvp-opcao.sim input:checked+.rsvp-opcao-corpo {
      border-color: #4e9a6b;
      background: linear-gradient(160deg, #e6f4ea, var(--white));
      box-shadow: 0 8px 24px rgba(78, 154, 107, 0.2);
    }

    .rsvp-opcao.sim input:checked+.rsvp-opcao-corpo svg,
    .rsvp-opcao.sim input:checked+.rsvp-opcao-corpo span {
      color: #3f8a5c;
    }

    .rsvp-opcao.sim input:checked+.rsvp-opcao-corpo svg {
      fill: #4e9a6b;
      stroke: #3f8a5c;
    }

    .rsvp-opcao.nao input:checked+.rsvp-opcao-corpo {
      border-color: #c75c6a;
      background: linear-gradient(160deg, #fbe7ea, var(--white));
      box-shadow: 0 8px 24px rgba(199, 92, 106, 0.2);
    }

    .rsvp-opcao.nao input:checked+.rsvp-opcao-corpo svg,
    .rsvp-opcao.nao input:checked+.rsvp-opcao-corpo span {
      color: #c0394b;
    }

    .rsvp-opcao input:checked+.rsvp-opcao-corpo svg {
      transform: scale(1.1);
    }

    .rsvp-enviar {
      position: relative;
      overflow: hidden;
      width: 100%;
      margin-top: 0.5rem;
      font-family: 'Cinzel', serif;
      font-weight: 500;
      font-size: 0.78rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--white);
      background: linear-gradient(135deg, var(--lilac-deep) 0%, var(--rose-deep) 100%);
      border: none;
      border-radius: 7px;
      padding: 1.1rem;
      cursor: pointer;
      transition: transform 0.35s ease, box-shadow 0.35s ease, letter-spacing 0.35s ease;
    }

    .rsvp-enviar::after {
      content: "";
      position: absolute;
      top: 0;
      left: -120%;
      width: 80%;
      height: 100%;
      background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.35), transparent);
      transform: skewX(-20deg);
      transition: left 0.7s ease;
    }

    .rsvp-enviar:hover:not(:disabled) {
      transform: translateY(-2px);
      letter-spacing: 0.34em;
      box-shadow: 0 16px 36px rgba(139, 111, 176, 0.35);
    }

    .rsvp-enviar:hover:not(:disabled)::after {
      left: 130%;
    }

    .rsvp-enviar:disabled {
      opacity: 0.6;
      cursor: progress;
    }

    .rsvp-aviso {
      display: none;
      align-items: center;
      gap: 0.55rem;
      text-align: left;
      font-family: 'Inter', sans-serif;
      font-size: 0.92rem;
      line-height: 1.4;
      margin-top: 1.2rem;
      padding: 0.85rem 1rem;
      border-radius: 8px;
      border: 1px solid;
      animation: rsvpAvisoEntra 0.35s ease;
    }

    .rsvp-aviso.mostrar {
      display: flex;
    }

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

    .rsvp-aviso::before {
      flex-shrink: 0;
      font-size: 1.05rem;
      line-height: 1;
    }

    .rsvp-aviso.erro {
      background: #fbe7ea;
      border-color: #e3aeb8;
      color: #a32f44;
    }

    .rsvp-aviso.erro::before {
      content: "⚠";
    }

    .rsvp-aviso.ok {
      background: #e6f4ea;
      border-color: #bcdcc6;
      color: #3f8a5c;
    }

    .rsvp-aviso.ok::before {
      content: "✓";
    }

    .rsvp-sucesso {
      text-align: center;
      padding: 1rem 0;
      animation: rsvpSucessoEntra 0.6s ease;
    }

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

    .rsvp-sucesso-icone {
      width: 64px;
      height: 64px;
      margin: 0 auto 1.4rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--lilac-dark);
      background: radial-gradient(circle, var(--lavender-pale), transparent 72%);
      animation: rsvpIconePula 0.9s 0.15s ease both;
    }

    @keyframes rsvpIconePula {
      0%   { transform: scale(0.2) rotate(-12deg); opacity: 0; }
      55%  { transform: scale(1.18) rotate(6deg); opacity: 1; }
      75%  { transform: scale(0.94) rotate(-3deg); }
      100% { transform: scale(1) rotate(0deg); }
    }

    .rsvp-sucesso h3 {
      font-family: 'Italiana', serif;
      font-size: 1.9rem;
      color: var(--navy);
      margin-bottom: 0.6rem;
    }

    .rsvp-sucesso p {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-size: 1.2rem;
      color: var(--ink-soft);
      line-height: 1.6;
    }

    .rsvp-honeypot {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

    @media (max-width: 560px) {
      .rsvp {
        padding: 2.2rem 1.5rem;
      }

      .rsvp-opcoes {
        grid-template-columns: 1fr;
      }
    }
