﻿:root {
  --bg-main: #f7f2ea;
  --bg-soft: #fffdf9;
  --bg-dark: #11161d;
  --surface: #ffffff;
  --text: #1b2028;
  --text-soft: #5d6673;
  --accent: #c1121f;
  --accent-strong: #ff4d4d;
  --gold: #f2b35d;
  --line: rgba(23, 32, 45, 0.1);
  --radius: 22px;
  --shadow: 0 24px 55px rgba(12, 19, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: var(--bg-main);
  color: var(--text);
  line-height: 1.6;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section {
  padding: clamp(72px, 10vw, 110px) 0;
}

.site-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 30;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.header-row {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 4px;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(290px, 42vw, 600px);
  min-height: 56px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 16px 34px rgba(8, 14, 24, 0.44),
    0 0 28px rgba(193, 18, 31, 0.2);
  background:
    linear-gradient(120deg, rgba(8, 14, 24, 0.9), rgba(22, 33, 49, 0.84)) padding-box,
    linear-gradient(115deg, rgba(255, 89, 109, 0.9), rgba(242, 179, 93, 0.95), rgba(111, 177, 255, 0.88)) border-box;
}

.hero-title-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-title-card::before {
  content: "";
  position: absolute;
  inset: -45% -18%;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 80, 103, 0.34), transparent 45%),
    radial-gradient(circle at 82% 52%, rgba(242, 179, 93, 0.26), transparent 44%);
  filter: blur(20px);
  animation: titleGlow 6.5s ease-in-out infinite;
  z-index: 0;
}

.hero-title-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -36%;
  width: 34%;
  height: 100%;
  transform: skewX(-18deg);
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  animation: titleShine 5.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

.hero-title-card span {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  font-size: clamp(0.84rem, 1.28vw, 1.16rem);
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #fff6ec;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.42),
    0 0 16px rgba(242, 179, 93, 0.26);
  text-wrap: balance;
}

.hero {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  background: url("imagens/otimizadas/background-hero.jpg") center center / cover no-repeat;
  color: #fff;
  padding-top: clamp(178px, 16vw, 218px);
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 77, 77, 0.2), transparent 40%),
    linear-gradient(115deg, rgba(13, 17, 24, 0.94) 25%, rgba(20, 24, 31, 0.68) 60%, rgba(193, 18, 31, 0.45) 100%);
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -120px auto;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 179, 93, 0.28) 0%, rgba(242, 179, 93, 0) 70%);
  filter: blur(14px);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 4vw, 50px);
  align-items: center;
  min-height: calc(100svh - 120px);
  padding-bottom: 28px;
}

.tag,
.eyebrow {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
}

.tag {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-copy h1,
h2,
h3 {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  letter-spacing: 0.01em;
  margin: 0;
  line-height: 1.1;
}

.hero-copy h1 {
  margin-top: 18px;
  font-size: clamp(2rem, 5.6vw, 4rem);
  max-width: 12ch;
  text-wrap: balance;
}

.hero-text {
  margin: 18px 0 0;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.87);
  font-size: clamp(1rem, 1.8vw, 1.16rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

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

.btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.btn-primary {
  margin-top: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 18px 40px rgba(193, 18, 31, 0.38);
}

.btn-primary:hover {
  box-shadow: 0 22px 46px rgba(193, 18, 31, 0.48);
}

.cta-mic {
  font-size: clamp(0.92rem, 1.5vw, 1.05rem);
}

.cta-mic.large {
  font-size: 1.02rem;
  padding: 16px 28px;
}

.mic-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
}

.mic-icon svg {
  width: 19px;
  height: 19px;
  fill: #fff;
}

.hero-video {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 18px;
  border-radius: var(--radius);
  backdrop-filter: blur(5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.hero-video video {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #0a1018;
}

.services {
  background: linear-gradient(180deg, #f4efe7 0%, #faf7f2 100%);
  padding-top: clamp(30px, 5vw, 56px);
}

.section-head {
  margin-bottom: 28px;
}

.section-head h2 {
  margin-top: 8px;
  font-size: clamp(1.7rem, 4vw, 3rem);
  color: #171e27;
  max-width: 18ch;
  text-wrap: balance;
}

.eyebrow {
  color: #fff;
  background: linear-gradient(120deg, #a90f1d, #d62939);
}

.cards {
  display: grid;
  gap: 24px;
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(20px, 2.2vw, 30px);
  box-shadow: var(--shadow);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.card:hover {
  transform: translateY(-6px);
  border-color: rgba(193, 18, 31, 0.35);
  box-shadow: 0 28px 55px rgba(12, 17, 22, 0.17);
}

.card h3 {
  font-size: clamp(1.35rem, 2.1vw, 2rem);
}

.card p {
  margin: 12px 0 16px;
  color: var(--text-soft);
}

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

.card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}

.card li::before {
  content: "";
  width: 11px;
  height: 11px;
  margin-top: 0.45em;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(130deg, var(--accent), var(--accent-strong));
  box-shadow: 0 0 0 4px rgba(193, 18, 31, 0.12);
}

.card.premium {
  background: linear-gradient(145deg, #fff4e5 0%, #fffdf6 100%);
}

.package-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card.recording-service-card {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(242, 179, 93, 0.28);
  background: linear-gradient(130deg, #0d1521 0%, #16253b 58%, #8f1b2f 145%);
  box-shadow: 0 26px 56px rgba(8, 13, 22, 0.35);
}

.card.recording-service-card::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: clamp(56px, 5.5vw, 82px);
  aspect-ratio: 1 / 1;
  background: url("imagens/logo.png") center / contain no-repeat;
  opacity: 0.9;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
  pointer-events: none;
  z-index: 6;
}

.card.recording-service-card > * {
  position: relative;
  z-index: 2;
}

.card.recording-service-card .package-tag,
.card.recording-service-card h3 {
  max-width: calc(100% - 102px);
}

.package-card::after {
  content: "";
  position: absolute;
  inset: auto -80px -95px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(193, 18, 31, 0.15) 0%, rgba(193, 18, 31, 0) 72%);
  pointer-events: none;
}

.recording-service-card.package-card::after {
  background: radial-gradient(circle, rgba(255, 83, 106, 0.24) 0%, rgba(255, 83, 106, 0) 72%);
}

.package-essential {
  background: linear-gradient(152deg, #ffffff 0%, #f6f7fb 95%);
}

.package-premium {
  border-color: rgba(242, 179, 93, 0.5);
  background: linear-gradient(150deg, #fff9ee 0%, #fff4de 100%);
}

.package-tag {
  align-self: flex-start;
  margin: 0 0 10px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(120deg, #bf1121, #f13f56);
  box-shadow: 0 12px 26px rgba(150, 17, 32, 0.32);
}

.package-tag.featured {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(120deg, #ad0e1d, #eb374f);
  box-shadow: 0 12px 26px rgba(150, 17, 32, 0.32);
}

.package-subtitle {
  margin-bottom: 18px;
  font-size: 1rem;
  color: #4e5a6d;
}

.package-media {
  margin: 0 0 18px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 41, 58, 0.12);
  box-shadow: 0 14px 28px rgba(15, 22, 33, 0.16);
  aspect-ratio: 16 / 9;
}

.package-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.package-card:hover .package-media img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.package-card ul strong {
  color: #162031;
}

.package-card h3 {
  color: #152136;
}

.package-premium:not(.recording-service-card) h3 {
  color: #6c1b27;
}

.package-highlight {
  margin: 20px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px dashed rgba(193, 18, 31, 0.28);
  background: rgba(193, 18, 31, 0.06);
  color: #253041;
  font-weight: 700;
}

.premium-support {
  margin-top: 18px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
}

.premium-support-tag {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(120deg, #b10f1e, #ea394f);
}

.premium-support h4 {
  margin: 12px 0 10px;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.1;
  color: #fff;
}

.premium-support p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.package-cta {
  margin-top: 22px;
  align-self: flex-start;
}

.recording-service-card h3,
.recording-service-card p,
.recording-service-card li {
  color: rgba(255, 255, 255, 0.92);
}

.recording-service-card .note-mini {
  color: rgba(255, 255, 255, 0.92);
}

.recording-service-card .package-subtitle {
  color: rgba(255, 255, 255, 0.84);
}

.recording-service-card .package-card ul strong,
.recording-service-card ul strong {
  color: #ffffff;
}

.recording-service-card .package-media {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 14px 28px rgba(7, 11, 18, 0.32);
}

.recording-service-card .package-highlight {
  border: 1px dashed rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.show-service-cta {
  margin-top: 20px;
}

.show-pro {
  background: var(--bg-soft);
}

.show-pro .section-head h2 {
  max-width: 24ch;
}

.show-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.show-pro .card:not(.recording-service-card) {
  background: linear-gradient(160deg, #ffffff 0%, #fbf8f2 100%);
  border-top: 4px solid rgba(193, 18, 31, 0.45);
}

.show-pro .card.recording-service-card .show-media {
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 28px rgba(7, 11, 18, 0.34);
}

.show-media {
  position: relative;
  margin: 12px 0 16px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(25, 37, 54, 0.14);
  box-shadow: 0 12px 24px rgba(15, 22, 33, 0.14);
  aspect-ratio: 16 / 9;
  background: #0f151d;
}

.show-media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid rgba(242, 179, 93, 0.26);
  pointer-events: none;
  z-index: 2;
}

.show-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0) 0%, rgba(8, 12, 18, 0.72) 100%);
  pointer-events: none;
  z-index: 1;
}

.show-media img,
.show-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.show-media figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(10, 16, 24, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(4px);
  z-index: 3;
}

.show-pro .card:hover .show-media img,
.show-pro .card:hover .show-media video {
  transform: scale(1.04);
  filter: saturate(1.06);
}

.show-cta {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.show-cta .btn {
  width: 100%;
  max-width: 360px;
}

.note-mini {
  margin-top: 14px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2e3744;
}














.final-note {
  padding-top: 44px;
  padding-bottom: 30px;
}

.note-wrap {
  background: linear-gradient(140deg, #fff9ef 0%, #ffffff 55%, #fff1f1 100%);
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgba(193, 18, 31, 0.2);
  box-shadow: var(--shadow);
  padding: clamp(24px, 3vw, 40px);
  text-align: center;
}

.note-wrap h2 {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.note-wrap p {
  margin: 10px auto 0;
  max-width: 58ch;
  color: var(--text-soft);
  font-weight: 700;
}






.footer {
  margin-top: 80px;
  background: linear-gradient(130deg, #0f151d 0%, #18212e 70%, #101824 100%);
  color: rgba(255, 255, 255, 0.86);
  padding: 30px 0;
}

.footer-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  display: block;
  width: clamp(180px, 24vw, 290px);
  max-width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.25));
}

.footer-brand p {
  margin: 0;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.footer-meta {
  justify-self: end;
  text-align: right;
}

.footer-meta p {
  margin: 0;
  font-size: 0.9rem;
}

.dev-credit {
  margin-top: 8px;
}

.dev-credit a {
  color: #f2b35d;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dev-credit a:hover {
  color: #ffd39a;
}

.whatsapp-float {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  width: 56px;
  height: 56px;
  border-radius: 50%;
  z-index: 35;
  display: grid;
  place-items: center;
  background: #22c55e;
  color: #fff;
  box-shadow: 0 14px 32px rgba(15, 114, 50, 0.4);
  animation: pulse 2.3s infinite;
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45), 0 14px 32px rgba(15, 114, 50, 0.4);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(34, 197, 94, 0), 0 14px 32px rgba(15, 114, 50, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0), 0 14px 32px rgba(15, 114, 50, 0.4);
  }
}

@keyframes titleGlow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.7;
  }
  50% {
    transform: translateX(2%);
    opacity: 1;
  }
}

@keyframes titleShine {
  0%,
  65%,
  100% {
    left: -36%;
    opacity: 0;
  }
  72% {
    opacity: 0.9;
  }
  88% {
    left: 108%;
    opacity: 0;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .two-col,
  .show-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: clamp(152px, 22vw, 214px);
    padding-bottom: 38px;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .package-cta {
    width: 100%;
  }

  .package-cta span:last-child {
    text-align: center;
  }

  .footer-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand {
    flex-direction: column;
  }

  .footer-meta {
    justify-self: center;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 8px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .header-row {
    min-height: auto;
    padding: 6px 0 4px;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
  }

  .hero {
    padding-top: clamp(132px, 36vw, 172px);
  }

  .brand {
    width: clamp(250px, 90vw, 420px);
    min-height: 50px;
    padding: 8px 14px;
  }

  .hero-title-card span {
    font-size: clamp(0.72rem, 3vw, 0.96rem);
    letter-spacing: 0.05em;
  }

  .site-header .btn-ghost {
    display: none;
  }

  .hero-copy {
    padding-top: 0;
  }

  .card.recording-service-card::before {
    top: 10px;
    right: 10px;
    width: 58px;
    opacity: 0.9;
  }

  .card.recording-service-card .package-tag,
  .card.recording-service-card h3 {
    max-width: calc(100% - 74px);
  }

  .whatsapp-float {
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

