/*
Theme Name: Achei, Comprei, Compartilhei
Theme URI: https://example.com/
Author: OpenAI
Description: Tema WordPress de landing page para o grupo Achei, Comprei, Compartilhei.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: achei-comprei-compartilhei
*/

:root {
  --bg-1: #f6eeb7;
  --bg-2: #f7d8d8;
  --bg-3: #e9afea;

  --card: rgba(255, 247, 249, 0.92);
  --card-2: rgba(255, 238, 246, 0.94);
  --line: rgba(215, 77, 96, 0.18);

  --brand: #e04257;
  --brand-strong: #c92c48;
  --brand-soft: #ff8aa0;

  --pink: #f9b0d2;
  --pink-strong: #ee7ab1;
  --purple: #d884eb;
  --yellow: #ffe06d;

  --text: #7f3355;
  --text-strong: #6c1b3f;
  --text-soft: #a25274;
  --white: #fffdfd;

  --shadow: 0 24px 60px rgba(143, 47, 88, 0.18);
  --pill: 999px;
  --radius-xl: 34px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: 'Nunito', system-ui, sans-serif;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 224, 109, 0.52), transparent 18%),
    radial-gradient(circle at 86% 16%, rgba(233, 175, 234, 0.42), transparent 18%),
    radial-gradient(circle at 56% 88%, rgba(249, 176, 210, 0.38), transparent 24%),
    linear-gradient(135deg, var(--bg-1) 0%, var(--bg-2) 46%, var(--bg-3) 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.card {
  position: relative;
  width: min(100%, 430px);
  min-height: min(92vh, 780px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
  padding: 28px 24px 24px;
  border-radius: var(--radius-xl);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92) 0%,
    var(--card) 58%,
    var(--card-2) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 26px;
  border: 1px solid rgba(201, 44, 72, 0.10);
  pointer-events: none;
  z-index: -1;
}

.bg-orb,
.spark {
  position: absolute;
  pointer-events: none;
  z-index: -2;
}

.bg-orb {
  border-radius: 999px;
  filter: blur(10px);
}

.bg-orb-left {
  width: 220px;
  height: 220px;
  top: -80px;
  left: -64px;
  background: radial-gradient(circle, rgba(255, 224, 109, 0.62), rgba(255, 224, 109, 0) 72%);
}

.bg-orb-right {
  width: 220px;
  height: 220px;
  top: -78px;
  right: -58px;
  background: radial-gradient(circle, rgba(216, 132, 235, 0.42), rgba(216, 132, 235, 0) 72%);
}

.bg-orb-bottom {
  width: 210px;
  height: 210px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -94px;
  background: radial-gradient(circle, rgba(249, 176, 210, 0.55), rgba(249, 176, 210, 0) 72%);
}

.spark {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 0.72;
}

.spark-1 {
  top: 110px;
  left: 26px;
  background: var(--yellow);
  box-shadow: 0 0 0 8px rgba(255, 224, 109, 0.16);
}

.spark-2 {
  top: 150px;
  right: 30px;
  background: var(--purple);
  box-shadow: 0 0 0 8px rgba(216, 132, 235, 0.14);
}

.spark-3 {
  bottom: 122px;
  left: 44px;
  background: var(--pink-strong);
  box-shadow: 0 0 0 8px rgba(238, 122, 177, 0.14);
}

.top-support-text {
  max-width: 305px;
  margin: 0 0 6px;
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 800;
  color: var(--text-strong);
  text-align: center;
  text-wrap: balance;
}

.logo-wrap {
  display: block;
}

.logo {
  width: 196px;
  max-width: 64vw;
  height: auto;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 30px rgba(117, 42, 77, 0.12);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 16px;
  border-radius: var(--pill);
  background: linear-gradient(90deg, rgba(255, 224, 109, 0.34), rgba(249, 176, 210, 0.34));
  color: var(--brand-strong);
  border: 1px solid rgba(201, 44, 72, 0.12);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
}

.hero-title {
  font-family: 'Baloo 2', system-ui, sans-serif;
  font-size: clamp(2.2rem, 7vw, 3.15rem);
  line-height: 0.9;
  color: var(--brand-strong);
  font-weight: 800;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.58);
}

.headline {
  max-width: 330px;
  font-size: clamp(1rem, 3.5vw, 1.18rem);
  line-height: 1.22;
  font-weight: 900;
  color: var(--text-strong);
  text-wrap: balance;
}

.cta {
  width: 100%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: var(--pill);
  background: linear-gradient(180deg, #31e06f 0%, #25d366 55%, #1ebe5d 100%);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(37, 211, 102, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cta:hover {
  transform: translateY(-2px);
  filter: brightness(0.99);
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.34);
}

.pulse {
  animation: pulseButton 1.8s ease-in-out infinite;
}

@keyframes pulseButton {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }
}

.cta-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.cta-icon svg {
  width: 100%;
  height: 100%;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.social {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  color: var(--text-strong);
  box-shadow: 0 10px 18px rgba(117, 42, 77, 0.08);
  transition: transform 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.social:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(117, 42, 77, 0.12);
  border-color: rgba(201, 44, 72, 0.24);
  color: var(--brand-strong);
}

.social svg {
  width: 21px;
  height: 21px;
}

.mini-text {
  max-width: 320px;
  font-size: 0.95rem;
  line-height: 1.36;
  font-weight: 700;
  color: var(--text);
}

.social-proof {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 24px);
  width: min(92vw, 360px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 248, 250, 0.94);
  border: 1px solid rgba(201, 44, 72, 0.12);
  box-shadow: 0 14px 30px rgba(117, 42, 77, 0.12);
  color: var(--text);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.social-proof.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.social-proof-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(201, 44, 72, 0.12);
  flex-shrink: 0;
}

.social-proof p {
  font-size: 0.96rem;
  font-weight: 700;
}

.social-proof strong {
  color: var(--brand-strong);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@media (max-width: 520px) {
  .screen {
    padding: 10px;
  }

  .card {
    min-height: calc(100vh - 20px);
    padding: 20px 18px 20px;
    gap: 12px;
  }

  .top-support-text {
    max-width: 280px;
    margin: 0 0 4px;
    font-size: 0.92rem;
    line-height: 1.25;
  }

  .logo {
    width: 178px;
  }

  .eyebrow {
    font-size: 11px;
    min-height: 32px;
    padding: 8px 14px;
  }

  .headline {
    max-width: 292px;
  }

  .cta {
    min-height: 52px;
    font-size: 1rem;
  }

  .mini-text {
    font-size: 0.92rem;
  }

  .social-proof {
    bottom: 10px;
    width: min(94vw, 350px);
  }
}

@media (max-width: 390px) {
  .card {
    padding-top: 18px;
  }

  .top-support-text {
    max-width: 250px;
    font-size: 0.86rem;
  }

  .logo {
    width: 166px;
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 2.7rem);
  }
}

@media (max-height: 740px) {
  .card {
    gap: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .top-support-text {
    max-width: 280px;
    margin: 0 0 4px;
    font-size: 0.9rem;
    line-height: 1.22;
  }

  .logo {
    width: 164px;
  }

  .hero-title {
    font-size: clamp(2rem, 6.5vw, 2.7rem);
  }

  .headline {
    font-size: 0.98rem;
  }

  .mini-text {
    font-size: 0.88rem;
  }

  .social {
    width: 42px;
    height: 42px;
  }
}