/* Phone line advisory estimator — shared by home & pricing */
@keyframes phoneRoiSlideUp {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.phone-roi-section {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, rgba(255, 252, 249, 0.98) 0%, rgba(255, 245, 235, 0.95) 100%);
  border-top: 1px solid rgba(255, 212, 186, 0.9);
  border-bottom: 1px solid rgba(255, 212, 186, 0.9);
}
.phone-roi-inner { max-width: 920px; margin: 0 auto; padding: 0 20px; }
.phone-roi-eyebrow {
  font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  color: #ff6b35; margin-bottom: 10px;
}
.phone-roi-section h2 {
  font-size: clamp(1.45rem, 3.2vw, 1.85rem); font-weight: 800; color: #2d1810;
  line-height: 1.15; margin-bottom: 10px;
}
.phone-roi-lead { font-size: 1rem; color: #475569; max-width: 42rem; line-height: 1.65; margin-bottom: 1.35rem; }
.phone-roi-lead a { color: #ff6b35; font-weight: 700; }
.phone-roi-modes { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 1.25rem; }
.phone-roi-pill {
  font-size: 0.85rem; font-weight: 700; padding: 10px 18px; border-radius: 999px;
  border: 1.5px solid #ffd4ba; background: #fffcf9; color: #64748b; cursor: pointer;
  transition: all 0.2s; font-family: inherit;
}
.phone-roi-pill:hover { border-color: rgba(255, 107, 53, 0.5); color: #2d1810; }
.phone-roi-pill.active {
  background: linear-gradient(135deg, #2d1810, #4a2c22); color: #fff; border-color: transparent;
  box-shadow: 0 4px 14px rgba(45, 24, 16, 0.18);
}
.phone-roi-panels {
  background: rgba(255, 255, 255, 0.92); border: 1px solid #ffe4d6; border-radius: 18px;
  padding: 1.35rem 1.25rem 1.15rem; margin-bottom: 1rem;
}
.phone-roi-panel { display: none; }
.phone-roi-panel.active { display: block; animation: phoneRoiSlideUp 0.28s ease; }
.phone-roi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; }
@media (max-width: 640px) { .phone-roi-grid { grid-template-columns: 1fr; } }
.phone-roi-field { margin-bottom: 0; }
.phone-roi-field .field-label-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.phone-roi-field label { font-size: 0.82rem; font-weight: 700; color: #2d1810; }
.phone-roi-field .field-hint { font-size: 0.72rem; color: #94a3b8; font-weight: 600; }
.phone-roi-input {
  width: 100%; padding: 11px 14px; border: 1.5px solid #ffd4ba; border-radius: 10px;
  font-size: 0.95rem; font-weight: 600; color: #2d1810; background: #fffcf9; outline: none;
  font-family: inherit; box-sizing: border-box;
}
.phone-roi-input:focus {
  border-color: #ff6b35; background: #fff; box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.12);
}
.phone-roi-input-wrap { position: relative; display: flex; align-items: center; }
.phone-roi-input-wrap .pfx { position: absolute; left: 12px; font-weight: 700; color: #94a3b8; font-size: 0.95rem; }
.phone-roi-input-wrap .phone-roi-input { padding-left: 28px; }
.phone-roi-actions { display: flex; gap: 10px; margin-top: 1rem; flex-wrap: wrap; }
.phone-roi-calc {
  padding: 11px 20px; border-radius: 10px; font-size: 0.95rem; font-weight: 800; cursor: pointer;
  border: none; background: linear-gradient(135deg, #ff6b35, #d14d28); color: #fff;
  box-shadow: 0 4px 14px rgba(255, 107, 53, 0.28); font-family: inherit;
}
.phone-roi-calc:hover { transform: translateY(-1px); }
.phone-roi-reset {
  padding: 11px 16px; border-radius: 10px; font-size: 0.85rem; font-weight: 700; cursor: pointer;
  background: #fff; color: #64748b; border: 1.5px solid #ffd4ba; font-family: inherit;
}
.phone-roi-insight {
  display: none; border-radius: 14px; padding: 16px 18px; margin-bottom: 14px;
  border-left: 4px solid #ff6b35; background: rgba(255, 107, 53, 0.07);
  font-size: 0.95rem; line-height: 1.6; color: #475569;
}
.phone-roi-insight.active { display: block; }
.phone-roi-insight strong { color: #2d1810; }
.phone-roi-insight.tone-warn { border-left-color: #f59e0b; background: rgba(245, 158, 11, 0.1); }
.phone-roi-insight.tone-ok { border-left-color: #10b981; background: rgba(16, 185, 129, 0.08); }
.phone-roi-outcomes { display: none; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 12px; }
.phone-roi-outcomes.active { display: grid; }
@media (max-width: 720px) { .phone-roi-outcomes.active { grid-template-columns: 1fr; } }
.phone-roi-card {
  background: #fff; border: 1px solid #ffe4d6; border-radius: 14px; padding: 14px 16px;
}
.phone-roi-card-label {
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: #94a3b8; margin-bottom: 6px;
}
.phone-roi-card-val {
  font-size: 1.35rem; font-weight: 900; font-family: ui-monospace, 'Cascadia Code', monospace;
  color: #2d1810;
}
.phone-roi-card-note { font-size: 0.72rem; color: #64748b; margin-top: 6px; line-height: 1.45; }
.phone-roi-disclaimer { font-size: 0.75rem; color: #94a3b8; line-height: 1.55; max-width: 46rem; }
