:root {
  --color-primary: 77,54,255;
  --color-secondary: 31,22,102;
  --color-accent: 255,97,83;
  --color-dark: 32,30,36;
  --color-success: 0,214,134;
  --color-danger: 229,10,31;
  --color-warning: 255,193,7;
  --color-info: 0,123,255;
  --color-black: 0,0,0;
  --color-white: 255,255,255;
  --color-text: var(--color-dark);

  --color-accent__dark-20: 235,77,63;
  --color-dark__light-10: 232,230,236;
  --color-dark__light-05: 182,180,186;
  --color-primary__dark-20: 62, 43, 204;

  --font-primary: "IBM Plex Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-secondary: "IBM Plex Serif", serif;
  --font-weight__default: 400;
  --font-weight__bold: 500;
}

section.pricing-plan-wrap {
  background-color: #F2EBFF;
  height: 100vh;
}
.top-btn {
  max-width: 480px;
  margin: 72px auto 16px;
}
.top-btn a {
  color: var(--button-primary-inverse-inverse-foreground, #513DD9);
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  /* 100% */
  display: inline-flex;
  text-decoration: none;
  padding: var(--spacings-6, 6px) var(--spacings-8, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--spacings-4, 4px);
  border-radius: 60px;
  background: var(--button-primary-inverse-inverse-background, rgba(81, 61, 217, 0.10));
  transition: all .3s ease;
}

.top-btn a:hover {
  background: var(--button-primary-inverse-inverse-background-hover, rgba(81, 61, 217, 0.20));
}

.top-btn a:focus {
  background: var(--button-primary-inverse-inverse-background-hover, rgba(81, 61, 217, 0.20));
  box-shadow: 0px 0px 0px 3px var(--button-primary-inverse-inverse-shadow-focus, rgba(98, 90, 250, 0.10));
}
img{
  opacity: 1;
}
.plan-list {
  max-width: 480px;
  margin: 0 auto;
}
.plan-card {
  border: 1px solid var(--button-primary-outlined-outlined-border, rgba(81, 61, 217, .2));
  border-radius: var(--sizes-8, 8px);
  box-shadow: 0 4px 8px 0 rgba(32, 30, 36, .1), 0 8px 16px 0 rgba(32, 30, 36, .1);
  gap: 24px;
  overflow: hidden;
}
.pr-header {
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid var(--colors-palette-gray-50, #eee);
  gap: 8px;
  padding: var(--spacings-24, 24px) 32px;
  background-color: #fff;
}
.pr-header-inner {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
}
.pr-header-left h5 {
  margin: 0;
  color: var(--colors-palette-gray-500, #737373);
  /* Components / Heading 12 */
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pr-header-left h2 {
  margin: 0;
  color: var(--colors-palette-gray-900, #1C1C1C);
  /* Sans-Medium/32 */
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 125% */
  letter-spacing: -0.8px;
}

.pr-header-right p {
  margin: 0;
}

.pr-header-right .bg-text {
  color: var(--colors-palette-gray-900, #1C1C1C);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  letter-spacing: -0.8px;
  position: relative;
  left: 6px;
}

.pr-header-right .sm-text {
  color: var(--colors-palette-gray-900, #1C1C1C);
  /* Sans/16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pr-ft {
  background-color: #fff;
  padding: 24px;
}

.pr-uses {
  padding: 0 2rem;
}

.pr-ft h3 {
  margin: 0;
  color: var(--colors-palette-gray-900, #1C1C1C);
  /* Sans-Medium/18 */
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 150% */
}
.pr-ft ul {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: var(--spacings-12, 12px);
  flex-wrap: wrap;
}

.pr-ft ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--colors-palette-gray-500, #737373);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.4px;
  /* 124.286% */
  letter-spacing: -0.117px;
}
.plan-features {
  padding: 16px 24px 40px;
  background-color: #fff;
}
.plan-features h4{
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  color: #1C1C1C;
}
.plan-features ul{
  margin-bottom: 0;
  padding-left: 25px;
}
.plan-features ul li{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  color: #1C1C1C;
}


/* Workspace & Social Profile */
.ws-usage {
  display: flex;
  align-items: flex-start;
  gap: var(--space-8);
  margin: 1.25rem 0 0;
}

/* Usage List */
.usage {
  display: flex;
  gap: var(--space-2);
  list-style: none;
  margin: 0;
  padding: 0;
}

.usage li {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3125rem;
  color: var(--gray-900);
}
.usage li.divider {
  margin: 0 2px;
}


/* Sendible pricing page — styles
============================================================
DESIGN TOKENS — mirrored 1:1 from Figma variables
(source: get_variable_defs on frame 2815:123547 + card 2815:124821)
============================================================ */
:root {
  /* -- colors/palette -- */
  --gray-0:   #fafafa;
  --gray-50:  #eee;        /* colors/palette/gray/50 — hover fill */
  --gray-200: #c7c7c7;
  --gray-300: #ababab;
  --gray-400: #8f8f8f;
  --gray-500: #737373;
  --gray-600: #595959;
  --gray-900: #1c1c1c;
  --purple-0:   #f9f7ff;
  --purple-700: #3f32a1;
  --coral-0:   #fff6f4;
  --coral-300: #fe8d77;
  --coral-800: #690d00;

  /* -- colors/semantic & surface -- */
  --neutral-900: #1b1b20;
  --on-surface:  #1b1b20;
  --surface-2:   #dad9dd;   /* used as card border / divider */
  --brand-light: #ffffff;
  --brand-dark:  #201e24;

  /* -- button/* tokens -- */
  --btn-primary-bg:      #625afa;
  --btn-primary-fg:      #f9f7ff;
  --btn-outlined-fg:     #513dd9;
  --btn-outlined-bg:     #fafafa;
  --btn-outlined-border: rgba(81, 61, 217, .2);   /* #513dd933 */
  --btn-inverse-fg:      #513dd9;
  --btn-inverse-bg:      rgba(81, 61, 217, .1);    /* #513dd91a */
  --btn-text-fg:         #513dd9;
  --btn-neutral-text-fg: #585764;
  --btn-neutral-outlined-bg: #fafafa;          /* button/neutral/outlined/outlined-background */
  --btn-neutral-outlined-border: #58576433;    /* button/neutral/outlined/outlined-border (rgba(88,87,100,.2)) */

  /* -- spacings/* -- */
  --space-2: 0.125rem;  --space-4: 0.25rem;  --space-6: 0.375rem;  --space-8: 0.5rem;
  --space-12: 0.75rem; --space-16: 1rem; --space-24: 1.5rem; --space-32: 2rem; --space-48: 3rem;

  /* -- sizes/* (also used for radii) -- */
  --size-2: 0.125rem; --size-4: 0.25rem; --size-6: 0.375rem; --size-8: 0.5rem;
  --size-16: 1rem; --size-24: 1.5rem; --size-32: 2rem; --size-64: 4rem;

  /* -- typography tokens (family / weight / size / line-height / letter-spacing) --
  FLAG: "Base/48 - Display 3" reports style=Medium but weight=400 in Figma
  (contradiction in source). Using 500 to match the rendered Medium glyph. */
  --font-sans: "IBM Plex Sans", system-ui, -apple-system, sans-serif;
  --font-serif: "IBM Plex Serif", Georgia, serif;

  --type-display48-size: 3rem;   --type-display48-lh: 3.15rem; --type-display48-ls: -0.0625rem;   --type-display48-wt: 500;
  --type-medium24-size: 1.5rem;    --type-medium24-lh: 1.875rem;    --type-medium24-ls: -0.0375rem;  --type-medium24-wt: 500;
  --type-sans16-size: 1rem;      --type-sans16-lh: 1.5rem;      --type-sans16-wt: 400;
  --type-sans14-size: 0.875rem;      --type-sans14-lh: 1.3125rem;      --type-sans14-wt: 400;
  --type-sans12-size: 0.75rem;      --type-sans12-lh: 1.125rem;      --type-sans12-wt: 400;
  --type-medium12-size: 0.75rem;    --type-medium12-lh: 1.125rem;    --type-medium12-wt: 500;
  --type-small12-size: 0.75rem;     --type-small12-lh: 1.0875rem;   --type-small12-ls: -0.00625rem;   --type-small12-wt: 400;

  /* -- radii / effects --
  FLAG: corner radii & shadows are not carried by get_variable_defs/get_metadata
  and get_design_context times out on this server, so these are read from
  high-res node screenshots (visually derived, ~±1px). */
  --r-card: 1rem;          /* visually derived */
  --r-pill: 62.4375rem;
  --shadow-card: 0 1px 0.125rem rgba(20, 20, 30, .04), 0 0.5rem 1.5rem rgba(20, 20, 30, .04); /* visually derived */

  /* -- semantic aliases used throughout the stylesheet -- */
  --brand: var(--btn-primary-bg);
  --brand-strong: var(--btn-outlined-fg);
  --brand-deep: var(--purple-700);
  --ink: var(--neutral-900);
  --line: var(--surface-2);
  --page: var(--brand-light);   /* white page bg — matches live site (nav keeps its own #fafafa) */
}
/* Stepper */
.stepper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--space-8);
  width: auto;
  height: 1.25rem;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.stepper .step {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-200);
  border-radius: 50%;
  background-color: var(--btn-neutral-outlined-bg);
  color: var(--neutral-900);
  cursor: pointer;
  padding: 0;
  transition:
    background-color .12s ease,
    border-color .12s ease,
    color .12s ease;
}

.stepper .step:hover {
  background-color: var(--gray-50);
}

.stepper .step:disabled {
  cursor: default;
  color: var(--gray-200);
}

.stepper .step:disabled:hover {
  background-color: var(--btn-neutral-outlined-bg);
}

.stepper .step .step-icon {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
}

.stepper .num {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 0.9375rem;
  color: var(--gray-900);
  font-weight: 500;
}
/* dashed underline + hover target sit on just the label text */
.has-tip .feat-label {
  text-decoration: underline dashed;
  text-decoration-color: var(--gray-200);  /* #c7c7c7 */
  text-underline-offset: 0.1875rem;
  cursor: help;
  transition: text-decoration-color .12s ease;
}
.has-tip .feat-label:hover { text-decoration-color: var(--gray-900); }  /* #1c1c1c */
/* check sprite — 14px, #1c1c1c */
.features .check {
  flex: none;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 1px;
  color: var(--gray-900);
}

/* ===== Hover tooltips on usage items (Glide-style, no info icon) ===== */
.features li.has-tip { position: relative; }
/* dark tooltip — appended to <body> (escapes the scroll box + its mask), JS-positioned */
.feature-tip {
  position: fixed;
  z-index: 100;
  width: max-content;
  max-width: 17.5rem;
  background: var(--gray-900);             /* #1c1c1c */
  color: var(--gray-0);                    /* #fafafa */
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.1875rem;
  letter-spacing: 0;
  text-decoration: none;
  text-align: left;
  padding: 0.75rem 0.875rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.625rem 1.875rem rgba(16, 16, 24, .22);
  opacity: 0;
  visibility: hidden;
  transition: opacity .12s ease;
  pointer-events: none;
}
.feature-tip strong { font-weight: 500; color: #fff; }
.feature-tip.show { opacity: 1; visibility: visible; }

/* close (✕) control — hidden on hover-capable desktops, shown in tap mode.
pointer-events:auto re-enables clicks even though the tip itself is none. */
.feature-tip-close {
  display: none;
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: var(--gray-0);                    /* #fafafa */
  cursor: pointer;
  pointer-events: auto;
}
.feature-tip-close:hover { background: rgba(255, 255, 255, .2); }
.feature-tip p {
  color: var(--gray-0);
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.1875rem;
  margin: 0;
}
@media (max-width: 45rem), (hover: none) {
  .feature-tip { padding-right: 2.375rem; }    /* room for the ✕ */
  .feature-tip-close { display: flex; }
}


span.currrency {
  position: relative;
  left: 6px;
}
