:root {
  --navy: #0c1b33;
  --sky: #f2f5ff;
  --blue: #0c64fb;
  --text: #1d2a44;
  --muted: #5f6b85;
  --shadow: 0 25px 60px rgba(13, 41, 80, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: linear-gradient(180deg, #f3f7ff 0%, #fefeff 60%, #f5f7fb 100%);
  color: var(--text);
  line-height: 1.6;
}

section[id] {
  scroll-margin-top: 60px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 2px solid rgba(12, 27, 51, 0.1);
  box-shadow: 0 2px 12px rgba(12, 27, 51, 0.08);
  padding: clamp(8px, 1vw, 12px) 0;
}

.header-content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: flex-end;
  gap: clamp(12px, 2vw, 24px);
}

.header-center {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.header-tagline {
  margin: 0;
  padding: 0;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

main.page {
  min-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.section-block {
  width: 100%;
  padding: clamp(32px, 6vw, 72px) clamp(16px, 5vw, 60px);
}

.section-block:first-of-type {
  border-top: none;
}

.section-inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 4vw, 48px);
}

.hero-block .section-inner {
  gap: 0;
}

.hero-block {
  background: linear-gradient(135deg, #f3f8ff 0%, #ffffff 70%);
  padding-top: 0;
  padding-bottom: 0;
}
.questions-block {
  background: linear-gradient(135deg, #071229 0%, #10254a 100%);
  padding: clamp(16px, 3vw, 32px) clamp(16px, 5vw, 60px);
}

.journey-block {
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  padding: clamp(16px, 3vw, 32px) clamp(16px, 5vw, 60px);
}

.results-block {
  background: linear-gradient(135deg, #f0f5ff 0%, #ffffff 100%);
  padding: clamp(16px, 3vw, 32px) clamp(16px, 5vw, 60px);
}

.pricing-block {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: clamp(12px, 2vw, 24px) clamp(16px, 5vw, 60px);
}

.insights-block {
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  padding: clamp(16px, 3vw, 32px) clamp(16px, 5vw, 60px);
}

.safeguards-block {
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  padding: clamp(16px, 3vw, 32px) clamp(16px, 5vw, 60px);
}

.faq-block {
  background: linear-gradient(135deg, #f0f5ff 0%, #ffffff 100%);
  padding: clamp(16px, 3vw, 32px) clamp(16px, 5vw, 60px);
}

.privacy-block,
.terms-block,
.coming-soon-block {
  background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
  padding: clamp(32px, 6vw, 72px) clamp(16px, 5vw, 60px);
}

.cta-block {
  background: #eef4ff;
}

.brand {
  display: flex;
  align-items: flex-end;
  gap: clamp(6px, 1vw, 10px);
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.brand:hover {
  opacity: 0.8;
}

.brand:visited,
.brand:active {
  color: var(--navy);
}

.brand-mark {
  width: clamp(20px, 3vw, 24px);
  height: clamp(20px, 3vw, 24px);
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: clamp(0.5rem, 0.7vw, 0.6rem);
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-text strong {
  font-size: clamp(0.42rem, 0.7vw, 0.525rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--navy);
  line-height: 1.2;
}

.brand-tagline {
  display: block;
  font-size: clamp(0.455rem, 0.77vw, 0.56rem);
  letter-spacing: 0.02em;
  color: var(--text);
  text-transform: none;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: flex-end;
  gap: clamp(2px, 0.5vw, 4px);
  flex-wrap: nowrap;
}

.site-nav a {
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  padding: 0 clamp(4px, 0.7vw, 8px);
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  line-height: 1;
}

.site-nav a:hover {
  background-color: var(--sky);
  color: var(--blue);
}

.nav-separator {
  color: var(--muted);
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  font-weight: 300;
}

/* User Selector Styles */
.user-selector-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(12, 27, 51, 0.1);
}

.user-selector-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.user-select-label {
  font-size: clamp(0.65rem, 0.8vw, 0.75rem);
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}

.user-select {
  font-size: clamp(0.65rem, 0.8vw, 0.75rem);
  padding: 4px 8px;
  border: 1px solid rgba(12, 27, 51, 0.2);
  border-radius: 6px;
  background: #ffffff;
  color: var(--navy);
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  min-width: 180px;
}

.user-select:hover {
  border-color: var(--blue);
}

.user-select:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(12, 100, 251, 0.1);
}

.user-select-status {
  font-size: clamp(0.6rem, 0.75vw, 0.7rem);
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

.user-select-status.active {
  color: #059669;
  background: #d1fae5;
}

.user-select-status.inactive {
  color: var(--muted);
  background: #f3f4f6;
}

.user-select-status.warning {
  color: #d97706;
  background: #fef3c7;
}

.user-message.info {
  background: #dbeafe;
  color: #1e40af;
  border-bottom: 2px solid #3b82f6;
}

.user-email-input {
  font-size: clamp(0.65rem, 0.8vw, 0.75rem);
  padding: 4px 8px;
  border: 1px solid rgba(12, 27, 51, 0.2);
  border-radius: 6px;
  background: #ffffff;
  color: var(--navy);
  min-width: 150px;
}

.add-user-btn {
  font-size: clamp(0.7rem, 0.85vw, 0.8rem);
  padding: 4px 8px;
  border: 1px solid rgba(12, 27, 51, 0.2);
  border-radius: 6px;
  background: var(--blue);
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s ease;
}

.add-user-btn:hover {
  background: #0a5ae0;
}

.user-message {
  padding: 12px 20px;
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  animation: slideDown 0.3s ease;
}

.user-message.success {
  background: #d1fae5;
  color: #059669;
  border-bottom: 2px solid #10b981;
}

.user-message.error {
  background: #fee2e2;
  color: #dc2626;
  border-bottom: 2px solid #ef4444;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: clamp(0.6rem, 1vw, 0.8rem);
  color: var(--blue);
  margin-bottom: 16px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(20px, 3vw, 40px);
  justify-items: center;
  width: 100%;
  padding: 0 clamp(20px, 4vw, 80px);
}

.hero-block .card-grid {
  gap: clamp(3.2px, 0.64vw, 6.4px);
  padding: 0 clamp(16px, 3.2vw, 64px);
  margin: 0;
}

.card-grid + .hero-message {
  margin-top: 0;
}

.hero-message {
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0 clamp(16px, 3.2vw, 64px);
}

.hero-message h1 {
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
  max-width: 100%;
  width: 100%;
}

.hero-message p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.doctor-card {
  margin: 0;
  padding: 0;
}

.hero-block .doctor-card {
  margin: 0;
  padding: 0;
}

.doctor-card img {
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(12, 27, 51, 0.25);
}

.hero-block .doctor-card img {
  transform: scale(0.8);
  transform-origin: center;
}

.cta-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.cta-link {
  background: none;
  border: none;
  font-weight: 600;
  color: var(--blue);
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
  transition: border-color 0.2s ease;
  font-size: 1rem;
  cursor: pointer;
}

.cta-link:hover {
  border-color: var(--blue);
}

.questions-section {
  text-align: center;
}

.questions-section header {
  color: #ffffff;
  margin-bottom: clamp(12px, 2vw, 20px);
  padding: 0 clamp(20px, 4vw, 80px);
  width: 100%;
}

.questions-section h2 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 600;
}

.questions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 40px);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
}

.question-item {
  padding: clamp(32px, 4vw, 48px) clamp(24px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, background 0.2s ease;
  display: flex;
  align-items: center;
  min-height: 200px;
}

.question-item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.08);
}

.question-item h3 {
  margin: 0;
  font-size: clamp(0.85rem, 1.3vw, 1.1rem);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}

.journey-section {
  text-align: center;
}

.journey-section header {
  margin-bottom: clamp(12px, 2vw, 20px);
  padding: 0 clamp(20px, 4vw, 80px);
  width: 100%;
}

.journey-section h2 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 600;
  color: var(--navy);
}

.journey-visual {
  width: 100%;
  margin: 0 auto clamp(16px, 3vw, 24px);
  padding: 0 clamp(20px, 3vw, 60px);
}

.journey-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(12, 27, 51, 0.12);
}

.journey-explanation {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 20px);
  padding: 0 clamp(20px, 4vw, 80px);
}

.journey-explanation p {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  color: var(--text);
  margin: 0;
  font-weight: 400;
}

.results-section {
  text-align: center;
}

.results-section header {
  margin-bottom: clamp(12px, 2vw, 20px);
  padding: 0 clamp(20px, 4vw, 80px);
  width: 100%;
}

.results-section h2 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 600;
  color: var(--navy);
}

.results-visual {
  width: 100%;
  margin: 0 auto clamp(16px, 3vw, 24px);
  padding: 0 clamp(20px, 2vw, 40px);
}

.results-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(12, 27, 51, 0.12);
}

.results-explanation {
  max-width: 100%;
  width: 100%;
  margin: 0;
  text-align: left;
  padding: 0 clamp(20px, 4vw, 80px);
}

.results-explanation p {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  line-height: 1.6;
  color: var(--text);
  margin: 0;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
}

.pricing-section {
  text-align: center;
}

.pricing-section header {
  margin-bottom: clamp(12px, 2vw, 20px);
  padding: 0 clamp(20px, 4vw, 80px);
  width: 100%;
}

.pricing-section h2 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 600;
  color: var(--navy);
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
}

.pricing-card {
  background: #ffffff;
  border-radius: 20px;
  padding: clamp(20px, 2.5vw, 32px) clamp(16px, 2vw, 24px);
  box-shadow: 0 8px 24px rgba(12, 27, 51, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(12, 27, 51, 0.12);
}

.pricing-card-featured {
  border: 2px solid var(--blue);
  box-shadow: 0 8px 24px rgba(12, 100, 251, 0.15);
}

.pricing-title {
  margin: 0 0 clamp(8px, 1.2vw, 16px) 0;
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pricing-price {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 clamp(4px, 0.8vw, 8px) 0;
  line-height: 1;
}

.pricing-period {
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  font-weight: 500;
  color: var(--muted);
}

.pricing-subtitle {
  margin: 0 0 clamp(12px, 1.8vw, 20px) 0;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: var(--muted);
  font-weight: 500;
}

.pricing-includes {
  margin: 0 0 clamp(12px, 1.8vw, 20px) 0;
}

.pricing-includes h4 {
  margin: 0 0 clamp(8px, 1.2vw, 12px) 0;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pricing-includes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-includes li {
  padding: clamp(4px, 0.6vw, 8px) 0;
  font-size: clamp(0.75rem, 0.95vw, 0.9rem);
  color: var(--text);
  line-height: 1.5;
  position: relative;
  padding-left: clamp(16px, 2vw, 24px);
}

.pricing-includes li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 700;
  font-size: 1.2em;
}

.pricing-best-for {
  margin-top: auto;
  padding-top: clamp(12px, 1.8vw, 20px);
  border-top: 1px solid rgba(12, 27, 51, 0.1);
}

.pricing-best-for strong {
  display: block;
  margin: 0 0 clamp(8px, 1vw, 12px) 0;
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pricing-best-for p {
  margin: 0;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: var(--muted);
  line-height: 1.6;
}

.insights-section {
  text-align: center;
}

.insights-section header {
  margin-bottom: clamp(24px, 4vw, 40px);
  padding: 0 clamp(20px, 4vw, 80px);
  width: 100%;
}

.insights-title {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.5;
  max-width: 100%;
}

.insights-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
}

.insight-image {
  margin: 0;
  padding: 0;
}

.insight-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(12, 27, 51, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.insight-image img:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(12, 27, 51, 0.18);
}

.safeguards-section {
  text-align: center;
}

.safeguards-section header {
  margin-bottom: clamp(24px, 4vw, 40px);
  padding: 0 clamp(20px, 4vw, 80px);
  width: 100%;
}

.safeguards-section h2 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 600;
  color: var(--navy);
}

.safeguards-content {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 48px);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
}

.safeguards-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 32px);
  text-align: left;
}

.safeguard-item {
  display: flex;
  gap: clamp(16px, 2.5vw, 24px);
  align-items: flex-start;
}

.safeguard-number {
  flex-shrink: 0;
  width: clamp(36px, 4vw, 48px);
  height: clamp(36px, 4vw, 48px);
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
}

.safeguard-text h3 {
  margin: 0 0 clamp(8px, 1vw, 12px) 0;
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  font-weight: 600;
  color: var(--navy);
}

.safeguard-text p {
  margin: 0;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: var(--text);
  line-height: 1.6;
}

.safeguards-icons {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(12px, 2vw, 24px);
  justify-items: center;
  width: 100%;
}

.safeguard-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1.5vw, 16px);
}

.safeguard-icon-circle {
  width: clamp(60px, 8vw, 80px);
  height: clamp(60px, 8vw, 80px);
  border-radius: 50%;
  background: var(--sky);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  box-shadow: 0 4px 12px rgba(12, 27, 51, 0.08);
}

.safeguard-icon-label {
  margin: 0;
  font-size: clamp(0.75rem, 1vw, 0.9rem);
  color: var(--text);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

/* Waitlist Modal */
.waitlist-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.waitlist-modal.active {
  opacity: 1;
  visibility: visible;
}

.waitlist-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 27, 51, 0.75);
  backdrop-filter: blur(4px);
}

.waitlist-modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(12, 27, 51, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
  z-index: 10001;
}

.waitlist-modal.active .waitlist-modal-content {
  transform: scale(1);
}

.waitlist-modal-close {
  position: absolute;
  top: clamp(16px, 2vw, 20px);
  right: clamp(16px, 2vw, 20px);
  background: none;
  border: none;
  font-size: clamp(2rem, 3vw, 2.5rem);
  color: var(--muted);
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: clamp(32px, 4vw, 40px);
  height: clamp(32px, 4vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.waitlist-modal-close:hover {
  background: var(--sky);
  color: var(--navy);
}

.waitlist-modal-header {
  padding: clamp(32px, 4vw, 48px) clamp(32px, 4vw, 48px) clamp(16px, 2vw, 24px);
  text-align: center;
  border-bottom: 1px solid rgba(12, 27, 51, 0.1);
}

.waitlist-modal-header h2 {
  margin: 0 0 clamp(8px, 1vw, 12px) 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--navy);
}

.waitlist-modal-header p {
  margin: 0;
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  color: var(--muted);
}

.waitlist-form {
  padding: clamp(24px, 3vw, 32px) clamp(32px, 4vw, 48px) clamp(32px, 4vw, 48px);
}

.form-group {
  margin-bottom: clamp(20px, 2.5vw, 24px);
}

.form-group label {
  display: block;
  margin-bottom: clamp(6px, 0.8vw, 8px);
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  font-weight: 600;
  color: var(--navy);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: clamp(12px, 1.5vw, 16px);
  border: 2px solid rgba(12, 27, 51, 0.1);
  border-radius: 8px;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(12, 100, 251, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.waitlist-submit-btn {
  width: 100%;
  padding: clamp(14px, 1.8vw, 18px);
  background: var(--blue);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  margin-top: clamp(8px, 1vw, 12px);
}

.waitlist-submit-btn:hover {
  background: #0a5ae0;
  transform: translateY(-2px);
}

.waitlist-submit-btn:active {
  transform: translateY(0);
}

/* Thank You Modal */
.thank-you-modal-content {
  text-align: center;
  padding: clamp(40px, 5vw, 60px) clamp(32px, 4vw, 48px);
}

.thank-you-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2vw, 24px);
}

.thank-you-icon {
  width: clamp(64px, 8vw, 80px);
  height: clamp(64px, 8vw, 80px);
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: clamp(8px, 1vw, 12px);
}

.thank-you-content h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--navy);
}

.thank-you-message {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.6;
}

.thank-you-details {
  margin: 0;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  color: var(--muted);
  line-height: 1.7;
  max-width: 500px;
}

.thank-you-close-btn {
  margin-top: clamp(8px, 1vw, 12px);
  max-width: 200px;
}

/* FAQ Section */
.faq-section {
  text-align: center;
}

.faq-section header {
  margin-bottom: clamp(24px, 4vw, 40px);
  padding: 0 clamp(20px, 4vw, 80px);
  width: 100%;
}

.faq-section h2 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 600;
  color: var(--navy);
}

.faq-list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vw, 16px);
}

.faq-item {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(12, 27, 51, 0.1);
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(12, 27, 51, 0.08);
  border-color: rgba(12, 27, 51, 0.15);
}

.faq-question {
  width: 100%;
  padding: clamp(20px, 2.5vw, 24px) clamp(24px, 3vw, 32px);
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(16px, 2vw, 24px);
  font-family: 'DM Sans', sans-serif;
  transition: background-color 0.2s ease;
}

.faq-question:hover {
  background: rgba(12, 100, 251, 0.02);
}

.faq-question span:first-child {
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  font-weight: 600;
  color: var(--navy);
  flex: 1;
}

.faq-icon {
  flex-shrink: 0;
  width: clamp(24px, 3vw, 32px);
  height: clamp(24px, 3vw, 32px);
  border-radius: 50%;
  background: var(--sky);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s ease, background-color 0.2s ease, color 0.2s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
  background: var(--blue);
  color: #ffffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 clamp(24px, 3vw, 32px);
}

.faq-question[aria-expanded="true"] + .faq-answer {
  max-height: 500px;
  padding: 0 clamp(24px, 3vw, 32px) clamp(20px, 2.5vw, 24px);
}

.faq-answer p {
  margin: 0;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: var(--text);
  line-height: 1.7;
  padding-top: clamp(8px, 1vw, 12px);
}

/* Privacy and Terms Page Styles */
.privacy-section,
.terms-section {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.privacy-section header,
.terms-section header {
  text-align: center;
  margin-bottom: clamp(32px, 5vw, 48px);
  padding-bottom: clamp(24px, 4vw, 32px);
  border-bottom: 2px solid rgba(12, 27, 51, 0.1);
}

.privacy-section header h1,
.terms-section header h1 {
  margin: 0 0 clamp(12px, 2vw, 16px) 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
}

.privacy-updated,
.terms-updated {
  margin: 0;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: var(--muted);
  font-weight: 500;
}

.privacy-content,
.terms-content {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
}

.privacy-intro,
.terms-intro {
  padding: clamp(24px, 3vw, 32px);
  background: var(--sky);
  border-radius: 12px;
  border-left: 4px solid var(--blue);
}

.privacy-intro p,
.terms-intro p {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.7;
  color: var(--text);
  font-weight: 500;
}

.privacy-section-item,
.terms-section-item {
  padding: clamp(24px, 3vw, 32px) 0;
  border-bottom: 1px solid rgba(12, 27, 51, 0.1);
}

.privacy-section-item:last-child,
.terms-section-item:last-child {
  border-bottom: none;
}

.privacy-section-item h2,
.terms-section-item h2 {
  margin: 0 0 clamp(16px, 2vw, 24px) 0;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.privacy-section-item p,
.terms-section-item p {
  margin: 0 0 clamp(16px, 2vw, 20px) 0;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.7;
  color: var(--text);
}

.privacy-section-item ul,
.terms-section-item ul {
  margin: 0 0 clamp(16px, 2vw, 20px) 0;
  padding-left: clamp(24px, 3vw, 32px);
  list-style: none;
}

.privacy-section-item li,
.terms-section-item li {
  margin: 0 0 clamp(12px, 1.5vw, 16px) 0;
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  line-height: 1.7;
  color: var(--text);
  position: relative;
  padding-left: clamp(20px, 2.5vw, 28px);
}

.privacy-section-item li:before,
.terms-section-item li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1;
}

.privacy-section-item li strong,
.terms-section-item li strong {
  color: var(--navy);
  font-weight: 600;
}

.privacy-section-item:last-child,
.terms-section-item:last-child {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .header-content {
    grid-template-columns: 1fr;
    gap: clamp(16px, 3vw, 24px);
  }

  .header-center {
    order: -1;
    width: 100%;
  }

  .header-tagline {
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    white-space: normal;
  }

  .site-nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .site-nav a {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(12, 27, 51, 0.1);
  }

  .nav-separator {
    display: none;
  }

  .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .cta-links {
    flex-direction: column;
  }

  .questions-list {
    grid-template-columns: 1fr;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    gap: clamp(20px, 3vw, 32px);
  }

  .safeguards-list {
    grid-template-columns: 1fr;
  }

  .safeguards-icons {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 2.5vw, 24px);
  }

  .insights-images {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 2.5vw, 24px);
  }

  .insights-title {
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  }

  .privacy-section,
  .terms-section {
    padding: 0 clamp(16px, 3vw, 24px);
  }

  .privacy-section header h1,
  .terms-section header h1 {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .privacy-intro,
  .terms-intro {
    padding: clamp(20px, 2.5vw, 24px);
  }

  .coming-soon-features {
    grid-template-columns: 1fr;
    gap: clamp(12px, 2vw, 16px);
  }

  .coming-soon-section {
    min-height: 50vh;
    padding: clamp(20px, 3vw, 32px) 0;
  }

  .question-item {
    min-height: auto;
  }

  .waitlist-modal-content {
    width: 95%;
    max-height: 95vh;
    border-radius: 16px;
  }

  .waitlist-modal-header {
    padding: clamp(24px, 3vw, 32px) clamp(20px, 3vw, 24px) clamp(12px, 1.5vw, 16px);
  }

  .waitlist-form {
    padding: clamp(20px, 2.5vw, 24px) clamp(20px, 3vw, 24px) clamp(24px, 3vw, 32px);
  }

  .question-item h3 {
    font-size: clamp(1.3rem, 4vw, 1.8rem);
  }

  .journey-explanation {
    text-align: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: clamp(12px, 2vw, 20px);
    text-align: center;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    justify-content: center;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-company,
  .footer-copyright,
  .footer-contact {
    font-size: clamp(0.65rem, 0.85vw, 0.8rem);
  }
}

@media (max-width: 480px) {
  .insights-images {
    grid-template-columns: 1fr;
    gap: clamp(16px, 2.5vw, 24px);
  }
}

.site-footer {
  position: relative;
  background: #ffffff;
  border-top: 2px solid rgba(12, 27, 51, 0.1);
  box-shadow: 0 -2px 12px rgba(12, 27, 51, 0.08);
  padding: clamp(4px, 0.8vw, 8px) 0;
}

.footer-content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 80px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(8px, 1.5vw, 16px);
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-company {
  margin: 0;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
}

.footer-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-copyright {
  margin: 0;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  font-weight: 500;
  color: var(--muted);
  line-height: 1.2;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-contact {
  margin: 0;
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  font-weight: 500;
  color: var(--text);
  line-height: 1.2;
  text-align: right;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1vw, 12px);
  padding: clamp(8px, 1.2vw, 12px) clamp(20px, 4vw, 80px);
  border-top: 1px solid rgba(12, 27, 51, 0.1);
  margin-top: clamp(4px, 0.8vw, 8px);
}

.footer-links a {
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--blue);
}

.footer-link-separator {
  color: var(--muted);
  font-size: clamp(0.7rem, 0.9vw, 0.85rem);
  font-weight: 300;
}

/* Coming Soon Page Styles */
.coming-soon-section {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coming-soon-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 4vw, 40px);
}

.coming-soon-icon {
  margin-bottom: clamp(16px, 2vw, 24px);
  animation: pulse 2s ease-in-out infinite;
}

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

.coming-soon-title {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}

.coming-soon-subtitle {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

.coming-soon-description {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.7;
  color: var(--text);
  max-width: 600px;
  font-weight: 400;
}

.coming-soon-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2.5vw, 24px);
  width: 100%;
  max-width: 500px;
  margin: clamp(16px, 2vw, 24px) 0;
}

.coming-soon-feature {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 16px);
  padding: clamp(16px, 2vw, 20px);
  background: var(--sky);
  border-radius: 12px;
  border: 1px solid rgba(12, 100, 251, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.coming-soon-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(12, 27, 51, 0.1);
}

.feature-icon {
  width: clamp(32px, 4vw, 40px);
  height: clamp(32px, 4vw, 40px);
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 700;
  flex-shrink: 0;
}

.coming-soon-feature p {
  margin: 0;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 600;
  color: var(--navy);
  text-align: left;
}

.coming-soon-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(12px, 1.5vw, 16px);
  margin-top: clamp(16px, 2vw, 24px);
}

.coming-soon-button {
  display: inline-block;
  padding: clamp(14px, 1.8vw, 18px) clamp(32px, 4vw, 48px);
  background: var(--blue);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(12, 100, 251, 0.2);
}

.coming-soon-button:hover {
  background: #0a5ae0;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(12, 100, 251, 0.3);
}

.coming-soon-button:active {
  transform: translateY(0);
}

.coming-soon-note {
  margin: 0;
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  color: var(--muted);
  font-weight: 400;
}

