@font-face {
  font-family: "Braven";
  src: url("assets/fonts/BravenRegular.otf") format("opentype");
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --rosa: #ba8192;
  --rosa-light: #d4a0af;
  --rosa-ultra: #f0dde3;
  --creme: #fdf8f0;
  --creme-dark: #f5ede0;
  --dourado: #c9973a;
  --dourado-light: #e8c87a;
  --dourado-pale: #f5e8c0;
  --texto: #3a2e2e;
  --texto-soft: #7a6a6a;
  --branco: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Braven", serif;
  font-weight: 400;
  background-color: var(--creme);
  background-image: url("assets/background-site.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--texto);
  min-height: 100vh;
}

/* ── WRAPPER DESKTOP ── */
.page {
  max-width: 440px;
  margin: 0 auto;
  min-height: 100vh;
  background: var(--creme);
  position: relative;
  overflow: hidden;
}

@media (min-width: 800px) {
  .page {
    margin: 32px auto;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(90, 50, 50, 0.15);
    overflow: hidden;
    min-height: auto;
  }
}

/* ══════════════════════════════════
   HERO
══════════════════════════════════ */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  background: linear-gradient(135deg, var(--creme) 0%, var(--creme-dark) 100%);
  overflow: hidden;
}

/* Ornamento de arco no canto superior esquerdo */
.hero::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(186, 129, 146, 0.18);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid rgba(186, 129, 146, 0.12);
  pointer-events: none;
}

/* Texto do hero */
.hero-text {
  position: relative;
  padding: 44px 20px 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  z-index: 1;
}

/* Marca d'água com o monograma, atrás do nome */
.hero-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/pattern-mono.png");
  background-repeat: repeat;
  background-size: 130px 130px;
  opacity: 0.05;
  pointer-events: none;
  z-index: -1;
}

.hero-eyebrow {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--dourado);
  margin-bottom: 12px;
  opacity: 0;
  animation: fadeUp 0.6s ease 0.1s forwards;
}

.hero-name {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.05;
  color: var(--texto);
  margin-bottom: 14px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.2s forwards;
}

.hero-divider {
  width: 36px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--rosa), var(--dourado-light));
  margin-bottom: 12px;
  opacity: 0;
  animation: fadeUp 0.6s ease 0.35s forwards;
}

.hero-title {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rosa);
  margin-bottom: 6px;
  opacity: 0;
  animation: fadeUp 0.6s ease 0.45s forwards;
}

.hero-cro {
  font-size: 10px;
  font-weight: 300;
  color: var(--texto-soft);
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  opacity: 0;
  animation: fadeUp 0.6s ease 0.5s forwards;
}

.hero-tagline {
  font-family: "Braven", serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: var(--texto-soft);
  line-height: 1.45;
  margin-bottom: 22px;
  opacity: 0;
  animation: fadeUp 0.6s ease 0.6s forwards;
}

.hero-social {
  display: flex;
  gap: 14px;
  align-items: center;
  opacity: 0;
  animation: fadeUp 0.6s ease 0.7s forwards;
}

.hero-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(186, 129, 146, 0.35);
  color: var(--rosa);
  transition: all 0.25s ease;
  text-decoration: none;
}
.hero-social a:hover {
  background: var(--rosa);
  border-color: var(--rosa);
  color: #fff;
  transform: scale(1.12);
  animation: pulseRing 1.1s ease-out infinite;
}
.hero-social a:active {
  transform: scale(0.92);
}
.hero-social svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Ícone do WhatsApp (glifo reconhecível, preenchido) */
.icon-whatsapp {
  stroke: none !important;
  fill: currentColor !important;
}

/* Selo com a logo, centralizado, ancorado na base do hero */
.hero-logo-badge {
  position: relative;
  width: 72px;
  height: 72px;
  margin: -36px auto 0;
  background: var(--branco);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-shadow:
    0 6px 18px rgba(90, 50, 50, 0.2),
    0 0 0 1px rgba(201, 151, 58, 0.3);
  z-index: 3;
}
.hero-logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Foto do hero */
.hero-photo-wrap {
  position: relative;
  overflow: hidden;
}

.hero-photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--creme-dark) 0%, transparent 40%);
  z-index: 1;
  pointer-events: none;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% top;
  display: block;
  opacity: 0;
  animation: photoReveal 1s ease 0.3s forwards;
}

/* Placeholder caso sem foto real */
.hero-photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background: linear-gradient(
    160deg,
    var(--rosa-ultra) 0%,
    var(--dourado-pale) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  opacity: 0;
  animation: photoReveal 1s ease 0.3s forwards;
}

/* ══════════════════════════════════
   SEÇÃO DE LINKS (fundo ornamental)
══════════════════════════════════ */
.links-section {
  position: relative;
  padding: 28px 20px 8px;
  background: var(--branco);
}

/* Faixa decorativa no topo da seção */
.links-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--rosa-ultra),
    var(--rosa),
    var(--dourado-light),
    var(--rosa-ultra)
  );
  margin-bottom: 28px;
}

.links-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rosa);
  text-align: center;
  margin-bottom: 20px;
}

.cards-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

/* Card individual */
.card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--creme);
  border: 1px solid rgba(186, 129, 146, 0.15);
  border-radius: 14px;
  padding: 15px 16px;
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  opacity: 0;
  transform: translateY(16px);
}
.card.visible {
  opacity: 1;
  transform: translateY(0);
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(186, 129, 146, 0.18);
  border-color: rgba(186, 129, 146, 0.4);
}
.card:active {
  transform: translateY(-1px) scale(0.98);
}
.card:hover .card-icon {
  transform: scale(1.1) rotate(-6deg);
}

.card-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dourado-pale), var(--rosa-ultra));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}
.card-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--dourado);
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-body {
  flex: 1;
}
.card-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--texto);
  margin-bottom: 3px;
}
.card-desc {
  font-size: 12.5px;
  font-weight: 300;
  color: var(--texto-soft);
  line-height: 1.45;
}

.card-arrow {
  flex-shrink: 0;
  color: var(--rosa-light);
  transition: transform 0.2s ease;
}
.card:hover .card-arrow {
  transform: translateX(3px);
}
.card-arrow svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

/* ══════════════════════════════════
   QUOTE
══════════════════════════════════ */
.quote-section {
  margin: 24px 20px;
  padding: 24px 22px;
  background: linear-gradient(
    135deg,
    var(--rosa-ultra) 0%,
    var(--dourado-pale) 100%
  );
  border-radius: 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.quote-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Aspas decorativas */
.quote-section::before {
  content: "\201C";
  position: absolute;
  top: -8px;
  left: 16px;
  font-family: "Braven", serif;
  font-size: 80px;
  color: rgba(186, 129, 146, 0.15);
  line-height: 1;
  pointer-events: none;
}

.quote-text {
  font-family: "Braven", serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  color: var(--texto);
  line-height: 1.55;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.quote-author {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rosa);
}

/* ══════════════════════════════════
   FOOTER
══════════════════════════════════ */
footer {
  background: linear-gradient(180deg, var(--creme-dark) 0%, #ede4d8 100%);
  padding: 28px 20px 32px;
  text-align: center;
  border-top: 1px solid rgba(186, 129, 146, 0.15);
}

.footer-logo {
  margin-bottom: 16px;
}
.footer-logo img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.footer-connect {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rosa);
  margin-bottom: 14px;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(186, 129, 146, 0.35);
  color: var(--rosa);
  transition: all 0.25s;
  text-decoration: none;
}
.footer-social a:hover {
  background: var(--rosa);
  color: #fff;
  transform: scale(1.12);
  animation: pulseRing 1.1s ease-out infinite;
}
.footer-social a:active {
  transform: scale(0.92);
}
.footer-social svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-info {
  font-size: 9.5px;
  font-weight: 300;
  color: var(--texto-soft);
  line-height: 1.7;
  letter-spacing: 0.03em;
}

/* ══════════════════════════════════
   MOBILE
══════════════════════════════════ */
@media (max-width: 479px) {
  .hero-text {
    padding: 32px 10px 28px 20px;
  }
  .hero-eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
  }
  .hero-name {
    font-size: 31px;
  }
  .hero-title {
    font-size: 10px;
  }
  .hero-cro {
    font-size: 11px;
  }
  .hero-tagline {
    font-size: 14.5px;
  }
}

/* ══════════════════════════════════
   ANIMAÇÕES
══════════════════════════════════ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes photoReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(186, 129, 146, 0.45);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(186, 129, 146, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
