/* ===== Together Women's Health insurance/booking + Superscript pricing moment (scoped under .pm) ===== */
/* Skinned to the Together Women's Health brand, from computed styles on
   togetherwomenshealth.com/practices/women-first-ob-gyn-center/insurance:
   DM Serif Display 400 for headings + buttons, Source Sans 3 for body/plan names,
   periwinkle primary #7484BF (their --color-primary), body text #49516C,
   full-pill CTAs (Tailwind rounded-full, 8px/32px padding, min-width 208px). */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Source+Sans+3:wght@400;600;700&display=swap');
:root {
  --twh-font: "Source Sans 3", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --twh-display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --twh-gray-bg: #F8F8FB;
  --twh-border-dark: #D3D7E4;
  --twh-border-light: #E8EAF2;
  --twh-text-900: #2E3448;
  --twh-text-500: #6B7288;
  --twh-text-desc: #6B7288;
  --twh-primary: #7484BF;
  --twh-primary-hover: #5D6DA8;
  --twh-red: #B20101;
}

.pm { display: flex; justify-content: center; width: 100%; }
.pm .card { width: 100%; max-width: 420px; background: #fff; border-radius: 10px; box-shadow: 0 4px 16px rgba(16,20,40,.10), 0 22px 54px rgba(16,20,40,.16), 0 1px 2px rgba(0,0,0,0.05); overflow: hidden; }

.pm .browser-bar { height: 30px; background: #E7E9EE; display: flex; align-items: center; gap: 10px; padding: 0 12px; border-bottom: 1px solid #D8DBE2; }
.pm .browser-bar .dots { position: static; top: auto; left: auto; z-index: auto; transform: none; display: flex; flex-direction: row; gap: 6px; }
.pm .browser-bar .dots span { width: 8px; height: 8px; border-radius: 50%; background: #C7CBD3; }
.pm .browser-bar .url { flex: 1; min-width: 0; background: #F5F6F8; border-radius: 5px; padding: 3px 10px; font-size: 10px; color: #8A8F99; font-family: ui-monospace, Menlo, monospace; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.pm .ms-section { padding: 12px 18px 12px; font-family: var(--twh-font); }
.pm .divider { border-bottom: 1px solid var(--twh-border-light); margin: 8px 0; }
.pm .ms-h { font-family: var(--twh-display); font-size: 16px; line-height: 21px; font-weight: 400; color: var(--twh-text-900); padding: 2px 0; }
.pm .ms-desc { font-size: 9.5px; line-height: 13px; font-weight: 400; color: var(--twh-text-desc); padding-bottom: 4px; }

.pm .field-group { margin: 0 0 8px; }
.pm .field-group label { display: block; font-size: 10.5px; font-weight: 400; color: var(--twh-text-900); margin-bottom: 4px; }
.pm .field-group label .req { color: var(--twh-red); }

.pm .field { position: relative; background: var(--twh-gray-bg); height: 34px; border: 1px solid var(--twh-border-dark); border-radius: 4px; margin: 0; display: flex; align-items: center; padding: 0 28px 0 10px; transition: border-color .15s ease, box-shadow .15s ease; }
.pm .field.typing { border-color: var(--twh-primary); box-shadow: 0 0 0 2px rgba(116,132,191,0.20); }
.pm .field .value { font-size: 11.5px; font-weight: 600; color: var(--twh-text-900); width: 100%; min-height: 14px; white-space: nowrap; overflow: hidden; }
.pm .field .value .caret { display: inline-block; width: 2px; height: 11px; background: var(--twh-primary); margin-left: 1px; vertical-align: -2px; animation: pmBlink .9s steps(1) infinite; }
@keyframes pmBlink { 50% { opacity: 0; } }
.pm .chevron { position: absolute; top: 50%; right: 8px; width: 13px; height: 13px; margin-top: -6.5px; color: var(--twh-border-dark); transition: opacity .25s ease, transform .25s ease; }
.pm .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pm .field.filled .chevron { opacity: 0; transform: scale(.5); }
.pm .field .checkmark { position: absolute; right: 7px; top: 50%; margin-top: -7px; width: 14px; height: 14px; opacity: 0; transform: scale(.5); transition: opacity .25s ease, transform .25s ease; }
.pm .field .checkmark.show { opacity: 1; transform: scale(1); }

.pm .ss-section { background: #fff; padding: 12px 18px 14px; position: relative; border-top: 2px solid var(--twh-border-light); }
.pm .ss-top { display: flex; align-items: center; justify-content: space-between; }
.pm .ss-brand { display: flex; align-items: center; gap: 6px; color: var(--twh-text-500); font-family: var(--twh-font); font-size: 9.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pm .ss-brand .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--twh-primary); }
.pm .ss-brand .logo { height: 12px; width: 68px; color: var(--twh-text-500); position: relative; top: 1px; }
.pm .ss-status { font-size: 9.5px; font-weight: 500; color: var(--twh-text-500); background: var(--twh-gray-bg); border: 1px solid var(--twh-border-light); border-radius: 100px; padding: 4px 9px; display: flex; align-items: center; gap: 5px; transition: color .3s; }
.pm .ss-status .pip { width: 5px; height: 5px; border-radius: 50%; background: var(--twh-text-500); transition: background .3s; }
.pm .ss-status.connected { color: var(--twh-primary); }
.pm .ss-status.connected .pip { background: var(--twh-primary); }

.pm .ss-body { margin-top: 10px; }
.pm .ss-service { font-family: var(--twh-display); font-size: 16px; line-height: 20px; font-weight: 400; color: var(--twh-text-900); margin: 0 0 4px; }
.pm .ss-sub { font-family: var(--twh-font); font-size: 10.5px; line-height: 14.5px; font-weight: 400; color: var(--twh-text-desc); margin: 0 0 12px; max-width: 420px; }

.pm .ss-price-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; min-height: 42px; }
.pm .ss-price-col p { margin: 0; font-family: var(--twh-font); }
.pm .ss-price-value { font-size: 22px; font-weight: 600; color: var(--twh-text-900); line-height: 1.1; font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; display: inline-block; }
.pm .ss-price-label { font-size: 11px; font-weight: 400; color: var(--twh-text-500); margin-top: 2px; }
.pm .ss-price-sub { font-size: 9.5px; color: var(--twh-text-500); margin-top: 3px; opacity: 0; transition: opacity .4s ease; }
.pm .ss-price-sub.show { opacity: 1; }

.pm .ss-switch { width: 40px; height: 24px; border-radius: 999px; background: #D3D3D3; position: relative; transition: background .3s; cursor: default; flex-shrink: 0; }
.pm .ss-switch .knob { width: 16px; height: 16px; border-radius: 50%; background: #fff; position: absolute; top: 4px; left: 4px; box-shadow: 0 0 4px rgba(0,0,0,.25); transition: transform .3s; }
.pm .ss-switch.on { background: var(--twh-primary); }
.pm .ss-switch.on .knob { transform: translateX(16px); }

.pm .ss-cta { position: relative; height: 42px; }
.pm .ss-cta-layer { position: absolute; inset: 0; border-radius: 100px; border: none; font-family: var(--twh-display); font-weight: 400 !important; letter-spacing: .01em; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12.5px; font-weight: 500; opacity: 0; transition: opacity .4s ease, transform .4s ease, background-color .15s ease; transform: translateY(4px); }
.pm .ss-cta[data-state="idle"] .ss-idle,
.pm .ss-cta[data-state="calc"] .ss-calc,
.pm .ss-cta[data-state="resolved"] .ss-book { opacity: 1; transform: translateY(0); }

.pm .ss-idle { background: var(--twh-primary); color: #fff; cursor: default; }
.pm .ss-calc { color: var(--twh-text-900); font-weight: 600; background: linear-gradient(120deg, #DCE3EC 0%, #F3F6F9 30%, #DCE3EC 55%, #F3F6F9 80%, #DCE3EC 100%); background-size: 250% 100%; animation: pmShimmer 1.8s linear infinite; border: 1px solid var(--twh-border-light); }
@keyframes pmShimmer { 0% { background-position: 0% 0%; } 100% { background-position: -250% 0%; } }
.pm .ss-book { background: var(--twh-primary); color: #fff; cursor: default; }

.pm .ss-view { display: block; text-align: center; font-family: var(--twh-font); font-size: 10.5px; font-weight: 500; color: var(--twh-primary); text-decoration: none; padding-top: 7px; cursor: default; }
