/* Generic */
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects */


/* =========================================================
   Layout (HubSpot boilerplate grid + Prove AI tokens)
   - Keeps HubSpot's row-fluid/span grid behavior intact
   - Single source of truth for container + spacing + colors
   - Dark-mode-ready tokens
   ========================================================= */

/* ---------------------------------------------------------
   Global tokens (single source of truth)
   --------------------------------------------------------- */

:root {
  /* HubSpot grid vars (keep) */
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;

  /* =======================================================
     Prove AI Layout Tokens (Alisa)
     ======================================================= */
  --container-max: 1280px;
  --container-pad: 32px;
  --container-pad-2: 16px;
  --radius-lg: 20px;
  --radius-md: 15px;

  /* Spacing rhythm (Figma-derived) */
  --space-hero-top: 44px;
  --space-block: 56px;
  --space-block-lg: 74px;

  /* =======================================================
     Prove AI Color Tokens (Light default)
     NOTE: base.html can override these via theme settings
     ======================================================= */
  --c-bg: #ffffff;
  --c-surface: #ffffff;
  --c-headline: #111111;
  --c-body: #000000;
  --c-border: #e5e7eb;
  --c-link: #000000;
  --c-accent: #111111;

  /* =======================================================
     Aliases (so older modules keep working)
     ======================================================= */
  --proveai-container: var(--container-max);
  --proveai-side-pad: var(--container-pad);
  --proveai-radius: var(--radius-lg);
  --proveai-stack-gap: var(--space-block-lg);

  /* Optional: safe focus ring token */
  --focus-ring: 0 0 0 3px rgba(17, 17, 17, 0.18);
}


/* Optional manual override (future-proof) */
html.theme-dark {
  --c-bg: #0b0f12;
  --c-surface: #0f151a;
  --c-headline: #f3f4f6;
  --c-body: #b6c0c9;
  --c-border: rgba(255, 255, 255, 0.14);
  --c-link: #f3f4f6;
    --focus-ring: 0 0 0 3px rgba(243, 244, 246, 0.18);
}


/* ---------------------------------------------------------
   Container utility (aligns header + modules to Figma)
   Use .proveai-container everywhere for consistency
   --------------------------------------------------------- */


.proveai-container-800 {
    max-width: 800px;
    margin: 0 auto;
}


/* ---------------------------------------------------------
   HubSpot grid (boilerplate)
   --------------------------------------------------------- */

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(
        var(--column-width-multiplier) * 1% * 1
        - var(--column-gap) * (11 * var(--column-width-multiplier) / 100)
      );
    }
  
    .row-fluid .span2 {
      width: calc(
        var(--column-width-multiplier) * 1% * 2
        - var(--column-gap) * (10 * var(--column-width-multiplier) / 100)
      );
    }
  
    .row-fluid .span3 {
      width: calc(
        var(--column-width-multiplier) * 1% * 3
        - var(--column-gap) * (9 * var(--column-width-multiplier) / 100)
      );
    }
  
    .row-fluid .span4 {
      width: calc(
        var(--column-width-multiplier) * 1% * 4
        - var(--column-gap) * (8 * var(--column-width-multiplier) / 100)
      );
    }
  
    .row-fluid .span5 {
      width: calc(
        var(--column-width-multiplier) * 1% * 5
        - var(--column-gap) * (7 * var(--column-width-multiplier) / 100)
      );
    }
  
    .row-fluid .span6 {
      width: calc(
        var(--column-width-multiplier) * 1% * 6
        - var(--column-gap) * (6 * var(--column-width-multiplier) / 100)
      );
    }
  
    .row-fluid .span7 {
      width: calc(
        var(--column-width-multiplier) * 1% * 7
        - var(--column-gap) * (5 * var(--column-width-multiplier) / 100)
      );
    }
  
    .row-fluid .span8 {
      width: calc(
        var(--column-width-multiplier) * 1% * 8
        - var(--column-gap) * (4 * var(--column-width-multiplier) / 100)
      );
    }
  
    .row-fluid .span9 {
      width: calc(
        var(--column-width-multiplier) * 1% * 9
        - var(--column-gap) * (3 * var(--column-width-multiplier) / 100)
      );
    }
  
    .row-fluid .span10 {
      width: calc(
        var(--column-width-multiplier) * 1% * 10
        - var(--column-gap) * (2 * var(--column-width-multiplier) / 100)
      );
    }
  
    .row-fluid .span11 {
      width: calc(
        var(--column-width-multiplier) * 1% * 11
        - var(--column-gap) * (1 * var(--column-width-multiplier) / 100)
      );
    }
  
}

/* allow sticky/fixed behavior; do NOT set container widths here */
.body-container-wrapper,
.dnd-area,
main,
.body-container,
.dnd-section {
  overflow: visible !important;
  max-width: none;
}

/* if you really need a container constraint, it belongs on rows only */
.dnd-section > .row-fluid,
.content-wrapper {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad-2);
  padding-right: var(--container-pad-2);
}
/* _containers-dnd.css (clean) */

/* Let theme-overrides.css own the container sizing/padding.
   Keep only harmless alignment defaults. */

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}

/* Elements */
/* =========================================================
   Typography (HubSpot boilerplate + Prove AI exact spacing)
   ========================================================= */

body {
  line-height: 1.4;
  overflow-wrap: break-word;

  font-family: var(--font-body);
  font-size: 16px;
  letter-spacing: -0.005em;
  color: var(--c-body);
  background: var(--c-bg);
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */
p {
  margin: 0 0 14px; /* tighter + matches PNG rhythm */
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: var(--c-body);
}

/* Anchors */
a {
  cursor: pointer;
  color: var(--c-link);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Headings: reset margins to match layout rhythm */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 18px;
  color: var(--c-headline);
    line-height: 1.1;
}

/* Figma Heading 1 */
h1 {
  font-family: var(--font-display);
  font-size: 60px;
    letter-spacing: -0.64px;
}

/* Figma Heading 2 */
h2 {
  font-family: var(--font-display);
  font-size: 40px;
  letter-spacing: -0.64px;
}

/* Figma Heading 3 */
h3 {
  font-family: var(--font-body);
  font-size: 18px;
  letter-spacing: -0.54px;
}

/* Lists */
ul, ol {
  margin: 0 0 14px;
  padding-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol { margin: 0; }

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid var(--c-border);
  margin: 0 0 14px;
  padding-left: 0.7rem;
  color: var(--c-body);
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid var(--c-border);
}

/* Image alt text */
img {
  font-size: 0.583rem;
  word-break: normal;
}
/* =========================================================
   Buttons (HubSpot boilerplate + Prove AI)
   - Works with button, .button, .hs-button
   - Uses Prove AI tokens (radius, fonts, colors)
   ========================================================= */

button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  /* Prove AI typography (matches Figma Link token) */
  font-family: var(--font-body, "Work Sans", sans-serif);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.025em;

  /* Layout */
  padding: 14px 28px;
  border-radius: var(--proveai-radius, 20px);
  border: 1px solid var(--c-border, #e5e7eb);

  /* Default style = primary button */
  background-color: var(--c-headline, #000);
  color: #ffffff;

  /* UX */
  transition: all 0.15s ease;
  white-space: normal;
  text-decoration: none;
}

/* Hover + focus states */
button:hover,
.button:hover,
.hs-button:hover,
button:focus,
.button:focus,
.hs-button:focus {
  background-color: transparent;
  color: var(--c-headline, #000);
  border-color: var(--c-headline, #000);
  outline: none;
}

/* Active state */
button:active,
.button:active,
.hs-button:active {
  transform: translateY(1px);
}

/* Disabled state */
button:disabled,
.button:disabled,
.hs-button:disabled,
button[disabled],
.button[disabled],
.hs-button[disabled] {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
  cursor: not-allowed;
  opacity: 0.8;
  transform: none;
}

/* Secondary / outline button (optional utility class) */
.button--secondary,
.hs-button.button--secondary {
  background-color: transparent;
  color: var(--c-headline, #000);
  border-color: var(--c-headline, #000);
}

.button--secondary:hover,
.hs-button.button--secondary:hover {
  background-color: var(--c-headline, #000);
  color: #ffffff;
}

/* Ghost / text button (optional utility class) */
.button--ghost,
.hs-button.button--ghost {
  background: none;
  border-color: transparent;
  padding: 0;
  color: var(--c-headline, #000);
}

.button--ghost:hover,
.hs-button.button--ghost:hover {
  text-decoration: underline;
}

/* HubSpot form submit buttons often use input[type=submit] */
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: var(--font-body, "Work Sans", sans-serif);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.025em;
  border-radius: var(--proveai-radius, 20px);
  padding: 14px 28px;
  border: 1px solid var(--c-border, #e5e7eb);
  background-color: var(--c-headline, #000);
  color: #ffffff;
  transition: all 0.15s ease;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: transparent;
  color: var(--c-headline, #000);
  border-color: var(--c-headline, #000);
}

/* No button (HubSpot boilerplate preserved) */
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */
.hs-form-field {
  margin-bottom: 1rem; /* tighter than 1.4rem */
}

/* Labels */
form label {
  display: block;
  font-family: var(--font-body, "Work Sans", sans-serif);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--c-headline, #000);
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text / legends */
form legend {
  font-family: var(--font-body, "Work Sans", sans-serif);
  font-size: 14px;
  line-height: 1.4;
  color: var(--c-body, #6f6f6f);
}

/* Inputs (text/select/textarea) */
form input[type="text"],
form input[type="search"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form select,
form textarea {
  display: block;
  width: 100%;

  font-family: var(--font-body, "Work Sans", sans-serif);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--c-headline, #000);

  background-color: var(--c-bg, #fff);
  border: 1px solid var(--c-border, #e5e7eb);
  border-radius: var(--proveai-radius, 20px);

  padding: 12px 14px;

  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

form textarea {
  resize: vertical;
  min-height: 140px;
}

form fieldset {
  max-width: 100% !important;
}

/* Placeholder */
form input::placeholder,
form textarea::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

/* Focus states */
form input[type="text"]:focus,
form input[type="search"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form select:focus,
form textarea:focus {
  border-color: var(--c-headline, #000);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.10);
}

/* Select styling improvements (safe defaults) */
form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--c-body, #6f6f6f) 50%),
    linear-gradient(135deg, var(--c-body, #6f6f6f) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.6rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  margin-right: 0.5rem;
  transform: translateY(1px);
}

/* Improve checkbox/radio label text */
form .inputs-list span {
  font-family: var(--font-body, "Work Sans", sans-serif);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--c-body, #6f6f6f);
}

/* Inputs - date picker (keep HubSpot behavior, make it match radius) */
.hs-dateinput {
  position: relative;
}

/* Calendar icon */
.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Date picker styles (minimal safe overrides) */
.fn-date-picker .pika-table thead th {
  color: #fff;
}

/* Keep the selected state simple */
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #fff;
}

/* Inputs - file picker */
form input[type="file"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text inside forms (HubSpot rich text blocks) */
form .hs-richtext,
form .hs-richtext p {
  font-family: var(--font-body, "Work Sans", sans-serif);
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 1rem;
  color: var(--c-body, #6f6f6f);
}

form .hs-richtext img {
  max-width: 100% !important;
  border-radius: var(--proveai-radius, 20px);
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
  color: #ef6b51;
}

.hs-input.invalid.error,
.hs-input.error {
  border-color: #ef6b51 !important;
  box-shadow: 0 0 0 3px rgba(239, 107, 81, 0.18);
}

.hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
  font-family: var(--font-body, "Work Sans", sans-serif);
  font-size: 13px;
  line-height: 1.4;
}

/* Submit button
   Let buttons.css control .hs-button globally.
   This block just ensures submit inputs behave like buttons.
*/
form input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--proveai-radius, 20px);
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
    border-radius: var(--proveai-radius, 20px);
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px 14px;
    border-radius: var(--proveai-radius, 20px);
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494a52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

  .body-container-wrapper .hs-search-field__suggestions li a:hover {
    background-color: rgba(0,0,0,0.04);
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components */
/* =========================
   PROVE AI HEADER (FINAL - FIXED)
   Works even when sticky is blocked by HubSpot wrappers
========================= */

/* Header is fixed to viewport (reliable) */
.proveai-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  z-index: 999999;
  background: var(--c-bg);
  border-bottom: 0px solid rgba(0,0,0,0.06);
}

/* Inner layout */
.proveai-header__inner {
  max-width: var(--container-max);
  margin: 0 auto;

  /* keep header compact; don’t bake section spacing into header */
  padding: 34px var(--container-pad);
  display: grid;
  grid-template-columns: auto 1fr auto; /* logo | nav | toggle */
  align-items: center;
}

/* Logo */
.proveai-header__logo {
  grid-column: 1;
  justify-self: start;
  height: 21px;
}
.proveai-header__logo img {
  height: 100%;
  width: auto;
}

/* Desktop nav */
.proveai-header__nav {
  grid-column: 2;
  justify-self: center;
}
.proveai-header__nav ul {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.proveai-header__nav a {
  font-size: 14px;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.proveai-header__nav a:hover {
  color: #052d5f;
}

/* Mobile toggle */
.proveai-header__toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  border: none;
  background: transparent;
      background-color: transparent !important;
      border-color: transparent;
          border: 0px solid transparent !important;
  cursor: pointer;
  padding: 0;
}
.proveai-header__toggle span {
  width: 22px;
  height: 2px;
  background: #111;
  display: block;
}

/* Mobile nav (drops down from fixed header) */
.proveai-header__mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;

  background: var(--c-bg);
  border-top: 0px solid var(--c-border);
  display: none;
  z-index: 999999;
}

.proveai-header.is-open .proveai-header__mobile {
  display: block;
  padding: 0 var(--container-pad);
}

.proveai-header__mobile ul {
  list-style: none;
  margin: 0;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.proveai-header__mobile a {
  font-size: 16px;
  color: var(--c-headline);
  text-decoration: none;
}

/* Responsive */
@media (max-width: 900px) {
  .proveai-header__nav { display: none; }

  .proveai-header__toggle {
    display: flex;
    grid-column: 3;
    justify-self: end;
    margin-right: 20px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1000000;
  }

  .proveai-header__inner {
    padding: 20px var(--container-pad);
            max-width: 360px;
  }

  .proveai-header__logo {
    height: 16px;
  }
  .proveai-header__logo img {
    width: 80px !important;
    height: auto;
  }
}
/* =========================
   PROVE AI FOOTER
========================= */

.proveai-footer {
  border-top: 0px solid var(--c-border, #e5e7eb);
  background: #fff;
  padding: 48px 0;
}

.proveai-footer__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0px var(--container-pad) 0px; 
display: flex;
      justify-content: space-between;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.proveai-footer__nav {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 30px var(--container-pad); 
}

/* Brand */

.proveai-footer__logo img {
  height: 28px;
  width: auto;
}

.proveai-footer__copyright {
  font-size: 12px;
  color: #6b7280;
}

/* Nav */

.proveai-footer__nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.proveai-footer__nav a {
  font-size: 14px;
      font-weight: 500;
}

.proveai-footer__nav a:hover {
  opacity: 0.6;
}

/* Legal */

.proveai-footer__legal {
  text-align: right;
  font-size: 12px;
  color: #6b7280;
}

/* Mobile */

@media (max-width: 900px) {
  .proveai-footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0px 1rem 0px;
        flex-wrap: wrap;
  }

  .proveai-footer__nav {
    padding: 30px 1rem;
  }
  
  .proveai-footer__nav ul {
    justify-content: center;
  }

  .proveai-footer__legal {
    text-align: center;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
            max-width: 280px;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


/* 1) Theme tokens + font loading (Figma-derived, colors, radius, spacing) */
/* =========================================================
   Prove AI Tokens (Fonts + Utilities only)
   - Do NOT define colors or container sizing here
   - Those live in _layout.css (single source of truth)
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Work+Sans:wght@400;500;600;700&display=swap");

:root {
  /* Typography */
  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Work Sans", sans-serif;

  /* Stack spacing (aliases to layout rhythm tokens if present) */
  --proveai-stack-gap: var(--space-block-lg, 74px);
}

/* ---------------------------------------------------------
   Utility: Stack
   --------------------------------------------------------- */
.proveai-stack {
  display: flex;
  flex-direction: column;
  gap: var(--proveai-stack-gap);
}

/* ---------------------------------------------------------
   Utility: Visually hidden (a11y)
   --------------------------------------------------------- */
.proveai-visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* 3) Optional: blog + richtext defaults (keeps blog looking like Figma) */
/* =========================================================
   Prove AI Blog + Rich Text Defaults
   Keeps blog post content readable and styled consistently
   ========================================================= */

.proveai-blog-hero {
  padding: 48px 0;
  border-bottom: 1px solid var(--c-border);
}

.proveai-blog-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
  color: var(--c-body);
  font-size: 14px;
}

.proveai-blog-body {
  padding: 56px 0;
}

.hs-richtext {
  max-width: 860px;
}

/* Space out rich text elements */
.hs-richtext > * + * { margin-top: 16px; }

/* Lists */
.hs-richtext ul, .hs-richtext ol { padding-left: 20px; }
.hs-richtext li + li { margin-top: 8px; }

/* Blockquotes */
.hs-richtext blockquote {
  border-left: 3px solid var(--c-border);
  padding-left: 16px;
  margin-left: 0;
  color: var(--c-body);
}

/* Images */
.hs-richtext img {
  border-radius: var(--proveai-radius);
}


/* 1) Apply your standard container sizing to the blog listing root */
.body-container--blog-index {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad-2);
  padding-right: var(--container-pad-2);
}

/* 2) Ensure each DnD section row respects the same container */
.body-container--blog-index .dnd-section > .row-fluid {
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad-2);
  padding-right: var(--container-pad-2);
}

/* 3) Remove HubSpot DnD column padding that changes perceived width */
.body-container--blog-index .dnd-section .dnd-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 4) (Optional but usually needed) prevent a “double padding” effect
      if both the root + row-fluid are padded in your theme */
@media (max-width: 768px) {
  .body-container--blog-index .dnd-section > .row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}


/* =========================================
   Scroll reveal (clean + scalable)
   ========================================= */
[data-animate^="reveal"] {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(var(--reveal-scale, 1));
  transition:
    opacity 600ms ease-out var(--reveal-delay, 20ms),
    transform 600ms ease-out var(--reveal-delay, 20ms);
  will-change: opacity, transform;
}

[data-animate^="reveal"].is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-animate="reveal"]       { --reveal-scale: 1; }
[data-animate="reveal-scale"] { --reveal-scale: 0.5; }

@media (prefers-reduced-motion: reduce) {
  [data-animate^="reveal"] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}