/* Pricing presentation; calculations and plan selection live in pricing-launch.ts. */
.pricing-page main {
  width: min(1220px, calc(100% - 80px));
  margin: auto;
}
.pricing-hero {
  padding: 45px 0 30px;
  text-align: center;
}
.pricing-hero h1 {
  font-size: clamp(35px, 4vw, 53px);
  font-weight: 450;
  line-height: 1.14;
  margin: 18px 0;
}
.pricing-hero h1 em {
  font-style: normal;
  color: inherit;
}
.page-kicker {
  font-size: 12px;
  color: #5a7c64;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.page-kicker > span {
  display: none;
}
.pricing-hero-copy > p:last-child {
  font-size: 14px;
  line-height: 1.8;
  color: #657269;
  max-width: 620px;
  margin: 16px auto 30px;
}
.pricing-launch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 20px 25px;
  border: 1px solid #e4e6dc;
  border-radius: 12px;
  background: #fafaf5;
  color: #205437;
}
.pricing-launch > small {
  font-size: 12px;
  border-right: 1px dashed #95cda3;
  padding-right: 22px;
}
.pricing-launch > div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.pricing-launch strong {
  font-size: 17px;
  font-weight: 500;
}
.pricing-launch span {
  font-size: 12px;
  line-height: 1.5;
}
.pricing-launch p {
  font-size: 12px;
}
.pricing-controls {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 30px;
}
.pricing-control-group > span {
  display: block;
  font-size: 12px;
  color: #657269;
  margin-bottom: 9px;
}
.vertical-picker,
.billing-toggle {
  display: flex;
  gap: 5px;
  padding: 5px;
  background: #faf8f3;
  border: 1px solid #e6e9df;
  border-radius: 10px;
}
.vertical-picker button,
.billing-toggle button {
  padding: 9px 13px;
  border-radius: 6px;
  font-size: 12px;
  min-height: 38px;
}
.vertical-picker button.active,
.billing-toggle button.active {
  background: #fff;
  color: #126531;
  box-shadow: 0 1px 4px #143b2510;
}
.billing-toggle small {
  font-size: 12px;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
  align-items: stretch;
}
.price-card {
  position: relative;
  border: 1px solid #e0e7dc;
  border-radius: 18px;
  padding: 26px;
  min-width: 0;
  background: white;
}
.card-head > p {
  font-size: 12px;
  color: #64806a;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.card-head h2 {
  font-size: 30px;
  margin: 9px 0 10px;
  font-weight: 450;
}
.card-head > span {
  display: block;
  font-size: 13px;
  color: #657269;
  min-height: 46px;
  line-height: 1.7;
}
.price-line {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 102px;
  margin: 9px 0;
}
.price-line > strong {
  font-size: 48px;
  font-weight: 450;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.price-line > span {
  font-size: 14px;
}
.price-line small {
  display: block;
  font-size: 12px;
  color: #657269;
}
.text-price > strong {
  font-size: 29px;
}
.app-calculator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  background: #faf8f3;
  border-radius: 10px;
  min-height: 75px;
}
.app-calculator small {
  display: block;
  font-size: 12px;
  color: #657269;
}
.app-calculator b {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.app-calculator > div {
  display: flex;
  gap: 6px;
}
.app-calculator button {
  width: 32px;
  height: 34px;
  border: 1px solid #dbe3d5;
  border-radius: 7px;
  background: white;
  font-size: 19px;
}
.app-calculator button:disabled {
  opacity: 0.35;
}
.annual-note {
  font-size: 12px;
  line-height: 1.6;
  color: #657269;
  min-height: 58px;
  margin-top: 12px;
}
.price-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 5px 0 20px;
  padding: 11px 14px;
  border: 1px solid #d4dcd6;
  border-radius: 10px;
  background: #fff;
  color: #10261b;
  font-size: 12px;
  font-weight: 500;
}
.price-button.solid {
  background: #123b2a;
  color: white;
  border-color: #123b2a;
}
.feature-group {
  padding-top: 18px;
  border-top: 1px solid #e2e9de;
}
.feature-group > p {
  font-size: 13px;
  font-weight: 500;
}
.feature-group ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.7;
  color: #52664e;
}
.feature-group li {
  padding: 6px 0;
}
.featured {
  background: #f4fbf2;
  border-color: #8fc89c;
}
.popular {
  position: absolute;
  right: 17px;
  top: -13px;
  border: 1px solid #97cda2;
  background: #d9f3df;
  color: #155832;
  font-size: 12px;
  border-radius: 6px;
  padding: 3px 9px;
}
.agent-levels {
  display: flex;
  gap: 5px;
  padding: 5px;
  background: #faf8f3;
  border: 1px solid #e6e9df;
  border-radius: 10px;
  min-height: 75px;
}
.agent-levels button {
  flex: 1;
  font-size: 18px;
  padding: 7px 4px;
  border-radius: 6px;
}
.agent-levels button.active {
  background: white;
  color: #126531;
}
.agent-levels small {
  display: block;
  font-size: 12px;
}
.enterprise-card {
  background: #faf8f3;
}
.enterprise-box {
  min-height: 75px;
  padding: 13px;
  border: 1px solid #e2e6dc;
  border-radius: 9px;
  font-size: 13px;
}
.enterprise-box small,
.enterprise-box b {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #657269;
}
.enterprise-card .price-button {
  margin-top: 75px;
}
.pricing-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  font-size: 12px;
  color: #657269;
  margin: 25px 0;
}
.pricing-note b {
  font-weight: 500;
}
.pricing-note p {
  flex-basis: 100%;
  text-align: center;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  margin: 60px 0 45px;
}
.faq-section header {
  text-align: left;
}
.faq-section h2 {
  font-size: 32px;
  margin-top: 14px;
}
.faq-list details {
  border-bottom: 1px solid #dfe5dc;
  padding: 14px 0;
}
.faq-list summary {
  font-size: 13px;
  cursor: pointer;
}
.faq-list p {
  font-size: 13px;
  color: #657269;
  line-height: 1.8;
  margin-top: 12px;
}
@media (max-width: 1000px) {
  .price-card {
    padding: 23px 19px;
  }
  .price-grid {
    gap: 12px;
  }
  .card-head h2 {
    font-size: 27px;
  }
  .price-line > strong {
    font-size: 42px;
  }
  .text-price > strong {
    font-size: 24px;
  }
  .pricing-launch {
    gap: 16px;
  }
  .faq-section {
    gap: 30px;
  }
}
@media (max-width: 760px) {
  .pricing-page main {
    width: calc(100% - 36px);
  }
  .pricing-hero {
    padding: 20px 0;
  }
  .pricing-hero h1 {
    font-size: 28px;
    margin: 12px 0;
  }
  .pricing-hero-copy > p:last-child {
    font-size: 12px;
  }
  .pricing-launch {
    gap: 10px;
    padding: 14px;
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 18px;
    text-align: left;
  }
  .pricing-launch > small {
    grid-column: 1 / -1;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .pricing-launch p {
    grid-column: 1 / -1;
    border-top: 1px dashed #dce3d8;
    padding-top: 10px;
    color: #657269;
    line-height: 1.6;
    width: 100%;
  }
  .pricing-launch strong {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 4px;
  }
  .pricing-launch > div {
    display: block;
    min-width: 0;
  }
  .pricing-launch > div + div {
    border-left: 1px dashed #c8d9cc;
    padding-left: 18px;
  }
  .pricing-controls {
    display: grid;
    gap: 12px;
    margin: 6px 0 28px;
    justify-content: stretch;
  }
  .vertical-picker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 12px;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
  }
  .vertical-picker button {
    text-align: left;
    border: 0;
    border-bottom: 1px solid #e0e7df;
    border-radius: 0;
    background: none;
    font-weight: 400;
  }
  .vertical-picker button.active {
    background: none;
    color: #126531;
    border-bottom-color: #269c57;
    box-shadow: none;
    font-weight: 500;
  }
  .billing-toggle {
    width: fit-content;
    background: #fff;
    padding: 2px;
    box-shadow: none;
  }
  .billing-toggle button.active {
    box-shadow: none;
    background: #f0f7ed;
  }
  .vertical-picker button,
  .billing-toggle button {
    font-size: 12px;
    padding: 8px 9px;
    min-height: 44px;
  }
  .price-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 460px;
    margin: auto;
  }
  .price-card {
    padding: 20px;
  }
  .card-head h2 {
    font-size: 25px;
  }
  .card-head > span {
    min-height: 0;
    font-size: 12px;
  }
  .price-line {
    min-height: 66px;
    margin: 8px 0;
  }
  .price-line > strong {
    font-size: 38px;
  }
  .text-price > strong {
    font-size: 26px;
  }
  .annual-note {
    min-height: 0;
    margin: 12px 0 14px;
  }
  .enterprise-card .price-button {
    margin-top: 20px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 30px 0 22px;
  }
  .faq-section header {
    text-align: center;
  }
  .faq-section h2 {
    font-size: 25px;
  }
  .pricing-note {
    line-height: 1.7;
  }
}
