@charset "UTF-8";
/* Home Page Specific Styles */

/* Skip Link for Accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--secondary);
  color: var(--primary);
  padding: 8px 16px;
  text-decoration: none;
  font-weight: bold;
  z-index: 100;
  border-radius: 0 0 4px 0;
}

.skip-link:focus {
  top: 0;
  outline: 3px solid var(--primary);
  outline-offset: 2px;
}

/* Visually Hidden (for screen readers only) */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header Logo (matching partners page) */
.header-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.Unifying_Services {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary);
}

@media (max-width: 768px) {
  .header-logo img {
    width: 35px;
    height: 35px;
  }

  .Unifying_Services {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .header-logo img {
    width: 30px;
    height: 30px;
  }

  .Unifying_Services {
    font-size: 1rem;
  }
}

/* Desktop Only Class */
.desktop-only {
  display: inline-block;
}

/* Mobile Only Class */
.mobile-only {
  display: none;
}

/* Menu Divider */
.menu-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 1rem 0;
}

/* Hero Section */
.pps-hero {
  background: linear-gradient(135deg, var(--primary) 0%, #5a3560 100%);
  color: var(--white);
  padding: 140px 20px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.pps-hero h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.pps-hero .highlight {
  color: var(--secondary);
}

.hero-subtitle {
  font-size: clamp(1rem, 3vw, 1.5rem);
  margin-bottom: 2rem;
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Buttons */
.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.btn-primary {
  background-color: var(--secondary);
  color: var(--primary);
  padding: 15px 40px;
  border-radius: 50px;
  border: none;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
  text-decoration: none;
  display: inline-block;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-primary:focus {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.btn-secondary {
  background-color: transparent;
  color: var(--white);
  padding: 15px 40px;
  border-radius: 50px;
  border: none;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-secondary:hover {
  background-color: var(--white);
  color: var(--primary);
}

.btn-secondary:focus {
  outline: 3px solid var(--secondary);
  outline-offset: 3px;
  background-color: rgba(255, 255, 255, 0.15);
}

.btn-full {
  width: 100%;
  text-align: center;
}

/* Hero Card */
.hero-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2rem;
  max-width: 400px;
  margin: 3rem auto 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  color: var(--text);
}

.hero-card .price {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.hero-card .price-label {
  color: var(--text);
  margin-bottom: 1.5rem;
  display: block;
}

/* Benefit Lists */
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

.benefit-item svg {
  flex-shrink: 0;
  color: #22c55e;
}

.checkmark {
  width: 24px;
  height: 24px;
}

/* Trust Section */
.trust-section {
  padding: 60px 20px;
  background-color: var(--white-alt);
  text-align: center;
}

.trust-label {
  color: var(--text);
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.partner-logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.partner-logos img {
  max-height: 80px;
  max-width: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.partner-logos img:hover {
  opacity: 1;
}

/* Comparison Grid */
.problem-solution {
  padding: 80px 20px;
  background: var(--white);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.comparison-card {
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.problem-card {
  background: #fff5f5;
  border: 2px solid #fee;
}

.solution-card {
  background: #fefce8;
  border: 2px solid var(--secondary);
}

.comparison-card h3 {
  margin-bottom: 1.5rem;
  color: var(--primary);
  font-size: 1.5rem;
}

.comparison-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.comparison-item .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 1.2rem;
}

.problem-card .icon {
  background: #fee;
  color: #dc2626;
}

.solution-card .icon {
  background: var(--secondary);
  color: var(--primary);
}

/* How It Works */
.how-it-works {
  padding: 80px 20px;
  background: var(--white-alt);
}

.how-it-works h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: var(--primary);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 3rem;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.step-card {
  text-align: center;
  padding: 2rem;
  background: var(--white);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.step-icon {
  width: 64px;
  height: 64px;
  background: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.step-card h3 {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

/* Benefits Section */
.benefits-section {
  padding: 80px 20px;
  background: var(--white);
}

.benefits-section h2 {
  text-align: center;
  color: var(--primary);
  margin-bottom: 3rem;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  background: var(--white);
  padding: 2rem;
  border-radius: 15px;
  border: 2px solid var(--secondary);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.benefit-card svg {
  color: var(--primary);
  margin-bottom: 1rem;
}

.benefit-card h3 {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.benefit-detail {
  font-size: 0.9rem;
  color: var(--text);
  margin-top: 1rem;
}

/* Dashboard Preview */
.dashboard-preview {
  padding: 80px 20px;
  background: var(--white-alt);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.dashboard-intro h2 {
  color: var(--primary);
  margin-bottom: 1.5rem;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.dashboard-intro p {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 2rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list .benefit-item {
  font-size: 1.1rem;
}

.dashboard-mockup {
  background: var(--white);
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.dashboard-header {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.dashboard-header .label {
  color: var(--text);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.dashboard-stats {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.stat-item .value {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary);
}

.stat-item .label {
  font-size: 0.9rem;
  color: var(--text);
}

.dashboard-row {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
  color: var(--text);
}

.dashboard-row:last-of-type {
  border-bottom: none;
}

.dashboard-row .stat-value {
  font-weight: bold;
  color: var(--primary);
}

.dashboard-row .stat-positive {
  color: #22c55e;
}

.dashboard-highlight {
  background: var(--secondary);
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 1.5rem;
}

.dashboard-highlight .title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.dashboard-highlight .value {
  font-size: 2rem;
  font-weight: bold;
  color: var(--primary);
}

.dashboard-highlight .subtitle {
  font-size: 0.8rem;
  color: var(--primary);
  margin-top: 0.5rem;
}

/* Pricing Section */
.pricing-section {
  padding: 80px 20px;
  background: var(--white);
}

.pricing-section h2 {
  text-align: center;
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 3rem;
}

.pricing-card {
  max-width: 500px;
  margin: 0 auto;
  background: var(--white);
  border: 4px solid var(--secondary);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.pricing-header {
  text-align: center;
  margin-bottom: 2rem;
}

.price-range {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.price-label {
  font-size: 1.2rem;
  color: var(--text);
  display: block;
}

.price-sublabel {
  font-size: 0.9rem;
  color: var(--text);
  margin-top: 0.5rem;
  display: block;
}

.pricing-card .benefit-list {
  margin-bottom: 2rem;
}

/* CTA Section */
.cta-section {
  padding: 80px 20px;
  background: var(--primary);
  text-align: center;
  color: var(--white);
}

.cta-section h2 {
  color: var(--white);
  margin-bottom: 1.5rem;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.cta-section p {
  font-size: 1.2rem;
  color: #e0e0e0;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact Form */
.contact {
  padding: 80px 20px;
  background: var(--white);
  text-align: center;
}

.contact h2 {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

.lead-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lead-form input,
.lead-form textarea {
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
  font-family: inherit;
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: none;
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(255, 203, 8, 0.1);
}

.lead-form input:invalid:not(:placeholder-shown) {
  border-color: #dc2626;
}

.common2-button-style {
  background-color: var(--primary);
  color: var(--white);
  padding: 12px 30px;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  min-height: 44px;
}

.common2-button-style:hover {
  background-color: #2a1730;
}

.common2-button-style:focus {
  outline: 3px solid var(--secondary);
  outline-offset: 3px;
}

/* Responsive Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  /* Show mobile menu items, hide desktop nav */
  .desktop-only {
    display: none !important;
  }
  
  .mobile-only {
    display: block;
  }
  
  .pps-hero {
    padding: 120px 15px 60px;
    min-height: auto;
  }
  
  .pps-hero h1 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }
  
  .hero-subtitle {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
  }
  
  .hero-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .btn-primary,
  .btn-secondary {
    padding: 12px 30px;
    font-size: 1rem;
    width: 100%;
    max-width: 300px;
  }
  
  .hero-card {
    padding: 1.5rem;
    margin: 2rem auto 0;
  }
  
  .hero-card .price {
    font-size: 2.5rem;
  }
  
  .comparison-grid,
  .steps-grid,
  .benefits-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .comparison-card,
  .step-card {
    padding: 1.5rem;
  }
  
  .dashboard-mockup {
    padding: 1.5rem;
  }
  
  .dashboard-stats {
    flex-direction: column;
    gap: 1rem;
  }
  
  .stat-item .value {
    font-size: 1.5rem;
  }
  
  .pricing-card {
    padding: 2rem;
  }
  
  .price-range {
    font-size: 2.5rem;
  }
  
  .price-label {
    font-size: 1rem;
  }
  
  .cta-section,
  .problem-solution,
  .how-it-works,
  .benefits-section,
  .dashboard-preview,
  .pricing-section,
  .contact {
    padding: 60px 15px;
  }
  
  .partner-logos img {
    max-height: 60px;
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  .pps-hero h1 {
    font-size: 1.5rem;
  }
  
  .hero-card {
    padding: 1.25rem;
  }
  
  .hero-card .price {
    font-size: 2rem;
  }
  
  .comparison-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .comparison-item .icon {
    margin-bottom: 0.5rem;
  }
  
  .step-icon {
    width: 56px;
    height: 56px;
  }
  
  .benefit-card {
    padding: 1.5rem;
  }
  
  .dashboard-highlight .value {
    font-size: 1.5rem;
  }
  
  .price-range {
    font-size: 2rem;
  }
  
  .partner-logos {
    gap: 15px;
  }
  
  .partner-logos img {
    max-height: 50px;
    max-width: 120px;
  }
  
  .lead-form input,
  .lead-form textarea {
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  .trust-section,
  .contact {
    padding: 40px 15px;
  }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
  .common-button,
  .btn-primary,
  .btn-secondary,
  .common2-button-style {
    min-height: 44px;
  }
}