.trust-logos, .problem, .promises, .comparison, .fit-section,
.gallery, .testimonials, .bonus-stack, .cost-of-waiting,
.meet-nyasha, .how-it-works, .faq, .final-quiz, .site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

.social-proof-toast {
  position: fixed;
  bottom: 80px;
  left: 16px;
  z-index: 99;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 340px;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  pointer-events: none;
}

.social-proof-toast.show {
  transform: translateY(0);
  opacity: 1;
}

.social-proof-toast .sp-icon {
  width: 40px;
  height: 40px;
  background: #f0fdf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.social-proof-toast .sp-text {
  font-size: 14px;
  color: #0f172a;
  font-weight: 500;
  line-height: 1.4;
}

.social-proof-toast .sp-text .sp-name {
  font-weight: 700;
}

.social-proof-toast .sp-time {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 2px;
}

@media (min-width: 769px) {
  .social-proof-toast { bottom: 24px; left: 24px; }
}

.trust-logos {
  background: #fafaf7;
  padding: 24px 20px;
  text-align: center;
}

.trust-logos p {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  max-width: 1080px;
  margin: 0 auto;
}

.problem {
  background: #ffffff;
  padding: 56px 20px;
}

.problem-inner {
  max-width: 720px;
  margin: 0 auto;
}

.problem h2 {
  font-size: 28px;
  color: #0f172a;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 32px;
}

.problem p {
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.problem .sub-heading {
  color: #d97706;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  padding-top: 32px;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .problem { padding: 96px 20px; }
  .problem h2 { font-size: 38px; }
  .problem p { font-size: 18px; }
  .problem .sub-heading { font-size: 22px; }
}

.promises {
  background: #fafaf7;
  padding: 56px 20px;
}

.promises-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.promises .section-heading {
  text-align: center;
  color: #0f172a;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.promises .section-subheading {
  text-align: center;
  color: #d97706;
  font-size: 18px;
  max-width: 640px;
  margin: 16px auto 64px;
}

.promises-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.promise-card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  padding: 32px;
  transition: box-shadow 0.2s, transform 0.2s;
}

@media (hover: hover) {
  .promise-card:hover {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10), 0 4px 8px rgba(15, 23, 42, 0.06);
    transform: translateY(-2px);
  }
}

.promise-card .icon-container {
  width: 56px;
  height: 56px;
  background: #fff7ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
}

.promise-card h3 {
  color: #0f172a;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.promise-card p {
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .promises { padding: 96px 20px; }
  .promises .section-heading { font-size: 48px; }
  .promises-grid { grid-template-columns: 1fr 1fr; }
}

.comparison {
  background: #ffffff;
  padding: 56px 20px;
}

.comparison-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.comparison h2 {
  text-align: center;
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 64px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.comparison-col {
  border-radius: 16px;
  padding: 32px;
}

.comparison-col.others {
  background: #f5f5f0;
  border: 1px solid #e5e7eb;
}

.comparison-col.nyasha {
  background: #ffffff;
  border: 2px solid #ff6b35;
  box-shadow: 0 20px 60px rgba(255, 107, 53, 0.15);
}

.comparison-col .col-header {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.comparison-col.others .col-header { color: #94a3b8; }
.comparison-col.nyasha .col-header { color: #d97706; }

.comparison-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 16px;
}

.comparison-item:last-child { border-bottom: none; }

.comparison-item .icon {
  font-size: 18px;
  flex-shrink: 0;
  line-height: 1.5;
}

.comparison-col.others .comparison-item span:last-child { color: #94a3b8; }
.comparison-col.nyasha .comparison-item span:last-child {
  color: #0f172a;
  font-weight: 500;
}

@media (min-width: 769px) {
  .comparison { padding: 96px 20px; }
  .comparison h2 { font-size: 42px; }
  .comparison-grid { grid-template-columns: 1fr 1fr; }
}

.fit-section {
  background: #ffffff;
  padding: 56px 20px;
}

.fit-inner {
  max-width: 900px;
  margin: 0 auto;
}

.fit-section h2 {
  text-align: center;
  color: #0f172a;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 48px;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.fit-col {
  padding: 36px 28px;
  border-radius: 16px;
}

.fit-col.fit-for {
  background: #f0fdf4;
  border: 2px solid #bbf7d0;
}

.fit-col.fit-not {
  background: #fef2f2;
  border: 2px solid #fecaca;
}

.fit-col h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fit-for h3 { color: #166534; }
.fit-not h3 { color: #991b1b; }

.fit-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fit-col li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #475569;
}

.fit-col li .icon {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .fit-section { padding: 96px 20px; }
  .fit-section h2 { font-size: 42px; }
  .fit-grid { grid-template-columns: 1fr 1fr; }
}

.gallery {
  background: #fafaf7;
  padding: 56px 20px;
}

.gallery-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.gallery h2 {
  text-align: center;
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
}

.gallery .section-sub {
  text-align: center;
  color: #475569;
  font-size: 18px;
  max-width: 640px;
  margin: 16px auto 48px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.gallery-card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.06);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

@media (hover: hover) {
  .gallery-card:hover {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10), 0 4px 8px rgba(15, 23, 42, 0.06);
    transform: translateY(-4px);
  }
}

.gallery-card .card-info {
  padding: 20px;
}

.gallery-card .card-info h3 {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
}

.gallery-card .card-info p {
  color: #475569;
  font-size: 14px;
  margin-top: 4px;
}

.ba-slider {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
}

.ba-slider .ba-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-slider .ba-before-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.ba-slider .ba-before-wrap .ba-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.ba-slider .ba-label {
  position: absolute;
  bottom: 12px;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 4;
  pointer-events: none;
}

.ba-slider .ba-label-before {
  left: 12px;
  background: rgba(220, 38, 38, 0.85);
  color: #fff;
}

.ba-slider .ba-label-after {
  right: 12px;
  background: rgba(22, 163, 74, 0.85);
  color: #fff;
}

.ba-slider .ba-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #ffffff;
  z-index: 3;
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.ba-slider .ba-handle-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.ba-slider .ba-handle-circle svg {
  width: 20px;
  height: 20px;
  fill: #475569;
}

@media (min-width: 769px) {
  .gallery { padding: 96px 20px; }
  .gallery h2 { font-size: 42px; }
  .gallery-grid { grid-template-columns: 1fr 1fr 1fr; }
}

@media (min-width: 481px) and (max-width: 768px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}

.testimonials {
  background: #ffffff;
  padding: 56px 20px;
}

.testimonials-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.testimonials h2 {
  text-align: center;
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
}

.testimonials .section-sub {
  text-align: center;
  color: #475569;
  font-size: 18px;
  margin: 16px auto 48px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.testimonial-card {
  background: #fafaf7;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  padding: 32px;
}

.testimonial-card .stars {
  color: #d97706;
  font-size: 20px;
}

.testimonial-card blockquote {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  margin: 16px 0;
}

.testimonial-card .attribution {
  color: #475569;
  font-size: 14px;
  font-weight: 600;
}

.testimonials .rating-note {
  text-align: center;
  font-size: 14px;
  color: #d97706;
  font-weight: 600;
  margin-top: 32px;
}

@media (min-width: 769px) {
  .testimonials { padding: 96px 20px; }
  .testimonials h2 { font-size: 42px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr 1fr; }
}

.bonus-stack {
  background: #fff7ed;
  padding: 56px 20px;
}

.bonus-inner {
  max-width: 800px;
  margin: 0 auto;
}

.bonus-stack h2 {
  text-align: center;
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
}

.bonus-stack .section-sub {
  text-align: center;
  color: #475569;
  font-size: 18px;
  max-width: 640px;
  margin: 16px auto 48px;
}

.bonus-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bonus-item {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.06);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.bonus-item .check-icon {
  color: #16a34a;
  font-size: 24px;
  flex-shrink: 0;
}

.bonus-item .item-content {
  flex: 1;
}

.bonus-item .item-content h4 {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
}

.bonus-item .item-content p {
  color: #475569;
  font-size: 15px;
  font-style: italic;
  margin-top: 4px;
}

.bonus-item .value-tag {
  color: #d97706;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .bonus-stack { padding: 96px 20px; }
  .bonus-stack h2 { font-size: 42px; }
  .bonus-item {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}

.total-value-box {
  background: #ffffff;
  border: 2px solid #d97706;
  box-shadow: 0 20px 60px rgba(217, 119, 6, 0.15);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  margin-top: 32px;
}

.total-value-box .line1 {
  color: #d97706;
  font-size: 20px;
  font-weight: 800;
}

.total-value-box .line2 {
  color: #0f172a;
  font-size: 26px;
  font-weight: 800;
  margin-top: 8px;
}

@media (min-width: 769px) {
  .total-value-box .line1 { font-size: 24px; }
  .total-value-box .line2 { font-size: 32px; }
}

.cost-of-waiting {
  background: #ffffff;
  padding: 56px 20px;
}

.cost-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.cost-of-waiting h2 {
  text-align: center;
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
}

.cost-of-waiting .cost-sub {
  text-align: center;
  color: #475569;
  font-size: 18px;
  max-width: 720px;
  margin: 16px auto 56px;
  line-height: 1.6;
}

.cost-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.cost-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #dc2626;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}

.cost-card .cost-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.cost-card h3 {
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cost-card .cost-body {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cost-card .cost-line {
  color: #dc2626;
  font-size: 16px;
  font-weight: 800;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.cost-callout {
  background: #fff7ed;
  border: 2px solid #ff6b35;
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(255, 107, 53, 0.15);
  margin-top: 56px;
}

.cost-callout h3 {
  color: #0f172a;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.cost-callout p {
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
  margin: 16px auto 0;
}

@media (min-width: 769px) {
  .cost-of-waiting { padding: 96px 20px; }
  .cost-of-waiting h2 { font-size: 42px; }
  .cost-grid { grid-template-columns: 1fr 1fr; }
  .cost-card:hover { box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10), 0 4px 8px rgba(15, 23, 42, 0.06); transform: translateY(-2px); }
  .cost-callout { padding: 40px; }
  .cost-callout h3 { font-size: 28px; }
  .cost-callout p { font-size: 17px; }
}

.meet-nyasha {
  background: #ffffff;
  padding: 56px 20px;
}

.meet-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.meet-inner .accent-bar {
  width: 64px;
  height: 4px;
  background: #ff6b35;
  border-radius: 2px;
  margin-bottom: 32px;
}

.meet-inner h2 {
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
}

.meet-inner p {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 20px;
}

.meet-inner p:first-of-type {
  margin-top: 24px;
}

.meet-inner .signature {
  font-family: 'Caveat', cursive;
  color: #d97706;
  font-size: 26px;
  margin-top: 24px;
}

.meet-inner .trust-line {
  color: #94a3b8;
  font-size: 14px;
  margin-top: 24px;
}

@media (min-width: 769px) {
  .meet-nyasha { padding: 96px 20px; }
  .meet-inner h2 { font-size: 42px; }
  .meet-inner .signature { font-size: 32px; }
}

.how-it-works {
  background: #fafaf7;
  padding: 56px 20px;
}

.how-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.how-it-works h2 {
  text-align: center;
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 48px;
}

.step-card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.step-card .step-number {
  color: #ff6b35;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
}

.step-card h3 {
  color: #0f172a;
  font-size: 22px;
  font-weight: 700;
  margin-top: 16px;
}

.step-card p {
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 12px;
}

@media (min-width: 769px) {
  .how-it-works { padding: 96px 20px; }
  .how-it-works h2 { font-size: 42px; }
  .steps-grid { grid-template-columns: 1fr 1fr 1fr; }
}

.faq {
  background: #ffffff;
  padding: 56px 20px;
}

.faq-inner {
  max-width: 800px;
  margin: 0 auto;
}

.faq h2 {
  text-align: center;
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 48px;
}

.faq-item {
  background: #fafaf7;
  border-radius: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.2s, box-shadow 0.2s;
}

.faq-item.open {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.06);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  padding-right: 56px;
  position: relative;
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  min-height: 56px;
}

.faq-question .faq-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff6b35;
  font-size: 24px;
  transition: transform 0.2s;
  font-weight: 400;
  line-height: 1;
}

.faq-item.open .faq-question .faq-icon {
  transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
}

.faq-item.open .faq-answer {
  max-height: 500px;
  padding: 0 24px 20px;
}

@media (min-width: 769px) {
  .faq { padding: 96px 20px; }
  .faq h2 { font-size: 42px; }
}

.final-quiz {
  background: #fff7ed;
  padding: 56px 20px;
}

.final-quiz-inner {
  max-width: 720px;
  margin: 0 auto;
}

.final-quiz h2 {
  text-align: center;
  color: #0f172a;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.final-quiz .urgency-sub {
  text-align: center;
  color: #dc2626;
  font-size: 22px;
  font-weight: 700;
  margin-top: 16px;
}

.quiz-card {
  background: #ffffff;
  border: 2px solid #ff6b35;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 30px 80px rgba(255, 107, 53, 0.2);
  margin-top: 48px;
}

.quiz-trust-badges {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  color: #475569;
  font-size: 14px;
  margin-top: 32px;
}

@media (min-width: 769px) {
  .final-quiz { padding: 96px 20px; }
  .final-quiz h2 { font-size: 48px; }
  .quiz-card { padding: 48px; }
  .quiz-options { grid-template-columns: 1fr 1fr; }
}

.site-footer {
  background: #fafaf7;
  padding: 64px 20px 32px;
  border-top: 1px solid #e5e7eb;
}

.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.footer-col h4 {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-col p, .footer-col a {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.footer-col .legal-links {
  display: flex;
  flex-direction: column;
}

.footer-col .legal-links a {
  line-height: 2;
}

@media (hover: hover) {
  .footer-col .legal-links a:hover {
    color: #ff6b35;
  }
}

.footer-bottom {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding-top: 48px;
  color: #94a3b8;
  font-size: 13px;
}

@media (min-width: 769px) {
  .footer-inner { grid-template-columns: 1fr 1fr 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .gallery h2, .testimonials h2, .how-it-works h2, .faq h2 { font-size: 26px; }
  .bonus-stack h2, .cost-of-waiting h2, .meet-inner h2 { font-size: 26px; }
  .comparison h2 { font-size: 26px; }
  .fit-section h2 { font-size: 26px; }
  .promises .section-heading { font-size: 26px; }
  .final-quiz h2 { font-size: 26px; }
  .final-quiz .urgency-sub { font-size: 18px; }
  .quiz-card { padding: 24px 20px; }
  .cost-card .cost-line { font-size: 14px; }
  .cost-callout h3 { font-size: 20px; }
  .total-value-box .line1 { font-size: 18px; }
  .total-value-box .line2 { font-size: 22px; }
  .promise-card { padding: 24px; }
  .promise-card h3 { font-size: 20px; }
  .faq-question { font-size: 16px; padding: 18px 48px 18px 20px; }
  .step-card { padding: 24px; }
  .step-card .step-number { font-size: 44px; }
  .step-card h3 { font-size: 20px; }
  .testimonial-card blockquote { font-size: 16px; }
  .meet-inner .signature { font-size: 24px; }
}
