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

/* New Academy is the official Decimal brand display face (named in the
   logo source file). Self-hosted here since it has no CDN source.
   --font-display falls back to Saira Condensed until then. */
@font-face {
  font-family: 'New Academy';
  src: url('https://148769212.fs1.hubspotusercontent-eu1.net/hubfs/148769212/raw_assets/public/decimal-theme/fonts/new-academy.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  /* Brand violet ramp */
  --violet-50: #F2EEFE;
  --violet-100: #E3D9FD;
  --violet-200: #C7B3FB;
  --violet-300: #A98BF8;
  --violet-400: #8458F6;
  --violet-500: #5A1CF4;
  --violet-600: #4A14D6;
  --violet-700: #3A0FAD;
  --violet-800: #280B7F;
  --violet-900: #1A0B6E;
  --violet-950: #0A0524;

  /* Magenta accent */
  --magenta-300: #D27CFF;
  --magenta-400: #BB45FD;
  --magenta-500: #9B31FF;

  /* Lemon accent */
  --yellow-300: #F7EE5A;
  --yellow-400: #F2E500;
  --yellow-500: #E2CE00;

  /* Neutrals */
  --neutral-50: #F6F7FB;
  --neutral-100: #EEEFF6;
  --neutral-200: #E1E3EE;
  --neutral-300: #CBCDDC;
  --neutral-400: #9A9DB1;
  --neutral-500: #6B6E83;
  --neutral-600: #4C4F62;
  --neutral-700: #343748;
  --neutral-800: #1F2130;
  --neutral-900: #12131E;
  --ink: #0E0F18;

  /* Semantic aliases */
  --brand: var(--violet-500);
  --brand-hover: var(--violet-600);
  --brand-soft: var(--violet-50);
  --brand-deep: var(--violet-900);
  --text-primary: var(--ink);
  --text-secondary: var(--neutral-500);
  --text-muted: var(--neutral-400);
  --text-on-dark-dim: rgba(255, 255, 255, 0.66);
  --text-on-dark-faint: rgba(255, 255, 255, 0.40);
  --surface-page: var(--neutral-50);
  --border-subtle: var(--neutral-200);
  --border-default: var(--neutral-300);

  /* Typography */
  --font-display: 'New Academy', 'Fraunces', 'Saira Condensed', Georgia, serif;
  --font-body: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  --font-eyebrow: 'Saira', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', monospace;

  --fs-display-2xl: clamp(3.5rem, 6vw + 1rem, 6.5rem);
  --fs-display-xl: clamp(2.75rem, 4vw + 1rem, 4.5rem);
  --fs-display-lg: clamp(2.25rem, 3vw + 1rem, 3.25rem);
  --fs-display-md: clamp(1.75rem, 2vw + 0.75rem, 2.5rem);
  --fs-display-sm: clamp(1.4rem, 1.2vw + 0.75rem, 1.75rem);
}

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* 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 {
  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;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

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

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

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(14, 15, 24, 0.08);
}

/* backdrop-filter lives on a pseudo-element, not .header itself, because a
   filter/backdrop-filter on .header would make it the containing block for
   any position:fixed descendant (like the mobile nav panel below), pinning
   that panel to the header's own ~66px box instead of the viewport. */
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

#main-content {
  padding-top: 82px;
}

/* Keeps in-page anchor targets (e.g. /sports-marketing#sponsorship from the
   Products menu) from landing underneath the fixed header. */
html {
  scroll-padding-top: 102px;
}

/* Header container */

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 82px;
}

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

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

.header-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14.5px;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.header-btn {
  font-family: var(--font-body);
}
.header-btn--ghost {
  background: var(--brand-soft);
  border: 1px solid transparent;
  color: var(--brand);
}
.header-btn--ghost:hover,
.header-btn--ghost:focus {
  background: rgba(90, 27, 244, 0.14);
  color: var(--brand);
  border-radius: 999px;
  text-decoration: none;
}
.header-btn--primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 12px 28px rgba(90, 27, 244, 0.32);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.header-btn--primary:hover,
.header-btn--primary:focus {
  background: var(--brand-hover);
  box-shadow: 0 16px 34px rgba(90, 27, 244, 0.42);
  transform: translateY(-1px);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
}

.header__navigation {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header__column nav.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Deliberately not positioned: the panels below centre against .header (the
   nearest positioned ancestor) rather than against their own trigger. */
.nav-item {
  position: static;
}

.nav-trigger {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border: none;
  border-radius: 10px;
  background: none;
  cursor: pointer;
  font-family: var(--font-body);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  opacity: 1;
  transition: background 0.15s ease, opacity 0.2s ease;
}

.nav-trigger:hover,
.nav-trigger:focus {
  background: rgba(14, 15, 24, 0.05);
  color: var(--ink);
}

.nav-trigger[aria-expanded="true"] {
  background: none;
}

.nav.has-open .nav-item:not(.is-open) .nav-trigger {
  opacity: 0.55;
}

.nav.has-open .nav-item:not(.is-open) .nav-trigger:hover {
  opacity: 1;
}

.nav-trigger__chevron {
  opacity: 0.5;
  transition: transform 0.15s ease;
}

.nav-trigger[aria-expanded="true"] .nav-trigger__chevron {
  transform: rotate(180deg);
}

.nav-panel {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 70;
  max-width: calc(100vw - 32px);
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(26, 11, 110, 0.16);
  padding: 20px;
}

.nav-item.is-open .nav-panel {
  display: block;
}

/* Products */

.nav-panel__eyebrow {
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 12px;
}

.nav-panel__divisions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(836px, calc(100vw - 32px));
}

.nav-panel__division {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.nav-panel__division-head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 92px;
  padding: 12px 16px;
  text-decoration: none;
  background-color: var(--violet-900);
  background-position: center;
  background-size: cover;
}

.nav-panel__division-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 5, 36, 0.1),
    rgba(10, 5, 36, 0.72)
  );
}

.nav-panel__division-title,
.nav-panel__division-tag {
  position: relative;
  z-index: 1;
}

.nav-panel__division-title {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.nav-panel__division-tag {
  display: block;
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--magenta-400);
  margin-top: 5px;
}

.nav-panel__division-links {
  display: grid;
  gap: 1px;
  padding: 8px 10px 12px;
}

.nav-panel__division-links a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 9px;
  text-decoration: none;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13.5px;
  transition: background 0.15s ease;
}

.nav-panel__division-links a:hover {
  background: var(--surface-page);
}

.nav-panel__note {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 10px;
  color: var(--text-muted);
  white-space: nowrap;
}

.nav-panel__subhead {
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 8px 12px 4px;
}

/* Sectors */

.nav-item.is-open .nav-panel--sectors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(814px, calc(100vw - 32px));
}

.nav-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: #fff;
  text-decoration: none;
  color: var(--text-primary);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.nav-card:hover {
  box-shadow: 0 10px 24px rgba(26, 11, 110, 0.1);
  transform: translateY(-2px);
}

.nav-card__media {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 92px;
  padding: 12px 16px;
  background-color: var(--violet-900);
  background-position: center;
  background-size: cover;
}

.nav-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 5, 36, 0.1),
    rgba(10, 5, 36, 0.72)
  );
}

.nav-card__icon,
.nav-card__title {
  position: relative;
  z-index: 1;
}

.nav-card__icon {
  align-self: flex-start;
  width: 34px;
  height: 34px;
  margin-bottom: auto;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(2px);
}

.nav-card__title {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}

.nav-card__body {
  padding: 12px 16px 16px;
}

.nav-card__blurb {
  display: block;
  font-family: var(--font-body);
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--text-muted);
}

/* Our Story + Knowledge Centre */

.nav-item.is-open .nav-panel--split {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 24px;
  width: min(704px, calc(100vw - 32px));
}

.nav-panel__links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-content: start;
}

.nav-row {
  display: flex;
  gap: 13px;
  padding: 15px 16px;
  border: none;
  border-radius: 12px;
  background: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: var(--text-primary);
  transition: background 0.15s ease;
}

.nav-row:hover,
.nav-row:focus {
  background: var(--surface-page);
  color: var(--text-primary);
}

.nav-row__icon {
  flex: none;
  margin-top: 1px;
  color: var(--brand);
}

.nav-row__title {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14.5px;
}

.nav-row__sub {
  display: block;
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--text-muted);
}

.nav-feature {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
  padding: 22px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background-color: var(--violet-950);
  background-position: center;
  background-size: cover;
}

.nav-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 5, 36, 0.15),
    rgba(10, 5, 36, 0.8)
  );
}

.nav-feature__body {
  position: relative;
  z-index: 1;
}

.nav-feature__badge {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--magenta-400);
  color: var(--violet-950);
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-feature__eyebrow {
  display: block;
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--magenta-400);
}

.nav-feature__title {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
  margin: 11px 0 6px;
}

.nav-feature__text {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--text-on-dark-dim);
}

.nav-feature__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 999px) {
  .header__column nav.nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 2px;
  }

  .nav-trigger {
    width: 100%;
    justify-content: space-between;
  }

  .nav-panel,
  .nav-item.is-open .nav-panel {
    position: static;
    /* transform still applies when static, so undo the desktop centring. */
    transform: none;
    display: none;
    width: 100%;
    max-width: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 4px 0 10px 14px;
  }

  .nav-item.is-open .nav-panel {
    display: block;
  }

  .nav-panel__divisions,
  .nav-item.is-open .nav-panel--sectors,
  .nav-item.is-open .nav-panel--split,
  .nav-panel__links-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav-panel__division-head {
    height: 64px;
  }

  .nav-feature {
    min-height: 150px;
  }
}


@media (max-width: 999px) {
  #main-content {
    padding-top: 66px;
  }

  html {
    scroll-padding-top: 86px;
  }

  .header__container {
    height: 66px;
  }

  .header__column {
    position: static;
  }

  .header__row-2 {
    justify-content: flex-end;
    gap: 4px;
    padding: 0;
    width: auto;
  }
}

/* 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: 999px) {
  .header__logo {
    margin-right: 0;
    max-width: 150px;
    --logo-h: 24px;
  }
}

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

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

.header__logo--main {
  flex: none;
}

.header__logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--logo-h, 32px);
  width: calc(var(--logo-h, 32px) * 2600 / 454);
  flex: none;
}

.header__logo-monogram {
  position: relative;
  display: block;
  height: var(--logo-h, 32px);
  width: var(--logo-h, 32px);
  flex: none;
}

.header__logo-monogram svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header__logo-word {
  position: absolute;
  inset: 0;
  height: var(--logo-h, 32px);
  width: auto;
  clip-path: inset(0 0 0 18.2%);
}

.hlm-circle {
  fill: var(--brand);
}

.hlm-panel {
  fill: none;
  stroke: #E7E2F5;
  stroke-width: 1.6;
  opacity: 0;
}

.hlm-ring {
  fill: none;
  stroke-width: 0;
}

.hlm-bar,
.hlm-dot {
  fill: #fff;
}

.hlm-seam {
  stroke: #E9C9A0;
  stroke-width: 1;
  stroke-dasharray: 3 2.4;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .header__logo-monogram {
    display: none;
  }

  .header__logo-word {
    clip-path: none;
  }
}

/* Search bar */

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



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.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: 1000px) {
  .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: 999px) {
  .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: 999px) {
  .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;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: none;
    }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

.header--toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: none;
  color: var(--ink);
  cursor: pointer;
  padding: 0;
}

.header--toggle:hover,
.header--toggle:focus {
  background: rgba(90, 27, 244, 0.08);
  color: var(--ink);
}

.header__close--toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: none;
  color: var(--ink);
  cursor: pointer;
  padding: 0;
}

.header__close--toggle:hover,
.header__close--toggle:focus {
  background: rgba(90, 27, 244, 0.08);
  color: var(--ink);
}

.header__close--toggle.show {
  display: flex;
}

@media (max-width: 999px) {
  .header--toggle {
    display: flex;
  }

  .header--toggle.hide {
    display: none;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px;
    left: 0;
    right: 0;
    top: 66px;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
    padding: 16px 20px 28px;
    z-index: 2;
  }

  .header__navigation .header-btn {
    justify-content: center;
    width: 100%;
    margin-top: 6px;
  }
}
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.contact-modal.is-open {
  display: flex;
}

.contact-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 5, 36, 0.62);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.contact-modal__panel {
  position: relative;
  width: min(480px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(26, 11, 110, 0.16);
}

.contact-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  background: var(--violet-900);
}

.contact-modal__title {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.contact-modal__close {
  display: flex;
  flex: none;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.contact-modal__close:hover,
.contact-modal__close:focus {
  color: #fff;
}

.contact-modal__body {
  padding: 26px;
}

.contact-modal__form-wrap .hs-form-field {
  margin-bottom: 16px;
}

.contact-modal__form-wrap label {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-eyebrow);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-primary);
}

.contact-modal__form-wrap .hs-form-required {
  color: var(--brand);
}

.contact-modal__form-wrap input[type="text"],
.contact-modal__form-wrap input[type="email"],
.contact-modal__form-wrap input[type="tel"],
.contact-modal__form-wrap select,
.contact-modal__form-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  background: var(--surface-page);
  border: 1.5px solid var(--border-default);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-primary);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-modal__form-wrap textarea {
  resize: vertical;
}

.contact-modal__form-wrap input:focus,
.contact-modal__form-wrap select:focus,
.contact-modal__form-wrap textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-soft);
}

.contact-modal__form-wrap .hs-error-msgs {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 12.5px;
  color: #d92d20;
}

.contact-modal__form-wrap .legal-consent-container {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.contact-modal__form-wrap .legal-consent-container a {
  color: var(--brand);
  font-weight: 600;
}

.contact-modal__form-wrap .hs-form-booleancheckbox-display input {
  accent-color: var(--brand);
  margin-right: 8px;
}

.contact-modal__form-wrap .hs_submit {
  margin-top: 6px;
}

.contact-modal__form-wrap .hs-button {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  border: none;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(90, 27, 244, 0.32);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-modal__form-wrap .hs-button:hover,
.contact-modal__form-wrap .hs-button:focus {
  background: var(--brand-hover);
  box-shadow: 0 16px 34px rgba(90, 27, 244, 0.42);
  transform: translateY(-1px);
  color: #fff;
}

.contact-modal__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 24px 0;
  text-align: center;
}

.contact-modal__success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
}

.contact-modal__success h4 {
  font-size: 22px;
  margin: 0;
}

.contact-modal__success p {
  color: var(--text-secondary);
  font-family: var(--font-body);
  line-height: 1.6;
  margin: 0;
}

.contact-modal__success a {
  color: var(--brand);
  font-weight: 600;
}

.contact-modal__form-wrap[hidden],
.contact-modal__success[hidden] {
  display: none;
}

body.contact-modal-open {
  overflow: hidden;
}
.insights-hero {
  background: var(--surface-page);
  border-bottom: 1px solid var(--border-subtle);
  padding: 38px 24px 36px;
}

.insights-hero__container {
  max-width: 1200px;
  margin: 0 auto;
}

.insights-hero__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0.005em;
  margin: 0;
}

.insights-hero__lede {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.6;
  color: var(--neutral-700);
  margin: 16px 0 0;
  max-width: 64ch;
}

.insights-filter {
  border-top: 1px solid var(--border-subtle);
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.insights-filter__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.insights-filter__label {
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-right: 4px;
}

.insights-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--border-subtle);
  background: #fff;
  color: var(--text-secondary);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.insights-chip:hover,
.insights-chip:focus {
  border-color: var(--violet-200);
  color: var(--brand);
}

.insights-chip.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.insights-chip__count {
  font-family: var(--font-mono);
  font-size: 10px;
  opacity: 0.72;
}

.insights-featured {
  padding: 40px 24px 12px;
}

.insights-featured__container {
  max-width: 1200px;
  margin: 0 auto;
}

.insights-featured__card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: #fff;
  box-shadow: 0 1px 2px rgba(14, 15, 24, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.insights-featured__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -24px rgba(90, 27, 244, 0.35);
  border-color: var(--violet-200);
}

.insights-featured__text {
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.insights-featured__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.insights-featured__title {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}

.insights-featured__blurb {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--neutral-600);
  margin: 16px 0 0;
}

.insights-featured__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.insights-featured__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
}

.insights-featured__read {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-faint);
}

.insights-featured__visual {
  position: relative;
  background: var(--violet-950);
  min-height: 280px;
  overflow: hidden;
}

.insights-featured__visual-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.insights-results {
  padding: 28px 24px 56px;
}

.insights-results__container {
  max-width: 1200px;
  margin: 0 auto;
}

.insights-results__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.insights-results__heading {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink);
  font-size: var(--fs-display-sm);
  line-height: 1;
  letter-spacing: 0.005em;
  margin: 0;
}

.insights-results__count {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-muted);
  white-space: nowrap;
}

.insights-results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.insights-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: #fff;
  box-shadow: 0 1px 2px rgba(14, 15, 24, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* The tag filter hides cards via the hidden property; without this the
   display:flex above beats the UA stylesheet's [hidden]{display:none}. */
.insights-card[hidden] {
  display: none;
}

.insights-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -24px rgba(90, 27, 244, 0.35);
  border-color: var(--violet-200);
}

.insights-card__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--violet-900);
  overflow: hidden;
}

.insights-card__thumb-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.insights-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 5, 36, 0.04), rgba(10, 5, 36, 0.5));
}

.insights-card__body {
  padding: 18px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.insights-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.insights-tag {
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 9.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--brand);
  background: var(--brand-soft);
  padding: 3px 9px;
  border-radius: 999px;
}

.insights-card__title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.26;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}

.insights-card__blurb {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--neutral-600);
  margin: 10px 0 0;
  flex: 1;
}

.insights-card__read {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--text-muted);
  margin-top: 16px;
}

.insights-empty {
  padding: 52px 0 40px;
  text-align: center;
  border: 1px dashed var(--border-subtle);
  border-radius: 16px;
}

.insights-empty__title {
  font-family: var(--font-body);
  font-size: 16.5px;
  color: var(--ink);
  font-weight: 600;
  margin: 0;
}

.insights-empty__body {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--neutral-600);
  margin: 8px 0 0;
}

@media (max-width: 1000px) {
  .insights-featured__card {
    grid-template-columns: 1fr;
  }
}

.prose-section {
  background: #fff;
  border-bottom: 1px solid var(--border-subtle);
  padding: 72px 24px;
}

.prose-section--dark {
  background-color: var(--violet-950);
  background-size: cover;
  background-position: right center;
  border-bottom: none;
}

.prose-section__container {
  max-width: 760px;
  margin: 0 auto;
}

.prose-section--dark .prose-section__container {
  max-width: 860px;
  position: relative;
}

.prose-section__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-display-md);
  line-height: 1.02;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin: 0 0 18px;
}

.prose-section--dark .prose-section__title {
  color: #fff;
}

.prose-section__body p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.72;
  color: var(--neutral-700);
  margin: 0 0 18px;
}

.prose-section__body p:last-child {
  margin-bottom: 0;
}

.prose-section--dark .prose-section__body p {
  color: rgba(255, 255, 255, 0.85);
}

.text-card-grid {
  background: #fff;
  border-bottom: 1px solid var(--border-subtle);
  padding: 72px 24px;
}

.text-card-grid__container {
  max-width: 1200px;
  margin: 0 auto;
}

.text-card-grid__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-display-md);
  line-height: 1.02;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin: 0 0 30px;
}

.text-card-grid__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.text-card-grid__grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.text-card-grid--boxed .text-card-grid__card {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--border-subtle);
  background: var(--surface-page);
}

.text-card-grid__card-title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin: 0 0 12px;
}

.text-card-grid__card-body p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--neutral-700);
  margin: 0;
}

@media (max-width: 767px) {
  .text-card-grid__grid,
  .text-card-grid__grid--cols-3 {
    grid-template-columns: 1fr;
  }
}

.product-blocks {
  background: #fff;
  border-top: 1px solid var(--border-subtle);
  padding: 88px 24px;
}

.product-blocks__container {
  max-width: 1200px;
  margin: 0 auto;
}

.product-blocks__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
}

.product-blocks__eyebrow {
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 10px;
}

.product-blocks__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-display-md);
  line-height: 1.1;
  color: var(--ink);
  margin: 0;
}

.product-blocks__list {
  display: grid;
  gap: 56px;
}

.product-blocks__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.product-blocks__row--featured {
  padding: 28px;
  border-radius: 20px;
  background: var(--surface-page);
  border: 1px solid var(--violet-200);
}

.product-blocks__row--flip .product-blocks__media {
  order: 2;
}

.product-blocks__row--flip .product-blocks__copy {
  order: 1;
}

.product-blocks__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
  background-color: var(--violet-950);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-blocks__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(90, 27, 244, 0.25), rgba(10, 5, 36, 0.6));
}

.product-blocks__media--image {
  min-height: 320px;
}

.product-blocks__media--image::before {
  display: none;
}

.product-blocks__media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.product-blocks__media--cover .product-blocks__media-img {
  object-fit: cover;
}

.product-blocks__media--contain .product-blocks__media-img {
  object-fit: contain;
  padding: 20px;
}

.product-blocks__media-icon {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-blocks__tagline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-family: var(--font-eyebrow);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-blocks__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.02;
  margin: 16px 0 14px;
}

.product-blocks__body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--neutral-600);
  margin: 0 0 18px;
}

.product-blocks__bullets {
  display: grid;
  gap: 10px;
}

.product-blocks__bullet {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

.product-blocks__bullet-icon {
  color: var(--brand);
  flex: none;
  margin-top: 1px;
}

.product-blocks__bullet-text {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--text-secondary);
}

@media (max-width: 900px) {
  .product-blocks__row,
  .product-blocks__row--flip {
    grid-template-columns: 1fr;
  }

  .product-blocks__row--flip .product-blocks__media,
  .product-blocks__row--flip .product-blocks__copy {
    order: unset;
  }
}

.legal-hero {
  background-color: var(--violet-950);
  background-size: cover;
  background-position: right center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 64px 24px 56px;
}

.legal-hero__container {
  max-width: 1200px;
  margin: 0 auto;
}

.legal-hero__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0.005em;
  margin: 0;
}

.legal-hero__updated {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--text-on-dark-dim);
  margin: 18px 0 0;
}

.legal-article {
  background: #fff;
  padding: 56px 24px 72px;
}

.legal-article__container {
  max-width: 820px;
  margin: 0 auto;
}

.legal-article__intro {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.65;
  color: var(--neutral-800);
  margin: 0 0 40px;
}

.legal-article__section {
  margin-bottom: 34px;
}

.legal-article__heading {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 12px;
}

.legal-article__body p {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--neutral-700);
  margin: 0 0 14px;
}

.legal-article__body p:last-child {
  margin-bottom: 0;
}

.legal-article__footer {
  margin-top: 44px;
  padding: 26px 28px;
  border-radius: 16px;
  border: 1px solid var(--border-subtle);
  background: var(--surface-page);
}

.legal-article__footer p {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--neutral-700);
  margin: 0;
}

.legal-article__footer a {
  color: var(--brand);
  font-weight: 600;
}

.icon-card-grid {
  padding: 88px 24px;
}

.icon-card-grid--bg-white {
  background: #fff;
}

.icon-card-grid--bg-page {
  background: var(--surface-page);
  border-top: 1px solid var(--border-subtle);
}

.icon-card-grid__container {
  max-width: 1200px;
  margin: 0 auto;
}

.icon-card-grid__head {
  max-width: 820px;
  margin: 0 0 40px;
}

.icon-card-grid__head--center {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.icon-card-grid__eyebrow {
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 10px;
}

.icon-card-grid__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-display-md);
  line-height: 1.1;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}

.icon-card-grid__intro {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 16px 0 0;
  max-width: 640px;
}

.icon-card-grid__head--center .icon-card-grid__intro {
  margin-inline: auto;
}

.icon-card-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.icon-card-grid__grid--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.icon-card-grid__grid--cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.icon-card-grid__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
  background: linear-gradient(180deg, #fff, var(--surface-page));
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  text-decoration: none;
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(14, 15, 24, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.icon-card-grid__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -24px rgba(90, 27, 244, 0.35);
}

.icon-card-grid__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--grad-brand, var(--brand));
  color: #fff;
}

.icon-card-grid__card-head {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.icon-card-grid__card-title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 1.15rem;
  line-height: 1.05;
}

.icon-card-grid__flag {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand);
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.icon-card-grid__card-desc {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0;
}

.icon-card-grid__explore {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border-subtle);
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
}

.icon-card-grid__explore svg {
  transition: transform 0.2s ease;
}

.icon-card-grid__card:hover .icon-card-grid__explore svg {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .icon-card-grid__grid--cols-3,
  .icon-card-grid__grid--cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .icon-card-grid__grid--cols-2,
  .icon-card-grid__grid--cols-3,
  .icon-card-grid__grid--cols-4 {
    grid-template-columns: 1fr;
  }
}

.what-it-is {
  background: var(--surface-page);
  border-top: 1px solid var(--border-subtle);
  padding: 88px 24px;
}

.what-it-is__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.what-it-is__eyebrow {
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 10px;
}

.what-it-is__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-display-md);
  line-height: 1.1;
  color: var(--ink);
  margin: 0;
}

.what-it-is__body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 16px 0 0;
}

.what-it-is__points {
  display: grid;
  gap: 14px;
}

.what-it-is__point {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 22px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border-subtle);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink);
}

.what-it-is__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: none;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand);
}

@media (max-width: 900px) {
  .what-it-is__container {
    grid-template-columns: 1fr;
  }
}

.drivers-grid {
  background: var(--violet-950);
  padding: 76px 24px;
}

.drivers-grid__container {
  max-width: 1200px;
  margin: 0 auto;
}

.drivers-grid__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.drivers-grid__eyebrow {
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--magenta-400);
  margin-bottom: 10px;
}

.drivers-grid__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-display-md);
  line-height: 1.1;
  color: #fff;
  margin: 0;
}

.drivers-grid__intro {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-on-dark-dim);
  margin: 16px 0 0;
}

.drivers-grid__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.drivers-grid__card {
  padding: 24px 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.drivers-grid__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-bottom: 16px;
}

.drivers-grid__card-title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.drivers-grid__card-desc {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-on-dark-dim);
  margin: 8px 0 0;
}

@media (max-width: 900px) {
  .drivers-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .drivers-grid__grid {
    grid-template-columns: 1fr;
  }
}

.coverage-band {
  background: var(--surface-page);
  border-top: 1px solid var(--border-subtle);
  padding: 88px 24px;
  text-align: center;
}

.coverage-band__container {
  max-width: 880px;
  margin: 0 auto;
}

.coverage-band__eyebrow {
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 10px;
}

.coverage-band__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-display-md);
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 30px;
}

.coverage-band__intro {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-secondary);
  max-width: 640px;
  margin: -14px auto 30px;
}

.coverage-band--dark {
  background: var(--violet-950);
  border-top: none;
}

.coverage-band--dark .coverage-band__eyebrow {
  color: var(--magenta-400);
}

.coverage-band--dark .coverage-band__title {
  color: #fff;
}

.coverage-band--dark .coverage-band__intro {
  color: var(--text-on-dark-dim);
}

.coverage-band--dark .coverage-band__tag {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.coverage-band--dark .coverage-band__btn {
  background: var(--violet-700);
  color: #fff;
  border: none;
}

.coverage-band--dark .coverage-band__btn:hover,
.coverage-band--dark .coverage-band__btn:focus {
  background: var(--violet-600);
  color: #fff;
}

.coverage-band__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.coverage-band__tag {
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--border-subtle);
}

.coverage-band__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border: 1px solid var(--border-default);
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14.5px;
}

.coverage-band__btn:hover,
.coverage-band__btn:focus {
  background: var(--neutral-100);
  color: var(--brand);
}

.delivery-cards {
  background: #fff;
  padding: 88px 24px;
}

.delivery-cards__container {
  max-width: 1200px;
  margin: 0 auto;
}

.delivery-cards__head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.delivery-cards__eyebrow {
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 10px;
}

.delivery-cards__title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-display-md);
  line-height: 1.1;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}

.delivery-cards__intro {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 16px auto 0;
  max-width: 640px;
}

.delivery-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.delivery-cards__icon {
  display: inline-flex;
  color: var(--brand);
  margin-bottom: 14px;
}

.delivery-cards__item-title {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.delivery-cards__item-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-secondary);
  margin: 0;
}

.delivery-cards__cta {
  text-align: center;
  margin-top: 36px;
}

.delivery-cards__btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 12px 28px rgba(90, 27, 244, 0.32);
}

.delivery-cards__btn:hover,
.delivery-cards__btn:focus {
  background: var(--brand-hover);
  color: #fff;
}

@media (max-width: 900px) {
  .delivery-cards__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.faq-list {
  background: #fff;
  border-top: 1px solid var(--border-subtle);
  padding: 88px 24px;
}

.faq-list__container {
  max-width: 820px;
  margin: 0 auto;
}

.faq-list__title {
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-display-md);
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 40px;
}

.faq-list__items {
  display: grid;
  gap: 10px;
}

.faq-list__item {
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  overflow: hidden;
}

.faq-list__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16.5px;
  color: var(--ink);
}

.faq-list__question::-webkit-details-marker {
  display: none;
}

.faq-list__toggle {
  display: inline-flex;
  flex: none;
  color: var(--brand);
  transition: transform 0.2s ease;
}

.faq-list__item[open] .faq-list__toggle {
  transform: rotate(45deg);
}

.faq-list__answer {
  padding: 0 24px 22px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-secondary);
}

.related-links {
  background: #fff;
  border-top: 1px solid var(--border-subtle);
  padding: 72px 24px;
}

.related-links__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.related-links__heading {
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.related-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.related-links__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text-secondary);
  text-decoration: none;
}

.related-links__link:hover {
  color: var(--brand);
}

.related-links__link svg {
  color: var(--brand);
  flex: none;
}

@media (max-width: 767px) {
  .related-links__container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.lead-grid {
  background: #fff;
  border-bottom: 1px solid var(--border-subtle);
  padding: 64px 24px;
}

.lead-grid__container {
  max-width: 1200px;
  margin: 0 auto;
}

.lead-grid__heading {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--fs-display-md);
  line-height: 1;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin: 0;
}

.lead-grid__note {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--neutral-600);
  max-width: 640px;
  margin: 12px 0 32px;
}

.lead-grid__heading:last-child {
  margin-bottom: 32px;
}

.lead-grid__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 18px;
}

.lead-grid__card {
  padding: 24px 24px 26px;
  border-radius: 16px;
  border: 1px solid var(--border-subtle);
  background: #fff;
  box-shadow: 0 1px 2px rgba(14, 15, 24, 0.04);
}

.lead-grid__top {
  display: flex;
  gap: 16px;
  align-items: center;
}

.lead-grid__avatar {
  flex: none;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--violet-100);
  background-size: cover;
  background-position: center;
  border: 2px solid var(--violet-200);
}

.lead-grid__avatar--initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--violet-500), var(--violet-700));
  border: none;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.01em;
}

.lead-grid__name {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0.01em;
  color: var(--text-primary);
  line-height: 1.05;
}

.lead-grid__role {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--brand);
  margin-top: 5px;
}

.lead-grid__bio {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--neutral-600);
  margin: 16px 0 0;
}

@media (max-width: 620px) {
  .lead-grid {
    padding: 48px 16px;
  }

  .lead-grid__cards {
    grid-template-columns: 1fr;
  }
}
.ddg-footer {
  background: #05030f;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 28px;
  font-family: var(--font-body);
}

.footer__top {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 32px;
}

.footer__logo {
  display: block;
  height: 28px;
  width: auto;
}

.footer__blurb {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 260px;
}

.footer__col-heading {
  font-family: var(--font-eyebrow);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--magenta-400);
  margin-bottom: 16px;
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

/* inline-block + vertical padding lifts these from ~17px to a 44px tap
   target on touch screens; the reduced list gap keeps the spacing looking
   the same as before. */
.footer__links a {
  display: inline-block;
  padding: 12px 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.footer__links a:hover {
  color: #fff;
}

.footer__bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.footer__legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer__legal a,
.footer__legal-btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.footer__legal a:hover,
.footer__legal a:focus,
.footer__legal-btn:hover,
.footer__legal-btn:focus {
  color: #fff;
}

.footer__legal-btn {
  font-family: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.footer__spacer {
  flex: 1;
}

.footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
}

.footer__email {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11.5px;
}

@media (max-width: 900px) {
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}
/* 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%;
}

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