/*
Theme Name: Top Achadinhos 2026
Theme URI: https://example.com/
Author: OpenAI
Description: Tema landing page do Top Achadinhos 2026.
Version: 1.0
Text Domain: top-achadinhos-2026
*/
:root {
  --bg-dark: #4b0d21;
  --bg-dark-2: #68132b;
  --bg-pink-1: #9a1246;
  --bg-pink-2: #c01861;
  --bg-pink-3: #da3f86;

  --card-bg: #f8ebe7;
  --card-border: rgba(121, 30, 64, 0.18);
  --card-shadow: 0 22px 55px rgba(52, 7, 25, 0.28);

  --title: #48212b;
  --text: #5f4048;
  --muted: #866772;

  --accent: #b02a62;
  --accent-2: #d65d93;
  --accent-soft: #f2bfd4;

  --button-1: #28c45c;
  --button-2: #169845;

  --progress-bg: #f1dfe4;
  --progress-fill-1: #bc2f6a;
  --progress-fill-2: #de73a2;

  --white: #ffffff;

  --font-heading: 'Cormorant Garamond', serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;

  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --pill: 999px;
}

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

html,
body {
  min-height: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 89, 167, 0.22), transparent 26%),
    radial-gradient(circle at 50% 55%, rgba(255, 97, 162, 0.10), transparent 32%),
    linear-gradient(
      180deg,
      #611126 0%,
      #830f3c 8%,
      #a4104a 24%,
      #b21258 45%,
      #a30f4d 66%,
      #871240 82%,
      #67132d 100%
    );
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1,
h2,
h3,
.features-title,
.testimonials-title {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  text-align: center;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(
    90deg,
    rgba(42, 4, 16, 0.92),
    rgba(96, 12, 36, 0.88),
    rgba(42, 4, 16, 0.92)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.page {
  min-height: calc(100vh - 40px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 34px 16px 140px;
}

.landing-card {
  width: 100%;
  max-width: 420px;
  position: relative;
  background: linear-gradient(180deg, #faefeb 0%, #f7e8e3 100%);
  border: 1px solid rgba(122, 38, 67, 0.20);
  border-radius: var(--radius-xl);
  box-shadow: var(--card-shadow);
  padding: 20px 18px 24px;
  overflow: hidden;
}

.landing-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(176, 42, 98, 0.16);
  border-radius: 20px;
  pointer-events: none;
}

.hero-pattern {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  height: 110px;
  border-radius: 18px 18px 0 0;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18px 18px, rgba(176, 42, 98, 0.32) 3px, transparent 4px),
    radial-gradient(circle at 52px 30px, rgba(176, 42, 98, 0.25) 4px, transparent 5px),
    radial-gradient(circle at 85px 18px, rgba(176, 42, 98, 0.22) 3px, transparent 4px),
    radial-gradient(circle at 120px 34px, rgba(176, 42, 98, 0.30) 4px, transparent 5px),
    radial-gradient(circle at 160px 16px, rgba(176, 42, 98, 0.24) 3px, transparent 4px),
    radial-gradient(circle at 205px 30px, rgba(176, 42, 98, 0.30) 4px, transparent 5px),
    radial-gradient(circle at 245px 18px, rgba(176, 42, 98, 0.20) 3px, transparent 4px),
    radial-gradient(circle at 285px 36px, rgba(176, 42, 98, 0.28) 4px, transparent 5px),
    radial-gradient(circle at 325px 18px, rgba(176, 42, 98, 0.24) 3px, transparent 4px),
    radial-gradient(circle at 24px 64px, rgba(176, 42, 98, 0.22) 4px, transparent 5px),
    radial-gradient(circle at 62px 80px, rgba(176, 42, 98, 0.28) 3px, transparent 4px),
    radial-gradient(circle at 102px 64px, rgba(176, 42, 98, 0.25) 4px, transparent 5px),
    radial-gradient(circle at 145px 82px, rgba(176, 42, 98, 0.20) 3px, transparent 4px),
    radial-gradient(circle at 188px 66px, rgba(176, 42, 98, 0.28) 4px, transparent 5px),
    radial-gradient(circle at 228px 80px, rgba(176, 42, 98, 0.24) 3px, transparent 4px),
    radial-gradient(circle at 268px 64px, rgba(176, 42, 98, 0.30) 4px, transparent 5px),
    radial-gradient(circle at 310px 82px, rgba(176, 42, 98, 0.20) 3px, transparent 4px),
    radial-gradient(circle at 350px 64px, rgba(176, 42, 98, 0.26) 4px, transparent 5px);
}

.hero,
.progress-card,
.features-title,
.features-list,
.testimonials-section,
.footer-area {
  position: relative;
  z-index: 2;
}

.hero {
  text-align: center;
  padding-top: 6px;
}

.logo-frame {
  width: 116px;
  height: 116px;
  margin: 0 auto 16px;
  padding: 6px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f7e5ea, #f3d6df);
  box-shadow: 0 12px 25px rgba(101, 17, 45, 0.14);
}

.main-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #b63a70;
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: 34px;
  line-height: 1.05;
  font-weight: 700;
  color: var(--title);
  margin-bottom: 12px;
}

.hero h1 em {
  font-family: var(--font-heading);
  font-style: italic;
  color: #8d2b54;
  font-weight: 700;
}

.subtitle {
  max-width: 308px;
  margin: 0 auto 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text);
  font-weight: 400;
}

.cta-button {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 18px;
  border-radius: var(--pill);
  background: linear-gradient(180deg, var(--button-1) 0%, var(--button-2) 100%);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2px;
  box-shadow: 0 12px 24px rgba(22, 150, 70, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(22, 150, 70, 0.28);
  filter: brightness(1.03);
}

.cta-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
}

.cta-icon svg {
  width: 100%;
  height: 100%;
}

.microcopy {
  max-width: 340px;
  margin: 12px auto 0;
  font-size: 10.5px;
  line-height: 1.45;
  letter-spacing: 0.35px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #8c5f6d;
  text-wrap: balance;
}

.progress-card {
  margin-top: 14px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(176, 42, 98, 0.16);
  border-radius: 16px;
  padding: 12px 12px 10px;
}

.progress-top,
.progress-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.progress-top {
  margin-bottom: 9px;
}

.progress-label {
  font-size: 12px;
  font-weight: 700;
  color: #68414d;
}

#percent-text {
  font-size: 12px;
  font-weight: 700;
  color: #5d2335;
}

.progress-track {
  width: 100%;
  height: 10px;
  border-radius: var(--pill);
  overflow: hidden;
  background: var(--progress-bg);
}

.progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--progress-fill-1), var(--progress-fill-2));
  transition: width 0.35s ease;
}

.progress-bottom {
  margin-top: 8px;
  justify-content: flex-end;
}

#progress-note {
  font-size: 11px;
  font-weight: 600;
  color: #654956;
}

.features-title,
.testimonials-title {
  text-align: center;
  margin: 22px 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: #4f2a34;
}

.features-list {
  display: grid;
  gap: 10px;
}

.feature-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(176, 42, 98, 0.14);
  border-radius: 18px;
  padding: 12px 12px 12px 10px;
  position: relative;
}

.feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #b52d67, #df79a5);
}

.feature-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7d5e2;
  font-size: 15px;
}

.feature-text h3 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  color: #3f232a;
  margin-bottom: 4px;
  letter-spacing: 0.1px;
}

.feature-text p {
  font-size: 12.5px;
  line-height: 1.5;
  color: #5f454d;
  font-weight: 400;
}

.testimonials-section {
  margin-top: 18px;
}

.testimonials-scroll-wrap {
  position: relative;
  width: 100%;
}

.testimonials-viewport {
  height: 420px;
  overflow: hidden;
  border-radius: 22px;
  user-select: none;
  -webkit-user-select: none;
}

.testimonials-track {
  display: flex;
  flex-direction: column;
  gap: 12px;
  will-change: transform;
  animation: testimonialsScrollDown 45s linear infinite;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(176, 42, 98, 0.12);
  border-radius: 18px;
  padding: 16px 16px 15px;
  box-shadow: 0 8px 18px rgba(110, 31, 62, 0.05);
}

.testimonial-name {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: #2c1e24;
  margin-bottom: 8px;
}

.testimonial-card p {
  font-size: 12.5px;
  line-height: 1.55;
  color: #4c3a42;
  font-weight: 400;
}

@keyframes testimonialsScrollDown {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}

.footer-area {
  margin-top: 18px;
  padding-top: 8px;
  text-align: center;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(176, 42, 98, 0.18);
  margin-bottom: 18px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  color: #735861;
}

.footer-links a:hover {
  text-decoration: underline;
}

.made-with-love {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8e2f54 0%, #6e1f3e 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(110, 31, 62, 0.22);
}

.social-proof-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 18px);
  width: min(92vw, 420px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(251, 241, 238, 0.96);
  border: 2px solid rgba(38, 12, 20, 0.85);
  box-shadow: 0 14px 30px rgba(29, 5, 13, 0.25);
  backdrop-filter: blur(10px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    visibility 0.45s ease;
}

.social-proof-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.toast-avatar {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0c2d4;
  font-size: 14px;
}

.social-proof-toast p {
  font-size: 12px;
  line-height: 1.35;
  color: #3f252b;
  font-weight: 400;
}

.social-proof-toast strong {
  font-weight: 700;
}

@media (max-width: 480px) {
  .page {
    padding: 20px 12px 120px;
  }

  .landing-card {
    max-width: 100%;
    padding: 18px 14px 20px;
    border-radius: 22px;
  }

  .landing-card::before {
    inset: 10px;
    border-radius: 16px;
  }

  .hero-pattern {
    left: 10px;
    right: 10px;
    top: 10px;
  }

  .logo-frame {
    width: 104px;
    height: 104px;
    margin-bottom: 14px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .subtitle {
    font-size: 13px;
  }

  .cta-button {
    font-size: 14px;
    min-height: 46px;
    padding: 13px 16px;
  }

  .microcopy {
    max-width: 300px;
    font-size: 9.8px;
    line-height: 1.4;
    letter-spacing: 0.25px;
  }

  .feature-card {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .feature-text h3 {
    font-size: 12.5px;
  }

  .feature-text p {
    font-size: 11.8px;
  }

  .features-title,
  .testimonials-title {
    font-size: 17px;
  }

  .testimonials-viewport {
    height: 360px;
    border-radius: 18px;
  }

  .testimonials-track {
    gap: 10px;
    animation-duration: 42s;
  }

  .testimonial-card {
    padding: 14px 14px 13px;
    border-radius: 16px;
  }

  .testimonial-name {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .testimonial-card p {
    font-size: 11.8px;
  }

  .footer-links {
    gap: 8px;
    font-size: 11px;
  }

  .made-with-love {
    width: 100%;
    max-width: 260px;
    padding: 13px 20px;
    font-size: 13px;
  }

  .social-proof-toast {
    width: min(94vw, 380px);
    bottom: 12px;
    padding: 11px 12px;
  }
}
