* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  background: #f8fafc;
  line-height: 1.5;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.header-embed,
.full-footer-embed {
  width: 100%;
  line-height: 0;
}

.header-frame {
  width: 100%;
  height: 82px;
  border: 0;
  display: block;
}

.full-footer-frame {
  width: 100%;
  height: 286px;
  border: 0;
  display: block;
}

.pricing-main {
  padding-bottom: 2rem;
}

.hero {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 2rem 0 1.5rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
  font-weight: 700;
}

h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
}

.hero p {
  margin: 0 auto;
  max-width: 760px;
  color: #475569;
}

.section {
  padding: 2rem 0;
}

.section.alt {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #dbe2ea;
}

.pricing-table th,
.pricing-table td {
  padding: 0.75rem 0.9rem;
  border-bottom: 1px solid #e5eaf0;
  text-align: left;
  font-size: 0.95rem;
}

.pricing-table thead th {
  background: #0f172a;
  color: #ffffff;
}

.pricing-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.note {
  margin: 1rem 0 0;
  color: #64748b;
  font-size: 0.92rem;
}

.pricing-longform {
  border-top: 1px solid #e2e8f0;
  padding: 2.5rem 0 2rem;
}

.pricing-section .prose {
  margin: 0 0 1rem;
  max-width: 56rem;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.75;
}

.pricing-section h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.3;
  text-align: left;
}

.pricing-section h3 {
  margin: 1.75rem 0 0.75rem;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.35;
  color: #0f172a;
  font-weight: 800;
}

.pricing-section h4 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
}

body.page-pricing .float-icon {
  position: fixed;
  bottom: max(12px, env(safe-area-inset-bottom, 0px));
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
  z-index: 9999;
  transform: translateZ(0);
  backface-visibility: hidden;
}

body.page-pricing .float-wa {
  left: max(14px, env(safe-area-inset-left, 0px));
  background: #25d366;
  font-size: 36px;
}

body.page-pricing .float-call {
  right: max(14px, env(safe-area-inset-right, 0px));
  background: #1d4ed8;
  font-size: 24px;
}

@media (max-width: 768px) {
  .header-frame {
    height: 74px;
  }

  .full-footer-frame {
    height: 330px;
  }

  .pricing-table th,
  .pricing-table td {
    font-size: 0.88rem;
    padding: 0.65rem 0.7rem;
  }

  body.page-pricing .float-icon {
    width: 60px;
    height: 60px;
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
  }

  body.page-pricing .float-wa {
    left: max(10px, env(safe-area-inset-left, 0px));
    font-size: 31px;
  }

  body.page-pricing .float-call {
    right: max(10px, env(safe-area-inset-right, 0px));
    font-size: 22px;
  }
}
