/* ============================================================
   inqelo marketing site — pricing page
   @docs [[docs/Systems/Marketing Website/Patterns/inqelo Marketing Site Design Standard]]
   Page-specific rules only; tokens, buttons, header/nav and footer
   live in the shared static/site.css (loaded first by the base
   template). Hand-authored responsive rebuild of the Claude Design
   export ("Pricing"). Mobile-first; the ≥1024px breakpoint
   reproduces the export's desktop values exactly. Prices are fetched
   live from the platform's public pricing catalogue (see pricing.html
   scripts block); the design's Material Symbols are redrawn as the
   site's inline SVG sprite.
   ============================================================ */

/* ---- Shared bits -------------------------------------------- */
/* Icons use the same self-hosted Material Symbols Rounded pack as /how. This
   page's glyphs come from a codepoint subset (call / groups / check /
   verified_user / credit_card / calendar_month); regenerate the subset if new
   glyphs are needed. No runtime fonts.googleapis.com link. */
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("assets/material-symbols-rounded-subset.woff2?v=2") format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
.accent { color: var(--green-600); }
.accent-light { color: var(--green-300); }

[data-reveal] { transition: opacity .62s var(--ease-out), transform .62s var(--ease-out); }
[data-reveal].is-hidden { opacity: 0; transform: translateY(20px); }
@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal].is-hidden { opacity: 1 !important; transform: none !important; transition: none; }
}

/* ---- Hero --------------------------------------------------- */
.hero { background: linear-gradient(180deg, #f7f5ef, #f9f7f1); position: relative; overflow: hidden; }
/* Hero geometry (reproduces the export). Page-local filled circles / wedge /
   dot-grid + shared-primitive triangles, anchored to .hero__grid so they frame
   the copy + image without reaching the calculator below. Shown on mobile,
   positioned around the image; the export's exact desktop coordinates are
   restored at >=1024px. */
.hero__circle { right: -110px; top: -30px; width: 300px; height: 300px; border-radius: 50%; background: #eef2e6; opacity: .7; z-index: 0; }
.hero__band { right: -70px; bottom: -6px; width: 330px; height: 200px; background: linear-gradient(135deg, transparent 50%, #e6ecda 50%, #e6ecda 64%, transparent 64%); opacity: .5; z-index: 0; }
.hero__blob { left: -80px; bottom: 40px; width: 190px; height: 190px; border-radius: 50%; background: var(--green-50); opacity: .55; z-index: 0; }
.hero__dots { right: 10px; bottom: 150px; width: 74px; height: 96px; background-image: radial-gradient(var(--gray-300) 1.8px, transparent 1.9px); background-size: 19px 19px; opacity: .45; z-index: 0; }
.hero__tri-a { left: 18px; bottom: 172px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 34px solid var(--green-400); opacity: .9; z-index: 0; }
.hero__tri-b { right: 8px; bottom: 236px; border-top: 18px solid transparent; border-bottom: 18px solid transparent; border-left: 30px solid var(--amber-500); transform: rotate(12deg); z-index: 0; }

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 40px;
  align-items: center;
}
.hero__copy { order: 1; position: relative; z-index: 1; }
.hero__title { font-size: 34px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; color: var(--ink-900); margin: 12px 0 0; }
.hero__lede { font-size: 16px; line-height: 1.6; color: var(--gray-600); margin: 16px 0 0; max-width: 480px; }
.hero__trust { display: flex; align-items: flex-start; gap: 9px; margin: 22px 0 0; font-size: 13px; color: var(--gray-500); line-height: 1.45; }
.hero__trust .material-symbols-rounded { font-size: 18px; color: var(--green-500); margin-top: 1px; }
.hero__art { order: 2; position: relative; z-index: 1; }
.hero__art img { display: block; width: 100%; max-width: 440px; height: auto; margin: 12px auto 0; filter: drop-shadow(0 22px 26px rgba(21,36,43,.14)); position: relative; z-index: 1; }
/* Soft circle grounding the hero image on mobile (desktop uses the scattered
   geometry above). */
.hero__art-circle { left: 50%; bottom: 2%; transform: translateX(-50%); width: 96%; height: 82%; border-radius: 50%; background: #eef2e6; opacity: .8; z-index: 0; }

.hero__tool { position: relative; z-index: 2; padding-bottom: 44px; }

/* Calculator card */
.calc { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-xl); box-shadow: var(--shadow-md); padding: 22px 20px 20px; }
.calc__controls { display: flex; flex-direction: column; gap: 22px; }
.calc__label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 10px; }

.calc__tracks { display: flex; flex-direction: column; gap: 10px; }
.trk {
  flex: 1; min-width: 0; text-align: left; cursor: pointer;
  display: flex; gap: 11px; align-items: center;
  background: #fff; border: 1.5px solid var(--gray-200); border-radius: var(--radius-md);
  padding: 14px 15px; font-family: inherit;
  transition: var(--transition-control);
}
.trk.is-active { background: var(--green-50); border-color: var(--green-500); }
.trk__ico { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: none; background: var(--gray-100); color: var(--gray-500); transition: var(--transition-control); }
.trk__ico .material-symbols-rounded { font-size: 20px; }
.trk.is-active .trk__ico { background: var(--green-500); color: #fff; }
.trk__text { min-width: 0; }
.trk__name { display: block; font-size: 14px; font-weight: 700; color: var(--ink-900); }
.trk__desc { display: block; font-size: 11.5px; color: var(--gray-600); line-height: 1.35; margin-top: 2px; }

.calc__units { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.calc__units-num { font-size: 34px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink-900); line-height: 1; }
.calc__units-label { font-size: 14px; color: var(--gray-600); font-weight: 500; }
.calc__breakdown { font-size: 12.5px; color: var(--gray-500); margin-bottom: 14px; }

/* Call minutes and form submissions each get a row: name, exact box, slider,
   preset chips. Both rows feed the one credits total above them. */
.calc__row + .calc__row { margin-top: 14px; }
.calc__row-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.calc__row-name { font-size: 13px; font-weight: 600; color: var(--ink-700); }
.calc__exact { display: inline-flex; align-items: center; gap: 6px; }
.calc__exact-label { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--gray-400); }
.calc__exact input { width: 86px; padding: 5px 9px; font-family: inherit; font-size: 14px; font-weight: 700; text-align: right; color: var(--ink-900); background: #fff; border: 1.5px solid var(--gray-200); border-radius: 8px; }
.calc__exact input:focus { outline: none; border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(66, 172, 76, .15); }
/* Amber ring marks a volume past the slider's reach, where the recommendation
   leaves the standard plans. */
.calc__exact input.is-over { border-color: var(--amber-500); box-shadow: 0 0 0 3px rgba(232, 130, 28, .15); }
.inq-range {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 6px; border-radius: 999px; outline: none; cursor: pointer;
  background: var(--gray-200); margin: 2px 0 0;
}
.inq-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--green-600); border: 3px solid #fff; box-shadow: var(--shadow-sm); cursor: pointer; }
.inq-range::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--green-600); border: 3px solid #fff; box-shadow: var(--shadow-sm); cursor: pointer; }
.calc__chips { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.chip { padding: 8px 14px; border-radius: var(--radius-md); font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; background: #fff; border: 1.5px solid var(--gray-200); color: var(--gray-600); transition: var(--transition-control); }
.chip.is-active { background: var(--green-50); border-color: var(--green-500); color: var(--green-700); }

/* Billing and currency sit under the tracking cards, sharing the left column's
   width so the credits column keeps the room the two rows need. */
.calc__field--opts { display: flex; flex-direction: column; gap: 16px; margin-top: 22px; }
.seg-group { display: flex; width: 100%; background: var(--gray-100); border-radius: var(--radius-md); padding: 4px; gap: 4px; }
.seg { flex: 1; padding: 8px 14px; border-radius: 8px; font-size: 13.5px; font-weight: 600; text-align: center; cursor: pointer; border: none; font-family: inherit; background: transparent; color: var(--gray-600); transition: var(--transition-control); }
.seg.is-active { background: var(--green-500); color: #fff; }

.calc__note { text-align: center; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--gray-100); font-size: 13px; color: var(--gray-500); }
/* The notes read as one block under a single rule, not a ladder of dividers. */
.calc__note + .calc__note { margin-top: 10px; padding-top: 0; border-top: 0; }
.calc__error { text-align: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--gray-100); font-size: 13px; color: var(--danger-500); }

/* Plan cards */
.plans { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 22px; align-items: stretch; }
.plan { position: relative; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); padding: 28px 26px 30px; display: flex; flex-direction: column; transition: opacity .25s var(--ease-out), border-color .25s var(--ease-out), box-shadow .25s var(--ease-out); }
.plan--rec { border: 2px solid var(--green-600); box-shadow: var(--shadow-md); }
.plan__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--green-600); color: #fff; font-size: 12px; font-weight: 600; padding: 5px 16px; border-radius: 999px; white-space: nowrap; }
.plan__name { font-size: 22px; font-weight: 700; color: var(--ink-900); }
.plan__price-row { display: flex; align-items: baseline; gap: 7px; margin-top: 14px; }
.plan__price { font-size: 46px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink-900); line-height: 1; }
.plan__per { font-size: 15px; color: var(--gray-600); font-weight: 500; }
.plan__for { font-size: 13.5px; color: var(--gray-600); margin-top: 8px; }
/* Which bidding strategy the plan suits — the one line that separates
   Essential from Pro before a reader reaches the feature list. */
.plan__ideal { font-size: 13px; font-weight: 600; color: var(--ink-900); margin-top: 8px; }
/* Volume callout: the per-100-credits rate and, once it is worth naming, how
   far it has fallen below the catalogue's smallest tier. Reserved height so
   the card does not jump when the pill appears. */
.plan__rate { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--gray-600); margin-top: 7px; min-height: 22px; }
.plan__save { font-size: 11.5px; font-weight: 700; color: var(--green-700); background: var(--green-50); border: 1px solid var(--green-200); border-radius: var(--radius-pill); padding: 2px 9px; white-space: nowrap; }
.plan__numbers { font-size: 13px; font-weight: 600; color: var(--green-700); margin-top: 6px; }
.plan__numbers:empty { display: none; }
.plan__features { display: flex; flex-direction: column; gap: 13px; margin: 24px 0 26px; }
.plan__plus { font-size: 13px; font-weight: 700; color: var(--ink-900); }
.feat { display: flex; gap: 11px; align-items: flex-start; font-size: 14px; color: var(--ink-900); line-height: 1.35; }
.chk { width: 20px; height: 20px; border-radius: 50%; background: var(--green-500); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex: none; margin-top: 1px; }
.chk .material-symbols-rounded { font-size: 14px; }
.plan__cta { margin-top: auto; }
.plan--custom { align-items: stretch; }
.plan__custom-big { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink-900); margin-top: 14px; }
.plan__custom-copy { font-size: 15px; color: var(--gray-600); line-height: 1.55; margin: 18px 0 4px; }

/* Above the recommendation cap the standard plans stop applying: they dim and
   drop their badge, and Custom becomes the recommendation in amber. */
.plan--custom .plan__badge { display: none; background: var(--amber-500); }
.plans.is-over .plan--std { opacity: .42; filter: saturate(.6); }
.plans.is-over .plan--std .plan__badge { display: none; }
.plans.is-over .plan--custom { border: 2px solid var(--amber-500); box-shadow: var(--shadow-md); }
.plans.is-over .plan--custom .plan__badge { display: block; }

/* ---- Compare plans ------------------------------------------ */
.compare { background: #edece4; border-top: 1px solid #e3e0d6; position: relative; overflow: hidden; }
.compare__grid { display: grid; grid-template-columns: 1fr; gap: 32px; padding-top: 44px; padding-bottom: 8px; align-items: start; }
.compare__copy { position: relative; }
.compare__title { position: relative; z-index: 2; font-size: 26px; font-weight: 700; letter-spacing: -0.022em; line-height: 1.14; color: var(--ink-900); margin: 0; }
.compare__lede { position: relative; z-index: 2; font-size: 15px; line-height: 1.6; color: var(--gray-600); margin: 16px 0 0; max-width: 360px; }
.compare__art { position: relative; z-index: 1; margin: 20px auto 0; max-width: 200px; }
.compare__art img { display: block; width: 100%; height: auto; position: relative; z-index: 1; }
/* Podium grounding the standing figure (reproduces the export): sage circle
   behind, ellipse + blurred shadow at the feet, garnish triangles + dot-grid.
   Anchored to the figure (percentages) so it holds on mobile and desktop. */
.compare__circle { bottom: 4%; left: 50%; transform: translateX(-50%); width: 155%; aspect-ratio: 1; border-radius: 50%; background: #e2e8d3; z-index: 0; }
.compare__podium { bottom: 1%; left: 50%; transform: translateX(-50%); width: 122%; height: 15%; border-radius: 50%; background: #cdd9b8; z-index: 0; }
.compare__shadow { bottom: 2%; left: 50%; transform: translateX(-50%); width: 92%; height: 5%; border-radius: 50%; background: rgba(21, 36, 43, .12); filter: blur(9px); z-index: 0; }
.compare__tri-a { bottom: 40%; left: -14%; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 30px solid var(--green-400); opacity: .9; z-index: 0; }
.compare__tri-b { bottom: 16%; right: -10%; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 26px solid var(--amber-500); transform: rotate(14deg); opacity: .92; z-index: 0; }
.compare__dots { bottom: 14%; left: -18%; width: 46px; height: 62px; background-image: radial-gradient(var(--gray-400) 1.7px, transparent 1.8px); background-size: 18px 18px; opacity: .4; z-index: 0; }

.compare__panel { position: relative; z-index: 3; }
.compare__scroll { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); overflow-x: auto; }
.ctable { width: 100%; border-collapse: collapse; font-size: 13px; }
.ctable th { text-align: center; font-weight: 700; color: var(--ink-900); padding: 14px 12px; border-bottom: 1px solid var(--gray-200); }
.ctable th:first-child { text-align: left; padding-left: 18px; }
.ctable td { padding: 11px 12px; text-align: center; color: var(--ink-900); line-height: 1.3; border-bottom: 1px solid var(--gray-100); }
.ctable td:first-child { text-align: left; padding-left: 18px; }
.ctable tbody tr:nth-child(even) { background: #faf9f5; }
.ctable__yes .material-symbols-rounded { font-size: 18px; color: var(--green-600); }
.ctable__no { color: var(--gray-400); }
.ctable__txt { font-size: 12.5px; color: var(--gray-600); }
.compare__foot { font-size: 12.5px; color: var(--gray-500); margin-top: 12px; }
.compare__foot a { color: var(--green-700); text-decoration: underline; }
.compare__foot a:hover { color: var(--green-500); }

/* ---- Plan notes --------------------------------------------- */
.notes { background: #f7f5ef; border-top: 1px solid #ece8df; }
.notes__grid { display: grid; grid-template-columns: 1fr; gap: 18px; padding-top: 40px; padding-bottom: 48px; }
.note { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); padding: 24px; display: flex; gap: 16px; align-items: center; }
.note__ico { width: 60px; height: 60px; border-radius: 50%; background: var(--green-50); color: var(--green-600); display: flex; align-items: center; justify-content: center; flex: none; }
.note__ico .material-symbols-rounded { font-size: 30px; }
.note__title { font-size: 17px; font-weight: 700; color: var(--ink-900); line-height: 1.2; }
.note__copy { font-size: 13.5px; color: var(--gray-600); line-height: 1.5; margin: 8px 0 0; }

/* ---- Closing CTA -------------------------------------------- */
.cta { background: var(--green-800); position: relative; overflow: hidden; }
/* CTA geometry (reproduces the export): white circle, green dot-grids, amber +
   green garnish triangles and a corner wedge scattered across the section, plus
   a soft circle grounding the figure. Shown on mobile; export's exact desktop
   coordinates restored at >=1024px. */
.cta__circle { left: -100px; top: 20px; width: 240px; height: 240px; border-radius: 50%; background: rgba(255, 255, 255, .05); z-index: 0; }
.cta__dots-a { left: 16px; bottom: 40px; width: 74px; height: 52px; background-image: radial-gradient(var(--green-400) 2px, transparent 2.1px); background-size: 22px 22px; opacity: .4; z-index: 0; }
.cta__dots-b { right: 12px; top: 22px; width: 84px; height: 52px; background-image: radial-gradient(var(--green-400) 2px, transparent 2.1px); background-size: 22px 22px; opacity: .5; z-index: 0; }
.cta__tri-a { left: 20px; top: 28px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 17px solid var(--amber-500); opacity: .9; z-index: 0; }
.cta__tri-b { right: 16px; top: 120px; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-right: 20px solid var(--amber-500); z-index: 0; }
.cta__tri-c { right: 22px; bottom: 150px; border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 22px solid var(--green-400); z-index: 0; }
.cta__band { right: 0; bottom: 0; width: 260px; height: 200px; background: linear-gradient(135deg, transparent 55%, rgba(66, 172, 76, .14) 55%, rgba(66, 172, 76, .14) 72%, transparent 72%); z-index: 0; }
/* Mobile stacks copy over art; the art sits flush on the footer (no bottom
   gap). Desktop bottom-aligns the art in its column instead (see below). */
.cta__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 8px; padding-top: 44px; padding-bottom: 0; align-items: center; }
.cta__title { font-size: 30px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.08; color: #fff; margin: 0; }
.cta__actions { display: flex; gap: 12px; margin: 24px 0 18px; flex-wrap: wrap; }
.cta__trust { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.45; }
.cta__trust .material-symbols-rounded { font-size: 18px; color: var(--green-300); margin-top: 1px; }
.cta__art { order: 2; }
.cta__art img { display: block; width: 100%; max-width: 380px; height: auto; margin: 8px auto 0; }

/* ---- CTA figure grounding ----------------------------------- */
/* Copy and figure sit above the section/figure decorations. */
.cta__copy, .cta__art { position: relative; z-index: 1; }
.cta__art img { position: relative; z-index: 1; }
.cta__art-circle { left: 50%; bottom: 0; transform: translateX(-52%); width: 128%; aspect-ratio: 1; border-radius: 50%; background: rgba(255, 255, 255, .05); z-index: 0; }
.cta__art-tri { left: 3%; top: 16%; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 20px solid var(--green-400); opacity: .85; z-index: 0; }
.cta__art-dots { left: 8%; bottom: 34%; width: 60px; height: 44px; background-image: radial-gradient(var(--green-400) 2px, transparent 2.1px); background-size: 20px 20px; opacity: .4; z-index: 0; }

/* ---- Mobile calculator tweaks ------------------------------- */
@media (max-width: 1023px) {
  /* The sliders are the primary control on mobile; drop the quick-jump chips. */
  .calc__chips { display: none; }
}

/* ---- Desktop (reproduces the export's ≥1024px layout) ------- */
@media (min-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 40px; min-height: 520px; padding-top: 52px; }
  .hero__title { font-size: 52px; letter-spacing: -0.03em; line-height: 1.03; margin: 16px 0 0; }
  .hero__lede { font-size: 16.5px; max-width: 430px; margin: 20px 0 0; }
  .hero__trust { margin-top: 26px; }
  .hero__art { justify-self: end; align-self: end; }
  .hero__art img { width: 600px; max-width: none; margin: 0 0 -130px; }

  .calc { padding: 26px 30px 22px; }
  /* Tracking, billing and currency share the narrow left column; the two
     credit rows take the width that leaves. */
  .calc__controls { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.6fr); gap: 30px; align-items: start; }
  .calc__note { margin-top: 20px; }

  .plans { grid-template-columns: repeat(3, 1fr); margin-top: 26px; }

  .compare__grid { grid-template-columns: 0.72fr 1.28fr; gap: 48px; padding-top: 60px; padding-bottom: 24px; }
  .compare__title { font-size: 34px; }
  .compare__lede { max-width: 340px; margin-top: 20px; }
  .compare__art { max-width: 250px; margin-top: 28px; }
  .ctable { font-size: 13.5px; }
  .ctable th, .ctable td { padding-left: 20px; }

  .notes__grid { grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 44px; padding-bottom: 56px; }

  .cta__grid { grid-template-columns: 1fr 1fr; gap: 48px; min-height: 300px; padding-top: 0; padding-bottom: 0; }
  .cta__copy { padding: 56px 0; justify-self: end; max-width: 500px; }
  .cta__title { font-size: 44px; line-height: 1.06; }
  .cta__actions { margin: 28px 0 20px; }
  .cta__art { align-self: end; }
  .cta__art img { max-width: 470px; margin: 0; }

  /* Background geometry — the export's exact desktop coordinates. */
  .hero__art-circle { display: none; }
  .hero__circle { right: -120px; top: 20px; width: 680px; height: 680px; opacity: .7; }
  .hero__band { right: 60px; bottom: -40px; width: 760px; height: 360px; opacity: .65; }
  .hero__blob { left: -70px; bottom: -80px; width: 280px; height: 280px; opacity: .7; }
  .hero__dots { right: 150px; top: 60px; bottom: auto; width: 120px; height: 150px; opacity: .5; }
  .hero__tri-a { left: 360px; top: 34px; bottom: auto; border-left-width: 34px; border-right-width: 34px; border-bottom-width: 58px; }
  .hero__tri-b { right: 16px; top: 250px; bottom: auto; border-top-width: 30px; border-bottom-width: 30px; border-left-width: 52px; }

  .compare__circle { width: 150%; }
  .compare__tri-a { border-left-width: 32px; border-right-width: 32px; border-bottom-width: 54px; }
  .compare__tri-b { border-top-width: 27px; border-bottom-width: 27px; border-left-width: 46px; }
  .compare__dots { width: 78px; height: 100px; }

  .cta__circle { left: -90px; top: 20px; width: 340px; height: 340px; }
  .cta__dots-a { left: 56px; bottom: 56px; width: 90px; height: 64px; }
  .cta__dots-b { right: 56px; top: 36px; width: 110px; height: 66px; opacity: .55; }
  .cta__tri-a { left: 34px; top: 40px; border-top-width: 13px; border-bottom-width: 13px; border-left-width: 22px; }
  .cta__tri-b { right: 64px; top: 150px; border-top-width: 15px; border-bottom-width: 15px; border-right-width: 26px; }
  .cta__tri-c { right: 78px; bottom: 44px; border-left-width: 17px; border-right-width: 17px; border-top-width: 28px; }
  .cta__band { width: 420px; height: 300px; }
  .cta__art-circle { left: 50%; bottom: 0; width: 440px; height: 440px; aspect-ratio: auto; }
  .cta__art-tri { left: 6px; top: 70px; border-left-width: 15px; border-right-width: 15px; border-bottom-width: 26px; }
  .cta__art-dots { left: 40px; bottom: 120px; width: 80px; height: 56px; }
}
