/* SesionaDesk pricing section redesign — isolated production snapshot override. */
#planes.plans {
  --pricing-navy: #073461;
  --pricing-blue: #075fcf;
  --pricing-teal: #11a69b;
  --pricing-violet: #7069e8;
  position: relative;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(30px, 4vh, 44px) 24px 28px;
  background:
    radial-gradient(circle at 93% 0%, rgba(118, 110, 232, .17), transparent 30%),
    radial-gradient(circle at 6% 100%, rgba(105, 154, 235, .13), transparent 32%),
    linear-gradient(145deg, #f3f4ff 0%, #f9faff 40%, #fff 70%, #f5f8ff 100%);
  color: var(--pricing-navy);
}

#planes.plans::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 104px;
  right: 4.5%;
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 0;
  opacity: .16;
  background-image: radial-gradient(#7770dc 1.4px, transparent 1.4px);
  background-size: 13px 13px;
  pointer-events: none;
}

#planes.plans::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -130px;
  top: -270px;
  width: 630px;
  height: 630px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 110, 232, .12), transparent 68%);
  pointer-events: none;
}

#planes .plans__line-art {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  opacity: .48;
  pointer-events: none;
}

#planes .plans__line-art path {
  fill: none;
  stroke: rgba(255, 255, 255, .96);
  stroke-width: 2.1;
}

#planes .plans__botanical {
  position: absolute;
  z-index: -1;
  top: 75px;
  left: 5px;
  width: 132px;
  height: 285px;
  opacity: .27;
  color: #8b91ef;
  pointer-events: none;
}

#planes .plans__botanical path { fill: currentColor; }

#planes .plans__botanical .plans__botanical-stem {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}

#planes .plans__cloud {
  position: absolute;
  z-index: -1;
  top: 245px;
  right: -34px;
  width: 160px;
  height: 66px;
  border-radius: 70px 0 0 70px;
  opacity: .68;
  background: rgba(255, 255, 255, .7);
  pointer-events: none;
}

#planes .plans__cloud::before,
#planes .plans__cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

#planes .plans__cloud::before { top: -38px; left: 42px; width: 78px; height: 78px; }
#planes .plans__cloud::after { top: -20px; left: 5px; width: 54px; height: 54px; }

#planes .plans__inner {
  position: relative;
  width: min(100%, 1220px);
  margin: 0 auto;
}

#planes .plans__head {
  max-width: 840px;
  margin: 0 auto clamp(22px, 3vh, 30px);
  text-align: center;
}

#planes .plans__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid rgba(129, 121, 194, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #0b6fa9;
  box-shadow: none;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#planes .plans__eyebrow::before { content: "✦"; color: var(--pricing-teal); }

#planes .plans__head h2 {
  margin: 10px 0 8px;
  color: var(--pricing-navy);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(34px, 3.25vw, 46px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.045em;
}

#planes .plans__head h2 span {
  font: inherit;
  background: linear-gradient(90deg, #8179c2, #0b6fa9 52%, #179e94);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#planes .plans__head p {
  max-width: 650px;
  margin: 0 auto;
  color: #526b8b;
  font-size: 13px;
  line-height: 1.5;
}

#planes .plans__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1216px;
  margin: 0 auto;
}

#planes .plan-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 520px;
  flex-direction: column;
  padding: 27px 26px 25px;
  overflow: visible;
  border: 1px solid rgba(7, 52, 97, .14);
  border-radius: 24px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 18px 44px rgba(7, 52, 97, .1), 0 2px 8px rgba(7, 52, 97, .04);
}

#planes .plan-card::before { display: none; }

#planes .plan-card--premium {
  border: 1.5px solid #216ee0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 50px rgba(7, 52, 97, .14), 0 0 0 3px rgba(33, 110, 224, .025);
}

#planes .plan-card__badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 15px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7069e8, #5c63e8);
  color: #fff;
  box-shadow: 0 7px 18px rgba(92, 99, 232, .25);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

#planes .plan-card__top {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  min-height: 83px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe6ee;
}

#planes .plan-card__icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #e7f5f4, #f2fbfa);
  color: #11a69b;
  box-shadow: none;
}

#planes .plan-card--premium .plan-card__icon {
  background: linear-gradient(145deg, #eeeafa, #f4f1ff);
  color: #6b63ec;
  box-shadow: none;
}

#planes .plan-card__icon svg { width: 29px; height: 29px; }
#planes .plan-card__intro { min-width: 0; }

#planes .plan-card__name {
  margin: 0;
  color: #082f5b;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

#planes .plan-card__summary {
  max-width: 310px;
  margin: 5px 0 0;
  color: #526b8b;
  font-size: 11px;
  line-height: 1.42;
}

#planes .plan-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #082f5b;
  white-space: nowrap;
}

#planes .plan-card__price strong {
  font-size: clamp(23px, 2.1vw, 28px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.045em;
}

#planes .plan-card__price span {
  margin-top: 5px;
  color: #77899d;
  font-size: 11px;
  font-weight: 700;
}

#planes .plan-card__divider { display: none; }

#planes .plan-card__includes {
  margin: 15px 0 6px;
  color: #0b6fa9;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
}

#planes .plan-card__features {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

#planes .plan-card__features li {
  position: relative;
  min-height: 35px;
  padding: 9px 4px 8px 31px;
  border-bottom: 1px solid rgba(7, 52, 97, .1);
  color: #294564;
  font-size: 12px;
  line-height: 1.35;
}

#planes .plan-card__features li::before {
  content: "✓";
  position: absolute;
  top: 8px;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #e5f2f6;
  color: #0b6fa9;
  box-shadow: none;
  font-size: 11px;
  font-weight: 900;
}

#planes .plan-card__features li::after { display: none; }

#planes .plan-card--premium .plan-card__features li::before {
  background: #e1f5f1;
  color: #0e968b;
  box-shadow: none;
}

#planes .plan-card__inheritance {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 5px 0 14px;
  padding: 10px 12px;
  border: 0;
  border-left: 3px solid #126dd2;
  border-radius: 0 9px 9px 0;
  background: linear-gradient(90deg, #f1f4ff, #f7f7ff);
  color: #354b75;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

#planes .plan-card__inheritance::before { content: "★"; color: #126dd2; }

#planes .plan-card__button {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid #276fe1;
  border-radius: 11px;
  background: #fff;
  color: var(--pricing-navy);
  box-shadow: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

#planes .plan-card__button::after { content: "→"; margin-left: 13px; font-size: 15px; }

#planes .plan-card--premium .plan-card__button {
  border-color: transparent;
  background: linear-gradient(90deg, #075fcf, #0755cf);
  color: #fff;
  box-shadow: 0 10px 22px rgba(7, 95, 207, .2);
}

#planes .plans__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 13px 20px;
  border: 1px solid rgba(7, 52, 97, .11);
  border-radius: 16px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 12px 28px rgba(7, 52, 97, .07);
}

#planes .plans__trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 1px 18px;
  border-right: 1px solid #e5ebf1;
  color: #193d66;
}

#planes .plans__trust-item:last-child { border-right: 0; }

#planes .plans__trust-icon {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  color: #0b6fa9;
}

#planes .plans__trust-icon svg { width: 28px; height: 28px; }
#planes .plans__trust-copy strong { display: block; color: var(--pricing-navy); font-size: 11px; line-height: 1.25; }
#planes .plans__trust-copy span { display: block; margin-top: 2px; color: #718196; font-size: 9px; line-height: 1.25; }
#planes .plans__note { margin: 13px auto 0; color: #71809a; font-size: 9.5px; line-height: 1.4; text-align: center; }

@media (min-width: 761px) and (max-height: 860px) {
  #planes.plans { padding-top: 22px; padding-bottom: 18px; }
  #planes .plans__head { margin-bottom: 16px; }
  #planes .plans__eyebrow { padding: 4px 10px; font-size: 8px; }
  #planes .plans__head h2 { margin-top: 7px; font-size: 34px; }
  #planes .plans__head p { font-size: 11px; }
  #planes .plan-card { min-height: 448px; padding: 20px 22px 18px; }
  #planes .plan-card__top { min-height: 68px; padding-bottom: 10px; }
  #planes .plan-card__icon { width: 48px; height: 48px; }
  #planes .plan-card__features li { min-height: 29px; padding-top: 6px; padding-bottom: 5px; font-size: 10.5px; }
  #planes .plan-card__features li::before { top: 5px; }
  #planes .plans__trust { margin-top: 14px; padding-top: 9px; padding-bottom: 9px; }
  #planes .plans__note { margin-top: 7px; }
}

@media (max-width: 900px) {
  #planes .plan-card__top { grid-template-columns: 50px minmax(0, 1fr); }
  #planes .plan-card__price { grid-column: 2; align-items: flex-start; margin-top: 3px; }
}

@media (max-width: 760px) {
  #planes.plans { display: block; min-height: auto; padding: 92px 18px 58px; scroll-snap-align: none; }
  #planes.plans::before, #planes .plans__cloud { display: none; }
  #planes .plans__botanical { opacity: .12; }
  #planes .plans__head { margin-bottom: 27px; }
  #planes .plans__head h2 { font-size: 34px; }
  #planes .plans__head p { font-size: 13px; }
  #planes .plans__grid { grid-template-columns: 1fr; max-width: 540px; gap: 24px; }
  #planes .plan-card { min-height: 0; padding: 20px; }
  #planes .plan-card__features li { font-size: 11.5px; }
  #planes .plans__trust { grid-template-columns: 1fr; gap: 10px; max-width: 540px; padding: 15px 18px; }
  #planes .plans__trust-item { justify-content: flex-start; padding: 0 0 10px; border-right: 0; border-bottom: 1px solid #e5ebf1; }
  #planes .plans__trust-item:last-child { padding-bottom: 0; border-bottom: 0; }
}
