@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,300&family=Barlow+Condensed:wght@500;600;700&display=swap);
:host {
  /* Brand colors — sovrascrivibili dal sito Webflow */
  --tc-accent: #e8510a;
  --tc-accent-soft: #fef0ea;
  --tc-text: #0a0a0a;
  --tc-text-muted: #777;
  --tc-text-subtle: #999;
  --tc-text-faint: #bbb;
  --tc-text-light: #aaa;

  --tc-bg: #ffffff;
  --tc-bg-soft: #fafafa;
  --tc-bg-muted: #f5f5f5;
  --tc-bg-section: #f7f7f7;
  --tc-bg-dark: #0a0a0a;
  --tc-bg-darker: #060606;

  --tc-border: #ebebeb;
  --tc-border-soft: #f0f0f0;
  --tc-border-medium: #e0e0e0;
  --tc-border-dark: #111;

  /* Typography */
  --tc-font-body: "Barlow", system-ui, -apple-system, sans-serif;
  --tc-font-display: "Barlow Condensed", "Barlow", sans-serif;

  /* Radii */
  --tc-radius-sm: 3px;
  --tc-radius: 4px;
  --tc-radius-md: 6px;
  --tc-radius-lg: 8px;

  /* Spacing scale */
  --tc-space-1: 4px;
  --tc-space-2: 8px;
  --tc-space-3: 12px;
  --tc-space-4: 16px;
  --tc-space-5: 20px;
  --tc-space-6: 24px;
  --tc-space-8: 32px;
  --tc-space-10: 40px;
  --tc-space-12: 48px;
  --tc-space-16: 64px;
  --tc-space-20: 80px;

  /* Container */
  --tc-section-padding-x: 32px;
}

/* L'host (custom element) è inline di default: forzato a blocco a piena larghezza
   così ogni componente occupa il 100% della Cell/contenitore Webflow in cui è inserito. */
:host {
  display: block;
  width: 100%;
}

/* Reset locale al Shadow DOM */
:host,
:host * {
  box-sizing: border-box;
}

.G6R2sr8O1yUp3rEeS617 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.l0cBmBeU_NS4rYGuD_Cz {
  width: 20px;
  height: 1px;
  display: block;
}

.pTbQqZx9WSUQ6zizjYVA {
  font-family: var(--tc-font-display);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
}

.pIFtFDJH_JrABziJAK9j .l0cBmBeU_NS4rYGuD_Cz {
  background: var(--tc-accent);
}
.pIFtFDJH_JrABziJAK9j .pTbQqZx9WSUQ6zizjYVA {
  color: var(--tc-accent);
}

.bw3pXBQUolXfeDv9FEuu .l0cBmBeU_NS4rYGuD_Cz {
  background: var(--tc-text);
}
.bw3pXBQUolXfeDv9FEuu .pTbQqZx9WSUQ6zizjYVA {
  color: var(--tc-text);
}

.thxYHajm70PVCAS31sko .l0cBmBeU_NS4rYGuD_Cz {
  background: #fff;
}
.thxYHajm70PVCAS31sko .pTbQqZx9WSUQ6zizjYVA {
  color: #fff;
}

.F7UiudMPwndD1SNIlTU7 {
  font-family: var(--tc-font-body);
  max-width: 560px;
}

.qAGhjtHbCcXEOtDoYbLr {
  margin-bottom: 12px;
}

.W8ygKtTOiDM5UXTcvS2w {
  font-family: var(--tc-font-display);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--tc-text);
  margin: 0 0 12px;
  line-height: 1.1;
}

.GEXXu4QEeZFN1wWZzoD8 {
  font-size: 14px;
  color: var(--tc-text-subtle);
  line-height: 1.65;
  max-width: 320px;
  margin: 0 0 24px;
}

.K6B4wYh4ZkLzUgsfk0FA {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jnmAuDncnohsB4DYb2ge {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.h3JVBufTxcPUI2xxvnxK {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  font-family: var(--tc-font-display);
}

.K_LS3ie2qFp2AQJ_hIKg {
  font-size: 13px;
  color: var(--tc-text-subtle);
  line-height: 1.5;
  max-width: var(--tc-step-text-max-width, none);
}

