:root {
  --pms-primary: #00cba9;
  --pms-secondary: #00bfa5;
  --pms-label-bg: #e0f2f1;
  --pms-text-dark: #1f2937;
  --pms-text-muted: #4b5563;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--pms-text-dark);
}

.pms-label {
  background-color: var(--pms-label-bg);
  color: var(--pms-secondary);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  display: inline-block;
}

.pms-hero-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.6;
  color: var(--pms-text-dark);
  margin-bottom: 25px;
}

.pms-hero-content {
  font-size: 1.1rem;
  color: var(--pms-text-muted);
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 520px;
}

.btn-pms-primary {
  background-color: var(--pms-primary);
  color: #fff !important;
  padding: 16px 32px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.btn-pms-primary:hover {
  background-color: var(--pms-secondary);
  transform: translateY(-2px);
}

.btn-pms-outline {
  background-color: #fff;
  color: var(--pms-text-dark) !important;
  padding: 16px 32px;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  font-size: 16px;
}

.btn-pms-outline:hover {
  border-color: var(--pms-primary);
  color: var(--pms-primary) !important;
}

.pms-img-container {
  background-color: #ecfdf5;
  padding: 25px;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
}

.pain-point-section {
  background-color: #f9fafb;
  padding: 100px 0;
}

.section-title {
  font-size: 42px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

.section-title span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--pms-primary);
  border-radius: 2px;
}

.feature-card {
  border-radius: 15px;
  padding: 40px;
  background: #fff;
  height: 100%;
  border: none !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}

.comparison-table {
  border-radius: 12px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
  width: 100%;
}

.comparison-table thead tr {
  background-color: #1f2937;
  color: #fff;
}

.comparison-table th,
.comparison-table td {
  padding: 1.25rem 1rem;
  vertical-align: middle;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  min-width: 250px;
  text-align: left;
}

.comparison-table th:not(:first-child),
.comparison-table td:not(:first-child) {
  min-width: 130px;
  text-align: center;
}

.comparison-table td {
  border-bottom: 1px solid #f3f4f6;
}

.comparison-table .highlight {
  background-color: #f0fdf9;
  color: #10b981;
  font-weight: 700;
}

/* Responsive Table Adjustments */
@media (max-width: 991px) {
  .comparison-table th,
  .comparison-table td {
    padding: 0.9rem 0.75rem;
    font-size: 14px;
  }
  .comparison-table th:first-child,
  .comparison-table td:first-child {
    min-width: 200px;
  }
  .comparison-table th:not(:first-child),
  .comparison-table td:not(:first-child) {
    min-width: 110px;
  }
}

/* Custom Scrollbar for responsive table wrapper */
.table-responsive {
  scrollbar-width: thin;
  scrollbar-color: var(--pms-primary) #f3f4f6;
  border-radius: 12px;
}

.table-responsive::-webkit-scrollbar {
  height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--pms-primary);
  border-radius: 12px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: var(--pms-secondary);
}

.pain-point-title {
  font-size: 38px;
  font-weight: 800;
  color: var(--pms-text-dark);
  margin-top: 20px;
}

.pain-point-text {
  font-size: 1.2rem;
  color: var(--pms-text-muted);
  line-height: 1.6;
  max-width: 850px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .pms-hero-title {
    font-size: 25px;
  }
  .section-title {
    font-size: 25px;
  }

  .pain-point-title {
    font-size: 25px;
  }
  .light-mint-cta-title,
  .deep-navy-cta-title {
    font-size: 25px !important;
  }
}

/* FAQ Accordion Styling */
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #111827 !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300cba9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-size: 1.25rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  transition: transform 0.2s ease-in-out !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg) !important;
}

/* Header & Typography */
.pms-header-title {
  color: #1f2937;
}

.pms-hero-footer-text {
  font-size: 14px;
  opacity: 0.8;
  max-width: 450px;
}

/* Industry Cards */
.industry-card {
  border-radius: 10px;
  padding: 1rem;
  background-color: #fff;
}

.industry-card-icon {
  color: var(--pms-primary);
  font-size: 20px;
  width: 40px;
  text-align: center;
}

.industry-card-text {
  font-weight: 700;
  color: #374151;
}

/* Dark Fit Box */
.dark-fit-box {
  background-color: #0f172a;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 3rem;
}

.dark-fit-box-glow {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(0, 203, 169, 0.15) 0%,
    rgba(15, 23, 42, 0) 70%
  );
  z-index: 0;
}

.dark-fit-box-title {
  font-size: 28px;
  line-height: 1.3;
}

.dark-fit-list-icon {
  color: var(--pms-primary);
  font-size: 20px;
}

.dark-fit-list-text {
  font-size: 1.05rem;
  opacity: 0.9;
}

/* CTA Blocks */
.light-mint-cta {
  background-color: #ecfdf5;
  border-radius: 40px;
  border: 1px solid #d1fae5;
  padding: 3rem;
}

.light-mint-cta-title {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
}

.light-mint-cta-text {
  max-width: 800px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.light-mint-cta-btn {
  background-color: var(--pms-primary);
  border-radius: 15px;
  font-size: 1.2rem;
}

.deep-navy-cta {
  background-color: #020617;
  color: #fff;
  padding: 3rem 0;
}

.deep-navy-cta-title {
  font-size: 42px;
  font-weight: 800;
}

.deep-navy-cta-text {
  max-width: 750px;
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.75;
}

.deep-navy-cta-btn-primary {
  background-color: var(--pms-primary);
  border-radius: 12px;
  font-size: 1.1rem;
}

.deep-navy-cta-btn-outline {
  border-radius: 12px;
  font-size: 1.1rem;
  background: transparent;
}

/* FAQ */
.faq-accordion-item {
  border-radius: 12px;
  overflow: hidden;
}

.faq-accordion-button {
  color: #111827;
  font-size: 1.1rem;
  box-shadow: none !important;
}

.faq-accordion-body {
  line-height: 1.7;
}

/* Footer */
.pms-footer {
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.pms-footer-brand {
  color: #0f172a;
  font-size: 20px;
}

.pms-footer-tagline {
  font-size: 15px;
  opacity: 0.8;
}

.pms-footer-link {
  font-size: 14px;
  opacity: 0.8;
}

.pms-footer-copyright {
  font-size: 14px;
  opacity: 0.8;
}

.pms-footer-divider {
  border-top: 1px solid #e2e8f0;
}

/* Mobile Showcase Section */
.mobile-showcase-section {
  padding: 80px 0;
  background:
    radial-gradient(
      circle at 100% 100%,
      rgba(0, 203, 169, 0.03) 0%,
      rgba(255, 255, 255, 0) 60%
    ),
    #f8fafc;
}

.mobile-tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

/* Mobile Image Showcase Container */
.mobile-image-showcase-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.mobile-image-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: radial-gradient(
    circle,
    rgba(0, 203, 169, 0.15) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  z-index: 0;
  pointer-events: none;
}

.mobile-pms-mockup-img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 25px 50px rgba(15, 23, 42, 0.08))
    drop-shadow(0 6px 15px rgba(15, 23, 42, 0.04));
  animation: floatMockup 6s ease-in-out infinite;
  border-radius: 20px;
}

@keyframes floatMockup {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Responsive showcase */
@media (max-width: 991px) {
  .mobile-showcase-section {
    padding: 60px 0;
  }
  .mobile-image-showcase-container {
    margin-top: 40px;
  }
}
