/* ============================================================
   FLOWSPARK PREMIUM LAYER
   Loaded after all Webflow stylesheets on every page.
   System: near-monochrome ink + one electric indigo accent,
   Suisse-style grotesque (Instrument Sans) with mono micro-labels
   (Geist Mono), hairline rules instead of shadows, tight radii.
   ============================================================ */

:root {
  --p-ink: #0e0e12;
  --p-ink-2: #17171c;
  --p-ink-hover: #26262e;
  --p-body: #565660;
  --p-faint: #8b8b95;
  --p-bg: #fcfcfd;
  --p-panel: #f4f5f7;
  --p-line: rgba(14, 14, 18, 0.10);
  --p-line-strong: rgba(14, 14, 18, 0.16);
  --p-accent: #4b5df5;
  --p-accent-deep: #3a4be0;
  --p-accent-soft: #a5b0ff;
  --p-line-on-dark: rgba(255, 255, 255, 0.14);
  --p-body-on-dark: rgba(255, 255, 255, 0.66);
  --p-sans: "Instrument Sans", Inter, Arial, sans-serif;
  --p-mono: "Geist Mono", "SF Mono", Menlo, monospace;

  /* legacy Webflow tokens, re-pinned for pages that load the minified CMS
     sheets (blog/, case-study/) instead of the remapped main stylesheet;
     values mirror the remap inside flowspark-new-…webflow.css */
  --purple: #4b5df5;
  --dark-purple: #3a4be0;
  --primary--100: #4b5df5;
  --yellow-background: #edeffc;
  --button-hover-primary: #3a4be0;
  --button-hover-white: #ececf0;
  --grey: #f4f5f7;
  --light-grey: #f1f2f4;
  --neutral-darkest: #0b0b0f;
  --secondary-black: #17171c;
}

/* ------------------------------------------------------------
   1. TYPOGRAPHY — family swap (icon fonts untouched)
   ------------------------------------------------------------ */
body,
h2,
.heading-style-h1,
.heading-style-h2,
.heading-style-h3,
.heading-style-h3-4,
.legal-rte, .legal-rte h1, .legal-rte h3, .legal-rte h5,
.legal-rte-copy, .legal-rte-copy h1, .legal-rte-copy h3, .legal-rte-copy h5,
.fn-legal-rte, .fn-legal-rte h1, .fn-legal-rte h3,
.forge-body,
.forge-button,
.setup-content-headline,
.setup-content-button,
.price-text,
.price-text-regular,
.drop_down-text,
.fn-header-tag,
.membership-card-text,
._404-subheader,
.legal-nav,
.footer-forge-legal,
.cursor-pill,
.button-links,
.animation-item-details,
.comp-info-block.fn-comp-info-block,
.info-icon-text.fn-info-icon-text {
  font-family: var(--p-sans);
}

body {
  background-color: var(--p-bg);
  color: var(--p-ink);
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* display scale: larger and lighter than the old bold-Inter look */
  --_heading-styles---h1-57-6px: clamp(3.1rem, 5.4vw, 4.75rem);
  --_heading-styles---h2-48px: clamp(2.35rem, 3.6vw, 3.3rem);
  --_heading-styles---h3-32px: clamp(1.9rem, 2.6vw, 2.35rem);
  --_heading-styles---h4-28px: clamp(1.45rem, 1.9vw, 1.7rem);
  --_heading-styles---h5-21-6px: clamp(1.25rem, 1.5vw, 1.35rem);
  --_heading-styles---h6-20px: clamp(1.1rem, 1.35vw, 1.2rem);
}

h1, h2, h3, h4, h5, h6,
.heading-style-h1, .heading-style-h2, .heading-style-h3,
.heading-style-h4, .heading-style-h5, .heading-style-h6 {
  font-weight: 550;
}

h1, .heading-style-h1 {
  letter-spacing: -0.035em;
  line-height: 1.04;
}

/* hero statements: the homepage h1 is classed as h2 — give heroes true display scale */
.hero-headers h1,
.section_hero h1 {
  font-size: clamp(2.9rem, 5.2vw, 4.5rem);
  letter-spacing: -0.034em;
  line-height: 1.05;
}

h2, .heading-style-h2 {
  letter-spacing: -0.028em;
  line-height: 1.1;
  font-weight: 550;
}

h3, .heading-style-h3, .heading-style-h3-4 {
  letter-spacing: -0.022em;
  line-height: 1.16;
}

h4, .heading-style-h4,
h5, .heading-style-h5 {
  letter-spacing: -0.015em;
}

p {
  letter-spacing: -0.006em;
}

/* Secondary text settles into a quiet cool grey */
.text-size-medium,
.text-size-regular,
.text-size-large,
.text-size-small {
  color: var(--p-body);
}

/* but never inside dark sections */
p.text-color-white,
.text-size-medium.text-color-white {
  color: var(--p-body-on-dark);
}

h1.text-color-white, h2.text-color-white, h3.text-color-white,
h4.text-color-white, h5.text-color-white,
.text-color-white:is(h1, h2, h3, h4, h5, h6),
.text-color-white:is(.heading-style-h1, .heading-style-h2, .heading-style-h3,
  .heading-style-h4, .heading-style-h5, .heading-style-h6) {
  color: #fff;
}

/* ------------------------------------------------------------
   1b. LAYOUT LANGUAGE — mono eyebrows, editorial hero, rhythm
   ------------------------------------------------------------ */
.p-eyebrow {
  font-family: var(--p-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--p-faint);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  margin-bottom: 1.25rem;
}

.p-eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--p-line);
}

.p-eyebrow.is-on-dark {
  color: rgba(255, 255, 255, 0.48);
}

.p-eyebrow.is-on-dark::after {
  background: var(--p-line-on-dark);
}

/* editorial hero: left-set display statement over a baseline row */
.hero-headers.p-hero {
  max-width: none;
  align-items: flex-start;
  text-align: left;
}

.p-hero h1 {
  max-width: 62rem;
}

.p-hero .p-eyebrow {
  margin-bottom: 0.5rem;
}

.p-hero-base {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.5rem;
  border-top: 1px solid var(--p-line);
  margin-top: 2.4rem;
  padding-top: 2.1rem;
}

.p-hero-base p {
  max-width: 33rem;
  margin-bottom: 0;
}

.p-hero .hero-button-wrapper {
  width: auto;
  margin-top: 0;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .p-hero-base {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.75rem;
  }

  .p-hero .hero-button-wrapper {
    justify-content: flex-start;
  }
}

/* roomier vertical rhythm across sections */
.padding-section-medium {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.padding-section-large {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.section_hero .padding-section-medium {
  padding-top: 7.25rem;
  padding-bottom: 4rem;
}

.section_logos .padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}

/* works header joins the left-set editorial system */
.works-heading {
  text-align: left;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}

/* problem: numbered editorial grid on the dark band — no card chrome,
   hairline rules and mono indices carry the structure */
.problem-main-wrapper {
  border-radius: 0;
  padding: 6.5rem 0;
  grid-row-gap: 4.5rem;
}

.problem-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 0;
  counter-reset: problem;
}

.problem-cards {
  counter-increment: problem;
  position: static;
  top: auto;
  background-color: transparent;
  border: 0;
  border-top: 1px solid var(--p-line-on-dark);
  border-radius: 0;
  padding: 2.4rem 0 3rem;
  grid-row-gap: 1.1rem;
}

.problem-image-hold {
  display: none;
}

.problem-content-block {
  grid-row-gap: 0.9rem;
}

.problem-content-block::before {
  content: "0" counter(problem);
  font-family: var(--p-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--p-accent-soft);
  margin-bottom: 0.4rem;
}

.problem-content-block p.text-size-medium {
  max-width: 30rem;
}

@media (max-width: 767px) {
  .problem-stack {
    grid-template-columns: 1fr;
  }

  .problem-cards {
    padding: 2rem 0 2.25rem;
    text-align: left;
    align-items: stretch;
  }

  .problem-main-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 4.5rem 0;
  }
}

/* advantage step pills become mono chips */
.advatage_card-step {
  border-radius: 8px;
  border-color: var(--p-line-strong);
  padding: 0.55rem 1rem;
}

.advatage_card-step .heading-style-h6 {
  font-family: var(--p-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.advatage_card-content h3 {
  color: var(--p-ink);
}

/* testimonials: two editorial pull-quote columns fill the measure */
.testimonial-headers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.testimonial-list {
  column-count: 2;
  column-gap: 5rem;
  max-width: none;
}

.testimonial-item {
  display: flex;
  flex-flow: column-reverse; /* quote leads, attribution follows */
  gap: 1.6rem;
  grid-row-gap: 1.6rem;
  background-color: transparent;
  border-radius: 0;
  border-top: 1px solid var(--p-line);
  margin: 0;
  padding: 2.25rem 0 2.75rem;
  width: 100%;
  break-inside: avoid;
}

.testimonial-item .testimonial-text {
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.32;
  color: var(--p-ink);
}

@media (max-width: 991px) {
  .testimonial-list {
    column-count: 1;
  }
}

.testimonial-item_bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonial-item_bottom .text-size-regular {
  color: var(--p-body);
  max-width: 46rem;
}

.testimonial-item_headshot {
  width: 2.75rem;
  height: 2.75rem;
  filter: grayscale(1);
}

.testimonial-item_details .text-size-regular {
  font-family: var(--p-mono);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--p-ink);
}

.testimonial-item_details .text-size-tiny {
  font-family: var(--p-mono);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--p-faint);
}

.testimonial-main_cta {
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  align-self: center;
  grid-column-gap: 2.25rem;
  grid-row-gap: 1.25rem;
}

.testimonial_cta-link {
  transition: opacity 0.18s ease;
}

.testimonial_cta-link:hover {
  opacity: 0.72;
}

/* the read-more fade blends into the page tint, not pure white */
.section_testimonial .testimonial-box::before {
  background-image: linear-gradient(180deg, rgba(252, 252, 253, 0), var(--p-bg));
}

/* trusted-by strip: mono label left, hairline, proof stat right */
.p-logos-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
}

.p-logos-row .p-eyebrow {
  margin-bottom: 0;
  flex: 1;
}

.p-logos-stat {
  font-family: var(--p-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--p-faint);
  white-space: nowrap;
}

.logos-main-wrapper {
  align-items: stretch;
}

/* logo marquee recedes: greyscale marks under a mono microlabel */
.marquee-logo {
  filter: grayscale(1);
  opacity: 0.5;
}

.logos-main-wrapper .text-size-large {
  font-family: var(--p-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--p-faint);
}

/* footer links: quiet at rest, white on hover (the body-grey remap is
   illegible on the ink band) */
.footer-link .text-size-medium,
.footer-link .text-size-regular {
  color: var(--p-body-on-dark);
  transition: color 0.18s ease;
}

.footer-link:hover .text-size-medium,
.footer-link:hover .text-size-regular {
  color: #fff;
}

.social-link {
  transition: opacity 0.18s ease;
}

.social-link:hover {
  opacity: 0.7;
}

/* footer close: give the final statement true display scale */
.footer-top_right .heading-style-h3 {
  font-size: var(--_heading-styles---h2-48px);
  letter-spacing: -0.028em;
  line-height: 1.08;
}

/* left-set editorial section headers (works keeps its asymmetric spot) */
.problem-headers,
.pricing-headers,
.guarantee-headers,
.started_header {
  text-align: left;
  align-items: flex-start;
}

/* key the problem header to the card column instead of a centered well */
.problem-headers {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.problem-headers .heading-lim {
  margin-left: 0;
  margin-right: 0;
}

/* pricing header joins the left rail; measure caps stay on the copy */
.pricing-headers,
.pricing-headers.hero-section-6 {
  max-width: none;
  width: 100%;
}

.pricing-headers h1,
.pricing-headers h2 {
  max-width: 46rem;
}

.pricing-headers p {
  max-width: 33rem;
}

/* plan cards fill the same measure as the header above them */
.plans_containerv2 {
  max-width: none;
  width: 100%;
}

.testimonial-main-wrapper {
  align-items: flex-start;
  grid-row-gap: 3rem;
}

/* how it works: three numbered steps across the full measure,
   replacing the narrow sticky-card pile */
.started_main-wrapper {
  align-items: flex-start;
  grid-row-gap: 3.5rem;
}

.started_header {
  max-width: none;
}

.started_cards-list {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  counter-reset: step;
}

.started-card {
  counter-increment: step;
  position: static;
  top: auto;
  display: flex;
  flex-direction: column;
  grid-row-gap: 1.5rem;
  background-color: transparent;
  border-bottom: 0;
  padding-bottom: 0;
}

.started-card_img {
  border: 1px solid var(--p-line);
  border-radius: 14px;
  background-color: var(--p-panel);
  overflow: hidden;
  aspect-ratio: 4 / 3.1;
  width: 100%;
}

.started-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.started-card_content {
  justify-content: flex-start;
  grid-row-gap: 0.6rem;
}

.started-card_content::before {
  content: "0" counter(step);
  font-family: var(--p-mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--p-faint);
}

.started-card_content h3 {
  font-size: clamp(1.2rem, 1.4vw, 1.35rem);
  max-width: 20rem;
}

@media (max-width: 991px) {
  .started_cards-list {
    grid-template-columns: 1fr;
    max-width: 30rem;
  }

  .started-card_content {
    align-items: flex-start;
    text-align: left;
  }
}

/* baked-in yellow UI in the step mockups maps to indigo; neutrals unaffected */
.started-card_img img {
  filter: hue-rotate(195deg) saturate(0.85);
}

/* gold 3D feature icons on the service pages shift into the indigo family */
.section_why .why-cards-list img,
.why-card_img img {
  filter: hue-rotate(195deg) saturate(0.72) brightness(1.04);
}

/* service-page testimonial slider header joins the left rail */
.n-testimonial_header {
  align-items: flex-start;
}

/* blog + case-studies section headers join the left rail */
.blog-hero-main-wrapper,
.case-study_header,
.case-study-main-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.blog-hero-main-wrapper h1,
.case-study_header h1 {
  max-width: 46rem;
  margin-left: 0;
  margin-right: 0;
}

/* ------------------------------------------------------------
   2. BUTTONS — compact ink primary / hairline ghost secondary
   ------------------------------------------------------------ */
.button,
.n-button,
.forge-button {
  background-color: var(--p-ink);
  border: 1px solid var(--p-ink);
  color: #fff;
  border-radius: 10px;
  padding: 0.72rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  text-transform: none;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease, transform 0.2s ease;
}

.button:hover,
.n-button:hover,
.forge-button:hover {
  background-color: var(--p-ink-hover);
  border-color: var(--p-ink-hover);
  color: #fff;
  transform: translateY(-1px);
}

/* white / secondary variants become quiet ghost buttons */
.button.is-alternate,
.button[data-wf--button-component--variant="white"],
.button.w-variant-b6d46f08-fcf8-a182-08e2-632dc6312700,
.n-button.w-variant-b6d46f08-fcf8-a182-08e2-632dc6312700,
.forge-button.w-variant-b6d46f08-fcf8-a182-08e2-632dc6312700 {
  background-color: transparent;
  border-color: var(--p-line-strong);
  color: var(--p-ink);
}

.button.is-alternate:hover,
.button[data-wf--button-component--variant="white"]:hover,
.button.w-variant-b6d46f08-fcf8-a182-08e2-632dc6312700:hover,
.n-button.w-variant-b6d46f08-fcf8-a182-08e2-632dc6312700:hover,
.forge-button.w-variant-b6d46f08-fcf8-a182-08e2-632dc6312700:hover {
  background-color: transparent;
  border-color: var(--p-ink);
  color: var(--p-ink);
}

/* primary buttons invert on dark bands so they separate from the bg */
.section_problem .button:not(.is-secondary):not(.is-link),
.section_works .button:not(.is-secondary):not(.is-link),
.footer-main-wrapper .button:not(.is-secondary):not(.is-link) {
  background-color: #fff;
  border-color: #fff;
  color: var(--p-ink);
}

.section_problem .button:not(.is-secondary):not(.is-link):hover,
.section_works .button:not(.is-secondary):not(.is-link):hover,
.footer-main-wrapper .button:not(.is-secondary):not(.is-link):hover {
  background-color: #e8e8ee;
  border-color: #e8e8ee;
  color: var(--p-ink);
}

/* ghost buttons sitting on dark sections */
.background-color-black .button.is-alternate,
.background-color-black .button[data-wf--button-component--variant="white"],
[class*="background-color-black"] .button.w-variant-b6d46f08-fcf8-a182-08e2-632dc6312700 {
  background-color: #fff;
  border-color: #fff;
  color: var(--p-ink);
}

/* primary buttons on any black band invert (service pages use .n-button) */
.background-color-black .n-button,
.background-color-black .button:not(.is-secondary):not(.is-link) {
  background-color: #fff;
  border-color: #fff;
  color: var(--p-ink);
}

.background-color-black .n-button:hover,
.background-color-black .button:not(.is-secondary):not(.is-link):hover {
  background-color: #e8e8ee;
  border-color: #e8e8ee;
  color: var(--p-ink);
}

/* buttons on the dark plan cards invert so they read against the ink */
.button.w-variant-9ff71e5d-5895-7e59-94c5-a8ca9e04c9e2 {
  background-color: #fff;
  border-color: #fff;
  color: var(--p-ink);
}

.button.w-variant-9ff71e5d-5895-7e59-94c5-a8ca9e04c9e2:hover {
  background-color: #e8e8ee;
  border-color: #e8e8ee;
  color: var(--p-ink);
}

.button.is-secondary {
  background-color: transparent;
  border-color: transparent;
  color: var(--p-ink);
}

.button.is-link {
  background-color: transparent;
  border-color: transparent;
  color: var(--p-ink);
  padding: 0.25rem 0;
}

.button.is-small {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 9px;
}

/* button arrows: baked-in dark fills vanish on ink buttons — track the
   button's text color instead so inverted (white) buttons stay correct */
.button .nav-btn-icon svg path,
.n-button .nav-btn-icon svg path,
.forge-button .nav-btn-icon svg path,
.integration-tab svg path {
  fill: currentColor;
}

/* ------------------------------------------------------------
   2b. BRAND MARK — gold gradient bolt becomes the indigo spark;
       black wordmark path is untouched
   ------------------------------------------------------------ */
.logo-graphic svg path[fill^="url"] {
  fill: var(--p-accent);
}

/* ------------------------------------------------------------
   3. NAV — frosted hairline bar
   ------------------------------------------------------------ */
.nav-bar {
  background-color: rgba(252, 252, 253, 0.82);
  -webkit-backdrop-filter: blur(14px) saturate(1.6);
  backdrop-filter: blur(14px) saturate(1.6);
  border-bottom: 1px solid var(--p-line);
  box-shadow: none;
}

/* links and dropdown toggles share one voice: ink at rest, accent on hover */
.nav-bar_link {
  font-size: 0.9375rem;
  font-weight: 450;
  color: var(--p-ink);
}

.nav-bar_link:hover {
  color: var(--p-accent);
}

.w-dropdown-toggle {
  color: var(--p-ink);
  transition: color 0.2s ease;
}

.w-dropdown-toggle:hover,
.w-dropdown-toggle.w--open {
  color: var(--p-accent);
}

.w-dropdown-toggle .text-size-regular {
  color: inherit;
  font-size: 0.9375rem;
  font-weight: 450;
}

/* dropdown sheets separate from the page with a hairline + soft depth */
.nav-dropdown_main-wrapper,
.n-nav-dropdown_main-wrapper {
  border: 1px solid var(--p-line);
  box-shadow: 0 24px 60px rgba(14, 14, 18, 0.10);
}

/* services dropdown: icon tiles calm down, hovers drop the legacy yellow */
.n-nav-bar-icon-wrap {
  background-color: var(--p-panel);
  border-radius: 10px;
}

.n-nav-bar-icon-wrap img {
  filter: hue-rotate(195deg) saturate(0.72) brightness(1.04);
}

.nav-bar .n-nav-bar_link:hover {
  background-color: var(--p-panel);
}

.nav-bar .n-nav-bar_link:hover .n-nav-bar-icon-wrap {
  background-color: #fff;
}

.nav-bar-icon-wrap {
  background-color: var(--p-panel);
  border-radius: 10px;
}

.nav-bar .nav-bar_link-large:hover {
  background-color: var(--p-panel);
}

.nav-bar .nav-bar_link-large:hover .nav-bar-icon-wrap {
  background-color: #fff;
}

/* nav promo card: ink + indigo veil replaces the legacy rainbow raster */
.hero-cta {
  border-radius: 14px;
}

.hero-cta_background {
  background:
    radial-gradient(120% 100% at 85% -10%, rgba(75, 93, 245, 0.55), transparent 62%),
    radial-gradient(90% 80% at 8% 112%, rgba(75, 93, 245, 0.38), transparent 58%),
    var(--p-ink);
}

.hero-cta_background img {
  display: none;
}

.status-icon {
  background-color: var(--p-accent-soft);
}

/* free-audit hero panel: same ink + indigo veil, rainbow raster retired */
.audit_background {
  background:
    radial-gradient(120% 100% at 85% -10%, rgba(75, 93, 245, 0.55), transparent 62%),
    radial-gradient(90% 80% at 8% 112%, rgba(75, 93, 245, 0.38), transparent 58%),
    var(--p-ink);
}

.audit_background img {
  display: none;
}

.hero-cta .button {
  background-color: #fff;
  border-color: #fff;
  color: var(--p-ink);
}

.hero-cta .button:hover {
  background-color: #e8e8ee;
  border-color: #e8e8ee;
  color: var(--p-ink);
}

/* ------------------------------------------------------------
   4. SURFACES — hairlines over shadows, tighter radii
   ------------------------------------------------------------ */
.advantage_card,
.works-card,
.pricing_card,
.guarantee-card,
.testimonial-card,
.steps-card,
.webflow-card,
.explain-card {
  border-radius: 14px;
  box-shadow: none;
}

/* FAQ rows: straight hairline dividers, ink questions */
.faq-accordion {
  border-radius: 0;
  box-shadow: none;
  border-bottom-color: var(--p-line);
}

.faq-accordion .text-size-large {
  color: var(--p-ink);
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* indigo chips need light text now that primary is no longer yellow */
.pricing_popular-tag,
.v-template_header-tag.is-premium,
.comp-tag,
.explain-card_number,
.integration-tab.is-active,
.tab.w--current,
.cs-info_card_arrow {
  color: #fff;
}

/* section tag chips: quiet hairline pills, ink on light / white on dark */
.vault-section-tag,
.vault-section-tag[class*="w-variant"] {
  background-color: transparent;
  border: 1px solid var(--p-line-strong);
}

.vault-section-tag_text,
.vault-section-tag_text[class*="w-variant"] {
  background-color: transparent;
  color: var(--p-body);
}

.background-color-black .vault-section-tag,
[class*="background-color-black"] .vault-section-tag {
  background-color: transparent;
  border-color: var(--p-line-on-dark);
}

.background-color-black .vault-section-tag_text,
[class*="background-color-black"] .vault-section-tag_text {
  color: rgba(255, 255, 255, 0.72);
}

.pricing_popular-tag,
.works-tag,
.comp-tag,
.vault-section-tag_text,
.v-template_header-tag {
  font-family: var(--p-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 6px;
}

.works-tag {
  background-color: transparent;
  border: 1px solid var(--p-line-strong);
  color: var(--p-body);
}

/* ------------------------------------------------------------
   5. LINKS, SELECTION, FOCUS — accent micro-moments
   ------------------------------------------------------------ */
.text-rich-text a {
  color: var(--p-accent);
  text-decoration: none;
  border-bottom: 1px solid var(--p-accent-soft);
}

::selection {
  background: var(--p-accent);
  color: #fff;
}

*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
  outline: 2px solid var(--p-accent);
  outline-offset: 2px;
}

/* ------------------------------------------------------------
   6. FORMS
   ------------------------------------------------------------ */
input.w-input,
textarea.w-input,
select.w-select {
  border-radius: 10px;
  border-color: var(--p-line-strong);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input.w-input:focus,
textarea.w-input:focus,
select.w-select:focus {
  border-color: var(--p-accent);
  box-shadow: 0 0 0 3px rgba(75, 93, 245, 0.15);
}
