/* AUGE MULTIMARCAS - LINK BIO
   Exclusivo, minimalista, sem firula.
   Inspiração: logo (busto + triângulos) -> geometria sutil + cyan/yellow
*/

:root{
  --bg: #070A0F;
  --bg-soft: #0E141C;
  --card: rgba(255,255,255,0.035);
  --border: rgba(255,255,255,0.09);
  --border-strong: rgba(255,255,255,0.14);
  --text: #FFFFFF;
  --muted: #8B9BAB;
  --muted-2: #5E6E7E;
  --accent: #8AD3E6; /* cyan da logo */
  --accent-2: #F2E25C; /* amarelo da logo - uso pontual */
  --accent-glow: rgba(138,211,230,0.28);
  --whatsapp: #25D366;
  --whatsapp-2: #128C7E;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --radius-xl: 22px;
  --radius-btn: 999px;
  --radius-card: 20px;
  --max-w: 420px;
}

*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth}
body{
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  min-height:100vh;
  min-height:100dvh;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}

/* BACKGROUND */
.bg{
  position:fixed; inset:0; z-index:-1; pointer-events:none; overflow:hidden;
  background:
    radial-gradient(820px 520px at 50% -8%, rgba(138,211,230,0.16) 0%, transparent 62%),
    radial-gradient(600px 400px at 90% 12%, rgba(242,226,92,0.07) 0%, transparent 65%),
    linear-gradient(180deg, #0A1118 0%, #070A0F 38%, #070A0F 100%);
}
.bg-grid{
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(900px 600px at 50% 0%, black 45%, transparent 78%);
  opacity:0.7;
}
.geo{
  position:absolute;
  border:1.5px solid;
  transform:rotate(0deg);
  opacity:0.08;
}
.geo-1{
  width:280px; height:280px;
  left:50%; top:-22px; margin-left:-140px;
  border-color: var(--accent);
  transform: translateX(-18px) rotate(-10deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.geo-2{
  width:220px; height:220px;
  left:50%; top:10px; margin-left:-110px;
  border-color: var(--accent-2);
  transform: translateX(18px) rotate(12deg);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity:0.05;
}

/* WRAPPER */
.wrapper{
  width:100%;
  max-width: var(--max-w);
  min-height:100vh;
  min-height:100dvh;
  display:flex;
  flex-direction:column;
  padding: 28px 18px 24px;
  position:relative;
}

/* HEADER */
.header{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding-top:6px;
}
.logo-wrap{
  position:relative;
  width:168px; height:168px;
  display:flex; align-items:center; justify-content:center;
  margin-bottom:16px;
}
.logo-glow{
  position:absolute; inset:-14px;
  background: radial-gradient(ellipse at 50% 50%, rgba(138,211,230,0.42) 0%, rgba(138,211,230,0.14) 42%, transparent 74%);
  filter: blur(22px);
  z-index:0;
  opacity:0.9;
}
.logo-img{
  position:relative; z-index:1;
  width:152px; height:152px;
  object-fit:cover;
  border-radius:28px;
  border:1.5px solid rgba(255,255,255,0.95);
  box-shadow: 0 12px 36px rgba(0,0,0,0.58), 0 0 0 1px rgba(138,211,230,0.20), 0 0 28px rgba(138,211,230,0.24);
  background:#a9dde9;
  display:block;
  image-rendering: -webkit-optimize-contrast;
}
.brand{
  font-family: var(--font-display);
  font-size: 46px;
  line-height:0.9;
  letter-spacing: 5px;
  font-weight:400;
  color: #fff;
  text-shadow: 0 2px 20px rgba(138,211,230,0.25);
  margin-top:2px;
}
.brand-sub{
  font-family: var(--font-body);
  font-size: 11px;
  font-weight:800;
  letter-spacing: 5px;
  text-transform:uppercase;
  color: var(--accent);
  margin-top:8px;
  opacity:0.95;
}
.separator{
  width:36px; height:2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity:0.6;
  margin-top:16px;
  border-radius:999px;
}

/* CTA */
.cta-section{
  margin-top:22px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  width:100%;
}
.btn-vip{
  width:100%;
  max-width: var(--max-w);
  background: linear-gradient(135deg, #25D366 0%, #1fb75a 48%, #128C7E 100%);
  color:#fff;
  text-decoration:none;
  border-radius: var(--radius-btn);
  padding: 10px 16px 10px 10px;
  display:flex;
  align-items:center;
  gap:12px;
  position:relative;
  overflow:hidden;
  box-shadow: 0 8px 24px rgba(37,211,102,0.32), 0 2px 8px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
.btn-vip::after{
  content:'';
  position:absolute;
  top:0; left:-50%;
  width:28%; height:100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent);
  transform:skewX(-22deg);
  animation: shine 4.2s infinite ease-in-out;
  pointer-events:none;
}
@keyframes shine{
  0%{ left:-50% }
  35%{ left:130% }
  100%{ left:130% }
}
.btn-vip:hover{ transform: translateY(-2px) scale(1.01); box-shadow: 0 14px 32px rgba(37,211,102,0.38); filter:brightness(1.04) }
.btn-vip:active{ transform: translateY(0) scale(0.99) }

.btn-icon{
  width:48px; height:48px;
  background: #fff;
  color: #128C7E;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.9);
}
.btn-icon svg{ width:22px; height:22px; display:block }
.btn-text{
  flex:1; display:flex; flex-direction:column; align-items:flex-start; text-align:left; gap:1px;
  min-width:0;
}
.btn-title{
  font-family: var(--font-body);
  font-size:16px; font-weight:800; letter-spacing:0.2px; line-height:1.1; color:#fff;
}
.btn-subtitle{
  font-family: var(--font-body);
  font-size:11.5px; font-weight:600; color: rgba(255,255,255,0.88); letter-spacing:0.15px;
}
.btn-arrow{
  width:32px; height:32px;
  border-radius:50%;
  background: rgba(255,255,255,0.18);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
  border:1px solid rgba(255,255,255,0.18);
  transition: transform 0.22s ease, background 0.22s ease;
}
.btn-arrow svg{ width:16px; height:16px; stroke:#fff }
.btn-vip:hover .btn-arrow{ transform: translateX(2px); background: rgba(255,255,255,0.26) }

.cta-hint{
  font-size:11px; font-weight:500; letter-spacing:0.3px; color: var(--muted); text-align:center;
}

/* PROOF / CAROUSEL */
.proof-section{
  margin-top:26px;
  width:100%;
  background: var(--card);
  border:1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 18px 12px 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  display:flex;
  flex-direction:column;
  gap:14px;
}
.proof-head{
  display:flex; flex-direction:column; align-items:center; text-align:center; gap:8px;
}
.proof-badge{
  display:inline-flex; align-items:center; gap:8px;
  background: rgba(138,211,230,0.11);
  border:1px solid rgba(138,211,230,0.22);
  color: #c8ebf4;
  font-size:10.5px; font-weight:800; letter-spacing:1px; text-transform:uppercase;
  padding:7px 12px;
  border-radius:999px;
}
.badge-dot{
  width:7px; height:7px; border-radius:50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  animation: pulseDot 2s infinite;
  flex-shrink:0;
}
@keyframes pulseDot{
  0%{ transform:scale(0.95); box-shadow:0 0 0 0 rgba(138,211,230,0.65)}
  70%{ transform:scale(1.05); box-shadow:0 0 0 7px rgba(138,211,230,0)}
  100%{ transform:scale(0.95); box-shadow:0 0 0 0 rgba(138,211,230,0)}
}
.proof-desc{
  font-size:12.5px; font-weight:500; color: var(--muted); line-height:1.4;
}

.carousel{
  position:relative;
  width:100%;
  display:flex; align-items:center;
}
.carousel-viewport{
  width:100%;
  overflow:hidden;
  border-radius:16px;
  background:#0a0e14;
  border:1px solid var(--border);
  touch-action: pan-y;
  cursor:grab;
}
.carousel-viewport:active{ cursor:grabbing }
.carousel-track{
  display:flex;
  transition: transform 0.48s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.slide{
  flex:0 0 100%;
  width:100%;
  aspect-ratio: 9 / 16;
  max-height: 560px;
  position:relative;
  overflow:hidden;
  background:#0a0e14;
  user-select:none;
  -webkit-user-drag:none;
}
.slide img{
  width:100%; height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
  pointer-events:none;
  background:#0a0e14;
}

.nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:36px; height:36px;
  border-radius:50%;
  background: rgba(12,18,26,0.92);
  border:1px solid var(--border-strong);
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.45);
  transition: all 0.22s ease;
  z-index:5;
  backdrop-filter: blur(8px);
}
.nav:hover{ background: var(--accent); color:#070A0F; border-color: transparent; transform:translateY(-50%) scale(1.06) }
.nav:active{ transform:translateY(-50%) scale(0.96) }
.nav svg{ width:18px; height:18px }
.nav-prev{ left:-8px }
.nav-next{ right:-8px }

.dots{
  display:flex; justify-content:center; align-items:center; gap:7px;
  padding-top:2px;
}
.dot{
  width:6px; height:6px; border-radius:999px;
  background: rgba(255,255,255,0.22);
  cursor:pointer;
  transition: all 0.28s ease;
  border:none; padding:0;
}
.dot.active{
  width:22px;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(138,211,230,0.55);
}
.dot:focus-visible{ outline:2px solid var(--accent); outline-offset:2px }

/* FOOTER */
.footer{
  margin-top:22px;
  padding: 14px 0 6px;
  text-align:center;
  border-top:1px solid var(--border);
  display:flex; flex-direction:column; gap:4px;
}
.footer p{
  font-size:11.5px; font-weight:600; letter-spacing:0.4px; color: var(--muted);
}
.footer-small{
  font-size:10px !important; font-weight:500 !important; color: var(--muted-2) !important; letter-spacing:0.6px !important; text-transform:uppercase;
}

/* RESPONSIVE */
@media (max-width:380px){
  .wrapper{ padding:22px 14px 18px }
  .logo-img{ width:132px; height:132px; border-radius:24px }
  .logo-wrap{ width:148px; height:148px }
  .brand{ font-size:40px; letter-spacing:4px }
  .brand-sub{ font-size:10px; letter-spacing:4px }
  .btn-title{ font-size:15px }
  .btn-subtitle{ font-size:11px }
  .proof-section{ padding:16px 10px 12px }
}
@media (min-width:500px){
  .wrapper{ padding-top:36px; padding-bottom:36px }
  .proof-section{ padding:20px 16px 16px }
  .nav-prev{ left:-14px }
  .nav-next{ right:-14px }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .btn-vip::after{ animation:none; display:none }
  .badge-dot{ animation:none }
  .carousel-track{ transition:none }
}
