.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: normal !important;
}

.card-hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-hover:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03) !important;
}

.hero-video {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.pc-pricing-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.pc-pricing-icon {
  font-size: 4rem;
  color: #6366f1;
  display: block;
}

.pc-pricing-message {
  min-height: 120px;
}

.pc-faq-item {
  padding: 1.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
}
.pc-faq-item:hover {
  background-color: #f8f9fa;
}

.pc-about-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.pc-process-step {
  transition: transform 0.2s ease;
}
.pc-process-step:hover {
  transform: translateY(-4px);
}

.pc-process-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.pc-process-icon .material-symbols-outlined {
  font-size: 2.5rem;
  color: white;
}

.pc-value-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pc-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.pc-founder-photo-placeholder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 4px solid #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.pc-founder-photo-placeholder .material-symbols-outlined {
  font-size: 5rem;
  color: #6c757d;
}

blockquote {
  border-left: 4px solid #6366f1;
  padding-left: 1.5rem;
  font-style: italic;
}
blockquote p {
  line-height: 1.8;
}

.pc-contact-security-badge .material-symbols-outlined {
  font-size: 1rem;
}

.pc-contact-message {
  min-height: 150px;
}

.hover-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.pc-radio-card {
  position: relative;
  padding: 1rem;
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #fff;
}
.pc-radio-card .form-check-input {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.pc-radio-card .form-check-label {
  cursor: pointer;
  padding-right: 2rem;
}
.pc-radio-card:hover {
  border-color: #6366f1;
  background-color: #f8f9fa;
}
.pc-radio-card .form-check-input:checked ~ .form-check-label {
  color: #6366f1;
}
.pc-radio-card .form-check-input:checked {
  background-color: #6366f1;
  border-color: #6366f1;
}

.pc-radio-card:has(.form-check-input:checked) {
  border-color: #6366f1;
  background-color: #f0f0ff;
}

.timeline-line {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e9ecef;
}

.video-play-overlay {
  z-index: 10;
  cursor: pointer;
}

.video-sound-overlay {
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
  pointer-events: auto;
}

.video-end-scrim {
  z-index: 10;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  cursor: pointer;
}

.video-end-card-container {
  max-width: 320px;
  cursor: default;
}

.video-end-card-inner {
  background: rgba(10, 30, 80, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.play-button-position {
  margin-left: 25%;
  transform: translateX(-50%);
}

.play-button-circle {
  width: 100px;
  height: 100px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.play-button-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.play-button-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 30px;
  border-color: transparent transparent transparent white;
  margin-left: 6px;
}

.progress-step-icon {
  width: 24px;
  height: 24px;
}

.progress-step-complete .progress-step-icon {
  background-color: var(--bs-success) !important;
}

.outreach-subhead {
  max-width: 640px;
}

.voice-waveform-container {
  min-height: 128px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.interview-mockup-section {
  padding: 4rem 0;
  overflow: hidden;
}

.interview-mockup-container {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .interview-mockup-container {
    flex-direction: column;
    gap: 2rem;
    max-width: 100%;
  }
}

.interview-mockup-phone {
  position: relative;
  width: 280px;
  flex-shrink: 0;
  z-index: 2;
  transform: translateX(220px);
  transition: transform 0.6s ease-out;
}
.interview-mockup-phone.slid {
  transform: translateX(0);
}
@media (max-width: 991.98px) {
  .interview-mockup-phone {
    width: 100%;
    max-width: 300px;
    transform: none;
  }
}

.phone-frame {
  background: #1a1a1a;
  border-radius: 44px;
  padding: 10px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.phone-screen {
  background: #f8f9fa;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
}

.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 28px;
  background: #1a1a1a;
  border-radius: 14px;
  z-index: 10;
}

.phone-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
}
.phone-status-bar .status-time {
  width: 50px;
}
.phone-status-bar .status-icons {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 50px;
  justify-content: flex-end;
}

.phone-chat-area {
  padding: 8px 12px;
  height: 450px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  position: relative;
}

.phone-chat-scroll {
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.5s ease-out;
}

.chat-bubble {
  max-width: 88%;
  padding: 10px 14px;
  border-radius: 18px;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-word;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.chat-bubble.visible {
  opacity: 1;
  transform: translateY(0);
}
.chat-bubble.assistant {
  background: white;
  color: #333;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.chat-bubble.user {
  background: #1d4ed8;
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

.chat-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.chat-quick-replies.visible {
  opacity: 1;
  transform: translateY(0);
}

.quick-reply-btn {
  display: inline-block;
  padding: 6px 12px;
  background: white;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  font-size: 11px;
  color: #334155;
  white-space: nowrap;
}
.quick-reply-btn.selected {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: white;
}

.phone-input-bar {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: white;
  border-top: 1px solid #e2e8f0;
}

.phone-input-field {
  flex: 1;
  padding: 8px 12px;
  background: #f1f5f9;
  border-radius: 18px;
  font-size: 12px;
  color: #64748b;
}

.phone-send-btn {
  width: 32px;
  height: 32px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  color: white;
  font-size: 14px;
}

.patient-avatar {
  position: absolute;
  top: -50px;
  left: -130px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 5px;
  z-index: 3;
  opacity: 0;
}
.patient-avatar.visible {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.patient-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .patient-avatar {
    display: none;
  }
}

.interview-mockup-summary {
  position: relative;
  width: 340px;
  flex-shrink: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s ease-out;
  top: -30px;
}
.interview-mockup-summary.visible {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .interview-mockup-summary {
    width: 100%;
    max-width: 380px;
    opacity: 1;
  }
}

.summary-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.summary-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  background: #fafbfc;
  border-bottom: 1px solid #e2e8f0;
}
.summary-header .summary-icon {
  width: 24px;
  height: 24px;
  background: #10b981;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
}
.summary-header .summary-title {
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.summary-body {
  padding: 20px;
}

.summary-item {
  margin-bottom: 16px;
}
.summary-item:last-child {
  margin-bottom: 0;
}
.summary-item .summary-label {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}
.summary-item .summary-value {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}
.summary-item .summary-value .highlight {
  color: #1d4ed8;
}
.summary-item .summary-value .patient-reported {
  font-weight: 400;
  color: #64748b;
  font-size: 13px;
}

.summary-placeholder-lines {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f1f5f9;
}
.summary-placeholder-lines .placeholder-line {
  height: 10px;
  background: #e2e8f0;
  border-radius: 4px;
  margin-bottom: 8px;
}
.summary-placeholder-lines .placeholder-line:nth-child(1) {
  width: 100%;
}
.summary-placeholder-lines .placeholder-line:nth-child(2) {
  width: 85%;
}
.summary-placeholder-lines .placeholder-line:nth-child(3) {
  width: 70%;
}
.summary-placeholder-lines .placeholder-line:nth-child(4) {
  width: 90%;
}
.summary-placeholder-lines .placeholder-line:nth-child(5) {
  width: 60%;
}
.summary-placeholder-lines .placeholder-line:last-child {
  margin-bottom: 0;
}

.summary-time-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
  font-size: 13px;
  font-weight: 500;
}
.summary-time-badge .time-icon {
  font-size: 16px;
}

.interview-mockup-connector {
  position: absolute;
  left: 250px;
  top: 15%;
  width: 160px;
  height: 120px;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .interview-mockup-connector {
    display: none;
  }
}
.interview-mockup-connector svg {
  width: 100%;
  height: 100%;
}
.interview-mockup-connector .arrow-line {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.interview-mockup-connector .arrow-head {
  opacity: 0;
}
.interview-mockup-connector.visible .arrow-line {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s ease-out;
}
.interview-mockup-connector.visible .arrow-head {
  opacity: 1;
  transition: opacity 0.3s ease-out 0.6s;
}

.practitioner-avatar {
  position: absolute;
  bottom: -30px;
  right: -100px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 5px;
  z-index: 3;
  opacity: 0;
}
.practitioner-avatar.visible {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.practitioner-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .practitioner-avatar {
    display: none;
  }
}
