/* ==========================================================================
   123-WORKS ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â shared stylesheet
   Pages: Pricing ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· Token Bundles ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· Base Products

   navy  #0f172a    blue   #2563EB    blue tint #eaf1fd
   amber #f5ab18    amber tint #fdf4e0    green #16a34a   green tint #edf7f0
   teal  #14a8a0    purple #7b5cf0    red #e0393e
   body  #46587a    muted  #64748b    border #e5eaf3    page #f6f8fc
   Type  Plus Jakarta Sans 400 / 600 / 800
   ========================================================================== */

*,
*::before,
*::after { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #46587a;
  font-family: "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.main { padding-bottom: clamp(36px, 4.5vw, 64px); }

.stack { display: grid; gap: clamp(18px, 2vw, 26px); }

/* --------------------------------------------------------------------------
   HERO
   -------------------------------------------------------------------------- */
.hero {
  padding: clamp(30px, 4vw, 52px) 24px clamp(22px, 2.6vw, 32px);
  text-align: center;
  margin-top: 100px;
}

.hero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(2.75rem, 0.6rem + 2.5vw, 4rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.028em;
  color: #0f172a;
}

.hero > p {
  max-width: 780px;
  margin: 14px auto 0;
  font-size: 15px;
  color: #46587a;
}

.hero a.herolink {
  display: inline-block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #2563EB;
  text-decoration: none;
}

.hero a.herolink:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   CARD + SECTION HEAD
   -------------------------------------------------------------------------- */
.card {
  padding: clamp(20px, 2.2vw, 20px);
  border: 1px solid #e5eaf3;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(18, 41, 79, 0.04);
}

.sec-head { margin-bottom: 18px; }

.sec-head h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: #0f172a;
}

.sec-head p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #64748b;
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2563EB;
}

/* icon colours */
.i-blue   { color: #2563EB; }
.i-teal   { color: #14a8a0; }
.i-purple { color: #7b5cf0; }
.i-green  { color: #16a34a; }
.i-amber  { color: #f5ab18; }

/* --------------------------------------------------------------------------
   BUTTONS
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.btn--amber   { background: #f5ab18; color: #ffffff; }
.btn--amber:hover { background: #e69c0a; transform: translateY(-1px); }
.btn--outline { border-color: #ffffff; color: #ffffff; }
.btn--outline:hover { background: rgba(255, 255, 255, 0.14); transform: translateY(-1px); }
.btn svg { width: 15px; height: 15px; }

/* square-ish button used inside cards */
.explore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #2563EB;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.explore:hover { background: #2563EB; transform: translateY(-1px); }
.explore svg { width: 13px; height: 13px; }
.explore--green { background: #16a34a; }
.explore--green:hover { background: #128a3e; }
.explore--ghost {
  background: #ffffff;
  border-color: #d5deed;
  color: #2563EB;
}
.explore--ghost:hover { background: #f2f7ff; }

/* tick lists */
.ticks { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }

.ticks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  color: #46587a;
}

.ticks svg {
  flex: none;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  color: #2563EB;
}

.ticks b { font-weight: 800; color: #0f172a; }
.rec__check_main {
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #16a34a;
    color: #ffffff;
    padding: 3px 9px;
}

/* ==========================================================================
   PAGE 1 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â PRICING
   ========================================================================== */
.rowwrap {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: clamp(18px, 2.2vw, 32px);
  align-items: start;
  margin-bottom: 20px;
}

.step__top {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 16px;
  align-items: center;
}

.step__num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2563EB;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.step__top h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0f172a;
}

.step__top h3 span { color: #2563EB; }

.step__body {
  margin-left: 20px;
  padding: 14px 0 0 42px;
  border-left: 2px solid #dbe4f2;
}

.step__rule {
  display: block;
  width: 22px;
  height: 3px;
  margin-bottom: 12px;
  border-radius: 2px;
  background: #2563EB;
}

.step__body p { margin: 0 0 11px; font-size: 14px; line-height: 1.55; color: #46587a; }
.step__body p:last-child { margin-bottom: 0; }

.products {
  display: grid;
  grid-template-columns: minmax(280px, 370px) 1fr auto;
  gap: clamp(12px, 2vw, 15px);
  align-items: center;
}

.modules { display: grid; grid-template-columns: repeat(3, 1fr); }

.module { padding: 4px 10px; border-right: 1px solid #e8edf6; text-align: center; }
.module:last-child { border-right: none; }
.module svg { width: 60px; height: 60px; margin-bottom: 5px; }
.module span { display: block; font-size: 15px; font-weight: 800; color: #0f172a; }

.pane { border-left: 1px solid #e8edf6; padding-left: clamp(16px, 2vw, 28px); }
.pane__lead { margin: 0 0 4px; font-size: 15px; font-weight: 800; color: #0f172a; }
.pane__sub { margin: 0 0 11px; font-size: 14px; color: #46587a; }
.note { margin: 12px 0 0; font-size: 13px; color: #64748b; }

.tokens {
    display: grid;
    grid-template-columns: minmax(280px, 370px) 1fr auto;
    gap: clamp(12px, 2vw, 15px);
    align-items: center;
}
.token-modules {
    display: flex;
    gap: 15px;
}
.tokens__badge {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e4eeff;
  color: #2563EB;
}

.tokens__badge svg { width: 52px; height: 52px; }

.banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(14px, 2.2vw, 36px);
  margin-bottom: 20px;
  padding: clamp(16px, 1.9vw, 24px) clamp(20px, 2.4vw, 34px);
  border-radius: 12px;
  background: linear-gradient(100deg, #061a41, #0a2450 70%, #0d2c66);
  color: #ffffff;
}

.banner__lead {
  font-size: clamp(2.2rem, 0.95rem + 1.3vw, 4.1rem);
  font-weight: 800;
  letter-spacing: -0.015em;
}

.banner__lead span { color: #28b8ff; }
.banner__div { width: 1px; align-self: stretch; min-height: 30px; background: rgba(255, 255, 255, 0.25); }
.banner__tag { font-size: clamp(1.5rem, 0.9rem + 0.55vw, 2.8rem); font-weight: 800; }
.banner__tag span { color: #28b8ff; }

.banner__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  margin-left: auto;
}

.banner__icons div { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; }
.banner__icons svg { width: 40px; height: 40px; }

.outcomes { display: grid; grid-template-columns: repeat(7, 1fr); margin-bottom: 16px; }

.outcome { display: flex; align-items: flex-start; gap: 9px; padding: 4px 10px; border-right: 1px solid #e8edf6; }
.outcome:last-child { border-right: none; }
.outcome svg { flex: none; width: 36px; height: 36px; margin-top: 2px; }
.outcome b { display: block; font-size: 14px; font-weight: 800; line-height: 1.3; color: #0f172a; }
.outcome small { display: block; font-size: 12.5px; line-height: 1.35; color: #64748b; }

.gains { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 16px; margin-bottom: 18px; border-top: 1px solid #e8edf6; }
.gain { display: flex; align-items: center; gap: 11px; padding: 2px 14px; border-right: 1px solid #e8edf6; font-size: 14px; line-height: 1.35; color: #46587a; }
.gain:last-child { border-right: none; }
.gain svg { flex: none; width: 28px; height: 28px; }

.strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  padding: 14px clamp(14px, 2vw, 24px);
  border: 1px solid #dfe9f8;
  border-radius: 10px;
  background: #eef4fd;
  justify-content: space-evenly;
}

.strip__left { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 800; color: #0f3572; }
.strip__left svg { flex: none; width: 22px; height: 22px; color: #2563EB; }
.strip__div { width: 1px; align-self: stretch; min-height: 22px; background: #cfdcf0; }
.strip p { margin: 0; font-size: 14px; color: #46587a; font-weight: 600; }


/* ==========================================================================
   PAGE 2 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â TOKEN BUNDLES
   ========================================================================== */
.htw { text-align: center; }
.htw h2 { margin: 0; font-size: 19px; font-weight: 800; color: #2563EB; }
.htw > p { margin: 5px 0 18px; font-size: 14px; color: #64748b; }

.tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }

.tile {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  border: 1px solid #e0e7f3;
  border-radius: 10px;
  background: #ffffff;
  text-align: left;
}

.tile svg { flex: none; width: 36px; height: 36px; color: #2563EB; }
.tile b { display: block; font-size: 14px; font-weight: 800; color: #2563EB; }
.tile small { display: block; font-size: 13px; font-weight: 600; color: #2563EB; }

.htw > .htw__foot { margin: 16px 0 0 ; font-size: 14px; color: #64748b; }

/* --- calculator ----------------------------------------------------------- */
.calc { display: grid; grid-template-columns: 1.15fr 0.95fr 0.9fr; gap: 16px; align-items: stretch; }

.panel {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid #e5eaf3;
  border-radius: 12px;
  background: #ffffff;
}

.panel--green { border: 1px solid #b9dec2; background: #f4faf6; }

.panel h3 { margin: 0 0 14px; font-size: 15px; font-weight: 800; color: #2563EB; }
.panel h3.dark { color: #0f172a; }

.sliderr { margin-bottom: 5px; }

.sliderr__label { display: block; margin-bottom: -10px; font-size: 14px; font-weight: 600; color: #46587a; }

.sliderr__row { display: grid; grid-template-columns: 1fr 66px; gap: 12px; align-items: center; }

.sliderr input[type="range"] {
  width: 100%;
  height: 5px;
  margin: 0;
  border-radius: 99px;
  background: #dfe7f4;
  accent-color: #2563EB;
  cursor: pointer;
}

.sliderr__num {
  padding: 6px 4px;
  border: 1px solid #dbe3f0;
  border-radius: 7px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}

.sliderr__unit { display: none; margin-top: 3px; font-size: 10.5px; color: #93a3bf; text-align: center; }

.est {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e5eaf3;
}

.est span { display: block; font-size: 14px; font-weight: 800; color: #2563EB; }
.est b { font-size: 26px; font-weight: 800; color: #2563EB; letter-spacing: -0.02em; }
.est b em { font-style: normal; font-size: 15px; font-weight: 600; color: #46587a; }
.est small { display: block; font-size: 11.5px; color: #93a3bf; }

/* recommended panel */
.rec__head { display: flex; align-items: center; gap: 9px; font-size: 14px; color: #46587a; }

.rec__check {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #16a34a;
  color: #ffffff;
}

.rec__check svg { width: 12px; height: 12px; }

.rec__name { margin: 8px 0 4px; font-size: 24px; font-weight: 800; letter-spacing: -0.02em; color: #0f172a; }
.rec__price { margin: 0; font-size: 26px; font-weight: 800; letter-spacing: -0.02em; color: #2563EB; }
.rec__price span { font-size: 14px; font-weight: 600; color: #46587a; }
.rec__inc { margin: 2px 0 14px; font-size: 14px; color: #46587a; }

.rec__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid #d9e8de;
  border-bottom: 1px solid #d9e8de;
}

.rec__stats span { display: block; font-size: 12.5px; color: #64748b; }
.rec__stats b { display: block; font-size: 21px; font-weight: 800; color: #0f172a; }
.rec__stats small { display: block; font-size: 11.5px; }
.is-over b, .is-over small { color: #e0393e; }

.rec__foot { margin: 14px 0 12px; font-size: 13px; color: #46587a; }
.rec__foot b { display: block; font-weight: 800; color: #0f172a; }
.panel--green .explore { width: 100%; margin-top: auto; }

/* breakdown */
.bd__total { margin: -8px 0 14px; font-size: 13px; color: #64748b; }
.brow { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; font-weight: 600; color: #0f172a; }
.brow b { font-weight: 800; }
.bar { height: 6px; margin: 5px 0 3px; border-radius: 99px; background: #e6ecf6; overflow: hidden; }
.bar div { height: 100%; border-radius: 99px; transition: width 0.25s ease; }
.bcount { margin: 0 0 12px; font-size: 11.5px; color: #93a3bf; }

.calc__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 18px 0 0;
  font-size: 13px;
  color: #64748b;
}

.calc__foot svg { width: 16px; height: 16px; color: #2563EB; }

/* --- recommended summary band --------------------------------------------- */
.recband {
  display: grid;
  grid-template-columns: auto 1.15fr 0.8fr 0.9fr auto;
  gap: clamp(16px, 2.2vw, 20px);
  align-items: center;
  padding: clamp(18px, 2vw, 20px);
  border: 1px solid #b9dec2;
  border-radius: 14px;
  background: #f4faf6;
}

.recband__badge {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #16a34a;
  color: #ffffff;
}

.recband__badge svg { width: 26px; height: 26px; }
.recband__eyebrow { margin: 0; font-size: 13px; color: #46587a; }
.recband h3 { margin: 2px 0 4px; font-size: 21px; font-weight: 800; color: #0f172a; }
.recband p { margin: 0; font-size: 14px; color: #46587a; }
.recband .ticks svg { color: #16a34a; }
.recband .ticks li { font-size: 13px; }

.recband__cell { border-left: 1px solid #d9e8de; padding-left: clamp(14px, 2vw, 26px); }
.recband__cell span { display: block; font-size: 12.5px; color: #64748b; }
.recband__cell b { display: block; font-size: 26px; font-weight: 800; letter-spacing: -0.02em; color: #0f172a; }
.recband__cell b.red { color: #e0393e; }
.recband__cell small { display: block; font-size: 12.5px; color: #64748b; }

.recband__actions { display: grid; gap: 8px; justify-items: center; }

.demolink {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #2563EB;
  text-decoration: none;
}

.demolink:hover { text-decoration: underline; }
.demolink svg { width: 13px; height: 13px; }

/* --- bundle grid ----------------------------------------------------------- */
.bundles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; align-items: stretch; }

.bundle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 12px 16px;
  border: 1px solid #e5eaf3;
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.bundle:hover { border-color: #2563EB; transform: translateY(-2px); }
.bundle--popular { border: 1.5px solid #16a34a; background: #f9fdfa; }

.bundle__flag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 11px;
  border-radius: 999px;
  background: #16a34a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.bundle svg.bundle__icon { width: 34px; height: 34px; margin-bottom: 5px; }
.bundle h3 { margin: 0 0 2px; font-size: 15px; font-weight: 800; color: #0f172a; }
.bundle__tokens { margin: 0 0 8px; font-size: 12.5px; font-weight: 600; color: #2563EB; }
.bundle--popular .bundle__tokens { color: #16a34a; }
.bundle__price { margin: 0; font-size: 21px; font-weight: 800; letter-spacing: -0.025em; color: #0f172a; }
.bundle__per { margin: 0 0 8px; font-size: 11.5px; color: #93a3bf; }
.bundle__desc { margin: 0 0 14px; font-size: 12px; line-height: 1.4; color: #64748b; }
.bundle .explore { width: 100%; margin-top: auto; font-size: 12.5px; padding: 9px 8px; }

.scale {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: 12.5px;
  font-weight: 600;
  color: #64748b;
}

.scale i { flex: 1; height: 2px; border-radius: 2px; background: linear-gradient(90deg, #cfdcf0, #9dbdea); }

/* --- CTA ------------------------------------------------------------------- */
.cta {
  padding: clamp(24px, 2.8vw, 38px) clamp(22px, 2.8vw, 40px);
  border-radius: 14px;
  background: linear-gradient(100deg, #123f9c, #1552c4 70%, #1a5fd0);
  color: #ffffff;
}

.cta__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(16px, 2.4vw, 36px);
}

.cta h2 {
    margin: 0 0 6px;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
}
.cta__top p { margin: 0; max-width: 46ch; font-size: 14.5px; color: #cfdcf5; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.cta__note { margin: 8px 0 0; font-size: 12px; color: #cfdcf5; text-align: center; }

.cta__feats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 2.4vw, 38px);
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  color: #cfdcf5;
}

.cta__feats div { display: flex; align-items: center; gap: 9px; }
.cta__feats svg { width: 16px; height: 16px; }


/* ==========================================================================
   PAGE 3 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â BASE PRODUCTS
   ========================================================================== */
.badges {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 22px;
  border: 1px solid #dbe4f2;
  border-radius: 999px;
  background: #ffffff;
  overflow: hidden;
}

.badges > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 24px;
  font-size: 14.5px;
  font-weight: 700;
  color: #2563EB;
}

.badges > span + span { border-left: 1px solid #dbe4f2; }
.badges svg { width: 24px; height: 24px; color: #2563EB; }

/* --- plans ----------------------------------------------------------------- */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }

.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(15px, 2.2vw, 20px);
  border: 1px solid #A1BEF4;
  border-radius: 14px;
  box-shadow: 0 2px 14px rgba(18, 41, 79, 0.04);
  transition: transform 0.18s ease;
  padding-left: 76px;
}

.plan:hover { transform: translateY(-2px);
border: 1.5px solid #f0b429;
    box-shadow: 0 10px 20px #f0b42991;
    transform: scale(1.02);
    margin-top: -10px; 
	background: #f0b42917;
	}
.plan:hover  .ticks svg{
	color: #f0b429;
}
.plan--featured {
  transform: translateY(-2px);
border: 1.5px solid #f0b429;
    box-shadow: 0 10px 20px #f0b42991;
    transform: scale(1.02);
    margin-top: -10px; 
	background: #f0b42917;
}
.plan--featured-green{
	border: 1.5px solid #285f16;
    background: #285f1608;
}
.plan.plan--featured-green:hover {
  transform: translateY(-2px);
    box-shadow: 0 10px 20px #285f16bd;
    transform: scale(1.02);
    margin-top: -10px;
	border: 1.5px solid #285f16;
	background: #285f1608;
}
.plan--featured-green .plan__tag{
	background: #285f16;
}
.plan.plan--featured-green .ticks svg,
.plan.plan--featured-green:hover .ticks svg{
	color: #285f16;
}
.plan.plan--featured-green .plan__price,
.plan.plan--featured-green:hover .plan__price{
	color: #285f16;
}
.plan.plan--featured-green  .plan__icon,
.plan.plan--featured-green:hover .plan__icon {
    background: #c2ebb4;
}
.plan__tag {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 14px;
  border-radius: 999px;
  background: #f5ab18;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.plan__head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px;margin-left: -66px; }

.plan__icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #eaf1fd;
}
.plan:hover .plan__icon{
	    background: #f5ab18;
}
.plan:hover .plan__icon svg.i-blue {
    color: #fff;
}
.plan:hover .plan__price{
	color: #f5ab18;
}
.plan--featured .plan__icon { background: #fdf1d8; }
.plan__icon svg { width: 26px; height: 26px; }

.plan h3 { margin: 0; font-size: 19px; font-weight: 800; line-height: 1.25; letter-spacing: -0.015em; color: #0f172a; }

.plan__price { margin: 0 0 10px; font-size: 30px; font-weight: 800; line-height: 1; letter-spacing: -0.03em; color: #0f172a; }
.plan__price span { font-size: 15px; font-weight: 600; letter-spacing: 0; color: #46587a; }

.plan > p { margin: 0 0 18px; font-size: 14.5px; color: #46587a; }

/* --- ecosystem -------------------------------------------------------------- */
.eco {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
  gap: clamp(20px, 2.6vw, 40px);
  align-items: center;
  padding: 20px;
  border: 1px solid #e5eaf3;
  border-radius: 14px;
  background:#edf1fa;
}
.eco > div:last-child{
	text-align: center;
}
.eco h2 { margin: 0 0 0px; font-size: 21px; font-weight: 800; letter-spacing: -0.02em; color: #0f172a; }
.eco p { margin: 0; font-size: 14.5px; color: 2563eb; }
.eco p:last-child { margin-bottom: 0; }
.shared-features {
  border-left: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 340px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
}

.feature-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #2563eb; /* blue icon color */
  margin-top: 2px;
}

.feature-icon svg {
  width: 100%;
  height: 100%;
}

.feature-text h4 {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.feature-text p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

.hexes { position: relative; display: flex; justify-content: center; align-items: flex-start; gap: clamp(8px, 1.4vw, 20px); }

.hex {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  width: 128px;
  height: 112px;
  padding: 0 16px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: #ffffff;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}

.hex svg { width: 22px; height: 22px; }
.hex--blue  { background: #e9f1fd; }
.hex--amber { background: #fdf1d8; }
.hex--teal  { background: #e6f6f4; }

.hexwrap { display: grid; justify-items: center; }

.hexwrap i {
  display: block;
  width: 1px;
  height: 22px;
  border-left: 1.5px dashed #b9c8e2;
}

.hexline { position: relative; height: 1px; margin: 0 12%; border-top: 1.5px dashed #b9c8e2; }

.hexline i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 20px;
  border-left: 1.5px dashed #b9c8e2;
}

.sharedbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  padding: 14px 10px;
  border: 1px solid #e0e7f3;
  border-radius: 12px;
  background: #ffffff;
}

.sharedbox div {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 0 8px;
  border-right: 1px solid #e8edf6;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.sharedbox div:last-child { border-right: none; }
.sharedbox svg { width: 22px; height: 22px; color: #2563EB; }

/* --- bands ------------------------------------------------------------------ */
.bands__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 16px; }

.linktoggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #2563EB;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none !important;
}

.linktoggle svg { width: 14px; height: 14px; transition: transform 0.2s ease; }

.bandtable-wrap { overflow-x: auto; }

.bandtable { width: 100%; min-width: 640px; border-collapse: collapse; }

.bandtable th,
.bandtable td { border: 1px solid #e0e7f3; padding: 10px 8px; text-align: center; }

.bandtable thead th { background: #f2f5fa; font-size: 15px; font-weight: 800; color: #0f172a; }
.bandtable tbody th { background: #f2f5fa; font-size: 14px; font-weight: 800; color: #0f172a; text-align: left; padding-left: 16px; }
.bandtable tbody td { font-size: 14px; line-height: 1.35; color: #000; }

.reveal { margin-top: 14px; border: 1px solid #e0e7f3; border-radius: 10px; background: #ffffff; overflow: hidden; }

.reveal summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-size: 14.5px;
  font-weight: 800;
  color: #2563EB;
  cursor: pointer;
  list-style: none;
}

.reveal summary::-webkit-details-marker { display: none; }

.reveal summary::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-right: 2px solid #2563EB;
  border-bottom: 2px solid #2563EB;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.2s ease;
}

.reveal[open] summary::after { transform: rotate(-135deg); }
.reveal .bandtable-wrap { padding: 0 18px 18px; }
.bands__note { margin: 14px 0 0; font-size: 12.5px; color: #93a3bf; }

/* --- why -------------------------------------------------------------------- */
.why { display: grid; grid-template-columns: repeat(6, 1fr); }

.why div { display: flex; align-items: flex-start; gap: 10px; padding: 4px 12px; border-right: 1px solid #e8edf6; }
.why div:last-child { border-right: none; }
.why svg { flex: none; width: 42px; height: 42px; margin-top: 2px; }
.why p { margin: 0; font-size: 12px; line-height: 1.4; color: #000; }
.why b { font-weight: 800; color: #000; }


/* visually hidden, still read by screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}


.hero-token .wrap {
    display: flex;
    vertical-align: top;
    justify-content: space-between;
    gap: 30px;
}
.hero.hero-token h1 {
    max-width: 100%;
    margin: 0;
    text-align: left;
}
.hero.hero-token .heading p{
  text-align: left;
}
.hero-token .wrap > div{
  width: 50%;
}
.hero-token .wrap > div.carlist {
    width: 60%;
}
.hero-token .tiles{
	gap: 5px;
}
.hero-token  .tile{
  padding: 10px;
  flex-direction: column;
  text-align: center;
}
.hero-token .tile svg{
      width: 30px;
    height: 30px;
}
.hero-token  .tile b {
    font-weight: 600;
    font-size: 13px;
    color: #0f172a;
    line-height: 16px;
    min-height: 32px;
}
.hero-token .tile small{
  font-size: 12px;
}
.hero-token  .htw {
    background: #f5f5f5;
	padding: 20px 15px;
}
.hero-token  .htw h2 {
    font-size: 16px;
    color: #0f172a;
    line-height: 16px;
}
.hero-token .heading ul {
    display: flex;
    list-style: none;
    vertical-align: top;
    justify-content: space-between;
    padding: 0;
    margin: 20px 0 0 ;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    gap: 10px;
}
.hero-token .heading ul svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.token-card .panel{
  margin-top: 60px;
  position: relative;
}
.token-card .panel h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    position: absolute;
    margin-top: -80px;
    left: 0;
    padding-left: 31px;
}
.token-card .panel h3 span {
    margin: 0 0;
    font-size: 13px;
    color: #64748b;
    display: block;
    font-weight: 400;
    line-height: 16px;
    padding-top: 10px;
}

.token-card .panel h3 b {
    background: #2563EB;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    margin-right: 5px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    top: 2px;
    left: 0;
    line-height: 19px;
}
.token-banner {
  width: calc(100% - 12px);
  margin: 10px 0px;
    padding: 20px 30px;
  min-height: 82px;

  display: flex;
  align-items: center;

  background: linear-gradient(90deg, #164fc3, #0754d9);
  border-radius: 9px;
  color: #fff;
}

.banner-item {
  flex: 1;
  display: flex;
  align-items: center;
}

.banner-item:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.45);
  margin-right: 48px;
  padding-right: 48px;
}

.banner-icon {
  width: 50px;
  min-width: 50px;
  margin-right: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 38px;
}

.banner-item h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.banner-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

/* Employee Range Section */
.employee-range {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.employee-range__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

/* Individual Card */
.employee-card {
  min-height: 92px;
  padding: 12px 10px;
  border: 1px solid #e1e4eb;
  border-radius: 8px;
  background: #ffffff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  box-sizing: border-box;

  font-family: Arial, sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Active Card */
.employee-card:hover {
  border: 2px solid #7da0ff;
  box-shadow: 0 0 0 1px rgba(125, 160, 255, 0.08);
  background: #7da0ff1f;
}

/* A, B, C... */
.employee-card__letter {
  margin-bottom: 8px;

  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #142b78;
}

/* Employee Range */
.employee-card__range {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  color: #11182f;
  white-space: nowrap;
}

/* Employees */
.employee-card__label {
  margin-top: 2px;

  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  color: #11182f;
}
.col-div{
	display: flex;
	gap: 20px;
}
.col-div > div{
	width: 35%;
}
.col-div .card {
    width: 65%;
}
.pricing-card {
  width: 100%;
  max-width: 500px;
  padding: 14px 25px 18px;
  border: 1px solid #e3e7ed;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(20, 40, 70, 0.04);
  color: #17233c;
}

.pricing-card__title {
  display: flex;
  align-items: center;
  gap: 0px;
  margin: 0 0 2px;
  color: #101c35;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
span#exampleBand {
    margin-left: 4px;
    display: inline-block;
}
.pricing-card__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border: 2px solid #4776c8;
  border-radius: 50%;
  color: #4776c8;
  font-size: 11px;
  font-weight: 700;
  margin-left: 5px;
}

.pricing-card__employees {
  margin: 0 0 8px;
  font-size: 15px;
  color: #17233c;
}

/* Table */
.pricing-card__table {
  width: 100%;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  border-spacing: 0;
  overflow: hidden;
  font-size: 14px;
}

.pricing-card__table th {
  padding: 6px 12px;
  background: #0d2348;
  color: #fff;
  text-align: left;
  font-weight: 600;
}

.pricing-card__table td {
  padding: 5px 12px;
  border-top: 1px solid #e2e6eb;
  color: #18233a;
  line-height: 1.3;
}

.pricing-card__table th:last-child,
.pricing-card__table td:last-child {
  width: 135px;
  white-space: nowrap;
}

/* Bottom note */
.pricing-card__note {
  margin: 10px 0 0;
  color: #69758a;
  font-size: 13.5px;
  line-height: 1.4;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1180px) {
  .products { grid-template-columns: 1fr; }
  .products .pane { border-left: none; border-top: 1px solid #e8edf6; padding: 18px 0 0; }
  .products .explore { justify-self: start; }

  
  .tokens__badge svg { width: 42px; height: 42px; }
  .tokens .pane { grid-column: 1 / -1; border-left: none; border-top: 1px solid #e8edf6; padding: 16px 0 0; }
  .tokens .explore { grid-column: 1 / -1; justify-self: start; }

  .outcomes { grid-template-columns: repeat(4, 1fr); row-gap: 16px; }
  .outcome:nth-child(4n) { border-right: none; }

  .calc { grid-template-columns: 1fr 1fr; }
  .calc .panel:first-child { grid-column: 1 / -1; }

  .recband { grid-template-columns: auto 1fr; row-gap: 18px; }
  .recband__cell { border-left: none; padding-left: 0; }
  .recband__actions { grid-column: 1 / -1; justify-items: start; }

  .bundles { grid-template-columns: repeat(3, 1fr); row-gap: 20px; }
  .why { grid-template-columns: repeat(3, 1fr); row-gap: 18px; }
  .why div:nth-child(3n) { border-right: none; }
}

@media (max-width: 980px) {
  .row { grid-template-columns: 1fr; }
  .step__body { margin-left: 0; }
  .gains { grid-template-columns: repeat(2, 1fr); row-gap: 16px; }
  .gain:nth-child(2n) { border-right: none; }
  .banner__icons { margin-left: 0; width: 100%; }

  .tiles { grid-template-columns: repeat(3, 1fr); }
  .plans { grid-template-columns: 1fr; }
  .eco { grid-template-columns: 1fr; }
  .eco img{
	max-width: 100%;
	height: auto;
  }
  .shared-features {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 100%;
	}
}

@media (max-width: 720px) {
  .outcomes { grid-template-columns: repeat(2, 1fr); }
  .outcome { border-right: none; }
  .modules { grid-template-columns: 1fr; row-gap: 14px; }
  .module { display: flex; align-items: center; gap: 14px; border-right: none; text-align: left; padding-left: 0; }
  .module svg { margin-bottom: 0; }
  .banner__div,
  .strip__div { display: none; }
  .strip { flex-direction: column; align-items: flex-start; }

  .tiles { grid-template-columns: repeat(2, 1fr); }
  .calc { grid-template-columns: 1fr; }
  .bundles { grid-template-columns: repeat(2, 1fr); }
  .recband { grid-template-columns: 1fr; }
  .recband__badge { width: 46px; height: 46px; }
  .cta__top { flex-direction: column; align-items: flex-start; }
  .cta__actions { width: 100%; }
  .cta__actions .btn { flex: 1 1 auto; }

  .why { grid-template-columns: repeat(2, 1fr); }
  .why div { border-right: none; }
  .sharedbox { grid-template-columns: 1fr; row-gap: 12px; }
  .sharedbox div { border-right: none; }
  .hexes { flex-wrap: wrap; }
  .hexline { display: none; }
  .rowwrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .col-div {
		flex-wrap: wrap;
	}
	.col-div > div {
		width: 100%;
	}
	.col-div .card {
		width: 100%;
	}
	.bandtable-wrap {
		overflow-x: auto;
		margin: 10px 0;
	}
	.right_pricing_section{
		margin-left: 0;
	}
	.shared-features {
        flex-direction: column;
	}
}

@media (max-width: 480px) {
  .outcomes,
  .gains,
  .tiles,
  .bundles,
  .why { grid-template-columns: 1fr; }
  .gain { border-right: none; padding-left: 0; }
  .outcome { padding-left: 0; }
  .rec__stats { grid-template-columns: 1fr; }
  .sliderr__row { grid-template-columns: 1fr 58px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}

@media (max-width: 700px) {
  .token-banner {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .banner-item:not(:last-child) {
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.banner-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
span#exampleBand {
    margin-left: 4px;
    display: inline-block;
}

.token-reveal{
  background-color: #f5f5f5;
}
.reveal svg {
  width: 32px;
  height: 38px;

  fill: none;
  stroke: #1955a6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.token-reveal summary small{
  display: block;
  font-weight: 400;
  color: #64748b;
}
@media (max-width: 1079px) {
  .hero-token .wrap {
      flex-direction: column;
  }
  .hero-token .wrap > div{
    width: 100%;
  }
  .hero-token .wrap > div.carlist {
		width: 100%;
	}
}


/* =========================
   TABLET
   ========================= */
@media (max-width: 1024px) {
  .employee-range__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .employee-card {
    min-height: 88px;
  
}


/* =========================
   MOBILE
   ========================= */
@media (max-width: 767px) {
  .employee-range {
    overflow: hidden;
  }

  .employee-range__list {
    display: flex;
    gap: 8px;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 2px 2px 8px;
    scroll-behavior: smooth;

    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .employee-range__list::-webkit-scrollbar {
    display: none;
  }

  .employee-card {
    flex: 0 0 125px;
    min-height: 82px;
    padding: 10px 8px;
  }

  .employee-card__letter {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .employee-card__range,
  .employee-card__label {
    font-size: 13px;
  }
}


/* =========================
   SMALL MOBILE
   ========================= */
@media (max-width: 480px) {
  .employee-card {
    flex-basis: 115px;
    min-height: 78px;
  }

  .employee-card__letter {
    font-size: 15px;
  }

  .employee-card__range,
  .employee-card__label {
    font-size: 12px;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .pricing-card {
    max-width: 100%;
    padding: 14px 16px 17px;
  }

  .pricing-card__title {
    font-size: 17px;
  }

  .pricing-card__employees {
    font-size: 14px;
  }

  .pricing-card__table {
    font-size: 13px;
  }

  .pricing-card__table th,
  .pricing-card__table td {
    padding: 6px 9px;
  }

  .pricing-card__table th:last-child,
  .pricing-card__table td:last-child {
    width: 105px;
  }

  .pricing-card__note {
    font-size: 12.5px;
  }
}

@media (max-width: 380px) {
  .pricing-card {
    padding: 12px;
  }

  .pricing-card__title {
    font-size: 16px;
  }

  .pricing-card__table {
    font-size: 12px;
  }

  .pricing-card__table th,
  .pricing-card__table td {
    padding: 6px 7px;
  }

  .pricing-card__table th:last-child,
  .pricing-card__table td:last-child {
    width: 90px;
  }
}


