@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;
}

.EMJkQ0z39EPO2TgM6Wao {
  width: 100%;
  box-sizing: border-box;
  padding: 28px 24px;
  border-bottom: 1px solid var(--tc-border-soft);
  font-family: var(--tc-font-body);
  display: flex;
  flex-direction: column;
}

.APtIISLJ5ICgG8gCCfOW {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

._otaw2xo9Vrvu1MteniY {
  display: inline-block;
  font-family: var(--tc-font-display);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--tc-radius-sm);
  font-weight: 600;
  line-height: 1.4;
}

.YxIaboBVdgmS99lk5SDH {
  background: var(--tc-accent);
  color: #fff;
}

.sL3kN3ocAUnji0MeLNW2 {
  background: #f0f0f0;
  color: #888;
}

.KjxB8EebjFjacYtl2GNo {
  background: var(--tc-text);
  color: #fff;
}

.wUzPt5lWj9186NxIBufS {
  font-family: var(--tc-font-display);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tc-text-light);
  margin: 0 0 6px;
}

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

.R1rwpRYhSCcuBml9qjae {
  font-size: 13px;
  color: var(--tc-text-light);
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .EMJkQ0z39EPO2TgM6Wao {
    padding: 24px 20px;
  }
  .LPRm5qGMNUYbvnBNO1t0 {
    font-size: 24px;
  }
}

