/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Fonts
Custom @font-face declarations — must load before any CSS that references the font
*/

/* ==========================================================================
   @font-face — Denim Custom Font
   Weights: Regular (400), Medium (500), SemiBold (600)
   ========================================================================== */

@font-face {
  font-family: 'Denim';
  src: url('https://8723344.fs1.hubspotusercontent-na1.net/hubfs/8723344/raw_assets/public/coadjute_dnd/fonts/Denim-Regular.woff2') format('woff2'),
       url('https://8723344.fs1.hubspotusercontent-na1.net/hubfs/8723344/raw_assets/public/coadjute_dnd/fonts/Denim-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Denim';
  src: url('https://8723344.fs1.hubspotusercontent-na1.net/hubfs/8723344/raw_assets/public/coadjute_dnd/fonts/Denim-Medium.woff2') format('woff2'),
       url('https://8723344.fs1.hubspotusercontent-na1.net/hubfs/8723344/raw_assets/public/coadjute_dnd/fonts/Denim-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Denim';
  src: url('https://8723344.fs1.hubspotusercontent-na1.net/hubfs/8723344/raw_assets/public/coadjute_dnd/fonts/Denim-SemiBold.woff2') format('woff2'),
       url('https://8723344.fs1.hubspotusercontent-na1.net/hubfs/8723344/raw_assets/public/coadjute_dnd/fonts/Denim-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/* ==========================================================================
   CSS Custom Properties from Figma Design Tokens
   File: css/_variables.css
   
   Usage: 
   .my-element { color: var(--text-primary); }
   .card { border-radius: var(--radius-cards); }
   .section { padding: var(--space-xl); }
   ========================================================================== */

   :root {
    /* =========================================================================
       PRIMITIVE COLORS - Lilac
       ========================================================================= */
    --color-lilac-10: #FCF8FF;
    --color-lilac-15: #F7EEFF;
    --color-lilac-20: #F2E5FF;
    --color-lilac-30: #ECD8FF;
    --color-lilac-40: #E5CBFF;
    --color-lilac-50: #DFC1FF;
    --color-lilac-60: #D9B1FF;
    --color-lilac-70: #CA92FF;
    --color-lilac-80: #C977FF;
    --color-lilac-90: #BE7CFF;
    --color-lilac-100: #B059FF;
  
    /* =========================================================================
       PRIMITIVE COLORS - Neutral
       ========================================================================= */
    --color-neutral-00: #FFFFFF;
    --color-neutral-05: #FDFCFD;
    --color-neutral-10: #FBF7FC;
    --color-neutral-20: #EEE8F1;
    --color-neutral-30: #E7E0EB;
    --color-neutral-40: #E0D7E5;
    --color-neutral-50: #D4C9DB;
    --color-neutral-60: #C8BCD1;
    --color-neutral-70: #BCAFC7;
    --color-neutral-80: #B0A2BD;
    --color-neutral-90: #A495B3;
    --color-neutral-100: #B59FC1;
  
    /* =========================================================================
       PRIMITIVE COLORS - Ink
       ========================================================================= */
    --color-ink-10: #E6EAED;
    --color-ink-20: #CCD5DB;
    --color-ink-30: #B3BFC8;
    --color-ink-40: #99AAB6;
    --color-ink-50: #8094A3;
    --color-ink-60: #667E90;
    --color-ink-70: #4D697E;
    --color-ink-80: #33536B;
    --color-ink-90: #1A3E59;
    --color-ink-100: #002846;
  
    /* =========================================================================
       PRIMITIVE COLORS - Grey
       ========================================================================= */
    --color-grey-50: #F8FAFC;
    --color-grey-60: #F1F5F9;
    --color-grey-70: #E2E8F0;
    --color-grey-80: #CBD5E1;
    --color-grey-90: #94A3B8;
    --color-grey-100: #64748B;
  
    /* =========================================================================
       PRIMITIVE COLORS - Azure
       ========================================================================= */
    --color-azure-14: #002846;
    --color-azure-18: #003A5C;
    --color-azure-47: #64748B;
    --color-azure-65: #94A3B8;
  
    /* =========================================================================
       PRIMITIVE COLORS - Teal
       ========================================================================= */
    --color-teal-80: #00809C;
    --color-teal-100: #005466;
  
    /* =========================================================================
       PRIMITIVE COLORS - Cyan
       ========================================================================= */
    --color-cyan-10: #E1FCFE;
    --color-cyan-30: #BAF8FC;
    --color-cyan-80: #3DF2FF;
    --color-cyan-100: #00E4F5;
  
    /* =========================================================================
       PRIMITIVE COLORS - Blue
       ========================================================================= */
    --color-blue-30: #DBEAFE;
    --color-blue-80: #3B82F6;
  
    /* =========================================================================
       PRIMITIVE COLORS - Purple
       ========================================================================= */
    --color-purple-30: #EDE9FE;
    --color-purple-80: #8B5CF6;
  
    /* =========================================================================
       PRIMITIVE COLORS - Pink
       ========================================================================= */
    --color-pink-30: #FCE7F3;
    --color-pink-80: #FF44D6;
  
    /* =========================================================================
       PRIMITIVE COLORS - Red
       ========================================================================= */
    --color-red-30: #FEE2E2;
    --color-red-80: #F30066;
    --color-red-90: #E5005C;
    --color-red-100: #D9005B;
  
    /* =========================================================================
       PRIMITIVE COLORS - Orange
       ========================================================================= */
    --color-orange-30: #FFEDD5;
    --color-orange-60: #FFC8A1;
    --color-orange-80: #FF6D3D;
    --color-orange-100: #FF5E29;
  
    /* =========================================================================
       PRIMITIVE COLORS - Green
       ========================================================================= */
    --color-green-10: #DCFCE7;
    --color-green-30: #BBF7D0;
    --color-green-60: #4ADE80;
    --color-green-80: #10B981;
  
    /* =========================================================================
       PRIMITIVE COLORS - Black
       ========================================================================= */
    --color-black-100: #000000;
  
    /* =========================================================================
       TYPOGRAPHY - Font Family
       ========================================================================= */
    --font-family-body: Denim, system-ui, -apple-system, sans-serif;
    --font-family-heading: Denim, system-ui, -apple-system, sans-serif;
  
    /* =========================================================================
       TYPOGRAPHY - Font Sizes
       ========================================================================= */
    --font-size-3xs: 10px;
    --font-size-2xs: 14px;
    --font-size-xs: 12px;
    --font-size-s: 16px;
    --font-size-md: 18px;
    --font-size-lg: 20px;
    --font-size-xl: 22px;
    --font-size-2xl: 24px;
    --font-size-3xl: 28px;
    --font-size-4xl: 32px;
    --font-size-5xl: 40px;
    --font-size-6xl: 48px;
    --font-size-7xl: 56px;
    --font-size-8xl: 64px;
    
    /* Header font sizes (Figma design system) */
    --font-size-h1: 64px;
    --font-size-h2: 56px;
    --font-size-h3: 48px;
    --font-size-h4: 28px;
    
    /* Body font sizes (Figma design system) */
    --font-size-body-l: 22px;
    --font-size-body-m: 20px;
  
    /* =========================================================================
       TYPOGRAPHY - Font Weights
       ========================================================================= */
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
  
    /* =========================================================================
       TYPOGRAPHY - Line Heights
       ========================================================================= */
    --line-height-4xs: 12px;
    --line-height-3xs: 14px;
    --line-height-2xs: 16px;
    --line-height-xs: 19px;
    --line-height-sm: 21px;
    --line-height-md: 23px;
    --line-height-lg: 28px;
    --line-height-xl: 32px;
    --line-height-tight: 1;
    --line-height-normal: 1.2;
    --line-height-relaxed: 1.4;
    
    /* Additional line heights (Figma design system) */
    --line-height-none: 1;
    --line-height-snug: 1.2;
  
    /* =========================================================================
       TYPOGRAPHY - Letter Spacing
       ========================================================================= */
    --letter-spacing-tight: -2px;
    --letter-spacing-tighter: -1.28px;
    --letter-spacing-normal: 0px;
    --letter-spacing-wide: 0.5px;
    --letter-spacing-wider: 0.8px;
    --letter-spacing-widest: 0.96px;
    
    /* Header letter spacing (Figma design system) */
    --letter-spacing-h1: -1.28px;
    --letter-spacing-h2: -1.12px;
    --letter-spacing-h3: -0.96px;
    --letter-spacing-h4: -0.28px;
    
    /* Specialty letter spacing */
    --letter-spacing-eyebrow: 0.8px;
    --letter-spacing-button: 0.96px;
  
    /* =========================================================================
       SPACING SCALE
       ========================================================================= */
    --space-none: 0px;
    --space-5xs: 2px;
    --space-4xs: 4px;
    --space-3xs: 6px;
    --space-2xs: 8px;
    --space-xs: 12px;
    --space-s: 16px;
    --space-sm: 24px;
    --space-md: 32px;
    --space-lg: 40px;
    --space-xl: 48px;
    --space-2xl: 56px;
    --space-3xl: 64px;
    --space-4xl: 72px;
    --space-5xl: 80px;
  
    /* =========================================================================
       BORDER RADIUS
       ========================================================================= */
    --radius-minimal: 2px;
    --radius-buttons: 4px;
    --radius-cards: 8px;
    --radius-panel: 12px;
    --radius-large: 16px;
    --radius-xl: 24px;
    --radius-pill: 100px;
    --radius-full: 9999px;
  
    /* =========================================================================
       SEMANTIC: TEXT COLORS
       ========================================================================= */
    --text-primary: #002846;
    --text-secondary: #33536B;
    --text-tertiary: #667E90;
    --text-disabled: #8093A2;
    --text-inverted: #FFFFFF;
    --text-muted: #B3BFC8;
    --text-link: #00809C;
    --text-link-hover: #005466;
  
    /* =========================================================================
       SEMANTIC: BACKGROUND COLORS
       ========================================================================= */
    --bg-primary: #FFFFFF;
    --bg-primary-hover: #E1FCFE;
    --bg-secondary: #F7EEFF;
    --bg-secondary-hover: #F2E5FF;
    --bg-dark: #002846;
    --bg-dark-secondary: #003A5C;
    --bg-card-primary: #FFFFFF;
    --bg-card-secondary: #F9F2FF;
    --bg-text-field: #FBF7FC;
  
    /* =========================================================================
       SEMANTIC: BORDER COLORS
       ========================================================================= */
    --border-primary: #E7E0EB;
    --border-secondary: #D4C9DB;
    --border-dark: #4D697E;
    --border-secondary-button: #667E90;
  
    /* =========================================================================
       SEMANTIC: ICON COLORS
       ========================================================================= */
    --icon-primary: #002846;
    --icon-secondary: #667E90;
    --icon-tertiary: #E0D7E5;
    --icon-inverted: #FFFFFF;
    --icon-error: #D9005B;
    --icon-disabled: #8093A2;
    --icon-background: #E5CBFF;
  
    /* =========================================================================
       SEMANTIC: BUTTON COLORS
       ========================================================================= */
    --btn-primary: #00E4F5;
    --btn-primary-hover: #3DF2FF;
    --btn-primary-text: #002846;
    
    --btn-secondary: #FFFFFF;
    --btn-secondary-hover: #E1FCFE;
    --btn-secondary-text: #002846;
    
    --btn-ghost-border: #667E90;
    --btn-ghost-text: #FFFFFF;
    
    --btn-disabled: #E6EAED;
    --btn-disabled-text: #8093A2;
    
    --btn-control-tonal: #E1FCFE;
    --btn-control-tonal-hover: #BAF8FC;
    
    --btn-destructive: #D9005B;
    --btn-destructive-hover: #F30066;
    --btn-destructive-text: #FFFFFF;
  
    /* =========================================================================
       SHADOWS (hardcoded - not editable in theme settings)
       ========================================================================= */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-card: 0 4px 16px rgba(0, 40, 70, 0.08);
    --shadow-card-hover: 0 8px 24px rgba(0, 40, 70, 0.12);
    --shadow-floating: 0 16px 32px rgba(0, 40, 70, 0.16);
    --shadow-glass: 0 8px 32px rgba(0, 40, 70, 0.1);

    /* Semi-transparent white variations */
    --color-white-90: rgba(255, 255, 255, 0.9);
    --color-white-15: rgba(255, 255, 255, 0.15);
    --color-white-10: rgba(255, 255, 255, 0.1);
  
    /* =========================================================================
       GRADIENTS (hardcoded - not editable in theme settings)
       ========================================================================= */
    --gradient-brand-primary: linear-gradient(135deg, #C977FF 0%, #00E4F5 100%);
    --gradient-brand-vibrant: linear-gradient(135deg, #FF44D6 0%, #00E4F5 100%);
    --gradient-hero-dark: linear-gradient(180deg, #002846 0%, #003A5C 100%);
    --gradient-card-dark: linear-gradient(180deg, #1A3E59 0%, #002846 100%);
    --gradient-glass-light: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
  
    /* =========================================================================
       FEEDBACK COLORS (derived from primitives)
       ========================================================================= */
    --feedback-success: var(--color-green-80);
    --feedback-success-bg: var(--color-green-10);
    --feedback-warning: var(--color-orange-80);
    --feedback-warning-bg: var(--color-orange-30);
    --feedback-error: var(--color-red-100);
    --feedback-error-bg: var(--color-red-30);
    --feedback-info: var(--color-blue-80);
    --feedback-info-bg: var(--color-blue-30);
  
    /* =========================================================================
       BRAND COLORS (derived from primitives)
       ========================================================================= */
    --brand-primary: var(--color-lilac-80);
    --brand-primary-light: var(--color-lilac-30);
    --brand-accent: var(--color-cyan-100);
    --brand-accent-light: var(--color-cyan-30);

    /* =========================================================================
       LAYOUT - Breakpoints & Content Width
       ========================================================================= */
    --breakpoint-mobile: 767px;
    --breakpoint-tablet: 768px;
    --breakpoint-desktop: 1024px;
    --breakpoint-large: 1440px;

    /* Content max-width (constrained in center, background bleeds edge-to-edge) */
    --layout-content-max-width: 1192px;
    --layout-content-max-width-wide: 1440px;
  }
*, *:before, *:after {
  box-sizing: border-box;
}

/*
 * Note: overflow-x: hidden on html breaks sticky positioning.
 * We use clip instead which hides overflow but doesn't create a new
 * scroll container, allowing sticky to work properly.
 */
html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
}
/*! 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;
}

/* Macro Components
Base styles for components generated by macros/components.html
Must load before section CSS so sections can override
*/
/* ==========================================================================
   Macro Component Styles
   Base styles for components generated by macros/components.html

   These are global base styles. Section-specific overrides go in:
   - css/_layout-section-*.css files
   ========================================================================== */

/* --------------------------------------------------------------------------
   Eyebrow
   Small pill label typically above headlines

   Usage: 

   Typography: Uses .text-cta-sm (10px, 500 weight, uppercase)
   Default: Dark section styling (white text, semi-transparent bg)

   Override in section CSS for light backgrounds:
   .my-section .hero-eyebrow { background-color: #f2e5ff; color: #002846; }
   -------------------------------------------------------------------------- */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  width: fit-content;
  /* Default colors for dark sections */
  color: var(--color-neutral-00, #ffffff);
}

/* --------------------------------------------------------------------------
   CTA Group
   Container for primary + secondary buttons

   Usage: 
   -------------------------------------------------------------------------- */
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-s, 16px);
  margin-top: 0;
}

/* Mobile: Tighten gap, buttons stay side-by-side and wrap only if no space */
@media screen and (max-width: 767px) {
  .hero-cta-group {
    gap: var(--space-2xs, 8px);
  }
}

/* --------------------------------------------------------------------------
   Headline
   Section/module headline

   Usage: 

   Typography classes (.text-h1, .text-h2, etc.) come from _typography.css
   Color classes (.text-inverted, .text-primary) come from _typography.css

   Override in section CSS for specific styling:
   .my-section .hero-headline { color: #custom; }
   -------------------------------------------------------------------------- */
.hero-headline {
  margin: 0;
}

/* Support gradient text within headlines via <span class="gradient-text"> */
.hero-headline span.gradient-text {
  background: linear-gradient(90deg, #c977ff 0%, #ff44d6 54%, #ff5e29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --------------------------------------------------------------------------
   Subline
   Short text line below headline

   Usage: 

   Default: White text for dark sections
   Override in section CSS for light backgrounds:
   .my-section .hero-subline { color: #002846; }
   -------------------------------------------------------------------------- */
.hero-subline {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-xl, 24px);
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.25;
  margin: 0;
  /* Color comes from .text-inverted or .text-primary class */
}

/* --------------------------------------------------------------------------
   Description
   Body text block for descriptions

   Usage: 

   Typography classes (.text-body-m, etc.) come from _typography.css
   Color classes (.text-muted, .text-primary) come from _typography.css
   -------------------------------------------------------------------------- */
.hero-description {
  margin: 0;
}

/* Handle paragraphs inside rich text descriptions */
/* Inherit typography from parent .text-body-* class, override global p styles */
.hero-description p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0 0 1em 0;
}

.hero-description p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Checklist
   Styled unordered list with checkmark icons instead of bullets.

   Usage: Add class="checklist" to any <ul> inside a richtext field.
   <ul class="checklist">
     <li>Item text here</li>
   </ul>
   -------------------------------------------------------------------------- */
.hero-description ul.checklist {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  gap: var(--space-xs, 12px);
}

.hero-description ul.checklist li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2xs, 8px);
}

.hero-description ul.checklist li::before {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='12' fill='%23CC97FF'/%3E%3Cmask id='m' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='18' height='18'%3E%3Crect width='18' height='18' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23m)'%3E%3Cpath d='M10 16.4L6 12.4L7.4 11L10 13.6L16.6 7L18 8.4L10 16.4Z' fill='%23002846'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* --------------------------------------------------------------------------
   Themed Icon
   Dual-mode icon rendering: full (as-uploaded) or path (glyph on lilac bg).

   Usage: 

   The parent element sets the outer dimensions (width/height).
   .themed-icon--path provides the lilac background and centering.
   .themed-icon--full renders the image as-is, filling its parent.
   -------------------------------------------------------------------------- */
.themed-icon--path {
  width: 100%;
  height: 100%;
  background-color: var(--color-lilac-30, #ECD8FF);
  border-radius: var(--radius-buttons, 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.themed-icon__glyph {
  display: block;
  background-color: var(--color-ink-100, #002846);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* Inverted variants for dark backgrounds */
.themed-icon--path-inverted {
  background-color: rgba(255, 255, 255, 0.1);
}

.themed-icon__glyph--inverted {
  background-color: var(--color-neutral-00, #ffffff);
}

.themed-icon--full {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* 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));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

.dnd-section > .row-fluid,
.dnd-section > .row-fluid-wrapper > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}
/* Layout Section Styles
   ========================================================================== */

/**
 * Smooth scroll behavior for anchor links
 */
html {
  scroll-behavior: smooth;
}

/**
 * Scroll margin for HubSpot anchor links (<a id="..." data-hs-anchor="true">)
 * Offsets the scroll target so the section lands near the center of the viewport.
 */
a[data-hs-anchor="true"] {
  scroll-margin-top: calc(30vh - var(--header-height, 80px));
}

/**
 * Min-height utility classes for layout sections
 * Apply these classes via the section's class parameter or context
 */

.layout-section--min-height-auto {
  min-height: auto;
}

.layout-section--min-height-50 {
  min-height: 50vh;
}

.layout-section--min-height-75 {
  min-height: 75vh;
}

.layout-section--min-height-100 {
  min-height: 100vh;
}

.layout-section--min-height-screen {
  min-height: calc(100vh - var(--header-height, 80px));
}

/**
   * Content container constraints
   * Centers content and applies max-width
   */

.layout-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: var(--layout-content-max-width, 1192px);
  margin-inline: auto;
}

.layout-section__content--narrow {
  max-width: 800px;
}

.layout-section__content--wide {
  max-width: 1440px;
}

.layout-section__content--full {
  max-width: none;
}

/**
   * Vertical alignment utilities
   */

.layout-section--align-top {
  align-items: flex-start;
}

.layout-section--align-center {
  align-items: center;
}

.layout-section--align-bottom {
  align-items: flex-end;
}

/**
   * Horizontal content alignment
   */

.layout-section--text-left {
  text-align: left;
}

.layout-section--text-center {
  text-align: center;
}

.layout-section--text-right {
  text-align: right;
}

/**
   * Responsive adjustments
   */

@media screen and (max-width: 767px) {
  .layout-section--min-height-50,
  .layout-section--min-height-75 {
    min-height: auto;
    padding-block: 3rem;
  }

  .layout-section--min-height-100,
  .layout-section--min-height-screen {
    min-height: 80vh;
  }
}

/* ==========================================================================
   Hero Split Section
   ========================================================================== */

/**
 * Prevent horizontal overflow from hero images
 */
.hero-split-section {
  overflow: hidden;
}

.hero-split-section.dnd-section,
.hero-split-section .row-fluid-wrapper,
.hero-split-section .dnd-column,
.hero-split-section [class*="span"] {
  overflow: hidden;
}

/**
 * Responsive image styling for hero-split section
 */
.hero-split-section .hs_cos_wrapper_type_linked_image,
.hero-split-section .dnd-module[data-module-id*="linked_image"],
.hero-split-section .widget-type-linked_image,
.hero-split-section .hs-image-widget {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
}

.hero-split-section .hs_cos_wrapper_type_linked_image img,
.hero-split-section .dnd-module[data-module-id*="linked_image"] img,
.hero-split-section .widget-type-linked_image img,
.hero-split-section .hs-image-widget img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block !important;
  object-fit: contain;
}

.hero-split-section .hs_cos_wrapper_type_linked_image a {
  display: block;
  width: 100%;
}

/* ==========================================================================
   Hero Split Floating Background Elements
   Decorative illustrations positioned between background and content.
   Elements are rendered inside the module but absolutely positioned
   relative to the section container.
   ========================================================================== */

/**
 * Section positioning context for floating elements
 */
.hero-split-section {
  position: relative;
}

/**
 * Force DnD wrappers to position:static so floating elements
 * anchor to the section container, not intermediate wrappers.
 * Same pattern as benefits-dark-section.
 */
.hero-split-section .hero-split__content,
.hero-split-section .hero-split__content > .row-fluid-wrapper,
.hero-split-section .hero-split__content > .row-fluid-wrapper > .row-fluid,
.hero-split-section .hero-split__content > .row-fluid-wrapper > .row-fluid > [class*="span"],
.hero-split-section .hero-split__content .dnd-module {
  position: static !important;
}

/**
 * Content and backers sit above floating elements
 */
.hero-split-section .hero-split-content {
  position: relative;
  z-index: 2;
}

.hero-split-section .backers-wrapper {
  position: relative;
  z-index: 2;
}

/**
 * Floating background element - base styles
 */
.hero-split-bg-element {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  object-fit: contain;
  --bg-offset-x: 0px;
  --bg-offset-y: 0px;
}

/**
 * Position presets
 * Offsets are applied via CSS custom properties set inline.
 * Positive offset_x always moves right, positive offset_y always moves down.
 */
.hero-split-bg-element--top-left {
  top: calc(0px + var(--bg-offset-y));
  left: calc(0px + var(--bg-offset-x));
}

.hero-split-bg-element--top-center {
  top: calc(0px + var(--bg-offset-y));
  left: calc(50% + var(--bg-offset-x));
  transform: translateX(-50%);
}

.hero-split-bg-element--top-right {
  top: calc(0px + var(--bg-offset-y));
  right: calc(0px - var(--bg-offset-x));
}

.hero-split-bg-element--center-left {
  top: calc(50% + var(--bg-offset-y));
  left: calc(0px + var(--bg-offset-x));
  transform: translateY(-50%);
}

.hero-split-bg-element--center-right {
  top: calc(50% + var(--bg-offset-y));
  right: calc(0px - var(--bg-offset-x));
  transform: translateY(-50%);
}

.hero-split-bg-element--bottom-left {
  bottom: calc(0px - var(--bg-offset-y));
  left: calc(0px + var(--bg-offset-x));
}

.hero-split-bg-element--bottom-center {
  bottom: calc(0px - var(--bg-offset-y));
  left: calc(50% + var(--bg-offset-x));
  transform: translateX(-50%);
}

.hero-split-bg-element--bottom-right {
  bottom: calc(0px - var(--bg-offset-y));
  right: calc(0px - var(--bg-offset-x));
}

/**
 * Responsive: hide on tablet and smaller viewports
 */
@media screen and (max-width: 1023px) {
  .hero-split-bg-element {
    display: none;
  }
}

/* ==========================================================================
   Hero Split Backers Row
   Integrated into hero-split-section, collapsible when module is hidden
   ========================================================================== */

/**
 * Backers row - remove margin when module is hidden
 * Uses :has() to detect when .backers-wrapper is missing (toggle off)
 */
.hero-split__backers:has(.hs_cos_wrapper:empty) {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0;
}

/**
 * Hide empty module wrapper (when toggle is off)
 */
.hero-split__backers .hs_cos_wrapper:empty {
  display: none;
}

/**
 * Hero content row - remove bottom margin when backers is hidden
 * This ensures proper spacing when backers bar is toggled off
 */
.hero-split-section:has(.hero-split__backers .hs_cos_wrapper:empty) .hero-split__content {
  margin-bottom: 0 !important;
}

/* ==========================================================================
   Hero Content Min-Height
   Consistent hero heights on desktop prevent layout shift
   when navigating between pages with different content lengths.
   ========================================================================== */

@media screen and (min-width: 1024px) {
  /* hero-split total = 30px top + 481px content + 80px row margin + 30px bottom = 621px */
  .hero-split-section .hero-split-content {
    min-height: 481px;
  }

  /* hero-split-bleed with backers: 30px top + 591px content + 0px bottom = 621px */
  .hero-split-bleed-section .hero-split-content:not(.hero-split-content--no-image) {
    min-height: 591px;
  }

  /* hero-split-bleed without backers: shorter to reduce whitespace, but enough for image */
  .hero-split-bleed-section:not(:has(.backers-wrapper)) .hero-split-content:not(.hero-split-content--no-image) {
    min-height: 540px;
  }

}
/* ==========================================================================
   Text and Image Section Styles
   Section: text-image-split.html & text-image-split-reverse.html

   Note: Layout is handled by the text-image-split-content.module
   This CSS only provides section-level background styling.
   ========================================================================== */

/**
 * Section identifier class for targeting
 */
.text-image-section {
  background-color: #ffffff;
}
/* ==========================================================================
   3-Up Content Cards Section Styles
   Section: 3-up-content-cards.html
   ========================================================================== */

/**
 * Section Container
 * Dark gradient background with decorative image overlay
 */
.three-up-cards-section {
  position: relative;
  overflow: visible;
  background: linear-gradient(71deg, rgb(29, 43, 87) 0%, var(--color-ink-100, rgb(0, 40, 70)) 49%, rgb(1, 65, 93) 100%);
}

/**
 * Decorative background image (woman)
 * Positioned on the right side, anchored to bottom
 */
.three-up-cards-section::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 427px;
  height: 640px;
  background-image: url('https://8723344.fs1.hubspotusercontent-na1.net/hubfs/8723344/raw_assets/public/coadjute_dnd/images/3-up-cards-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  pointer-events: none;
  z-index: 1;
}

/**
 * Ensure content sits above the background image
 */
.three-up-cards-section .dnd-column,
.three-up-cards-section .dnd-row,
.three-up-cards-section .dnd-module {
  position: relative;
  z-index: 2;
}

/**
 * Section header styles
 * Typography and colors come from macros (text-h3, text-body-xl, text-inverted, text-muted)
 * Module CSS handles layout and max-width
 */

/**
 * Cards Grid Layout
 * CSS Grid for equal height cards
 */
.three-up-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md, 32px);
  max-width: 951px;
}

.three-up-cards__grid .content-card {
  display: flex;
  flex-direction: column;
}

/* ==========================================================================
   Content Card Styles
   ========================================================================== */

.content-card {
  border-radius: var(--radius-panel, 12px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease;
}

/**
 * Card Header with gradient backgrounds
 */
.content-card__header {
  position: relative;
  height: 124px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: var(--radius-panel, 12px) var(--radius-panel, 12px) 0 0;
}

.content-card__header--estate-agents {
  background: linear-gradient(70deg, rgb(18, 70, 97) 0%, rgb(6, 53, 88) 37%, rgb(6, 53, 88) 54%, rgb(63, 76, 133) 100%);
}

.content-card__header--conveyancers {
  background: linear-gradient(69deg, rgb(23, 79, 105) 0%, rgb(53, 62, 103) 100%);
}

.content-card__header--mrlos {
  background: linear-gradient(69deg, rgb(23, 79, 105) 0%, rgb(53, 62, 103) 100%);
}

/**
 * Card Header Image
 */
.content-card__header-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: right center;
  transition: transform 0.3s ease;
}

/**
 * Card Body
 */
.content-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm, 24px);
  padding: var(--space-sm, 24px);
  flex-grow: 1;
  background-color: var(--color-neutral-00, #ffffff);
}

.content-card__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs, 12px);
  flex-grow: 1;
}

/**
 * Card Title - H4 typography
 */
.content-card__title,
.three-up-cards-section .content-card__title,
.three-up-cards-section .hs_cos_wrapper_type_rich_text .content-card__title {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-h4, 28px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-none, 1);
  letter-spacing: var(--letter-spacing-h4, -0.28px);
  color: var(--color-ink-100, #002846) !important;
  margin: 0;
  -webkit-text-fill-color: var(--color-ink-100, #002846);
}

/**
 * Card Description - Body XS typography
 */
.content-card__description,
.three-up-cards-section .content-card__description,
.three-up-cards-section .hs_cos_wrapper_type_rich_text .content-card__description {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-s, 16px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-normal, 1.25);
  color: var(--text-primary, #002846) !important;
  margin: 0;
  -webkit-text-fill-color: var(--text-primary, #002846);
}

/**
 * Card Hover Effects
 * Subtle lift + image zoom on hover
 */
.content-card:hover {
  transform: translateY(-4px);
}

.content-card:hover .content-card__header-image {
  transform: scale(1.05);
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/**
 * Tablet stacked and below - Cards stack vertically
 */
@media screen and (max-width: 767px) {
  /* Hide decorative background image */
  .three-up-cards-section::after {
    display: none;
  }

  /* Adjust gradient direction */
  .three-up-cards-section {
    background: linear-gradient(88deg, rgb(29, 43, 87) 0%, var(--color-ink-100, rgb(0, 40, 70)) 49%, rgb(1, 65, 93) 100%);
  }

  /* Stack cards vertically */
  .three-up-cards__grid {
    grid-template-columns: 1fr;
    gap: var(--space-sm, 24px);
    max-width: 100%;
  }

  /* Stretch header image full width on stacked cards */
  .content-card__header-image {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
/* ==========================================================================
   Benefits Section Styles
   Section: benefits.html
   ========================================================================== */

/**
 * Section Container
 * Light lilac background
 */
.benefits-section {
  background-color: var(--color-lilac-15, #f7eeff);
}

/**
 * Content alignment
 * Center all content within the section
 */
.benefits-section .dnd-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-section .dnd-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

.benefits-section .dnd-module {
  display: flex;
  justify-content: center;
  width: 100%;
}

/**
 * Gradient text effect for highlighted words
 * Applies purple gradient to spans within headlines
 */
.benefits-section .hero-headline span {
  background: linear-gradient(90deg, #c977ff 0%, #ff44d6 54%, #ff5e29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* ==========================================================================
   Testimonial Block Section Styles
   Section: testimonial-block.html
   ========================================================================== */

/**
 * Section Base Styles
 */
.testimonial-block-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}

/**
 * Ensure content sits above any background decorations
 */
.testimonial-block-section .dnd-column,
.testimonial-block-section .dnd-row,
.testimonial-block-section .dnd-module {
  position: relative;
  z-index: 2;
}
/* ==========================================================================
   CTA Banner Section Layout Styles
   ========================================================================== */

/**
 * CTA Banner Section
 * Gradient background applied at section level for full-width bleed
 */
.cta-banner-section {
  position: relative;
  background: linear-gradient(
    90deg,
    #c992ff 40.865%,
    #ff44d6 81.547%,
    #ff6d3d 99.37%
  );
  overflow: hidden;
}

/**
 * Ensure content sits above the illustration
 */
.cta-banner-section .dnd-column,
.cta-banner-section .dnd-row,
.cta-banner-section .dnd-module {
  position: relative;
  z-index: 2;
}

/* Allow module to be full width within the column */
.cta-banner-section .hs_cos_wrapper {
  width: 100%;
}

/**
 * Illustration positioning - Desktop (1440px+)
 * Positioned at bottom-right, extending beyond section bounds
 */
.cta-banner-section .cta-banner__illustration {
  position: absolute;
  right: -167px;
  bottom: -202px;
  width: 331px;
  height: 331px;
  z-index: 1;
}

/**
 * Tablet large (1024px - 1439px)
 */
@media screen and (max-width: 1439px) {
  .cta-banner-section .cta-banner__illustration {
    right: -235px;
    bottom: -170px;
    width: 314px;
    height: 314px;
  }
}

/**
 * Tablet (768px - 1023px)
 */
@media screen and (max-width: 1023px) {
  .cta-banner-section .cta-banner__illustration {
    right: -150px;
    bottom: -160px;
    width: 330px;
    height: 330px;
  }
}

/**
 * Mobile (<768px)
 */
@media screen and (max-width: 767px) {
  .cta-banner-section .cta-banner__illustration {
    right: -80px;
    bottom: -90px;
    width: 200px;
    height: 200px;
  }
}
/* ==========================================================================
   Benefits Dark Section Layout Styles
   Section: benefits-dark.html

   Dark gradient background with decorative illustration in bottom-left.
   Horizontal layout: Header (left) + Content (right)
   ========================================================================== */

/**
 * Section Container
 * Dark ink gradient background
 */
.benefits-dark-section {
  background: linear-gradient(
    70deg,
    rgb(29, 43, 87) 0%,
    var(--color-ink-100, rgb(0, 40, 70)) 37%,
    var(--color-ink-100, rgb(0, 40, 70)) 66%,
    rgb(1, 58, 87) 100%
  );
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

/**
 * Decorative Illustration
 * Image positioned at bottom-left of section.
 * Ensure intermediary DnD wrappers don't create a positioned ancestor
 * so the image anchors to .benefits-dark-section (position: relative).
 */
.benefits-dark-section .dnd-row:first-child,
.benefits-dark-section .dnd-row:first-child > .dnd-module {
  position: static !important;
}

.benefits-dark-section .section-header-left__decoration {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 260px;
  height: 260px;
  object-fit: contain;
  object-position: bottom left;
  pointer-events: none;
  z-index: 0;
}

/**
 * Main Layout: Horizontal flex
 * Header (headline + subheadline) on left, content on right
 * Based on Figma: flex with 33px gap, both columns flex-1
 * Content sits above illustration via z-index on dnd-rows
 */
.benefits-dark-section .dnd-column {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 33px !important;
  width: 100% !important;
}

/**
 * Content positioning above illustration
 * Header row stays position:static so the decoration image
 * can position relative to the section container
 */
.benefits-dark-section .section-header--left {
  position: relative;
  z-index: 1;
}

.benefits-dark-section .dnd-row:last-child {
  position: relative;
  z-index: 1;
}

/**
 * Header row - left side (~1/3 of content width)
 * Figma shows 3 equal columns: header + 2 benefit columns
 * So header is 1 part, content (with its 2 internal columns) is 2 parts
 */
.benefits-dark-section .dnd-row:first-child {
  flex: 1 0 0 !important;
  min-width: 0 !important;
  max-width: 375px !important;
}

/**
 * Content row - right side (~2/3 of content width)
 */
.benefits-dark-section .dnd-row:last-child {
  flex: 2 0 0 !important;
  min-width: 0 !important;
}

.benefits-dark-section .dnd-module {
  width: 100% !important;
}

/* ==========================================================================
   Header Styles
   Uses section-header-left module with macros
   ========================================================================== */

/**
 * Typography handled by macros and module CSS
 * Section only needs to ensure proper layout integration
 */

/* ==========================================================================
   Icon Grid Variant Overrides
   For benefits-dark-icons-4.html and benefits-dark-icons-6.html
   ========================================================================== */

/**
 * Icons variant uses smaller illustration (245px per Figma)
 * and needs min-height to prevent content overlapping illustration
 */
.benefits-dark-section--icons {
  min-height: 480px;
}

.benefits-dark-section--icons .section-header-left__decoration {
  width: 245px;
  height: 245px;
}

/**
 * Benefits grid within dark section context
 * Ensure proper layout for 2x3 and 2x2 grids
 * align-items: start ensures grid items align to top
 */
.benefits-dark-section--icons .benefits-grid {
  max-width: 100%;
  align-items: start;
}

.benefits-dark-section--icons .benefits-grid--2x2-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}

/**
 * Icon items in dark section
 * Centered horizontally with icon + title only
 */
.benefits-dark-section--icons .benefit-item {
  align-items: center;
  text-align: center;
  gap: var(--space-s, 16px);
}

.benefits-dark-section--icons .benefit-item__content {
  gap: 0;
}

.benefits-dark-section--icons .benefit-item__title {
  color: var(--color-neutral-00, #ffffff);
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/**
 * Tablet (768px - 1023px)
 */
@media screen and (max-width: 1023px) {
  .benefits-dark-section .dnd-column {
    width: 100% !important;
    gap: 24px !important;
  }

  .benefits-dark-section .dnd-row:first-child {
    max-width: 280px !important;
  }

  /* Typography handled by section-header-left module CSS */

  /* Smaller illustration on tablet */
  .benefits-dark-section .section-header-left__decoration {
    width: 200px;
    height: 200px;
  }

  .benefits-dark-section {
    min-height: 400px;
  }

  /* Icons variant - smaller illustration on tablet */
  .benefits-dark-section--icons {
    min-height: 400px;
  }

}

/**
 * Mobile (<768px)
 * Stack vertically
 */
@media screen and (max-width: 767px) {
  .benefits-dark-section .dnd-column {
    flex-direction: column !important;
    gap: var(--space-xl, 40px) !important;
  }

  .benefits-dark-section .dnd-row:first-child,
  .benefits-dark-section .dnd-row:last-child {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Typography handled by section-header-left module CSS */

  /* Hide illustration on mobile */
  .benefits-dark-section .section-header-left__decoration {
    display: none;
  }

  /* No min-height needed on mobile (stacked layout, no illustration) */
  .benefits-dark-section,
  .benefits-dark-section--icons {
    min-height: auto;
  }

  /* Icon title typography now handled by benefits-grid module CSS */
}
/* ==========================================================================
   Benefits Dark Centered Section Layout Styles
   Section: benefits-dark-centered.html

   Dark gradient background with centered header and icon+title grid.
   Vertically stacked: header above benefits grid, everything centered.
   ========================================================================== */

/**
 * Section Container
 * Dark ink gradient background (Figma: 73.87deg angle)
 */
.benefits-dark-centered-section {
  background: linear-gradient(
    73.87deg,
    rgb(29, 43, 87) 0%,
    var(--color-ink-100, rgb(0, 40, 70)) 37.03%,
    var(--color-ink-100, rgb(0, 40, 70)) 65.85%,
    rgb(1, 58, 87) 99.96%
  );
}

/**
 * Header gap override
 * Figma: 32px gap between headline and description (base module uses 24px)
 */
.benefits-dark-centered-section .section-header {
  gap: var(--space-md, 32px);
}

/**
 * Spacing between header row and benefits grid row
 * Figma: 67px
 */
.benefits-dark-centered-section .dnd-row:first-child {
  margin-bottom: 67px;
}

/**
 * Benefits Grid Overrides
 * Centered grid with custom gap/max-width per Figma
 * grid-template-columns is controlled by module layout classes (e.g. --3x2-grid, --4-column)
 */
.benefits-dark-centered-section .benefits-grid {
  justify-content: center;
  gap: 61px 51px;
  margin: 0 auto;
}

/* Benefit item title typography handled by benefits-grid module CSS (Group B: 20px/medium) */

/**
 * Benefit items: left-aligned within each item
 * Override center alignment that icon-title mode may inherit
 */
.benefits-dark-centered-section .benefit-item {
  align-items: flex-start;
  text-align: left;
}

.benefits-dark-centered-section .benefit-item__content {
  align-items: flex-start;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/**
 * Tablet (768px - 1023px)
 * Grid collapses to 2 columns with reduced gaps
 */
@media screen and (max-width: 1023px) {
  .benefits-dark-centered-section .benefits-grid {
    gap: 48px 32px;
  }

  .benefits-dark-centered-section .dnd-row:first-child {
    margin-bottom: 48px;
  }
}

/**
 * Mobile (<768px)
 * Single column stack
 */
@media screen and (max-width: 767px) {
  .benefits-dark-centered-section .benefits-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 100%;
  }

  .benefits-dark-centered-section .dnd-row:first-child {
    margin-bottom: 40px;
  }

  /* Benefit item title typography handled by benefits-grid module CSS */
}
/* ==========================================================================
   Benefits Steps Section Styles
   Section: benefits-steps.html
   ========================================================================== */

/**
 * Section Container
 * White background
 */
.benefits-steps-section {
  background-color: var(--color-neutral-00, #ffffff);
}

/**
 * Content alignment
 * Center all content within the section
 */
.benefits-steps-section .dnd-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-steps-section .dnd-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

.benefits-steps-section .dnd-module {
  display: flex;
  justify-content: center;
  width: 100%;
}

/**
 * Gradient text effect for highlighted words in headline
 */
.benefits-steps-section .hero-headline span {
  background: linear-gradient(90deg, #c977ff 0%, #ff44d6 54%, #ff5e29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/**
 * Eyebrow color override for light background
 */
.benefits-steps-section .hero-eyebrow {
  background-color: var(--color-lilac-20, #f2e5ff);
  color: var(--text-primary, #002846);
}
/* ==========================================================================
   Benefits Steps Dark Section Layout Styles
   Section: benefits-steps-dark.html

   Dark gradient background with centered header and step-by-step items.
   Vertically stacked: header above steps, everything centered.
   ========================================================================== */

/**
 * Section Container
 * Dark ink gradient background (Figma: 71.67deg angle)
 */
.benefits-steps-dark-section {
  background: linear-gradient(
    71.67deg,
    rgb(29, 43, 87) 0%,
    var(--color-ink-100, rgb(0, 40, 70)) 37.03%,
    var(--color-ink-100, rgb(0, 40, 70)) 65.85%,
    rgb(1, 58, 87) 99.96%
  );
}

/**
 * Content alignment
 * Center all content within the section
 */
.benefits-steps-dark-section .dnd-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-steps-dark-section .dnd-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

.benefits-steps-dark-section .dnd-module {
  display: flex;
  justify-content: center;
  width: 100%;
}

/**
 * Header gap override
 * Figma: 40px gap between headline and description (base module uses 24px)
 */
.benefits-steps-dark-section .section-header {
  gap: var(--space-lg, 40px);
}

/**
 * Spacing between header row and steps row
 * Figma: 80px
 */
.benefits-steps-dark-section .dnd-row:first-child {
  margin-bottom: 80px;
}

/**
 * Gradient text effect for highlighted words in headline
 */
.benefits-steps-dark-section .hero-headline span {
  background: linear-gradient(90deg, #c977ff 0%, #ff44d6 54%, #ff5e29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/**
 * Tablet (768px - 1023px)
 */
@media screen and (max-width: 1023px) {
  .benefits-steps-dark-section .dnd-row:first-child {
    margin-bottom: 48px;
  }
}

/**
 * Mobile (<768px)
 */
@media screen and (max-width: 767px) {
  .benefits-steps-dark-section .dnd-row:first-child {
    margin-bottom: 40px;
  }
}
/* ==========================================================================
   Blog Header Section Styles
   Section: sections/blog-header.html
   ========================================================================== */

/**
 * Section background
 */
.blog-header-section {
  background-color: var(--color-lilac-15, #f7eeff);
}

/**
 * Content alignment
 */
.blog-header-section .dnd-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-header-section .dnd-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

.blog-header-section .dnd-module {
  display: flex;
  justify-content: center;
  width: 100%;
}

/**
 * Rich text typography - Eyebrow
 */
.blog-header-section .hs_cos_wrapper_type_rich_text > p.blog-header__eyebrow,
.blog-header-section .hs_cos_wrapper_type_rich_text > p:first-child {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: 14px;
  font-weight: var(--font-weight-medium, 500);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--color-lilac-80, #a855f7);
  text-align: center;
  margin: 0;
}

/**
 * Rich text typography - Headline
 */
.blog-header-section .hs_cos_wrapper_type_rich_text > h1 {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-h2, 56px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-none, 1);
  letter-spacing: var(--letter-spacing-h2, -1.12px);
  color: var(--color-ink-100, #002846);
  text-align: center;
  margin: 0;
  max-width: 848px;
}

/**
 * Gradient text for highlighted spans
 */
.blog-header-section .hs_cos_wrapper_type_rich_text > h1 span,
.blog-header-section .hs_cos_wrapper_type_rich_text > h1 .gradient-text--purple {
  background: linear-gradient(90deg, #c977ff 0%, #ff44d6 54%, #ff5e29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/**
 * Rich text typography - Description
 */
.blog-header-section .hs_cos_wrapper_type_rich_text > p:not(.blog-header__eyebrow) {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-xl, 24px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-normal, 1.25);
  color: var(--color-ink-100, #002846);
  text-align: center;
  margin: 0;
  max-width: 640px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 767px) {
  .blog-header-section .hs_cos_wrapper_type_rich_text > h1 {
    font-size: 36px;
    letter-spacing: -0.72px;
  }

  .blog-header-section .hs_cos_wrapper_type_rich_text > p:not(.blog-header__eyebrow) {
    font-size: 18px;
  }
}
/* ==========================================================================
   Blog Listing Page Styles
   Template: templates/blog-listing.html
   ========================================================================== */

/**
 * Main container
 */
.blog-listing {
  background-color: var(--color-neutral-00, #ffffff);
}

/* ==========================================================================
   Hero Section - Dark gradient background with 3D elements
   ========================================================================== */

.blog-listing__hero {
  background: linear-gradient(135deg, #002846 0%, #0a1628 50%, #002846 100%);
  position: relative;
  overflow: hidden;
}

/* Add decorative 3D elements via pseudo-elements */
.blog-listing__hero::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.3) 0%, rgba(199, 119, 255, 0.2) 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  filter: blur(40px);
  z-index: 1;
}

.blog-listing__hero::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(255, 94, 41, 0.3) 0%, rgba(255, 68, 214, 0.2) 100%);
  border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  filter: blur(40px);
  z-index: 1;
}

/* Hero title styling */
.blog-listing__hero .hs_cos_wrapper_type_rich_text {
  position: relative;
  z-index: 2;
}

.blog-listing__hero .hs_cos_wrapper_type_rich_text h1,
.blog-listing__title {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: 64px;
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.1;
  letter-spacing: -1.28px;
  color: var(--color-neutral-00, #ffffff);
  text-align: center;
  margin: 0;
}

.blog-listing__hero .hs_cos_wrapper_type_rich_text h1 .gradient-text,
.blog-listing__title .gradient-text {
  background: linear-gradient(90deg, #c977ff 0%, #ff44d6 54%, #ff5e29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ==========================================================================
   Filters Section
   ========================================================================== */

.blog-listing__filters-section {
  background-color: var(--color-neutral-00, #ffffff);
}

.blog-listing__filters-section .dnd-column {
  display: flex;
  justify-content: center;
}

/* ==========================================================================
   Posts Section
   ========================================================================== */

.blog-listing__posts-section {
  background-color: var(--color-neutral-00, #ffffff);
}

/* ==========================================================================
   CTA Section
   ========================================================================== */

.blog-listing__cta-section {
  background-color: var(--color-neutral-00, #ffffff);
  padding-bottom: 80px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 1023px) {
  .blog-listing__hero .hs_cos_wrapper_type_rich_text h1,
  .blog-listing__title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }

  .blog-listing__hero::before,
  .blog-listing__hero::after {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .blog-listing__hero .hs_cos_wrapper_type_rich_text h1,
  .blog-listing__title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }

  .blog-listing__hero::before {
    left: -150px;
    width: 150px;
    height: 150px;
  }

  .blog-listing__hero::after {
    right: -150px;
    width: 150px;
    height: 150px;
  }

  .blog-listing__cta-section {
    padding-bottom: 48px;
  }
}
/* ==========================================================================
   Blog Post Page Styles
   Template: blog/blog-post.html
   ========================================================================== */

/**
 * Article container
 */
.blog-post {
  background-color: var(--color-neutral-00, #ffffff);
}

/**
 * Header section - light theme (default)
 */
.blog-post__header-section {
  background-color: var(--color-lilac-15, #f7eeff);
  padding: 80px 0 64px;
}

/**
 * Header section - dark theme (for Webinars, etc.)
 */
.blog-post__header-section--dark {
  background-color: var(--color-ink-100, #002846);
}

/**
 * Body section
 */
.blog-post__body-section {
  background-color: var(--color-neutral-00, #ffffff);
  padding: 64px 0 80px;
  overflow: visible; /* Required for sticky positioning to work */
}

/**
 * Container styles - match 1192px max-width pattern
 */
.blog-post__header-container {
  max-width: var(--layout-content-max-width, 1192px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

/* ==========================================================================
   Header Elements
   ========================================================================== */

/**
 * Top Row - Back Link + Category Badge
 */
.blog-post-header__top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

/**
 * Back Link
 */
.blog-post-header__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-2xs, 14px);
  font-weight: var(--font-weight-medium, 500);
  color: var(--text-secondary, #33536b);
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-post-header__back:hover {
  color: var(--color-ink-100, #002846);
}

.blog-post-header__back svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/**
 * Category/Topic Badge - Pill style
 */
.blog-post-header__topic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background-color: var(--color-neutral-00, #ffffff);
  border-radius: 100px;
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-3xs, 12px);
  font-weight: var(--font-weight-medium, 500);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--color-ink-100, #002846);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.blog-post-header__topic:hover {
  background-color: var(--color-lilac-20, #f3e8ff);
  color: var(--color-lilac-80, #a855f7);
}

/**
 * Title
 */
.blog-post-header__title {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-h2, 56px);
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.05;
  letter-spacing: -1.12px;
  color: var(--color-ink-100, #002846);
  margin: 0 0 24px 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Meta info (date, author)
 */
.blog-post-header__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-2xs, 14px);
  color: var(--text-secondary, #33536b);
  margin-bottom: 32px;
}

.blog-post-header__meta a {
  color: var(--text-secondary, #33536b);
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-post-header__meta a:hover {
  color: var(--color-ink-100, #002846);
}

.blog-post-header__meta-separator {
  color: var(--color-neutral-40, #e0d7e5);
}

/**
 * Featured Image
 */
.blog-post-header__image {
  max-width: 900px;
  margin: 0 auto;
  border-radius: var(--radius-panel, 12px);
  overflow: hidden;
}

.blog-post-header__image img {
  width: 100%;
  height: auto;
  display: block;
}

/**
 * Body wrapper - contains TOC sidebar and content
 */
.blog-post__body-wrapper {
  display: flex;
  gap: 64px;
  max-width: var(--layout-content-max-width, 1192px);
  margin: 0 auto;
  padding: 0;
  overflow: visible; /* Required for sticky positioning to work */
  align-items: flex-start; /* Ensures TOC doesn't stretch to full height */
}

.blog-post__body-container {
  flex: 1;
  max-width: 720px;
}

/* ==========================================================================
   Table of Contents - Sticky Sidebar
   ========================================================================== */

.blog-post-toc {
  width: 240px;
  flex-shrink: 0;
  order: -1; /* Place on left side */
  position: sticky;
  top: 100px;
  align-self: flex-start; /* Prevents stretching to full height */
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.blog-post-toc__header {
  margin-bottom: 16px;
}

.blog-post-toc__title {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-2xs, 14px);
  font-weight: var(--font-weight-medium, 500);
  color: var(--text-secondary, #33536b);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-post-toc__nav {
  /* No longer sticky - parent is now sticky */
}

.blog-post-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid var(--color-neutral-20, #e5e5e5);
}

.blog-post-toc__item {
  margin: 0;
}

.blog-post-toc__item--nested {
  padding-left: 12px;
}

.blog-post-toc__link {
  display: block;
  padding: 8px 0 8px 16px;
  margin-left: -2px;
  border-left: 2px solid transparent;
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-2xs, 14px);
  line-height: 1.4;
  color: var(--text-secondary, #33536b);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.blog-post-toc__link:hover {
  color: var(--color-ink-100, #002846);
}

.blog-post-toc__link--active {
  color: var(--color-lilac-80, #a855f7);
  border-left-color: var(--color-lilac-80, #a855f7);
}

/* ==========================================================================
   Tags Section - Pill badges
   ========================================================================== */

.blog-post-body__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: var(--space-xl, 48px);
  padding-top: var(--space-lg, 40px);
  border-top: 1px solid var(--color-neutral-20, #e5e5e5);
}

.blog-post-body__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background-color: var(--color-neutral-10, #f6f2f8);
  border-radius: 100px;
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-2xs, 14px);
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-ink-100, #002846);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.blog-post-body__tag:hover {
  background-color: var(--color-lilac-20, #f3e8ff);
  color: var(--color-lilac-80, #a855f7);
}

/* ==========================================================================
   Share Buttons
   ========================================================================== */

.blog-post-body__share {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: var(--space-lg, 40px);
  padding-top: var(--space-lg, 40px);
  border-top: 1px solid var(--color-neutral-20, #e5e5e5);
}

.blog-post-body__share-label {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-2xs, 14px);
  color: var(--text-secondary, #33536b);
}

.blog-post-body__share-buttons {
  display: flex;
  gap: 12px;
}

.blog-post-body__share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-neutral-10, #f6f2f8);
  border-radius: 50%;
  color: var(--color-ink-100, #002846);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.blog-post-body__share-button:hover {
  background-color: var(--color-lilac-20, #f3e8ff);
  color: var(--color-lilac-80, #a855f7);
  transform: translateY(-2px);
}

.blog-post-body__share-button svg {
  width: 20px;
  height: 20px;
}

/* ==========================================================================
   Author Bio
   ========================================================================== */

.blog-post-body__author {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: var(--space-lg, 40px);
  padding: 24px;
  background-color: var(--color-neutral-10, #f6f2f8);
  border-radius: var(--radius-panel, 12px);
}

.blog-post-body__author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.blog-post-body__author-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog-post-body__author-name {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-m, 20px);
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-ink-100, #002846);
}

.blog-post-body__author-bio {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-2xs, 14px);
  line-height: 1.5;
  color: var(--text-secondary, #33536b);
  margin: 0;
}

/* ==========================================================================
   Back to Blog Button
   ========================================================================== */

.blog-post-body__back {
  margin-top: var(--space-xl, 48px);
  padding-top: var(--space-lg, 40px);
  border-top: 1px solid var(--color-neutral-20, #e5e5e5);
}

/* ==========================================================================
   Responsive - match theme padding pattern
   ========================================================================== */

@media screen and (max-width: 1439px) {
  .blog-post__header-container,
  .blog-post__body-wrapper {
    padding: 0 124px;
  }
}

@media screen and (max-width: 1199px) {
  /* Hide TOC on smaller screens, show content full width */
  .blog-post-toc {
    display: none;
  }

  .blog-post__body-wrapper {
    display: block;
  }

  .blog-post__body-container {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  .blog-post__header-section {
    padding: 64px 0 48px;
  }

  .blog-post__body-section {
    padding: 48px 0 64px;
  }

  .blog-post__header-container,
  .blog-post__body-wrapper {
    padding: 0 64px;
  }

  .blog-post-header__title {
    font-size: 40px;
    letter-spacing: -0.8px;
  }
}

@media screen and (max-width: 767px) {
  .blog-post__header-section {
    padding: 48px 0 40px;
  }

  .blog-post__body-section {
    padding: 40px 0 48px;
  }

  .blog-post__header-container,
  .blog-post__body-wrapper {
    padding: 0 24px;
  }

  .blog-post-header__top-row {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
  }

  .blog-post-header__topic {
    padding: 6px 12px;
    font-size: 10px;
  }

  .blog-post-header__title {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 20px;
  }

  .blog-post-header__meta {
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .blog-post-header__image {
    border-radius: 8px;
  }

  .blog-post-body__share {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .blog-post-body__author {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .blog-post-body__author-avatar {
    width: 56px;
    height: 56px;
  }

  .blog-post-body__author-info {
    align-items: center;
  }
}
/* ==========================================================================
   Logo Scroller Section
   Full-width section with gradient background for scrolling logos
   ========================================================================== */

/* Section container with gradient background */
.logo-scroller-section {
  background: linear-gradient(90deg, #BE7CFF 0%, #FF44D6 50%, #FF6D3D 100%);
  padding: 27px 0;
  position: relative;
  overflow: hidden;
}

/* Remove default section max-width constraint for full-bleed effect */
.logo-scroller-section > .row-fluid {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}

/* Ensure the DnD column spans full width */
.logo-scroller-section .dnd-column {
  padding-left: 0;
  padding-right: 0;
}

/* Ensure row spans full width */
.logo-scroller-section .dnd-row {
  max-width: none;
}

/* Responsive section padding */
@media screen and (max-width: 1023px) {
  .logo-scroller-section {
    padding: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .logo-scroller-section {
    padding: 20px 0;
  }
}
/* ==========================================================================
   Form Split Section Styles
   ========================================================================== */

/**
 * Section container
 * Background: Lilac 15 (#F7EEFF)
 */
.form-split-section {
  position: relative;
}

/* ==========================================================================
   HubSpot Form Styles
   ========================================================================== */

/**
 * Form container
 * White background with dashed border per design
 */
.form-split-section .hs-form-private,
.form-split-section form.hs-form {
  box-sizing: border-box;
  background-color: var(--color-neutral-00, #ffffff);
  border: none;
  border-radius: var(--radius-panel, 24px);
  padding: var(--space-lg, 40px);
  max-width: 100%;
  width: 100%;
}

/**
 * Form fields
 */
.form-split-section .hs-form-field {
  margin-bottom: var(--space-sm, 24px);
}

/**
 * Form labels
 */
.form-split-section .hs-form-field > label {
  display: block;
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: 14px;
  font-weight: var(--font-weight-medium, 500);
  color: var(--color-ink-100, #002846);
  margin-bottom: 8px;
}

/**
 * Form inputs
 */
.form-split-section input[type="text"],
.form-split-section input[type="email"],
.form-split-section input[type="tel"],
.form-split-section input[type="number"],
.form-split-section select,
.form-split-section textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: 16px;
  color: var(--color-ink-100, #002846);
  background-color: var(--color-neutral-00, #ffffff);
  border: 1px solid var(--color-ink-100, #002846);
  border-radius: var(--radius-buttons, 8px);
  transition: border-color 0.2s ease;
}

.form-split-section input[type="text"]:focus,
.form-split-section input[type="email"]:focus,
.form-split-section input[type="tel"]:focus,
.form-split-section input[type="number"]:focus,
.form-split-section select:focus,
.form-split-section textarea:focus {
  outline: none;
  border-color: var(--color-primary, #00e4f5);
}

.form-split-section input::placeholder,
.form-split-section textarea::placeholder {
  color: var(--color-ink-40, #949494);
}

/**
 * Select dropdown
 */
.form-split-section select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23002846' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

/**
 * Textarea
 */
.form-split-section textarea {
  min-height: 120px;
  resize: vertical;
}

/**
 * Two-column field layout (First Name / Last Name)
 */
.form-split-section .hs-form-field .input {
  width: 100%;
}

.form-split-section .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100% !important;
  box-sizing: border-box;
}

.form-split-section .hs-form-private,
.form-split-section form.hs-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.form-split-section fieldset {
  max-width: 100% !important;
  border: none;
  padding: 0;
  margin: 0;
}

/**
 * Hide fieldsets that only contain hidden tracking fields (UTM, ticket, etc.)
 * These are added by HubSpot for tracking but shouldn't take up space.
 */
.form-split-section fieldset:has(> .hs-form-field > .input > input[type="hidden"]) {
  display: none;
}

.form-split-section fieldset.form-columns-2 {
  display: flex;
  gap: 16px;
}

.form-split-section fieldset.form-columns-2 .hs-form-field {
  flex: 1 1 0%;
  width: auto !important;
  float: none !important;
}

.form-split-section fieldset .hs-form-field {
  margin-bottom: 0;
}

/**
 * Checkbox and consent
 */
.form-split-section .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.form-split-section .hs-form-booleancheckbox-display input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.form-split-section .hs-form-booleancheckbox-display span,
.form-split-section .hs-form-booleancheckbox-display span p {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-ink-100, #002846);
}

.form-split-section .hs-form-booleancheckbox-display a {
  color: var(--color-primary, #00e4f5);
  text-decoration: underline;
}

.form-split-section .legal-consent-container {
  margin-bottom: var(--space-sm, 24px);
}

/**
 * Submit button
 */
.form-split-section input[type="submit"],
.form-split-section .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  height: 40px;
  background-color: var(--color-primary, #00e4f5);
  color: var(--color-ink-100, #002846);
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: 12px;
  font-weight: var(--font-weight-medium, 500);
  letter-spacing: 0.96px;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius-minimal, 4px);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.form-split-section input[type="submit"]:hover,
.form-split-section .hs-button:hover {
  background-color: #00cce0;
}

/**
 * Error messages
 */
.form-split-section .hs-error-msg {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: 12px;
  color: #ef6b51;
  margin-top: 4px;
}

.form-split-section .hs-input.invalid.error {
  border-color: #ef6b51;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/**
 * Tablet - stack vertically
 */
@media screen and (max-width: 1023px) {
  .form-split-section .hs-form-private,
  .form-split-section form.hs-form {
    max-width: 100%;
  }
}

/**
 * Mobile
 */
@media screen and (max-width: 767px) {
  .form-split-section .hs-form-private,
  .form-split-section form.hs-form {
    padding: var(--space-sm, 24px);
    border-radius: var(--radius-cards, 16px);
  }
}
/* ==========================================================================
   Meeting Split Section Styles
   ========================================================================== */

/**
 * Section container
 * Background: Dark (Ink 100 - #002846)
 */
.meeting-split-section {
  position: relative;
}

/* ==========================================================================
   Meeting Embed Responsive Handling
   ========================================================================== */

/**
 * Ensure embedded iframes are responsive
 */
.meeting-split-section iframe {
  max-width: 100%;
}

/**
 * HubSpot Meetings specific styling
 */
.meeting-split-section .meetings-iframe-container {
  width: 100%;
  min-height: 600px;
}

.meeting-split-section .meetings-iframe-container iframe {
  border-radius: var(--radius-panel, 24px);
  overflow: hidden;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/**
 * Tablet
 */
@media screen and (max-width: 1023px) {
  .meeting-split-section .meetings-iframe-container {
    min-height: 500px;
  }
}

/**
 * Mobile
 */
@media screen and (max-width: 767px) {
  .meeting-split-section .meetings-iframe-container {
    min-height: 450px;
  }
}
/* ==========================================================================
   Video Split Section Styles
   ========================================================================== */

/**
 * Section container
 * Background: White
 */
.video-split-section {
  position: relative;
}

/* ==========================================================================
   Button Overrides for Light Background
   ========================================================================== */

/**
 * Secondary/Ghost button styling for light backgrounds
 */
.video-split-section .button--ghost {
  background-color: transparent;
  border: 1px solid var(--border-secondary-button, #8093a2);
}

.video-split-section .button--ghost .button__label {
  color: var(--text-secondary, #33536b);
}

.video-split-section .button--ghost .button__icon {
  color: var(--text-secondary, #33536b);
}

.video-split-section .button--ghost:hover,
.video-split-section .button--ghost:focus {
  background-color: rgba(0, 40, 70, 0.05);
  border-color: var(--color-ink-100, #002846);
}

.video-split-section .button--ghost:hover .button__label,
.video-split-section .button--ghost:focus .button__label,
.video-split-section .button--ghost:hover .button__icon,
.video-split-section .button--ghost:focus .button__icon {
  color: var(--color-ink-100, #002846);
}
/* ==========================================================================
   Hero Split Bleed Section
   Image bleeds to the bottom edge of the section
   ========================================================================== */

/**
 * Section background + positioning context for floating background elements
 */
.hero-split-bleed-section {
  background-color: var(--color-ink-100, #002846);
  position: relative;
  overflow: hidden;
}

/**
 * Force DnD wrappers to position:static so floating background elements
 * anchor to the section container, not intermediate wrappers.
 */
.hero-split-bleed-section .hero-split-bleed__content,
.hero-split-bleed-section .hero-split-bleed__content > .row-fluid-wrapper,
.hero-split-bleed-section .hero-split-bleed__content > .row-fluid-wrapper > .row-fluid,
.hero-split-bleed-section .hero-split-bleed__content > .row-fluid-wrapper > .row-fluid > [class*="span"],
.hero-split-bleed-section .hero-split-bleed__content .dnd-module {
  position: static !important;
}

/**
 * Content and backers sit above floating background elements (z-index: 1)
 */
.hero-split-bleed-section .hero-split-content {
  position: relative;
  z-index: 2;
}

.hero-split-bleed-section .backers-wrapper {
  position: relative;
  z-index: 2;
}

/**
 * Override the module grid so the image aligns to the bottom
 * and bleeds past the section padding
 */
.hero-split-bleed-section .hero-split-content {
  align-items: end;
}

/* Text column stays vertically centered */
.hero-split-bleed-section .hero-split-content__text {
  align-self: center;
  padding-bottom: 80px;
}

/* No padding needed when image is absent */
.hero-split-bleed-section .hero-split-content--no-image .hero-split-content__text {
  padding-bottom: 0;
}

/* Image column — flush to bottom edge */
.hero-split-bleed-section .hero-split-content__media {
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

.hero-split-bleed-section .hero-split-content__image {
  object-fit: contain;
  object-position: bottom center;
}

/* Eyebrow override for gradient background */
.hero-split-bleed-section .hero-eyebrow {
  background-color: rgba(0, 228, 245, 0.15);
  color: var(--color-neutral-00, #ffffff);
}

/* Reduce text padding when backers bar is hidden — no need to offset */
.hero-split-bleed-section:not(:has(.backers-wrapper)) .hero-split-content__text {
  padding-bottom: 0;
}

/* Collapse the backers row when show_backers is off.
   HubSpot strips custom dnd_row classes AND leaves whitespace inside
   .hs_cos_wrapper (so :empty won't match). Instead, target the last
   .dnd-row in the section that has no .backers-wrapper rendered inside. */
.hero-split-bleed-section .dnd-column > .dnd-row:last-child:not(:has(.backers-wrapper)) {
  display: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 1023px) {
  /* On tablet, restore padding so stacked content has breathing room */
  .hero-split-bleed-section .hero-split-content__text {
    padding-bottom: 0;
    text-align: center;
    align-items: center;
  }

  .hero-split-bleed-section .hero-split-content__media {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-split-bleed-section .hero-split-content__text {
    padding-bottom: 0;
  }
}
/* ==========================================================================
   Hero Split Short Bleed Section
   Compact hero variant with image bleeding to bottom edge.
   Used for sub-page headers (e.g., Help Centre, Resources).
   ========================================================================== */

/**
 * Section background — solid dark navy
 */
.hero-split-short-bleed-section {
  background-color: var(--color-ink-100, #002846);
}

/**
 * Override the module grid so the image aligns to the bottom
 * and bleeds past the section padding
 */
.hero-split-short-bleed-section .hero-split-content.hero-split-content {
  align-items: end;
}

/**
 * Text column — vertically centered within the shorter section
 * Bottom padding keeps text from sitting flush against section bottom
 */
.hero-split-short-bleed-section .hero-split-content__text {
  align-self: center;
  padding-bottom: 48px;
}

/* No padding needed when image is absent — section padding is enough */
.hero-split-short-bleed-section .hero-split-content--no-image .hero-split-content__text {
  padding-bottom: 0;
}

/**
 * Remove trailing margin on headline when description/CTAs are empty
 * (macros output nothing for empty fields, so headline becomes last-child)
 */
.hero-split-short-bleed-section .hero-split-content__text .hero-headline:last-child {
  margin-bottom: 0;
}

/**
 * Image column — flush to bottom edge, constrained height
 */
.hero-split-short-bleed-section .hero-split-content__media {
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  max-height: 320px;
}

/**
 * Image — contain within constrained media column
 */
.hero-split-short-bleed-section .hero-split-content__image {
  object-fit: contain;
  object-position: bottom center;
  max-height: 320px;
}

/**
 * Eyebrow override for dark background
 */
.hero-split-short-bleed-section .hero-eyebrow {
  background-color: rgba(0, 228, 245, 0.15);
  color: var(--color-neutral-00, #ffffff);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/**
 * Tablet — stack vertically, restore padding
 */
@media screen and (max-width: 1023px) {
  .hero-split-short-bleed-section .hero-split-content__text {
    padding-bottom: 0;
    text-align: center;
    align-items: center;
  }

  .hero-split-short-bleed-section .hero-split-content__media {
    align-items: center;
    max-height: none;
  }

  .hero-split-short-bleed-section .hero-split-content__image {
    max-height: 280px;
  }
}

/**
 * Mobile — further constrain image
 */
@media screen and (max-width: 767px) {
  .hero-split-short-bleed-section .hero-split-content__text {
    padding-bottom: 0;
  }

  .hero-split-short-bleed-section .hero-split-content__image {
    max-height: 240px;
  }
}
/* ==========================================================================
   Statement Light Section Styles
   Section: statement-light.html
   ========================================================================== */

/**
 * Section Base Styles
 * Light lilac background (#F7EEFF / Lilac 15)
 */
.statement-light-section {
  background-color: var(--color-lilac-15, #F7EEFF);
  position: relative;
  overflow: hidden;
}

/**
 * Ensure content sits above any background decorations
 */
.statement-light-section .dnd-column,
.statement-light-section .dnd-row,
.statement-light-section .dnd-module {
  position: relative;
  z-index: 2;
}
/* ==========================================================================
   Statement Dark Section Layout Styles
   Section: statement-dark.html
   ========================================================================== */

/**
 * Section Base Styles
 * Ink gradient background - full-width bleed
 * Gradient from Figma: ~64deg angle
 */
.statement-dark-section {
  position: relative;
  background: linear-gradient(
    64deg,
    rgb(18, 70, 97) 0%,
    rgb(6, 53, 88) 37%,
    rgb(6, 53, 88) 54%,
    rgb(63, 76, 133) 100%
  );
  overflow: hidden;
}

/**
 * Ensure content sits above the background image
 * Use static positioning on intermediates so image resolves to section
 */
.statement-dark-section .dnd-column,
.statement-dark-section .dnd-row,
.statement-dark-section .dnd-module,
.statement-dark-section .hs_cos_wrapper {
  position: static;
}

/**
 * Content needs z-index to sit above image
 */
.statement-dark-section .statement-dark__content {
  position: relative;
  z-index: 2;
}

/* Allow module to be full width within the column */
.statement-dark-section .hs_cos_wrapper {
  width: 100%;
}

/**
 * Image positioning — anchored to bottom-right of section
 * Image keeps natural aspect ratio (no cropping)
 * Bleeds to viewport edge since section is full-width
 */
.statement-dark-section .statement-dark__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  z-index: 1;
}

/**
 * Tablet (768px - 1023px)
 */
@media screen and (max-width: 1023px) {
  .statement-dark-section .statement-dark__image {
    width: 35%;
  }
}

/**
 * Mobile (<768px)
 * Smaller image peeking from bottom-right
 */
@media screen and (max-width: 767px) {
  .statement-dark-section .statement-dark__image {
    width: 40%;
  }
}
/* ==========================================================================
   Statement Dark Simple Section Styles
   Section: statement-dark-simple.html
   ========================================================================== */

/**
 * Section Base Styles
 * Dark ink gradient background — same gradient as statement-dark
 * Centered layout (no side image)
 */
.statement-dark-simple-section {
  position: relative;
  background: linear-gradient(
    64deg,
    rgb(18, 70, 97) 0%,
    rgb(6, 53, 88) 37%,
    rgb(6, 53, 88) 54%,
    rgb(63, 76, 133) 100%
  );
  overflow: hidden;
}

/**
 * Ensure content sits above any background decorations
 */
.statement-dark-simple-section .dnd-column,
.statement-dark-simple-section .dnd-row,
.statement-dark-simple-section .dnd-module {
  position: relative;
  z-index: 2;
}
/* ==========================================================================
   Vertical Carousel Section
   Section: vertical-carousel.html
   ========================================================================== */

.vertical-carousel-section {
  background-color: var(--color-lilac-15, #F7EEFF);
}

/* Eyebrow override for light background (if eyebrow is added later) */
.vertical-carousel-section .hero-eyebrow {
  background-color: var(--color-lilac-20, #f2e5ff);
  color: var(--text-primary, #002846);
}
/* ==========================================================================
   Service Card Section Layout Styles
   Section: service-card.html

   Dark gradient background with centered white card module
   ========================================================================== */

/**
 * Section Container
 * Dark blue-to-purple gradient background per Figma
 */
.service-card-section {
  background: linear-gradient(
    66.9deg,
    rgb(18, 70, 97) 0%,
    rgb(6, 53, 88) 37%,
    rgb(6, 53, 88) 54.3%,
    rgb(63, 76, 133) 100%
  );
}
/* ==========================================================================
   Service Card Essentials Section Layout Styles
   Section: service-card-essentials.html

   Dark gradient background with centered white card module
   ========================================================================== */

/**
 * Section Container
 * Dark blue-to-purple gradient background (same as service-card section)
 */
.service-card-essentials-section {
  background: linear-gradient(
    66.9deg,
    rgb(18, 70, 97) 0%,
    rgb(6, 53, 88) 37%,
    rgb(6, 53, 88) 54.3%,
    rgb(63, 76, 133) 100%
  );
}
/* ==========================================================================
   Section: Compliance Comparison
   White background, centered header + before/after comparison cards
   ========================================================================== */

.compliance-comparison-section {
  background-color: var(--color-neutral-00, #ffffff);
}
/* App Store Banners Section
   Gradient banner displaying app store download badges */

.app-store-banners-section {
  background: linear-gradient(
    to right,
    #be7cff 51.84%,
    #ff44d6 81.55%,
    #ff6d3d 99.37%
  );
  padding: 27px 0 !important;
  position: relative;
  overflow: hidden;
}

/* Remove default section max-width constraint for full-bleed effect */
.app-store-banners-section > .row-fluid {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}

/* Ensure the DnD column spans full width */
.app-store-banners-section .dnd-column {
  padding-left: 0;
  padding-right: 0;
}

/* Ensure row spans full width */
.app-store-banners-section .dnd-row {
  max-width: none;
}

/* Responsive section padding */
@media screen and (max-width: 1023px) {
  .app-store-banners-section {
    padding: 24px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .app-store-banners-section {
    padding: 20px 0 !important;
  }
}
/* ==========================================================================
   Timeline Section Layout Styles
   Section: timeline.html

   Dark gradient background with left-aligned header and horizontal timeline.
   ========================================================================== */

/**
 * Section Container
 * Dark ink gradient background
 */
.timeline-section {
  background: linear-gradient(
    71.67deg,
    rgb(29, 43, 87) 0%,
    var(--color-ink-100, rgb(0, 40, 70)) 37.03%,
    var(--color-ink-100, rgb(0, 40, 70)) 65.85%,
    rgb(1, 58, 87) 99.96%
  );
}

/**
 * Spacing between header row and timeline row
 */
.timeline-section .dnd-row:first-child {
  margin-bottom: 48px;
}

/**
 * Gradient text effect for highlighted words in headline
 */
.timeline-section .hero-headline span {
  background: linear-gradient(90deg, #c977ff 0%, #ff44d6 54%, #ff5e29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media screen and (max-width: 1023px) {
  .timeline-section .dnd-row:first-child {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .timeline-section .dnd-row:first-child {
    margin-bottom: 32px;
  }
}
/* ==========================================================================
   Legal Content Section Styles
   Section: sections/legal-content.html
   ========================================================================== */

/**
 * Section container
 * overflow: visible is required for sticky TOC positioning to work
 */
.legal-content-section {
  overflow: visible !important;
}

/**
 * Ensure DnD wrapper elements don't block sticky positioning
 * HubSpot wraps modules in .dnd-row > .dnd-module containers
 * that may have position: relative, breaking sticky context
 */
.legal-content-section .dnd-row,
.legal-content-section .row-fluid-wrapper,
.legal-content-section .row-fluid,
.legal-content-section .widget-span {
  overflow: visible !important;
}
/* ==========================================================================
   Team Cards Section Styles
   Section: team-cards.html
   ========================================================================== */

.team-cards-section {
  position: relative;
  overflow: hidden;
}

/* Content centering */
.team-cards-section .dnd-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-cards-section .dnd-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Eyebrow override for light background */
.team-cards-section .hero-eyebrow {
  background-color: var(--color-lilac-20, #f2e5ff);
  color: var(--text-primary, #002846);
}
/* ==========================================================================
   CTA Cards Section
   Section: cta-cards.html
   ========================================================================== */

.cta-cards-section {
  background-color: var(--bg-primary, #ffffff);
}

/* Header */
.cta-cards__header {
  text-align: center;
  margin-bottom: var(--space-3xl, 64px);
}

.cta-cards__header h2 {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-h3, 48px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--line-height-none, 1);
  letter-spacing: var(--letter-spacing-h3, -0.96px);
  color: var(--color-ink-100, #002846);
  margin: 0;
}

/* Cards Grid */
.cta-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md, 32px);
  justify-content: center;
}

/* Center when fewer than 3 cards */
.cta-cards__grid:has(.cta-card:last-child:nth-child(2)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 66%;
  margin-inline: auto;
}

.cta-cards__grid:has(.cta-card:last-child:nth-child(1)) {
  grid-template-columns: minmax(0, 1fr);
  max-width: 33%;
  margin-inline: auto;
}

/* Individual Card */
.cta-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-lilac-40, #d4b5ff);
  border-radius: var(--radius-panel, 12px);
  overflow: hidden;
  background-color: var(--color-neutral-00, #ffffff);
}

/* Card Image */
.cta-card__image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #c471f5 0%, #fa71cd 100%);
}

.cta-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card Body */
.cta-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm, 24px);
  padding: var(--space-sm, 24px) var(--space-sm, 24px) var(--space-md, 32px);
  flex-grow: 1;
}

/* Card Title */
.cta-card__title {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-h4, 28px);
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--line-height-none, 1);
  letter-spacing: var(--letter-spacing-h4, -0.28px);
  color: var(--color-ink-100, #002846);
  text-align: center;
  margin: 0 0 var(--space-sm, 24px);
  flex-grow: 1;
}

/* Button - push to bottom with spacing from title */
.cta-card__body .button {
  margin-top: auto;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* 2-card layout adjusts naturally via grid */

@media screen and (max-width: 1023px) {
  .cta-cards__header {
    margin-bottom: var(--space-xl, 48px);
  }
}

@media screen and (max-width: 767px) {
  .cta-cards__header h2 {
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .cta-cards__grid,
  .cta-cards__grid:has(.cta-card:last-child:nth-child(2)),
  .cta-cards__grid:has(.cta-card:last-child:nth-child(1)) {
    grid-template-columns: 1fr;
    gap: var(--space-sm, 24px);
    max-width: 100%;
  }

  .cta-cards__header {
    margin-bottom: var(--space-xl, 48px);
  }
}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* ==========================================================================
   TYPOGRAPHY UTILITY CLASSES
   Based on Figma Design System (Website/Header/* and Website/Body/*)
   ========================================================================== */

/* Header Classes (matching Figma Website/Header/*)
   ========================================================================== */

.text-h1 {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-h1, 64px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-none, 1);
  letter-spacing: var(--letter-spacing-h1, -1.28px);
}

.text-h2 {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-h2, 56px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-none, 1);
  letter-spacing: var(--letter-spacing-h2, -1.12px);
}

.text-h3 {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-h3, 48px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-none, 1);
  letter-spacing: var(--letter-spacing-h3, -0.96px);
}

.text-h4 {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-h4, 28px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-none, 1);
  letter-spacing: var(--letter-spacing-h4, -0.28px);
}

.text-h3-5 {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: 38px;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-none, 1);
  letter-spacing: -0.76px;
}

.text-h5 {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-xl, 24px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-snug, 1.2);
  letter-spacing: 0;
}

/* Body Classes (matching Figma Website/Body/*)
   ========================================================================== */

.text-body-xl {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-xl, 24px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-normal, 1.25);
  letter-spacing: 0;
}

.text-body-l {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-body-l, 22px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-snug, 1.2);
  letter-spacing: 0;
}

.text-body-m {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-body-m, 20px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-snug, 1.2);
  letter-spacing: 0;
}

.text-body-s {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-md, 18px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-normal, 1.25);
  letter-spacing: 0;
}

.text-body-xs {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-s, 16px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-normal, 1.25);
  letter-spacing: 0;
}

.text-body-xxs {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-2xs, 14px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-snug, 1.2);
  letter-spacing: 0;
}

.text-body-xxxs {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-xs, 12px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-snug, 1.2);
  letter-spacing: 0;
}

/* Specialty Classes
   ========================================================================== */

.text-eyebrow {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-2xs, 14px);
  font-weight: var(--font-weight-regular, 400);
  letter-spacing: var(--letter-spacing-eyebrow, 0.8px);
  text-transform: uppercase;
}

.text-cta-sm {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: 10px;
  font-weight: var(--font-weight-medium, 500);
  line-height: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.text-cta-lg,
.text-label {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-xs, 12px);
  font-weight: var(--font-weight-medium, 500);
  line-height: 14px;
  letter-spacing: var(--letter-spacing-button, 0.96px);
  text-transform: uppercase;
}

.text-button {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-xs, 12px);
  font-weight: 500;
  line-height: 14px;
  letter-spacing: var(--letter-spacing-button, 0.96px);
  text-transform: uppercase;
}

.text-nav {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-s, 16px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-snug, 1.3);
  letter-spacing: 0;
}

/* Gradient Text Effects
   ========================================================================== */

.gradient-text {
  background: linear-gradient(90deg, #ff44d6 0%, #ff6d3d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-text--purple {
  background: linear-gradient(90deg, #c977ff 0%, #ff44d6 54%, #ff5e29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Color Modifiers
   ========================================================================== */

.text-inverted {
  color: var(--text-inverted, var(--color-neutral-00, #ffffff));
}

.text-primary {
  color: var(--text-primary, #002846);
}

.text-muted {
  color: var(--color-ink-30, #667e90);
}

/* Font Weight Modifiers
   ========================================================================== */

.font-regular {
  font-weight: var(--font-weight-regular, 400);
}

.font-medium {
  font-weight: var(--font-weight-medium, 500);
}

.font-semibold {
  font-weight: var(--font-weight-semibold, 600);
}

/* Responsive Typography
   ========================================================================== */

@media screen and (max-width: 767px) {
  .text-h1 {
    font-size: var(--font-size-h2, 56px);
    letter-spacing: var(--letter-spacing-h2, -1.12px);
  }

  .text-h3 {
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .text-h5 {
    font-size: var(--font-size-body-m, 20px);
  }

  .text-body-m {
    font-size: var(--font-size-s, 16px);
  }
}
/* ==========================================================================
   Section Typography Utility Classes
   Reusable typography patterns for DnD sections using rich_text modules

   Note: Per CLAUDE.md, CSS classes on elements inside @hubspot/rich_text
   do NOT reliably survive the HubSpot editor. Therefore, we apply typography
   via section CSS selectors targeting .hs_cos_wrapper_type_rich_text.
   ========================================================================== */

/* ==========================================================================
   Centered Rich Text Wrapper Pattern
   ========================================================================== */

.section-centered-text .hs_cos_wrapper_type_rich_text {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* ==========================================================================
   Section Headline Typography (H3 style)
   Common pattern: H2 element styled as H3 typography
   ========================================================================== */

.section-headline-h3 .hs_cos_wrapper_type_rich_text > h2 {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-h3, 48px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-none, 1);
  letter-spacing: var(--letter-spacing-h3, -0.96px);
  margin: 0;
}

/* ==========================================================================
   Section Description Typography (Body XL style)
   ========================================================================== */

.section-description-xl .hs_cos_wrapper_type_rich_text > p {
  font-family: var(--font-family-body, 'Denim', sans-serif);
  font-size: var(--font-size-xl, 24px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--line-height-normal, 1.25);
  margin: 0;
}

/* ==========================================================================
   Color Variants
   ========================================================================== */

/* Light section (dark text on light background) */
.section-light .hs_cos_wrapper_type_rich_text > h2,
.section-light .hs_cos_wrapper_type_rich_text > p {
  color: var(--color-ink-100, #002846);
}

/* Dark section (light text on dark background) */
.section-dark .hs_cos_wrapper_type_rich_text > h2,
.section-dark .hs_cos_wrapper_type_rich_text > p {
  color: var(--color-neutral-00, #ffffff);
}

/* Gradient text for highlighted spans within headlines */
.section-dark .hs_cos_wrapper_type_rich_text > h2 span {
  background: linear-gradient(90deg, #c977ff 0%, #ff44d6 54%, #ff5e29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ==========================================================================
   Responsive Typography
   ========================================================================== */

/* Tablet (768px - 1023px) - Same as desktop for headlines */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-headline-h3 .hs_cos_wrapper_type_rich_text > h2 {
    font-size: var(--font-size-h3, 48px);
    letter-spacing: var(--letter-spacing-h3, -0.96px);
  }

  .section-description-xl .hs_cos_wrapper_type_rich_text > p {
    font-size: var(--font-size-xl, 24px);
  }
}

/* Mobile (<768px) */
@media screen and (max-width: 767px) {
  .section-headline-h3 .hs_cos_wrapper_type_rich_text > h2 {
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .section-description-xl .hs_cos_wrapper_type_rich_text > p {
    font-size: var(--font-size-body-m, 20px);
  }
}
/* ==========================================================================
   Button System - Global Styles
   Design system-aligned button components with variants and states
   ========================================================================== */

/**
 * Base Button Styles
 * Foundation for all button variants following Figma design system
 */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4xs, 4px);
  border-radius: var(--radius-buttons, 4px);
  cursor: pointer;
  font-family: 'Denim', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  border: none;
}

/**
 * Button Label
 */
.button__label {
  display: inline-block;
}

/**
 * Button Icon
 */
.button__icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.button__icon svg {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Size Variants
   ========================================================================== */

/**
 * Large Button (40px height)
 * Default size for primary actions
 */
.button--large {
  padding: var(--space-xs, 12px) var(--space-s, 16px);
  height: 40px;
}

/**
 * Default Button (28px height)
 * Compact size for secondary actions
 */
.button--default {
  padding: var(--space-4xs, 4px) var(--space-xs, 12px);
  height: 28px;
}

/* ==========================================================================
   Color Variants
   ========================================================================== */

/**
 * Primary Button
 * Cyan background with dark text - main call-to-action
 */
.button--primary {
  background-color: var(--btn-primary, #00e4f5);
  color: var(--color-ink-100, #002846);
}

.button--primary:hover,
.button--primary:focus {
  background-color: var(--btn-primary-hover, #3df2ff);
  color: var(--color-ink-100, #002846);
}

.button--primary:active {
  background-color: var(--color-cyan-80, #3df2ff);
  color: var(--color-ink-100, #002846);
}

.button--primary .button__icon {
  color: var(--color-ink-100, #002846);
}

/**
 * Secondary Button
 * White background with dark text
 */
.button--secondary {
  background-color: var(--color-neutral-00, #ffffff);
  color: var(--text-primary, #002846);
}

.button--secondary:hover,
.button--secondary:focus {
  background-color: var(--color-neutral-05, #f5f5f5);
  color: var(--text-primary, #002846);
}

.button--secondary:active {
  background-color: var(--color-neutral-10, #e6eaed);
  color: var(--text-primary, #002846);
}

.button--secondary .button__icon {
  color: var(--text-primary, #002846);
}

/**
 * Tertiary Button
 * Link-styled button with transparent background
 */
.button--tertiary {
  background-color: transparent;
  color: var(--text-link, #00809c);
}

.button--tertiary:hover,
.button--tertiary:focus {
  color: var(--text-link-hover, #005466);
}

.button--tertiary .button__icon {
  color: var(--text-link, #00809c);
}

.button--tertiary:hover .button__icon,
.button--tertiary:focus .button__icon {
  color: var(--text-link-hover, #005466);
}

/**
 * Tonal Button
 * Light cyan background with dark text
 */
.button--tonal {
  background-color: var(--btn-control-tonal, #e1fcfe);
  color: var(--text-primary, #002846);
}

.button--tonal:hover,
.button--tonal:focus {
  background-color: var(--btn-control-tonal-hover, #baf8fc);
  color: var(--text-primary, #002846);
}

.button--tonal .button__icon {
  color: var(--text-primary, #002846);
}

/**
 * Ghost Button
 * Transparent with border - for dark backgrounds
 */
.button--ghost {
  background-color: transparent;
  color: var(--btn-ghost-text, #ffffff);
  border: 1px solid var(--btn-ghost-border, #667e90);
}

.button--ghost:hover,
.button--ghost:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--text-inverted, #ffffff);
}

.button--ghost:active {
  background-color: rgba(255, 255, 255, 0.15);
}

.button--ghost .button__icon {
  color: var(--btn-ghost-text, #ffffff);
}

/* ==========================================================================
   Icon Hover Animations - Direction-aware
   Translate icon in the direction of the arrow on hover
   ========================================================================== */

.button:hover .button__icon--right,
.button:hover .button__icon:not([class*="button__icon--"]) {
  transform: translateX(4px);
}

.button:hover .button__icon--down {
  transform: translateY(4px);
}

.button:hover .button__icon--left {
  transform: translateX(-4px);
}

.button:hover .button__icon--up {
  transform: translateY(-4px);
}

/**
 * Destructive Button
 * Red background for delete/remove actions
 */
.button--destructive {
  background-color: var(--btn-destructive, #d9005b);
  color: var(--btn-destructive-text, #ffffff);
}

.button--destructive:hover,
.button--destructive:focus {
  background-color: var(--btn-destructive-hover, #f30066);
  color: var(--btn-destructive-text, #ffffff);
}

.button--destructive .button__icon {
  color: var(--btn-destructive-text, #ffffff);
}

/* ==========================================================================
   Disabled State
   ========================================================================== */

.button:disabled,
.button--disabled {
  background-color: var(--btn-disabled, #e6eaed);
  color: var(--btn-disabled-text, #8093a2);
  border: none;
  cursor: not-allowed;
  pointer-events: none;
}

.button:disabled .button__icon,
.button--disabled .button__icon {
  color: var(--btn-disabled-text, #8093a2);
}

/* ==========================================================================
   Legacy HubSpot Button Support
   ========================================================================== */

button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* ==========================================================================
   No Button / Reset Button
   ========================================================================== */

.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: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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 input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 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.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.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 */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* 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 {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* 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
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}




.header__search .hs-search-field__input {
  
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-position: center right 15px;
    background-repeat: no-repeat;
  
  height: 45px;
  padding: 0 0.7rem;
}




.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

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

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* ==========================================================================
   Footer Styles
   Global site footer with brand, navigation columns, and legal section

   Typography sizes (Figma tokens):
   - 2xs = 14px
   - xs = 12px
   - s = 16px
   - md = 18px
   ========================================================================== */

.footer {
  position: relative;
  width: 100%;
  background: linear-gradient(76deg, rgb(29, 43, 87) 0%, var(--color-ink-100, #002846) 37%, var(--color-ink-100, #002846) 66%, rgb(1, 58, 87) 100%);
  font-family: var(--font-family-body, 'Denim', system-ui, -apple-system, sans-serif);
}

/* ==========================================================================
   Main Container
   ========================================================================== */

.footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 32px;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 124px 0;
}

/* ==========================================================================
   Brand Column (Logo, Tagline, Social)
   ========================================================================== */

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 258px;
  flex-shrink: 0;
}

/* Logo */
.footer__logo {
  flex-shrink: 0;
}

.footer__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.footer__logo img {
  height: 36px;
  width: auto;
}

/* Tagline - uses text-body-xxs class (14px) */
.footer__tagline {
  color: var(--color-neutral-00, #ffffff);
  margin: 0;
}

/* Social Links */
.footer__social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: var(--color-neutral-00, #ffffff);
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.footer__social-link:hover,
.footer__social-link:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.footer__social-link svg {
  flex-shrink: 0;
}

/* ==========================================================================
   Navigation Columns
   ========================================================================== */

.footer__nav {
  display: flex;
  flex: 1;
  gap: 16px;
  min-width: 0;
}

.footer__nav-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

/* Column Heading - uses text-body-s class (16px), regular weight per Figma */
.footer__nav-heading {
  font-weight: var(--font-weight-regular, 400);
  color: var(--color-neutral-00, #ffffff);
  margin: 0;
  text-transform: none;
}

/* Links List */
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__nav-list li {
  margin: 0;
}

/* Nav links - uses text-body-xxxs class (12px) */
.footer__nav-list a {
  color: var(--color-ink-30, #b3bfc8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__nav-list a:hover,
.footer__nav-list a:focus {
  color: var(--color-neutral-00, #ffffff);
}

/* ==========================================================================
   HubSpot Module Overrides
   ========================================================================== */

/* Override @hubspot/menu module styles */
.footer__nav-column .hs-menu-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__nav-column .hs-menu-wrapper li {
  margin: 0;
}

.footer__nav-column .hs-menu-wrapper a {
  font-size: var(--font-size-xs, 12px);
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.2;
  color: var(--color-ink-30, #b3bfc8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__nav-column .hs-menu-wrapper a:hover,
.footer__nav-column .hs-menu-wrapper a:focus {
  color: var(--color-neutral-00, #ffffff);
}

/* Menu title/header styling */
.footer__nav-column .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a,
.footer__nav-column .hs_cos_wrapper_type_menu > span,
.footer__nav-column .menu-header {
  font-size: var(--font-size-s, 16px);
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.25;
  color: var(--color-neutral-00, #ffffff);
  margin-bottom: 16px;
  display: block;
}

/* Override @hubspot/linked_image module styles for social icons */
.footer__social .hs_cos_wrapper_type_linked_image {
  display: inline-flex;
}

.footer__social .hs_cos_wrapper_type_linked_image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: var(--color-neutral-00, #ffffff);
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.footer__social .hs_cos_wrapper_type_linked_image a:hover,
.footer__social .hs_cos_wrapper_type_linked_image a:focus {
  background-color: rgba(255, 255, 255, 0.15);
}

.footer__social .hs_cos_wrapper_type_linked_image img {
  width: auto;
  height: 18px;
  filter: brightness(0) invert(1);
}

/* Override @hubspot/text module styles for tagline */
.footer__brand .hs_cos_wrapper_type_text,
.footer__brand .hs_cos_wrapper_type_text p {
  font-size: var(--font-size-2xs, 14px);
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.2;
  color: var(--color-neutral-00, #ffffff);
  margin: 0;
}

/* ==========================================================================
   Bottom Bar (Copyright, Legal, Badge)
   ========================================================================== */

.footer__bottom {
  margin: 72px 124px 0;
  border-top: 1px solid var(--color-ink-60, #667e90);
}

.footer__bottom-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1192px;
  margin: 0 auto;
  padding: 10px 0 80px;
}

/* Legal Section */
.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

/* Copyright - uses text-body-xxxs class (12px) */
.footer__email {
  color: var(--color-neutral-00, #ffffff);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer__email:hover,
.footer__email:focus {
  opacity: 0.7;
}

.footer__copyright {
  color: var(--color-ink-60, #667e90);
  margin: 0;
}

.footer__legal-links {
  display: flex;
  gap: 24px;
  align-items: center;
}

/* Legal links - uses text-body-xxxs class (12px) */
.footer__legal-links a {
  color: var(--color-ink-60, #667e90);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__legal-links a:hover,
.footer__legal-links a:focus {
  color: var(--color-neutral-00, #ffffff);
}

/* Badge */
.footer__badge {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer__badge img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.footer__badge a {
  display: block;
}

/* Override HubSpot linked_image module styles */
.footer__badge .hs_cos_wrapper_type_linked_image {
  display: block;
}

.footer__badge .hs_cos_wrapper_type_linked_image img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

/* ==========================================================================
   Responsive: Tablet (1024px - 1439px)
   ========================================================================== */

@media (max-width: 1439px) {
  .footer__container {
    padding: 48px 64px 0;
    gap: 56px 24px;
  }

  .footer__brand {
    width: 283px;
  }

  .footer__nav {
    flex-wrap: wrap;
    gap: 32px 24px;
  }

  .footer__nav-column {
    flex: 1 1 calc(33.333% - 16px);
    min-width: 120px;
  }

  .footer__bottom {
    margin: 56px 64px 0;
  }

  .footer__bottom-container {
    padding: 10px 0 80px;
  }

  /* Figma 1024: copyright/legal = 14px (2xs) - override text-body-xxxs */
  .footer__copyright.text-body-xxxs,
  .footer__legal-links a.text-body-xxxs {
    font-size: var(--font-size-2xs, 14px);
  }
}

/* ==========================================================================
   Responsive: Small Tablet (768px - 1023px)
   ========================================================================== */

@media (max-width: 1023px) {
  .footer__container {
    padding: 40px 48px 0;
    gap: 48px 24px;
  }

  .footer__brand {
    width: 208px;
  }

  /* Figma 768: tagline = 12px (xs) - override text-body-xxs */
  .footer__tagline.text-body-xxs {
    font-size: var(--font-size-xs, 12px);
  }

  /* HubSpot text module override for tagline on tablet */
  .footer__brand .hs_cos_wrapper_type_text,
  .footer__brand .hs_cos_wrapper_type_text p {
    font-size: var(--font-size-xs, 12px);
  }

  .footer__logo img {
    height: 32px;
  }

  .footer__bottom {
    margin: 48px 48px 0;
  }

  .footer__bottom-container {
    padding: 10px 0 48px;
  }
}

/* ==========================================================================
   Responsive: Mobile (390px - 767px)
   ========================================================================== */

@media (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    padding: 40px 24px 0;
    gap: 48px;
  }

  .footer__brand {
    width: 100%;
  }

  .footer__logo img {
    height: 36px;
    width: auto;
  }

  .footer__nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 32px 24px;
  }

  .footer__nav-column {
    flex: 1 1 calc(50% - 12px);
    min-width: 140px;
    gap: 21px;
  }

  /* Figma 390: nav headings = 18px (md) - override text-body-s */
  .footer__nav-heading.text-body-s {
    font-size: var(--font-size-md, 18px);
  }

  /* Figma 390: nav links = 14px (2xs) - override text-body-xxxs */
  .footer__nav-list a.text-body-xxxs {
    font-size: var(--font-size-2xs, 14px);
  }

  /* HubSpot menu overrides for mobile */
  .footer__nav-column .hs-menu-wrapper a {
    font-size: var(--font-size-2xs, 14px);
  }

  .footer__nav-column .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a,
  .footer__nav-column .hs_cos_wrapper_type_menu > span {
    font-size: var(--font-size-md, 18px);
  }

  /* HubSpot text module override for tagline on mobile */
  .footer__brand .hs_cos_wrapper_type_text,
  .footer__brand .hs_cos_wrapper_type_text p {
    font-size: var(--font-size-s, 16px);
    line-height: 1.25;
  }

  /* Figma 390: tagline = 16px (s) - override text-body-xxs */
  .footer__tagline.text-body-xxs {
    font-size: var(--font-size-s, 16px);
    line-height: 1.25;
  }

  .footer__bottom {
    margin: 48px 24px 0;
    border-color: var(--color-ink-70, #4d697e);
  }

  .footer__bottom-container {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    padding: 10px 0 48px;
  }

  .footer__legal {
    width: 100%;
  }

  /* Figma 390: copyright/legal = 14px (2xs) - override text-body-xxxs */
  .footer__copyright.text-body-xxxs {
    font-size: var(--font-size-2xs, 14px);
  }

  .footer__legal-links a.text-body-xxxs {
    font-size: var(--font-size-2xs, 14px);
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 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;
  }
}

/* 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%;
}

/* Hero CTA Row Layout
   ========================================================================== */

/* Styles for dnd_row containing button columns */
.dnd-row .dnd-column .button-wrapper {
  display: inline-block;
}

/* Responsive layout for hero CTAs */
@media screen and (max-width: 767px) {
  .dnd-row .dnd-column .button-wrapper {
    display: block;
    margin-bottom: var(--space-xs);
  }

  .dnd-row .dnd-column:last-child .button-wrapper {
    margin-bottom: 0;
  }

  .dnd-row .dnd-column .button {
    width: 100%;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* 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;
  }
}