:host,
:host {
  --font-display: "Clash Grotesk", "Archivo", sans-serif;
  --font-body: "Archivo", sans-serif;

  --color-brand-blue: #1a6798;
  --color-brand-bg-blue: #2e63a9;
  --color-brand-black: #262220;
  --color-brand-green: #223e32;
  --color-accent-gold: #edc670;
  --color-accent-gold-grad: linear-gradient(97deg, #ffca55, #ffc033);
  --color-accent-warm-white: #f4f2e9;
  --color-neutral-white: #ffffff;
  --color-neutral-50: #fafaf8;
  --color-neutral-100: #f8f9fb;
  --color-text-muted: #4b6075;
  --color-text-on-gold: #44381d;

  --type-h1-size: 58px;
  --type-h1-line: 64px;
  --type-h2-size: 44px;
  --type-h2-line: 52px;
  --type-h3-size: 34px;
  --type-h3-line: 44px;
  --type-h4-size: 23px;
  --type-h4-line: 28px;
  --type-h5-size: 19px;
  --type-h5-line: 28px;
  --type-body-lg-size: 18px;
  --type-body-lg-line: 28px;
  --type-body-size: 16px;
  --type-body-line: 24px;
  --type-body-sm-size: 14px;
  --type-body-sm-line: 20px;
  --type-caption-size: 13px;
  --type-caption-line: 20px;
  --type-button-size: 16px;
  --type-button-line: 20px;

  --space-1: 4px;
  --space-15: 6px;
  --space-25: 10px;
  --space-3: 12px;
  --space-5: 20px;
  --space-7: 28px;
  --space-8: 32px;
  --space-9: 36px;
  --space-10: 40px;
  --space-20: 80px;
  --space-24: 96px;

  --radius-sm: 2px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-pill: 42px;

  --shadow-button-gold-press: 0 2px 0 0 #6d4e0a;
  --shadow-button-white-press: 0 2px 0 0 #ddd;
}

.u571CvME6_olV2IZomrX {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  font-family: var(--font-body);
  line-height: 1.5;
}

.u571CvME6_olV2IZomrX,
.u571CvME6_olV2IZomrX *,
.u571CvME6_olV2IZomrX *::before,
.u571CvME6_olV2IZomrX *::after {
  box-sizing: border-box;
}

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

.FoP_xL5O6925H3qVm2qw {
  align-items: center;
  text-align: center;
}

/*
 * Every size below is driven by a CSS custom property set inline from a prop,
 * with the literal in the var() acting as the fallback. The -m variants take
 * over under 767px (Webflow's mobile-landscape breakpoint and down).
 */

/* ─── Heading ─── */
.jDzPChuIpyc_S4B3Zn7j {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--askai-heading, 14px);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--color-brand-black);
}

.epeU5R7kY_uVWMDPcJSt {
  margin: calc(var(--space-1) * -1) 0 0;
  font-size: var(--askai-sub, 13px);
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-text-muted);
  max-width: 46ch;
}

/* ─── Row ─── */
.GfVNLA1J680rfm0gaSXW {
  display: flex;
  align-items: center;
  gap: var(--askai-gap, 28px);
  flex-wrap: wrap;
}

.FoP_xL5O6925H3qVm2qw .GfVNLA1J680rfm0gaSXW {
  justify-content: center;
}

/*
 * No chip, no border, no fill — each item is just the mark and its name, with
 * an underline that wipes in on hover. Nothing is drawn in the resting state
 * beyond the logo and the label.
 */
.g3LeKBMb2SWJFrSgb1KW {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex: 0 0 auto;
  cursor: pointer;
  padding: 2px 0;
  transition: color 0.2s ease;
}

.g3LeKBMb2SWJFrSgb1KW:focus-visible {
  outline: 2px solid var(--color-accent-gold);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}

.oQz4bBv9CPZYGIhAH75A {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition:
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.2s ease;
}

.oQz4bBv9CPZYGIhAH75A svg {
  display: block;
}

.gC3NcXbqA5bncxdLp7yl {
  white-space: nowrap;
  transition: color 0.2s ease;
}

/* Diagonal arrow — hidden until hover, then slides up and to the right. */
.xRFDoJmSyYfG0n2VXJja {
  display: flex;
  align-items: center;
  width: 12px;
  height: 12px;
  opacity: 0;
  transform: translate(-4px, 3px);
  transition:
    opacity 0.22s ease,
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.xRFDoJmSyYfG0n2VXJja svg {
  display: block;
  width: 12px;
  height: 12px;
}

/* Underline wipe, anchored left. */
.g3LeKBMb2SWJFrSgb1KW::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

.g3LeKBMb2SWJFrSgb1KW:hover::after {
  transform: scaleX(1);
}

.g3LeKBMb2SWJFrSgb1KW:hover .oQz4bBv9CPZYGIhAH75A {
  transform: translateY(-1px) scale(1.1);
  opacity: 1;
}

.g3LeKBMb2SWJFrSgb1KW:hover .xRFDoJmSyYfG0n2VXJja {
  opacity: 1;
  transform: translate(0, 0);
}

/* ─── Style: text (mark + label) ─── */
.FYquaNHb529MhdcaR5_E .g3LeKBMb2SWJFrSgb1KW {
  font-size: var(--askai-label, 14px);
  font-weight: 600;
  letter-spacing: -0.005em;
}

.oQz4bBv9CPZYGIhAH75A svg {
  width: var(--askai-icon, 17px);
  height: var(--askai-icon, 17px);
}

/* ─── Style: icons only ─── */
.c27c6pPXLJqEAWp34VeL .g3LeKBMb2SWJFrSgb1KW::after {
  display: none;
}

.c27c6pPXLJqEAWp34VeL .g3LeKBMb2SWJFrSgb1KW:hover .oQz4bBv9CPZYGIhAH75A {
  transform: translateY(-2px) scale(1.12);
}

/* ─── Theme: light ─── */
.WazSkK38PnQnEzn9GIoL .g3LeKBMb2SWJFrSgb1KW {
  color: rgba(38, 34, 32, 0.72);
}

.WazSkK38PnQnEzn9GIoL .g3LeKBMb2SWJFrSgb1KW:hover {
  color: var(--color-brand-black);
}

.WazSkK38PnQnEzn9GIoL .oQz4bBv9CPZYGIhAH75A {
  opacity: 0.82;
}

/* ─── Theme: dark (black footer / dark sections) ─── */
.rMJxMti2xFNC3G63uktC .jDzPChuIpyc_S4B3Zn7j {
  color: var(--color-neutral-white);
}

.rMJxMti2xFNC3G63uktC .epeU5R7kY_uVWMDPcJSt {
  color: rgba(255, 255, 255, 0.62);
}

.rMJxMti2xFNC3G63uktC .g3LeKBMb2SWJFrSgb1KW {
  color: rgba(255, 255, 255, 0.68);
}

.rMJxMti2xFNC3G63uktC .g3LeKBMb2SWJFrSgb1KW:hover {
  color: var(--color-neutral-white);
}

.rMJxMti2xFNC3G63uktC .oQz4bBv9CPZYGIhAH75A {
  opacity: 0.85;
}

/* ─── Responsive ─── */
@media (max-width: 767px) {
  .jDzPChuIpyc_S4B3Zn7j {
    font-size: var(--askai-heading-m, 16px);
  }
  .epeU5R7kY_uVWMDPcJSt {
    font-size: var(--askai-sub-m, 13px);
    max-width: 100%;
  }
  .FYquaNHb529MhdcaR5_E .g3LeKBMb2SWJFrSgb1KW {
    font-size: var(--askai-label-m, 13px);
  }
  .oQz4bBv9CPZYGIhAH75A svg {
    width: var(--askai-icon-m, 16px);
    height: var(--askai-icon-m, 16px);
  }
  .GfVNLA1J680rfm0gaSXW {
    gap: var(--askai-gap-m, 18px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .g3LeKBMb2SWJFrSgb1KW,
  .oQz4bBv9CPZYGIhAH75A,
  .xRFDoJmSyYfG0n2VXJja,
  .g3LeKBMb2SWJFrSgb1KW::after {
    transition: none;
  }
  .g3LeKBMb2SWJFrSgb1KW:hover .oQz4bBv9CPZYGIhAH75A {
    transform: none;
  }
}

