h/* AgendaService Landing — custom styles (Tailwind via CDN) */

html {
  scroll-behavior: smooth;
}

body {
  background-color: #0f0f0f;
}

::selection {
  background: rgba(16, 185, 129, 0.35);
  color: #fff;
}

.glass {
  background: rgba(30, 30, 30, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-strong {
  background: rgba(18, 18, 18, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gradient-border {
  position: relative;
}

.gradient-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.5), rgba(245, 158, 11, 0.25), rgba(255, 255, 255, 0.05));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hero-glow {
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(16, 185, 129, 0.18), transparent),
    radial-gradient(ellipse 40% 30% at 90% 20%, rgba(245, 158, 11, 0.08), transparent);
}

.btn-primary {
  background: linear-gradient(135deg, #10b981, #059669);
  box-shadow: 0 8px 32px rgba(16, 185, 129, 0.25);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 40px rgba(16, 185, 129, 0.35);
  filter: brightness(1.05);
}

.btn-outline-gold {
  border: 1px solid rgba(245, 158, 11, 0.45);
  background: rgba(245, 158, 11, 0.06);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.btn-outline-gold:hover {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(251, 191, 36, 0.65);
  transform: translateY(-1px);
}

.section-label {
  letter-spacing: 0.2em;
}

#site-header .header-inner {
  flex-wrap: nowrap;
}

#site-header nav.site-nav {
  display: none;
  flex-wrap: nowrap;
  gap: 0.875rem;
  font-size: 0.8125rem;
  color: #d1d5db;
}

@media (min-width: 1280px) {
  #site-header nav.site-nav {
    display: flex;
    gap: 1.125rem;
    font-size: 0.875rem;
  }
}

#site-header nav.site-nav a.site-nav-link {
  white-space: nowrap !important;
  flex-shrink: 0;
  line-height: 1.25;
}

#site-header .header-cta {
  white-space: nowrap;
  flex-shrink: 0;
}

#site-header .header-logo {
  flex-shrink: 0;
}

#site-header .header-actions {
  flex-shrink: 0;
}
.phone-frame {
  background: linear-gradient(160deg, #2d2d2d 0%, #1a1a1a 100%);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.phone-notch {
  background: #0f0f0f;
}

.mock-screen {
  background: linear-gradient(180deg, #121212 0%, #0a0a0a 100%);
}

.testimonial-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-slide {
  min-width: 100%;
  padding: 0 0.25rem;
}

@media (min-width: 768px) {
  .testimonial-slide {
    min-width: 50%;
  }
}

@media (min-width: 1024px) {
  .testimonial-slide {
    min-width: 33.333%;
  }
}

.star-gold {
  color: #fbbf24;
  fill: #fbbf24;
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.open .faq-panel {
  max-height: 16rem;
}

.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.planos-glow {
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(245, 158, 11, 0.1), transparent 70%),
    radial-gradient(ellipse 40% 30% at 10% 80%, rgba(16, 185, 129, 0.06), transparent);
}

.plan-card {
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
}

.plan-card--featured {
  border-color: rgba(245, 158, 11, 0.35);
  box-shadow: 0 20px 50px rgba(245, 158, 11, 0.12);
  background: rgba(36, 30, 18, 0.55);
}

.plan-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f0f0f;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

.plan-price {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.4rem;
}

.plan-price-main {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.1;
}

.plan-price-period {
  font-size: 0.875rem;
  color: #9ca3af;
  font-weight: 500;
}

.plan-price-sub {
  flex-basis: 100%;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fbbf24;
  margin-top: 0.35rem;
}

.plan-card.is-featured .plan-price-sub {
  color: #fde68a;
}

.trial-note {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  color: #d1d5db;
}

.trial-note strong {
  color: #fbbf24;
  font-weight: 700;
}

.plan-price-taxa {
  flex-basis: 100%;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #10b981;
}

.plan-tagline {
  line-height: 1.35;
}

.trial-card {
  border-color: rgba(16, 185, 129, 0.25);
  background: rgba(16, 185, 129, 0.06);
}

.trial-status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #0f0f0f;
  background: #10b981;
}

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

.nav-open {
  transform: translateX(0) !important;
}

#mobile-nav {
  pointer-events: none;
}

#mobile-nav.nav-open {
  pointer-events: auto;
}

#mobile-nav.nav-open aside {
  transform: translateX(0);
}

#mobile-nav.nav-open > div:first-child {
  opacity: 1;
}

#mobile-nav > div:first-child {
  opacity: 0;
  transition: opacity 0.3s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.animate-float {
  animation: float 5s ease-in-out infinite;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  animation: fade-up 0.7s ease-out forwards;
}

.reveal-delay-1 { animation-delay: 0.1s; opacity: 0; }
.reveal-delay-2 { animation-delay: 0.2s; opacity: 0; }
.reveal-delay-3 { animation-delay: 0.3s; opacity: 0; }

.input-field {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.input-field:focus {
  outline: none;
  border-color: rgba(16, 185, 129, 0.5);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12);
}

.input-field.error {
  border-color: rgba(239, 68, 68, 0.6);
}

.toast {
  transform: translateY(120%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.screenshot-card img {
  display: block;
}

.screenshot-frame {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.06) 0%, transparent 100%);
}
