@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap);
.navbar-avatar {
  object-fit: cover;
  width: 32px;
  height: 32px;
  max-height: inherit !important;
  border-radius: 50%;
}

/* this removes bullets from the hover dropdown menu items when logged in */
.navbar-item li {
  list-style: none;
}

#profile-picture {
  display: flex;
  justify-content: center;
}

#profile-picture img.avatar {
  object-fit: cover;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

#profile-upload-holder {
  padding-top: 0.5em;
}

#profile-upload-holder input[type="file"] {
  display: none;
}

.progress-bar {
  background-color: var(--primary);
  width: 2px;
}

#progress-bar-message {
  color: var(--gray);
}

.add-loading-dots:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0);
  }

  40% {
    color: black;
    text-shadow: .25em 0 0 rgba(0, 0, 0, 0), .5em 0 0 rgba(0, 0, 0, 0);
  }

  60% {
    text-shadow: .25em 0 0 black, .5em 0 0 rgba(0, 0, 0, 0);
  }

  80%, 100% {
    text-shadow: .25em 0 0 black, .5em 0 0 black;
  }
}

/* this makes the list items look nice on mobile */
.upgrade-features li {
  display: flex;
}

.upgrade-features li .pg-icon {
  margin-right: 0.5rem;
}

.upgrade-features li .upgrade-feature {
  width: 100%;
}

#subscription-details-table .subscription-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0.5rem;
}

#subscription-details-table .subscription-detail .subscription-detail-label {
  width: 16rem;
  text-align: right;
  margin-right: 1rem;
}

#subscription-details-table .subscription-detail .subscription-detail-value {
  width: 100%;
}

#subscription-details-table .subscription-detail .subdetail {
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

#plan-selector .plan {
  height: 100%; /* fill the whole column */
  /* prevent shifting when border is added */
  border: 3px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  padding: 1rem;
}

#plan-selector .plan.is-selected {
  border: 3px solid var(--primary);
}

#plan-selector .plan .plan-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#plan-selector .plan .price {
  font-size: 1.5rem;
}

/* alpine.js cloak support */
[x-cloak] {
  display: none !important;
}

/* ensure htmx links use pointers */
a[hx-get] {
  cursor: pointer;
}

.h-100 {
  height: 100%;
}

.muted-link {
  color: hsl(0, 0%, 71%);
}

.muted-link:hover {
  color: hsl(0, 0%, 48%);
  text-decoration: underline;
}

/* this is the default class assigned to errors by django forms */
.errorlist {
  color: var(--danger);
}

img.socialicon {
  padding-right: 0.5em;
  max-width: 24px;
  max-height: 24px;
}

/* css loader https://loading.io/css/ */
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* Landing Page Modern Styling */

/* Import Google Fonts */

/* Warm, Local Business Color Palette */
:root {
  /* Primary Colors - Navy Blue */
  --landing-primary: #243665;
  --landing-primary-dark: #1a2a4d;
  --landing-primary-light: #2f4a7a;
  --landing-primary-gradient: linear-gradient(135deg, #243665 0%, #2f4a7a 100%);
  
  /* Secondary Colors - Mint Green */
  --landing-secondary: #8BD8BD;
  --landing-secondary-dark: #6BC5A5;
  --landing-secondary-light: #A5E2D0;
  --landing-secondary-gradient: linear-gradient(135deg, #8BD8BD 0%, #A5E2D0 100%);
  
  /* Warm Accent Colors for Local Business Feel */
  --landing-warm-orange: #FF8C42;
  --landing-warm-orange-dark: #E6793A;
  --landing-warm-yellow: #FFD93D;
  --landing-warm-coral: #FF6B6B;
  --landing-warm-peach: #FFB4A2;
  
  /* Success - Using mint tones */
  --landing-success: #10B981;
  --landing-success-dark: #059669;
  --landing-success-light: #34D399;
  
  /* Warning - Warm Yellow */
  --landing-warning: #FFD93D;
  --landing-warning-dark: #F4C430;
  
  /* Danger - Warm Red */
  --landing-danger: #FF6B6B;
  --landing-danger-dark: #E85A5A;
  
  /* Grays - Warmer tones */
  --landing-gray-50: #FAFAFA;
  --landing-gray-100: #F5F5F5;
  --landing-gray-200: #E8E8E8;
  --landing-gray-300: #D1D1D1;
  --landing-gray-400: #9E9E9E;
  --landing-gray-500: #6B7280;
  --landing-gray-600: #4B5563;
  --landing-gray-700: #374151;
  --landing-gray-800: #1F2937;
  --landing-gray-900: #111827;
  
  /* Background Gradients using warm palette */
  --landing-hero-gradient: linear-gradient(135deg, #243665 0%, #1a2a4d 50%, #0F172A 100%);
  --landing-mint-gradient: linear-gradient(135deg, #8BD8BD 0%, #A5E2D0 100%);
  --landing-navy-mint-gradient: linear-gradient(135deg, #243665 0%, #8BD8BD 100%);
  --landing-warm-gradient: linear-gradient(135deg, #FF8C42 0%, #FFD93D 100%);
  
  /* Typography */
  --landing-font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --landing-font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Base Typography */
.landing-page {
  font-family: var(--landing-font-primary);
  line-height: 1.6;
  color: var(--landing-gray-700);
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6 {
  font-family: var(--landing-font-heading);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.landing-page .display-4 {
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 1.1;
}

.landing-page .display-5 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
}

/* Hero Section */
.hero-section {
  background: var(--landing-hero-gradient);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%23FFD93D" stop-opacity="0.1"/><stop offset="100%" stop-color="%23FFD93D" stop-opacity="0"/></radialGradient></defs><circle cx="50%" cy="50%" r="50%" fill="url(%23a)"/></svg>');
  opacity: 0.3;
}

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

.hero-section h1 {
  color: white;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hero-section .lead {
  font-size: 1.25rem;
  color: rgba(255,255,255,0.9);
  font-weight: 400;
}

.hero-section .text-warning {
  color: var(--landing-warm-orange) !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Modern Buttons with Warm Feel */
.btn-modern {
  font-family: var(--landing-font-heading);
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px 0 rgba(0,0,0,0.1);
}

.btn-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px 0 rgba(0,0,0,0.15);
}

.btn-primary-modern {
  background: var(--landing-primary);
  border: none;
  color: white;
}

.btn-primary-modern:hover {
  background: var(--landing-primary-dark);
  color: white;
}

.btn-secondary-modern {
  background: var(--landing-secondary-gradient);
  border: none;
  color: var(--landing-primary);
  font-weight: 700;
}

.btn-secondary-modern:hover {
  background: var(--landing-secondary-dark);
  color: white;
}

.btn-warning-modern {
  background: var(--landing-warm-gradient);
  border: none;
  color: white;
  font-weight: 700;
}

.btn-warning-modern:hover {
  background: var(--landing-warm-orange-dark);
  color: white;
}

.btn-outline-modern {
  border: 2px solid rgba(255, 211, 61, 0.6);
  color: var(--landing-warm-yellow);
  background: rgba(255, 211, 61, 0.1);
  backdrop-filter: blur(10px);
}

.btn-outline-modern:hover {
  background: var(--landing-warm-yellow);
  border-color: var(--landing-warm-yellow);
  color: var(--landing-primary);
}

/* Problem Section Styling */
.problem-section {
  background: linear-gradient(135deg, var(--landing-gray-50) 0%, rgba(255, 211, 61, 0.05) 100%);
  position: relative;
}

.problem-section h2 {
  color: var(--landing-danger);
}

.problem-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid var(--landing-gray-200);
}

.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(255, 140, 66, 0.15), 0 10px 10px -5px rgba(255, 140, 66, 0.1);
  border-color: var(--landing-warm-orange);
}

.problem-card .fa-3x {
  font-size: 3rem !important;
}

/* Solution Section */
.solution-section {
  background: white;
}

.solution-step {
  padding: 1.5rem 0;
}

.solution-step-number {
  width: 60px;
  height: 60px;
  background: var(--landing-warm-gradient);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin-right: 1.5rem;
  box-shadow: 0 4px 14px 0 rgba(255, 140, 66, 0.4);
  flex-shrink: 0;
}

.solution-step h5 {
  color: var(--landing-primary);
  font-weight: 600;
}

/* Chat Simulation */
.chat-simulation {
  max-height: 400px;
  overflow-y: auto;
  padding: 1rem;
  background: var(--landing-gray-50);
  border-radius: 12px;
  border: 1px solid var(--landing-secondary);
}

.chat-message {
  margin-bottom: 1rem;
  max-width: 80%;
}

.chat-message.sent {
  margin-left: auto;
  background: var(--landing-warm-gradient);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 18px 18px 4px 18px;
}

.chat-message.received {
  background: white;
  border: 1px solid var(--landing-secondary);
  padding: 0.75rem 1rem;
  border-radius: 18px 18px 18px 4px;
  color: var(--landing-primary);
}

/* Target Audience Section */
.audience-section {
  background: var(--landing-primary);
  color: white;
}

.audience-card {
  background: rgba(255, 211, 61, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 211, 61, 0.3);
}

.audience-card:hover {
  background: var(--landing-warm-yellow);
  color: var(--landing-primary);
  transform: translateY(-4px);
}

.audience-card .fa-2x {
  color: var(--landing-warm-yellow);
  margin-bottom: 1rem;
}

.audience-card:hover .fa-2x {
  color: var(--landing-primary);
}

/* Benefits Section */
.benefits-section {
  background: white;
}

.benefit-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  background: var(--landing-gray-100);
  border: 3px solid var(--landing-secondary);
}

.benefit-icon.success {
  background: var(--landing-secondary-gradient);
  color: var(--landing-primary);
  border-color: var(--landing-secondary);
}

.benefit-icon.warning {
  background: var(--landing-warm-gradient);
  color: white;
  border-color: var(--landing-warm-orange);
}

.benefit-icon.info {
  background: var(--landing-primary);
  color: var(--landing-warm-yellow);
  border-color: var(--landing-primary);
}

/* Social Proof Section */
.social-proof-section {
  background: linear-gradient(135deg, var(--landing-gray-50) 0%, rgba(255, 211, 61, 0.08) 100%);
}

.testimonial-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  height: 100%;
  border: 1px solid var(--landing-gray-200);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(255, 140, 66, 0.1);
  border-color: var(--landing-warm-orange);
}

.testimonial-card .fa-quote-left {
  color: var(--landing-warm-orange);
}

.stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.stat-item h3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.stat-item h3.text-success {
  color: var(--landing-secondary) !important;
}

.stat-item h3.text-warning {
  color: var(--landing-warm-orange) !important;
}

.stat-item h3.text-info {
  color: var(--landing-primary) !important;
}

.stat-item small {
  color: var(--landing-gray-500);
  font-weight: 500;
}

/* Demo Section */
.demo-section {
  background: var(--landing-primary);
  color: white;
}

.demo-phone {
  background: var(--landing-warm-gradient);
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 16px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  box-shadow: 0 10px 15px -3px rgba(255, 140, 66, 0.4);
}

/* Pricing Section */
.pricing-section {
  background: white;
}

.pricing-card {
  background: linear-gradient(135deg, var(--landing-gray-50) 0%, rgba(255, 211, 61, 0.05) 100%);
  border-radius: 20px;
  padding: 3rem;
  position: relative;
  border: 2px solid var(--landing-warm-orange);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(255, 140, 66, 0.15);
}

.pricing-badge {
  background: var(--landing-warm-gradient);
  color: white;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.pricing-amount {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--landing-primary);
  line-height: 1;
}

.feature-check {
  color: var(--landing-secondary);
  margin-right: 0.75rem;
  font-size: 1.1rem;
}

.roi-calculator {
  background: var(--landing-secondary-gradient);
  color: var(--landing-primary);
  padding: 1.5rem;
  border-radius: 12px;
  margin-top: 2rem;
  font-weight: 600;
}

/* FAQ Section */
.faq-section {
  background: var(--landing-gray-50);
}

.accordion-item {
  border-radius: 8px !important;
  margin-bottom: 1rem;
  border: 1px solid var(--landing-warm-orange) !important;
}

.accordion-button {
  background-color: white;
  color: var(--landing-primary);
  font-weight: 600;
  border-radius: 8px !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--landing-warm-orange);
  color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 140, 66, 0.25);
}

/* Final CTA Section */
.final-cta-section {
  background: var(--landing-navy-mint-gradient);
  color: white;
}

/* Local Business Warmth Elements */
.warm-accent {
  color: var(--landing-warm-orange);
}

.warm-bg {
  background: var(--landing-warm-gradient);
}

.community-feel {
  background: linear-gradient(135deg, #FAFAFA 0%, rgba(255, 211, 61, 0.1) 100%);
  border-left: 4px solid var(--landing-warm-orange);
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1rem 0;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes pulse-soft {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.animate-pulse-soft {
  animation: pulse-soft 2s ease-in-out infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .landing-page .display-4 {
    font-size: 2.5rem;
  }
  
  .landing-page .display-5 {
    font-size: 2rem;
  }
  
  .hero-section {
    min-height: auto;
    padding: 4rem 0;
  }
  
  .stats-container {
    gap: 2rem;
  }
  
  .solution-step-number {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
  }
}

/* Utility Classes */
.bg-gradient-primary {
  background: var(--landing-primary) !important;
}

.bg-gradient-secondary {
  background: var(--landing-secondary-gradient) !important;
}

.text-primary-modern {
  color: var(--landing-primary) !important;
}

.text-secondary-modern {
  color: var(--landing-secondary) !important;
}

.text-warm {
  color: var(--landing-warm-orange) !important;
}

.border-modern {
  border: 1px solid var(--landing-warm-orange) !important;
  border-radius: 12px !important;
}

.shadow-modern {
  box-shadow: 0 4px 6px -1px rgba(255, 140, 66, 0.1), 0 2px 4px -1px rgba(255, 140, 66, 0.06) !important;
}

.shadow-modern-lg {
  box-shadow: 0 20px 25px -5px rgba(255, 140, 66, 0.1), 0 10px 10px -5px rgba(255, 140, 66, 0.04) !important;
}

@charset "utf-8";

@charset "utf-8";

