@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Outfit:wght@300;400;500;600&display=swap");

:root {
  --bg: #07121f;
  --bg-soft: #0e1f33;
  --wine: #82131a;
  --gold: #f2c94c;
  --ice: #d8ecff;
  --ink: #13233a;
  --paper: #f7f8fa;
  --ok: #1fa774;
  --ring: rgba(242, 201, 76, 0.4);
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", sans-serif;
  background: linear-gradient(145deg, #06101b 0%, #0a1a2c 45%, #1a0d12 100%);
  color: #e7edf5;
  line-height: 1.6;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(10px);
  background: linear-gradient(90deg, rgba(8, 18, 31, 0.92), rgba(35, 12, 18, 0.92));
  border-bottom: 1px solid rgba(242, 201, 76, 0.2);
}

.header-row {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(242, 201, 76, 0.24));
}

.brand span {
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-list a {
  font-weight: 500;
  color: #ebf2fa;
  padding: 0.25rem 0.4rem;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.nav-list a:hover,
.nav-list a[aria-current="page"] {
  color: var(--gold);
  border-color: var(--gold);
}

.menu-toggle {
  display: none;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 0.5rem 0.7rem;
}

.cta-mini {
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #f8dd87);
  color: #202020;
  font-weight: 700;
  font-size: 0.92rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 6.4rem 0 4.4rem;
  isolation: isolate;
  background-image: linear-gradient(125deg, rgba(7, 18, 31, 0.46), rgba(122, 17, 22, 0.32)), var(--hero-image, url("../assets/background%20do%20site%20%281%29.jpg"));
  background-size: cover;
  background-position: center;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: -20% -10%;
  z-index: -2;
  pointer-events: none;
}

.hero::before {
  background:
    radial-gradient(circle at 22% 30%, rgba(242, 201, 76, 0.24), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(138, 35, 38, 0.46), transparent 36%),
    radial-gradient(circle at 70% 78%, rgba(82, 151, 255, 0.16), transparent 28%);
  animation: pulseGlow 9s linear infinite;
}

.hero::after {
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.2) 49%, transparent 63%);
  transform: translateX(-140%);
  animation: lightSweep 8.2s ease-in-out infinite;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 2rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.8rem;
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #0f1f34;
  background: linear-gradient(90deg, #f5d97a, #fff2b2);
}

.hero h1 {
  margin: 0.9rem 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 3.4rem);
  line-height: 1.12;
  max-width: 18ch;
}

.hero p {
  max-width: 58ch;
  color: #d9e5f2;
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.82rem 1.25rem;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 700;
  font-family: "Sora", sans-serif;
}

.btn-primary {
  background: linear-gradient(90deg, #f2c94c, #f7e6ab);
  color: #221f13;
  box-shadow: 0 12px 22px rgba(242, 201, 76, 0.25);
}

.btn-secondary {
  color: #dce9f8;
  border-color: rgba(220, 233, 248, 0.5);
  background: rgba(5, 13, 23, 0.3);
}

.hero-panel {
  border-radius: 24px;
  padding: 1.2rem;
  background: linear-gradient(150deg, rgba(5, 14, 24, 0.78), rgba(131, 16, 23, 0.52));
  border: 1px solid rgba(242, 201, 76, 0.3);
  box-shadow: var(--shadow);
  transform: translate3d(var(--mx, 0), var(--my, 0), 0);
  transition: transform 0.2s ease;
}

.hero-panel img {
  border-radius: 18px;
  min-height: 280px;
  object-fit: cover;
  object-position: center 26%;
}

.hero-panel .panel-note {
  margin-top: 0.8rem;
  font-size: 0.93rem;
  color: #f0f5fd;
}

.section {
  padding: 4.2rem 0;
}

.section-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(145deg, rgba(7, 18, 31, 0.76), rgba(12, 24, 39, 0.7)), var(--section-image);
  background-size: cover;
  background-position: center;
  opacity: 0.42;
}

.section.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.section-title {
  margin: 0 0 0.6rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
}

.section-intro {
  margin: 0;
  color: #c8d8ea;
  max-width: 70ch;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1.3rem;
  margin-top: 1.5rem;
}

.photo-block {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 280px;
  box-shadow: var(--shadow);
}

.photo-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.card {
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(242, 201, 76, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
}

.card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center 22%;
}

.card-body {
  padding: 1rem;
}

.card h3 {
  margin: 0 0 0.4rem;
  font-family: "Sora", sans-serif;
  font-size: 1.04rem;
}

.card p {
  margin: 0;
  color: #d2deeb;
  font-size: 0.95rem;
}

.zigzag-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.zig-item {
  border-radius: var(--radius);
  border: 1px solid rgba(242, 201, 76, 0.2);
  background: linear-gradient(150deg, rgba(12, 25, 40, 0.75), rgba(115, 20, 32, 0.32));
  padding: 1.1rem;
}

.zig-item.large {
  grid-column: span 7;
}

.zig-item.small {
  grid-column: span 5;
}

.checklist {
  list-style: none;
  margin: 0.8rem 0 0;
  padding: 0;
}

.checklist li {
  margin: 0.38rem 0;
  position: relative;
  padding-left: 1.2rem;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 99px;
  background: var(--gold);
}

.stats {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.stat {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(5, 14, 24, 0.45);
  padding: 1rem;
}

.stat strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.5rem;
  color: var(--gold);
}

.faq-list {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border: 1px solid rgba(242, 201, 76, 0.25);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(5, 13, 23, 0.56);
}

.faq-item button {
  width: 100%;
  background: transparent;
  color: #f4f8fe;
  border: 0;
  padding: 0.95rem 1rem;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.faq-item p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: #c8d8e9;
  display: none;
}

.faq-item.open p {
  display: block;
}

.form-wrap {
  margin-top: 1.4rem;
  border-radius: var(--radius);
  padding: 1.1rem;
  border: 1px solid rgba(242, 201, 76, 0.28);
  background: linear-gradient(150deg, rgba(7, 18, 30, 0.9), rgba(121, 16, 24, 0.35));
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.9rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 0.7rem;
  color: #f4f8ff;
  background: rgba(5, 12, 22, 0.5);
  font: inherit;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid var(--ring);
  border-color: rgba(242, 201, 76, 0.8);
}

.form-status {
  margin: 0.8rem 0 0;
  color: #daf9ec;
  font-size: 0.93rem;
}

.blog-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.post-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(242, 201, 76, 0.2);
  background: rgba(8, 20, 33, 0.86);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.post-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 201, 76, 0.42);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.28);
}

.post-card-link {
  display: block;
  color: inherit;
  height: 100%;
}

.post-card-link:hover h3 {
  color: var(--gold);
}

.post-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center 24%;
}

.post-content {
  padding: 1rem;
}

.post-content h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  font-family: "Sora", sans-serif;
}

.post-meta {
  color: #abc4de;
  font-size: 0.88rem;
}

.post-hero {
  min-height: 70vh;
}

.post-hero .container {
  position: relative;
  z-index: 2;
}

.post-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 1.2rem;
}

.post-hero-copy p {
  max-width: 56ch;
  color: #d7e4f1;
  text-align: left;
}

.post-hero-media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(242, 201, 76, 0.28);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.34);
  background: rgba(8, 18, 30, 0.82);
}

.post-hero-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center 18%;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.post-tags span {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(242, 201, 76, 0.45);
  font-size: 0.82rem;
  color: #f7df93;
  background: rgba(8, 20, 34, 0.62);
}

.post-body {
  max-width: 860px;
  margin: -2.8rem auto 0;
  background: linear-gradient(170deg, rgba(7, 18, 30, 0.96), rgba(8, 20, 32, 0.96));
  border: 1px solid rgba(242, 201, 76, 0.24);
  border-radius: 22px;
  padding: 1.6rem;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.28);
}

.post-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1rem;
  align-items: start;
  margin-top: -2rem;
}

.post-layout .post-body {
  margin: 0;
  max-width: none;
}

.post-sidebar {
  position: sticky;
  top: 98px;
  border-radius: 16px;
  border: 1px solid rgba(242, 201, 76, 0.24);
  background: linear-gradient(165deg, rgba(8, 19, 32, 0.95), rgba(11, 28, 45, 0.92));
  padding: 0.9rem;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.26);
}

.post-sidebar h3 {
  margin: 0 0 0.7rem;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.post-sidebar-list {
  display: grid;
  gap: 0.6rem;
}

.post-sidebar-item {
  display: block;
  border-radius: 12px;
  padding: 0.6rem;
  border: 1px solid rgba(242, 201, 76, 0.16);
  background: rgba(14, 34, 55, 0.62);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.post-sidebar-item:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 201, 76, 0.45);
  background: rgba(21, 44, 68, 0.75);
}

.post-sidebar-item strong {
  display: block;
  font-size: 0.9rem;
  line-height: 1.3;
}

.post-sidebar-item span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: #f3d783;
}

.post-body h2 {
  margin-top: 1.5rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.25;
}

.post-body p,
.post-body li {
  font-size: 1.06rem;
  color: #dce8f4;
}

.post-highlight {
  margin: 1rem 0 1.2rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(242, 201, 76, 0.3);
  background: linear-gradient(160deg, rgba(242, 201, 76, 0.13), rgba(255, 255, 255, 0.02));
}

.site-footer {
  margin-top: 4rem;
  border-top: 1px solid rgba(242, 201, 76, 0.2);
  background: #050c16;
  padding: 2rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.floating-whatsapp {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 80;
  width: 62px;
  height: 62px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35), 0 0 0 3px rgba(71, 232, 145, 0.18), 0 0 22px rgba(71, 232, 145, 0.75);
  overflow: visible;
  border: 0;
  animation: whatsappSwing 2.8s ease-in-out infinite;
}

.floating-whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.floating-whatsapp::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 20px;
  border: 1px solid rgba(71, 232, 145, 0.85);
  box-shadow: 0 0 24px rgba(71, 232, 145, 0.7);
  animation: whatsappGlow 2.4s ease-in-out infinite;
  pointer-events: none;
}

.floating-whatsapp::after {
  content: "Chamando...";
  position: absolute;
  right: calc(100% + 10px);
  bottom: 10px;
  background: #f2c94c;
  color: #1d1b11;
  font-family: "Sora", sans-serif;
  font-size: 0.77rem;
  font-weight: 700;
  white-space: nowrap;
  padding: 0.38rem 0.55rem;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(8px) scale(0.92);
  animation: bubbleCall 7.2s ease-in-out infinite;
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.06) rotate(3deg);
  }
}

@keyframes lightSweep {
  0%,
  12% {
    transform: translateX(-140%);
  }
  44%,
  100% {
    transform: translateX(140%);
  }
}

@keyframes whatsappSwing {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }
  15% {
    transform: rotate(-7deg) translateY(-2px);
  }
  30% {
    transform: rotate(6deg) translateY(-1px);
  }
  45% {
    transform: rotate(-4deg) translateY(0);
  }
  60% {
    transform: rotate(3deg) translateY(-1px);
  }
}

@keyframes whatsappGlow {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.05);
  }
}

@keyframes bubbleCall {
  0%,
  55%,
  100% {
    opacity: 0;
    transform: translateY(8px) scale(0.92);
  }
  60%,
  78% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    background: #081727;
    border-top: 1px solid rgba(242, 201, 76, 0.2);
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-list.open {
    display: flex;
  }

  .hero-grid,
  .split-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .post-hero-grid {
    grid-template-columns: 1fr;
  }

  .post-layout {
    grid-template-columns: 1fr;
    margin-top: -1.2rem;
  }

  .post-sidebar {
    position: static;
  }

  .post-hero-media img {
    height: 250px;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
  }

  .form-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .zig-item.large,
  .zig-item.small {
    grid-column: span 12;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 5.8rem;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .hero-panel img {
    min-height: 220px;
  }
}
