:root {
  /* PALETTE BRAND STRICT */
  --viola: #6300FF;
  --viola-scuro: #241172;
  --viola-soft: #F1ECFF;
  --rosa-accento: #FF2D52;
  --pink: #FF8DA0;
  --pink-light: #F9CACA;
  --dark: #1F1E23;
  --bianco: #FFFFFF;
  --crema: #FAF9F7;
  --line: #E8E5F2;
  --line-strong: #C9C2E5;
  --text: #1F1E23;
  --text-muted: #5A5566;
  --text-dim: #8B8696;

  /* Vacation accent (usato solo nella card divisione Vacation) */
  --vacation-green: #4F6F64;
  --vacation-terracotta: #C96A4A;

  --font: 'Poppins', system-ui, -apple-system, sans-serif;
}

/* ============================================================
   easyroi — Investor Profile v2
   Brand strict: Poppins, #6300FF, easyroi minuscolo, tagline ufficiale
   ============================================================ */


.tr-v7 *, .tr-v7 *::before, .tr-v7 *::after { box-sizing: border-box; margin: 0; padding: 0; }


.tr-v7 {
  font-family: var(--font);
  color: var(--text);
  background: #E5E2DA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  print-color-adjust: exact;
  -webkit-print-color-adjust: exact;
  font-feature-settings: "ss01", "cv11";
  font-weight: 400;
}


/* LOGO ATOMICO — pittogramma O+ scritta in Poppins.
   Il logo è composto da un'icona (l'arco "O→") e un wordmark in Poppins. */
.tr-v7 .logo-easyroi {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 26px;
  line-height: 1;
}
.tr-v7 .logo-easyroi::before {
  content: '';
  display: inline-block;
  height: 26px;
  width: 26px;
  background-image: url("/images/tr/bg-0-logo-easyroi.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.tr-v7 .logo-easyroi::after {
  content: 'easyroi';
  font-family: var(--font);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.025em;
  color: var(--viola);
  line-height: 1;
}
.tr-v7 .logo-easyroi.cover {
  height: 56px;
  gap: 10px;
}
.tr-v7 .logo-easyroi.cover::before {
  height: 56px;
  width: 56px;
  background-image: url("/images/tr/bg-1-cover.png");
}
.tr-v7 .logo-easyroi.cover::after {
  font-size: 42px;
  letter-spacing: -0.035em;
}
.tr-v7 .page.viola .page-header .logo-easyroi::before {
  background-image: url("/images/tr/bg-2-bg2.png");
}
.tr-v7 .page.viola .page-header .logo-easyroi::after {
  color: var(--bianco);
}
.tr-v7 .logo-vacation-icon {
  background-image: url("/images/tr/bg-3-logo-vacation-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 44px;
  height: 52px;
}

/* ============================================================
   PAGE LAYOUT — A4 landscape (297 x 210 mm)
   ============================================================ */
.tr-v7 .page {
      max-width: 1200px;
  margin: 0 auto;
  padding: 40px 48px;
  background: var(--bianco);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
    box-shadow: 0 18px 60px rgba(36, 17, 114, 0.10);
}
.tr-v7 .page.crema { background: var(--crema); }
.tr-v7 .page.viola {
  background: linear-gradient(135deg, var(--viola) 0%, var(--viola-scuro) 100%);
  color: var(--bianco);
}
.tr-v7 .page.viola-soft { background: var(--viola-soft); }

/* HEADER STRIP */
.tr-v7 .page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4mm;
  flex-shrink: 0;
  margin-bottom: 8mm;
}
.tr-v7 .page-header .meta {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
}
.tr-v7 .page.viola .page-header .meta { color: rgba(255,255,255,0.7); }

/* FOOTER */
.tr-v7 .page-footer {
  position: absolute;
  bottom: 8mm;
  left: 18mm;
  right: 18mm;
  display: flex;
  justify-content: space-between;
  font-size: 8.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 500;
}
.tr-v7 .page.viola .page-footer { color: rgba(255,255,255,0.6); }
.tr-v7 .page-footer .pgnum {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.tr-v7 .page-footer .pgnum strong { color: var(--text); font-weight: 700; }
.tr-v7 .page.viola .page-footer .pgnum strong { color: var(--bianco); }

/* ============================================================
   TIPOGRAFIA
   ============================================================ */
.tr-v7 h1, .tr-v7 h2, .tr-v7 h3, .tr-v7 h4, .tr-v7 h5, .tr-v7 h6 { font-family: var(--font); }
.tr-v7 h1 { font-size: 62px; font-weight: 700; line-height: 1.02; letter-spacing: -0.03em; }
.tr-v7 h2 { font-size: 38px; font-weight: 700; line-height: 1.08; letter-spacing: -0.025em; }
.tr-v7 h3 { font-size: 26px; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
.tr-v7 h4 { font-size: 17px; font-weight: 700; line-height: 1.25; letter-spacing: -0.01em; }
.tr-v7 h5 { font-size: 13px; font-weight: 600; line-height: 1.3; }

.tr-v7 h1 em, .tr-v7 h2 em, .tr-v7 h3 em, .tr-v7 h4 em {
  font-style: normal;
  color: var(--viola);
  font-weight: 700;
}
.tr-v7 .page.viola h1 em, .tr-v7 .page.viola h2 em, .tr-v7 .page.viola h3 em {
  color: var(--pink);
}

.tr-v7 p { line-height: 1.6; font-weight: 400; }

/* EYEBROW */
.tr-v7 .eyebrow {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--viola);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.tr-v7 .eyebrow::before {
  content: '';
  width: 24px;
  height: 1.5px;
  background: var(--viola);
}
.tr-v7 .eyebrow.dim { color: var(--text-dim); }
.tr-v7 .eyebrow.dim::before { background: var(--text-dim); }
.tr-v7 .eyebrow.rosa { color: var(--rosa-accento); }
.tr-v7 .eyebrow.rosa::before { background: var(--rosa-accento); }
.tr-v7 .eyebrow.white { color: var(--bianco); }
.tr-v7 .eyebrow.white::before { background: var(--bianco); }

/* CHAPTER TITLE */
.tr-v7 .chapter-title { margin-bottom: 8mm; flex-shrink: 0; }
.tr-v7 .chapter-title .ix {
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
  margin-bottom: 14px;
}
.tr-v7 .chapter-title h2 { margin-top: 4px; max-width: 22ch; margin-bottom: 12px; }
.tr-v7 .chapter-title .desc {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 78ch;
  font-weight: 400;
}

/* ============================================================
   COVER (sezione 00)
   ============================================================ */
.tr-v7 .cover {
  padding: 18mm 26mm 16mm;
  background: var(--bianco);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tr-v7 .cover::before {
  content: '';
  position: absolute;
  top: -180mm;
  right: -120mm;
  width: 320mm;
  height: 320mm;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(99, 0, 255, 0.06) 0%, rgba(99, 0, 255, 0) 60%);
  z-index: 1;
}
.tr-v7 .cover::after {
  content: '';
  position: absolute;
  bottom: -160mm;
  left: -100mm;
  width: 280mm;
  height: 280mm;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 45, 82, 0.04) 0%, rgba(255, 45, 82, 0) 60%);
  z-index: 1;
}
.tr-v7 .cover > * { position: relative; z-index: 2; }

.tr-v7 .cover .cover-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tr-v7 .cover .cover-meta-top .left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tr-v7 .cover .cover-meta-top .meta {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
  text-align: right;
  line-height: 1.6;
}
.tr-v7 .cover .cover-meta-top .meta strong { color: var(--dark); }

.tr-v7 .cover .cover-claim {
  max-width: 86%;
}
.tr-v7 .cover .cover-claim .tagline {
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--viola);
  font-weight: 700;
  margin-bottom: 18px;
}
.tr-v7 .cover .cover-claim .tagline::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: var(--viola);
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 3px;
}

.tr-v7 .cover .cover-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.tr-v7 .cover .cover-proof .pf {
  padding-right: 24px;
  border-right: 1px solid var(--line);
}
.tr-v7 .cover .cover-proof .pf:last-child { border-right: none; padding-right: 0; padding-left: 24px; }
.tr-v7 .cover .cover-proof .pf:not(:first-child):not(:last-child) { padding-left: 24px; }
.tr-v7 .cover .cover-proof .pf .n {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--viola);
}
.tr-v7 .cover .cover-proof .pf .n em {
  font-style: normal;
  color: var(--dark);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.025em;
}
.tr-v7 .cover .cover-proof .pf .lbl {
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dark);
  font-weight: 700;
  margin-top: 8px;
}
.tr-v7 .cover .cover-proof .pf .sub {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 4px;
  line-height: 1.4;
}

.tr-v7 .cover .cover-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
}
.tr-v7 .cover .cover-footer .markets strong { color: var(--dark); margin-right: 8px; }
.tr-v7 .cover .cover-footer .doc-id { color: var(--text-muted); }
.tr-v7 .cover .top-meta {
  display: flex;
  justify-content: space-between;
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
}
.tr-v7 .cover .top-meta strong { color: var(--text); }
.tr-v7 .cover .title-block { padding-top: 10mm; }
.tr-v7 .cover .tagline {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--viola);
  margin-bottom: 18px;
}
.tr-v7 .cover h1 {
  font-size: 64px;
  line-height: 1.0;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: var(--dark);
}
.tr-v7 .cover h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--viola) 0%, var(--rosa-accento) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.tr-v7 .cover .subtitle {
  margin-top: 22px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--text-muted);
  max-width: 64ch;
  font-weight: 400;
}

/* ============================================================
   INDICE
   ============================================================ */
.tr-v7 .toc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8mm 16mm;
  flex: 1;
}
.tr-v7 .toc-section h6 {
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--viola);
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--viola);
}
.tr-v7 .toc-row {
  display: grid;
  grid-template-columns: 30px 1fr 60px;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  text-decoration: none;
  color: inherit;
  transition: none;
}
.tr-v7 .toc-row:last-child { border-bottom: none; }
.tr-v7 .toc-row .n { font-size: 10px; color: var(--text-dim); font-weight: 600; letter-spacing: 0.06em; }
.tr-v7 .toc-row .t { font-weight: 500; letter-spacing: -0.01em; color: var(--text); }
.tr-v7 .toc-row .p { font-size: 9.5px; color: var(--text-dim); text-align: right; letter-spacing: 0.04em; font-weight: 500; white-space: nowrap; }
.tr-v7 .toc-row:hover .t { color: var(--viola); }

.tr-v7 .toc-shortcut {
  margin-top: 6mm;
  padding: 11px 16px;
  background: linear-gradient(135deg, var(--viola) 0%, var(--viola-scuro) 100%);
  color: var(--bianco);
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}
.tr-v7 .toc-shortcut .label {
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.75;
  margin-bottom: 2px;
}
.tr-v7 .toc-shortcut h5 {
  font-size: 13.5px;
  color: var(--bianco);
  font-weight: 700;
  letter-spacing: -0.01em;
}
.tr-v7 .toc-shortcut .arrow {
  font-size: 20px;
  font-weight: 200;
  background: rgba(255,255,255,0.18);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   IL GRUPPO — divisioni
   ============================================================ */
.tr-v7 .group-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6mm;
}
.tr-v7 .brand-note {
  padding: 10px 16px;
  background: var(--viola-soft);
  border-left: 3px solid var(--viola);
  border-radius: 2px;
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 6mm;
}
.tr-v7 .brand-note strong { color: var(--viola-scuro); font-weight: 600; }

.tr-v7 .divisions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  flex: 1;
  min-height: 0;
}
.tr-v7 .division {
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: none;
}
.tr-v7 .division.real-estate {
  background: linear-gradient(155deg, rgba(99, 0, 255, 0.04) 0%, transparent 60%);
  border-color: var(--viola-soft);
}
.tr-v7 .division.vacation {
  background: linear-gradient(155deg, rgba(79, 111, 100, 0.06) 0%, transparent 60%);
  border-color: rgba(79, 111, 100, 0.18);
}
.tr-v7 .division.investimenti {
  background: linear-gradient(155deg, rgba(255, 45, 82, 0.04) 0%, transparent 60%);
  border-color: rgba(255, 45, 82, 0.18);
}
.tr-v7 .division .div-num {
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--viola);
}
.tr-v7 .division.vacation .div-num { color: var(--vacation-green); }
.tr-v7 .division.investimenti .div-num { color: var(--rosa-accento); }

.tr-v7 .division .div-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  min-height: 56px;
}
.tr-v7 .division .div-brand .logo-text-extra {
  font-size: 22px;
  font-weight: 700;
  color: var(--vacation-green);
  letter-spacing: -0.02em;
}
.tr-v7 .division .div-brand .lbl-eroi {
  font-family: var(--font);
  font-weight: 800;
  font-size: 36px;
  color: var(--rosa-accento);
  letter-spacing: -0.04em;
  line-height: 1;
}
.tr-v7 .logo-eroi {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  line-height: 1;
}
.tr-v7 .logo-eroi-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--rosa-accento);
  display: inline-block;
  flex-shrink: 0;
}
.tr-v7 .logo-eroi-text {
  font-family: var(--font);
  font-weight: 800;
  font-size: 32px;
  color: var(--rosa-accento);
  letter-spacing: -0.035em;
  line-height: 1;
}

.tr-v7 .division h3 { font-size: 22px; margin-bottom: 8px; font-weight: 700; color: var(--text); }
.tr-v7 .division p {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 14px;
  flex-grow: 1;
}
.tr-v7 .division .entities {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.tr-v7 .division .entity {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
}
.tr-v7 .division .entity:last-child { margin-bottom: 0; }
.tr-v7 .division .entity .flag { font-size: 13px; }
.tr-v7 .division .entity .market { font-size: 8px; color: var(--text-dim); letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.tr-v7 .division .entity .name { font-size: 10px; color: var(--text); font-weight: 500; letter-spacing: -0.005em; }

/* ============================================================
   FILOSOFIA E METODO
   ============================================================ */
.tr-v7 .method-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 6mm;
}
.tr-v7 .method-block .lede h3 { font-size: 22px; margin-bottom: 14px; }
.tr-v7 .method-block .lede p { font-size: 12.5px; color: var(--text); line-height: 1.65; margin-bottom: 10px; }
.tr-v7 .method-block .lede p.muted { color: var(--text-muted); }
.tr-v7 .pull-quote {
  background: var(--crema);
  border: 1px solid var(--line);
  border-left: 3px solid var(--viola);
  padding: 22px 24px;
  border-radius: 4px;
}
.tr-v7 .pull-quote p { font-size: 15px; line-height: 1.45; margin-bottom: 10px; letter-spacing: -0.01em; font-weight: 500; }
.tr-v7 .pull-quote p em { font-style: normal; color: var(--viola); font-weight: 700; }
.tr-v7 .pull-quote .cite { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-dim); font-weight: 600; }

/* FILOSOFIA · v3 layout — claim + pillars + quote */
.tr-v7 .philo-claim {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 14px;
}
.tr-v7 .philo-claim .col-text p {
  font-size: 12.5px;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 10px;
}
.tr-v7 .philo-claim .col-text p.muted { color: var(--text-muted); }
.tr-v7 .philo-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 8px 0 14px;
}
.tr-v7 .philo-pillar {
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 16px 18px;
  position: relative;
}
.tr-v7 .philo-pillar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--viola);
  border-radius: 6px 6px 0 0;
}
.tr-v7 .philo-pillar .ix {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--viola);
  font-weight: 700;
  margin-bottom: 8px;
}
.tr-v7 .philo-pillar h5 {
  font-size: 13.5px;
  line-height: 1.25;
  margin-bottom: 6px;
  letter-spacing: -0.005em;
  font-weight: 700;
  color: var(--dark);
}
.tr-v7 .philo-pillar p {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.55;
}

/* OPERATION CARD · v3 — ROE proporzionato (no gradient, box piatto) */
.tr-v7 .operation .op-data { gap: 0 !important; }
.tr-v7 .operation .op-metric.dominant {
  background: var(--viola-soft);
  color: var(--dark);
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 9px;
  position: relative;
  border-left: 3px solid var(--viola);
}
.tr-v7 .operation .op-metric.dominant .lbl {
  font-size: 8.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--viola-scuro);
  font-weight: 700;
  margin-bottom: 3px;
}
.tr-v7 .operation .op-metric.dominant .val {
  font-size: 26px;
  color: var(--viola);
  letter-spacing: -0.025em;
  line-height: 1;
  font-weight: 800;
}
.tr-v7 .operation .op-metric.dominant .ctx {
  font-size: 9.5px;
  color: var(--text-muted);
  margin-top: 4px;
  line-height: 1.4;
  font-weight: 500;
}
.tr-v7 .operation .op-metric.dominant.ongoing {
  background: rgba(255, 45, 82, 0.07);
  border-left-color: var(--rosa-accento);
}
.tr-v7 .operation .op-metric.dominant.ongoing .lbl { color: #B11237; }
.tr-v7 .operation .op-metric.dominant.ongoing .val { color: var(--rosa-accento); }
.tr-v7 .operation .op-metric.dominant.cashflow {
  background: rgba(99, 0, 255, 0.06);
  border-left-color: var(--viola);
}
.tr-v7 .operation .op-metric.dominant.cashflow .val { color: var(--viola); }

/* BALI · hero image */
.tr-v7 .bali-visual.has-image {
  padding: 0;
  background: #0E0826;
}
.tr-v7 .bali-visual.has-image .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.tr-v7 .bali-visual.has-image::before {
  display: none;
}
.tr-v7 .bali-visual.has-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14,8,38,0.25) 0%, rgba(14,8,38,0.0) 35%, rgba(14,8,38,0.55) 70%, rgba(14,8,38,0.92) 100%);
  z-index: 2;
  border-radius: 8px;
}
.tr-v7 .bali-visual.has-image .bali-overlay {
  position: relative;
  z-index: 3;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}
.tr-v7 .bali-visual.has-image .bali-overlay .roi-highlight {
  border-top: 1px solid rgba(255,255,255,0.25);
}

/* CTA · EOI */
.tr-v7 .cta-eoi {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  background: linear-gradient(120deg, var(--viola) 0%, var(--viola-scuro) 100%);
  color: var(--bianco);
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.tr-v7 .cta-eoi::after {
  content: '';
  position: absolute;
  top: -40mm;
  right: -30mm;
  width: 80mm;
  height: 80mm;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255,45,82,0.35), transparent 60%);
}
.tr-v7 .cta-eoi .cta-text {
  position: relative;
  z-index: 2;
}
.tr-v7 .cta-eoi .cta-text .label {
  font-size: 8.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  font-weight: 700;
  margin-bottom: 3px;
}
.tr-v7 .cta-eoi .cta-text h5 {
  font-size: 14px;
  color: var(--bianco);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin-bottom: 3px;
}
.tr-v7 .cta-eoi .cta-text p {
  font-size: 10.5px;
  color: rgba(255,255,255,0.82);
  line-height: 1.45;
  max-width: 64ch;
}
.tr-v7 .cta-eoi .cta-text p strong { color: var(--bianco); font-weight: 600; }
.tr-v7 .cta-eoi .cta-btn {
  position: relative;
  z-index: 2;
  background: var(--bianco);
  color: var(--viola);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tr-v7 .cta-eoi .cta-btn .arrow {
  font-size: 14px;
  line-height: 1;
}

/* CTA · EOI compact (per scenari) */
.tr-v7 .cta-eoi.compact {
  padding: 10px 16px;
  margin-top: 10px;
}
.tr-v7 .cta-eoi.compact .cta-text h5 { font-size: 13px; margin-bottom: 2px; }
.tr-v7 .cta-eoi.compact .cta-text p { font-size: 10px; }

.tr-v7 .process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 6mm;
}
.tr-v7 .process-step {
  padding-top: 14px;
  border-top: 2px solid var(--viola);
}
.tr-v7 .process-step .num { font-size: 11px; color: var(--viola); font-weight: 700; letter-spacing: 0.06em; margin-bottom: 8px; }
.tr-v7 .process-step h4 { font-size: 14px; margin-bottom: 8px; line-height: 1.25; }
.tr-v7 .process-step p { font-size: 11px; color: var(--text-muted); line-height: 1.55; }

.tr-v7 .principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.tr-v7 .principle {
  background: var(--bianco);
  padding: 18px 16px;
  border-right: 1px solid var(--line);
}
.tr-v7 .principle:last-child { border-right: none; }
.tr-v7 .principle .num { font-size: 11px; color: var(--viola); letter-spacing: 0.06em; font-weight: 700; margin-bottom: 10px; }
.tr-v7 .principle h4 { font-size: 14px; margin-bottom: 6px; }
.tr-v7 .principle p { font-size: 10.5px; color: var(--text-muted); line-height: 1.55; }

/* ============================================================
   TEAM
   ============================================================ */
.tr-v7 .team-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  align-items: flex-start;
  padding: 12px 16px;
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 6px;
}
.tr-v7 .team-row .photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--viola-soft);
  border: 2px solid var(--viola-soft);
  flex-shrink: 0;
  position: relative;
}
.tr-v7 .team-row .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tr-v7 .team-row .photo .initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--viola);
  letter-spacing: -0.02em;
}
.tr-v7 .team-row .info .role { font-size: 9px; color: var(--viola); letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; margin-bottom: 3px; }
.tr-v7 .team-row .info .name { font-size: 15px; font-weight: 700; letter-spacing: -0.015em; margin-bottom: 5px; }
.tr-v7 .team-row .info .bio { font-size: 10px; color: var(--text-muted); line-height: 1.5; }

/* ============================================================
   KPI
   ============================================================ */
.tr-v7 .kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  flex: 1;
}
.tr-v7 .kpi {
  background: var(--bianco);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tr-v7 .kpi:nth-child(4n) { border-right: none; }
.tr-v7 .kpi:nth-child(n+5) { border-bottom: none; }
.tr-v7 .kpi .val { font-size: 34px; line-height: 1; letter-spacing: -0.035em; font-weight: 700; margin-bottom: 10px; color: var(--dark); }
.tr-v7 .kpi .val em { font-style: normal; color: var(--viola); font-weight: 600; }
.tr-v7 .kpi .lbl { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; margin-bottom: 4px; }
.tr-v7 .kpi .sub { font-size: 10.5px; color: var(--text-dim); line-height: 1.4; }
.tr-v7 .kpi.placeholder .val { color: var(--viola); }
.tr-v7 .kpi.placeholder .val em { background: var(--viola-soft); padding: 0 6px; border-radius: 3px; }

/* ============================================================
   BALI OVERVIEW (sezione 05)
   ============================================================ */
.tr-v7 .bali-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.tr-v7 .raccolta-badge {
  display: inline-block;
  padding: 5px 12px;
  background: var(--rosa-accento);
  color: var(--bianco);
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}
.tr-v7 .bali-info h3 { font-size: 28px; margin-bottom: 6px; letter-spacing: -0.025em; line-height: 1.1; }
.tr-v7 .bali-info .subtitle { font-size: 12.5px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.5; }
.tr-v7 .bali-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.tr-v7 .bali-stats .stat {
  padding: 9px 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bianco);
}
.tr-v7 .bali-stats .stat:nth-child(even) { border-right: none; }
.tr-v7 .bali-stats .stat:nth-last-child(-n+2) { border-bottom: none; }
.tr-v7 .bali-stats .stat .lbl { font-size: 7.5px; color: var(--text-dim); letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; margin-bottom: 3px; }
.tr-v7 .bali-stats .stat .val { font-size: 15px; color: var(--text); font-weight: 700; letter-spacing: -0.015em; line-height: 1.1; }
.tr-v7 .bali-stats .stat .val em { font-style: normal; color: var(--viola); font-weight: 600; }
.tr-v7 .bali-stats .stat .sub { font-size: 8.5px; color: var(--text-muted); margin-top: 2px; }

.tr-v7 .bali-tipologie {
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 16px;
}
.tr-v7 .bali-tipologie h5 { font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-dim); font-weight: 600; margin-bottom: 8px; }
.tr-v7 .bali-tipologie .tip-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 12px;
  padding: 5px 0;
  border-bottom: 1px solid var(--line);
  font-size: 10.5px;
}
.tr-v7 .bali-tipologie .tip-row:last-child { border-bottom: none; }
.tr-v7 .bali-tipologie .tip-row.head { font-size: 8px; color: var(--text-dim); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }
.tr-v7 .bali-tipologie .tip-row .tip-val { text-align: right; font-weight: 500; }

.tr-v7 .bali-visual {
  position: relative;
  background: linear-gradient(155deg, var(--viola) 0%, var(--viola-scuro) 100%);
  border-radius: 8px;
  overflow: hidden;
  color: var(--bianco);
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.tr-v7 .bali-visual::before {
  content: '';
  position: absolute;
  top: -50mm;
  right: -30mm;
  width: 160mm;
  height: 160mm;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
}
.tr-v7 .bali-visual::after {
  content: '';
  position: absolute;
  bottom: -80mm;
  left: -40mm;
  width: 160mm;
  height: 160mm;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 45, 82, 0.3), transparent 60%);
}
.tr-v7 .bali-visual > * { position: relative; z-index: 2; }
.tr-v7 .bali-visual .location-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 999px;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;
}
.tr-v7 .bali-visual h3 {
  font-size: 28px;
  color: var(--bianco);
  letter-spacing: -0.025em;
  line-height: 1.05;
  font-weight: 800;
}
.tr-v7 .bali-visual h3 em {
  font-style: normal;
  color: var(--pink);
  font-weight: 800;
}
.tr-v7 .bali-visual .roi-highlight {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 14px;
}
.tr-v7 .bali-visual .roi-highlight .label {
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 4px;
  font-weight: 600;
}
.tr-v7 .bali-visual .roi-highlight .big-roi {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--bianco);
}
.tr-v7 .bali-visual .roi-highlight .big-roi em {
  font-style: normal;
  color: var(--pink);
  font-size: 28px;
  font-weight: 600;
  margin-left: 4px;
}
.tr-v7 .bali-visual .roi-highlight .roi-sub {
  font-size: 10px;
  opacity: 0.85;
  margin-top: 6px;
  line-height: 1.45;
}

/* ============================================================
   SCENARI (parte di sezione 05)
   ============================================================ */
.tr-v7 .scenari-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 0;
}
.tr-v7 .scenario {
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 16px;
}
.tr-v7 .scenario .label {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
  margin-bottom: 3px;
}
.tr-v7 .scenario.realistic {
  border-color: var(--viola);
  border-width: 2px;
  background: linear-gradient(155deg, var(--viola-soft) 0%, var(--bianco) 50%);
  position: relative;
}
.tr-v7 .scenario.realistic::before {
  content: 'Scenario consigliato';
  position: absolute;
  top: -10px;
  left: 16px;
  background: var(--viola);
  color: var(--bianco);
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 7.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}
.tr-v7 .scenario.realistic .label { color: var(--viola); }
.tr-v7 .scenario h4 { font-size: 12px; margin-bottom: 8px; letter-spacing: -0.01em; color: var(--text); font-weight: 600; }
.tr-v7 .scenario .big-roi { font-size: 26px; color: var(--viola); letter-spacing: -0.03em; font-weight: 700; line-height: 1; margin-bottom: 3px; }
.tr-v7 .scenario .ret { font-size: 10px; color: var(--text); font-weight: 500; margin-bottom: 6px; }
.tr-v7 .scenario .ret strong { font-weight: 700; }
.tr-v7 .scenario .timeline { font-size: 8.5px; color: var(--text-dim); letter-spacing: 0.04em; padding-top: 8px; border-top: 1px solid var(--line); }

.tr-v7 .scenario-data {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid var(--line);
}
.tr-v7 .scenario-data .sd-row {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  font-size: 9px;
}
.tr-v7 .scenario-data .sd-row .k { color: var(--text-muted); }
.tr-v7 .scenario-data .sd-row .v { color: var(--text); font-weight: 600; }

.tr-v7 .ticket-min {
  background: var(--viola-soft);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 14px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}
.tr-v7 .ticket-min .ticket-num {
  font-size: 28px;
  color: var(--viola);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}
.tr-v7 .ticket-min .ticket-text h5 { font-size: 13px; margin-bottom: 3px; font-weight: 700; }
.tr-v7 .ticket-min .ticket-text p { font-size: 10.5px; color: var(--text-muted); line-height: 1.5; }
.tr-v7 .ticket-min .ticket-cta {
  font-size: 10px;
  color: var(--viola);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

/* ============================================================
   TRACK RECORD — operation cards
   ============================================================ */
.tr-v7 .tr-intro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
  flex-shrink: 0;
  box-shadow: 0 1px 0 rgba(36, 17, 114, 0.04);
}
.tr-v7 .tr-intro .item {
  background: var(--bianco);
  padding: 14px 18px;
  border-right: 1px solid var(--line);
  position: relative;
}
.tr-v7 .tr-intro .item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--viola);
  opacity: 0;
}
.tr-v7 .tr-intro .item:first-child::before { opacity: 1; }
.tr-v7 .tr-intro .item:last-child { border-right: none; }
.tr-v7 .tr-intro .item .lbl { font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); font-weight: 700; margin-bottom: 8px; }
.tr-v7 .tr-intro .item .val { font-size: 30px; letter-spacing: -0.035em; line-height: 1; font-weight: 700; color: var(--dark); }
.tr-v7 .tr-intro .item .val em { font-style: normal; color: var(--viola); font-weight: 700; }
.tr-v7 .tr-intro .item .sub { font-size: 9.5px; color: var(--text-muted); margin-top: 6px; line-height: 1.4; }

.tr-v7 .ops-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.tr-v7 .operation {
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tr-v7 .operation .op-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
  background: var(--crema);
}
.tr-v7 .operation .op-header .titles h4 { font-size: 14.5px; margin-bottom: 2px; }
.tr-v7 .operation .op-header .titles .loc { font-size: 9px; color: var(--text-muted); }
.tr-v7 .operation .op-header .badges { display: flex; gap: 4px; }
.tr-v7 .badge {
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 7.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}
.tr-v7 .badge.completed { background: rgba(36, 17, 114, 0.10); color: var(--viola-scuro); }
.tr-v7 .badge.active { background: rgba(99, 0, 255, 0.10); color: var(--viola); }
.tr-v7 .badge.ongoing { background: rgba(255, 45, 82, 0.12); color: var(--rosa-accento); }
.tr-v7 .badge.type { background: transparent; border: 1px solid var(--line-strong); color: var(--text-muted); }

.tr-v7 .operation .op-body {
  display: flex;
  flex: 1;
  min-height: 0;
}
.tr-v7 .operation .op-data {
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tr-v7 .operation .op-metric {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.tr-v7 .operation .op-metric .lbl { font-size: 8.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-dim); font-weight: 600; margin-bottom: 3px; }
.tr-v7 .operation .op-metric .val { font-size: 22px; color: var(--viola); letter-spacing: -0.025em; line-height: 1; font-weight: 700; }
.tr-v7 .operation .op-metric .ctx { font-size: 9px; color: var(--text-muted); margin-top: 3px; line-height: 1.3; }
.tr-v7 .operation .op-rows { display: flex; flex-direction: column; gap: 0; }
.tr-v7 .operation .op-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3px 0;
  border-bottom: 1px solid var(--line);
  font-size: 9.5px;
  gap: 8px;
}
.tr-v7 .operation .op-row:last-child { border-bottom: none; }
.tr-v7 .operation .op-row .k { color: var(--text-muted); flex-shrink: 0; }
.tr-v7 .operation .op-row .v { color: var(--text); font-weight: 600; text-align: right; }
.tr-v7 .operation .op-row .v small { display: block; font-size: 8px; color: var(--text-dim); font-weight: 400; margin-top: 1px; }
.tr-v7 .operation .op-row.highlight { background: var(--viola-soft); padding: 5px 7px; margin: 3px -2px; border-radius: 3px; border-bottom: none; }
.tr-v7 .operation .op-row.highlight .k { color: var(--viola-scuro); font-weight: 600; }
.tr-v7 .operation .op-row.highlight .v { color: var(--viola); font-weight: 700; }
.tr-v7 .operation .op-row.exit-prev {
  background: rgba(255, 45, 82, 0.06);
  padding: 5px 7px;
  margin: 3px -2px;
  border-radius: 3px;
  border-bottom: none;
}
.tr-v7 .operation .op-row.exit-prev .k { color: var(--rosa-accento); font-weight: 700; }
.tr-v7 .operation .op-row.exit-prev .v { color: var(--rosa-accento); font-weight: 700; }

/* ============================================================
   CG SUMMARY TABLE
   ============================================================ */
.tr-v7 .cg-table {
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.tr-v7 .cg-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 0.8fr 1fr;
  gap: 12px;
  padding: 7px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  align-items: center;
}
.tr-v7 .cg-row:last-child { border-bottom: none; }
.tr-v7 .cg-row.head {
  background: var(--crema);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-dim);
}
.tr-v7 .cg-row .val {
  font-weight: 700;
  color: var(--viola);
  font-size: 13px;
  letter-spacing: -0.01em;
}
.tr-v7 .cg-row .val.ongoing { color: var(--rosa-accento); }
.tr-v7 .cg-row .completed { color: var(--viola-scuro); font-weight: 600; font-size: 11px; }
.tr-v7 .cg-row .ongoing { color: var(--rosa-accento); font-weight: 600; font-size: 11px; }

/* ============================================================
   COME INVESTIRE — AIP
   ============================================================ */
.tr-v7 .aip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.tr-v7 .aip-card {
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
}
.tr-v7 .aip-card .icon-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.tr-v7 .aip-card .icon-label .num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--viola);
  color: var(--bianco);
  font-size: 9px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.tr-v7 .aip-card h5 { font-size: 12px; letter-spacing: -0.01em; }
.tr-v7 .aip-card p { font-size: 10px; color: var(--text-muted); line-height: 1.45; margin-bottom: 5px; }
.tr-v7 .aip-card p:last-child { margin-bottom: 0; }
.tr-v7 .aip-card p strong { color: var(--text); font-weight: 600; }
.tr-v7 .aip-card ul { list-style: none; padding: 0; }
.tr-v7 .aip-card ul li {
  font-size: 10px;
  color: var(--text-muted);
  padding-left: 13px;
  position: relative;
  line-height: 1.45;
  margin-bottom: 3px;
}
.tr-v7 .aip-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  background: var(--viola);
  border-radius: 50%;
}
.tr-v7 .aip-card ul li strong { color: var(--text); font-weight: 600; }

.tr-v7 .waterfall {
  background: var(--crema);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 16px;
}
.tr-v7 .waterfall .wf-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.tr-v7 .waterfall .wf-header .num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--viola);
  color: var(--bianco);
  font-size: 9px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tr-v7 .waterfall .wf-header h5 { font-size: 12px; letter-spacing: -0.01em; }
.tr-v7 .waterfall .wf-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}
.tr-v7 .waterfall .wf-step {
  text-align: center;
  padding: 10px 14px;
  background: var(--bianco);
  border-radius: 6px;
}
.tr-v7 .waterfall .wf-step.first { border: 1.5px solid var(--viola-scuro); }
.tr-v7 .waterfall .wf-step.second { border: 1.5px solid var(--viola); }
.tr-v7 .waterfall .wf-step .order { font-size: 7.5px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; margin-bottom: 4px; color: var(--text-dim); }
.tr-v7 .waterfall .wf-step.first .order { color: var(--viola-scuro); }
.tr-v7 .waterfall .wf-step.second .order { color: var(--viola); }
.tr-v7 .waterfall .wf-step .title { font-size: 12px; font-weight: 700; margin-bottom: 3px; letter-spacing: -0.01em; }
.tr-v7 .waterfall .wf-step .desc { font-size: 9px; color: var(--text-muted); line-height: 1.4; }
.tr-v7 .waterfall .wf-arrow {
  font-size: 22px;
  color: var(--viola);
  font-weight: 300;
}

/* ============================================================
   TOKENIZZAZIONE
   ============================================================ */
.tr-v7 .token-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  flex: 1;
}
.tr-v7 .token-info h3 { font-size: 24px; margin-bottom: 10px; }
.tr-v7 .token-info p { font-size: 12px; color: var(--text); line-height: 1.6; margin-bottom: 10px; }
.tr-v7 .token-info p.muted { color: var(--text-muted); font-size: 11.5px; }
.tr-v7 .token-features {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}
.tr-v7 .token-feat {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  padding: 8px 12px;
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.tr-v7 .token-feat .ic {
  color: var(--viola);
  font-weight: 700;
  font-size: 14px;
}
.tr-v7 .token-feat .text { font-size: 10.5px; color: var(--text); line-height: 1.45; }
.tr-v7 .token-feat .text strong { color: var(--text); font-weight: 600; }

.tr-v7 .compare-table {
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}
.tr-v7 .compare-table h5 { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-dim); font-weight: 600; margin-bottom: 12px; }
.tr-v7 .compare-table .ct-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.tr-v7 .compare-table .ct-col {
  padding: 14px;
  background: var(--crema);
  border-radius: 6px;
}
.tr-v7 .compare-table .ct-col.aip { background: var(--viola-soft); border-left: 3px solid var(--viola); }
.tr-v7 .compare-table .ct-col .ct-tag { font-size: 9px; color: var(--viola); letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; margin-bottom: 6px; }
.tr-v7 .compare-table .ct-col h6 { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.tr-v7 .compare-table .ct-col ul { list-style: none; padding: 0; }
.tr-v7 .compare-table .ct-col ul li { font-size: 10.5px; color: var(--text-muted); padding-left: 12px; position: relative; line-height: 1.5; margin-bottom: 3px; }
.tr-v7 .compare-table .ct-col ul li::before { content: '·'; position: absolute; left: 4px; color: var(--viola); font-weight: 700; }

/* ============================================================
   PROSSIMA OPERAZIONE → richiamo Bali (pagina chiusura)
   ============================================================ */
.tr-v7 .next-bali {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
  flex: 1;
  align-items: stretch;
}
.tr-v7 .next-bali .next-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--bianco);
  padding-right: 12px;
}
.tr-v7 .next-bali .next-content .opening {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--pink);
  font-weight: 700;
  margin-bottom: 22px;
}
.tr-v7 .next-bali .next-content h2 {
  font-size: 52px;
  line-height: 1.0;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
  font-weight: 800;
  color: var(--bianco);
}
.tr-v7 .next-bali .next-content h2 em {
  font-style: normal;
  color: var(--pink);
  font-weight: 800;
}
.tr-v7 .next-bali .next-content .lead {
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 48ch;
  color: rgba(255,255,255,0.92);
  font-weight: 400;
}
.tr-v7 .next-bali .cta-block {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  backdrop-filter: blur(6px);
}
.tr-v7 .next-bali .cta-block .arrow {
  font-size: 30px;
  width: 50px;
  height: 50px;
  background: var(--rosa-accento);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 200;
  color: var(--bianco);
  flex-shrink: 0;
}
.tr-v7 .next-bali .cta-block .cta-text .ctl { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.75; font-weight: 600; margin-bottom: 4px; }
.tr-v7 .next-bali .cta-block .cta-text h5 { font-size: 16px; color: var(--bianco); font-weight: 700; letter-spacing: -0.01em; }

.tr-v7 .next-numbers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.tr-v7 .next-num {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 16px 20px;
  color: var(--bianco);
}
.tr-v7 .next-num .lbl { font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.7; font-weight: 600; margin-bottom: 8px; }
.tr-v7 .next-num .val { font-size: 36px; font-weight: 800; letter-spacing: -0.035em; line-height: 1; }
.tr-v7 .next-num .val em { font-style: normal; color: var(--pink); font-size: 22px; font-weight: 600; margin-left: 3px; }
.tr-v7 .next-num .sub { font-size: 10px; opacity: 0.75; margin-top: 6px; line-height: 1.4; }

/* ============================================================
   GOVERNANCE
   ============================================================ */
.tr-v7 .risks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}
.tr-v7 .risk {
  background: var(--bianco);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 16px 18px;
}
.tr-v7 .risk h5 { font-size: 12.5px; margin-bottom: 6px; letter-spacing: -0.01em; }
.tr-v7 .risk p { font-size: 11px; color: var(--text-muted); line-height: 1.55; }

.tr-v7 .skin-game {
  background: var(--crema);
  border: 1px solid var(--line);
  border-left: 3px solid var(--viola);
  border-radius: 4px;
  padding: 20px 24px;
}
.tr-v7 .skin-game h5 { font-size: 16px; margin-bottom: 8px; }
.tr-v7 .skin-game p { font-size: 12.5px; color: var(--text); line-height: 1.6; }
.tr-v7 .skin-game p em { color: var(--viola); font-style: normal; font-weight: 700; }

/* ============================================================
   CONTATTI
   ============================================================ */
.tr-v7 .contacts-page {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  flex: 1;
}
.tr-v7 .contacts-page .cta h3 { font-size: 36px; margin-bottom: 16px; letter-spacing: -0.025em; }
.tr-v7 .contacts-page .cta p { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; margin-bottom: 22px; max-width: 50ch; }
.tr-v7 .contacts-page .cta-buttons { display: flex; gap: 10px; }
.tr-v7 .btn-primary, .tr-v7 .btn-secondary {
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: inline-block;
  text-decoration: none;
}
.tr-v7 .btn-primary { background: var(--viola); color: var(--bianco); }
.tr-v7 .btn-secondary { border: 1px solid var(--line-strong); color: var(--text); }

.tr-v7 .offices .office {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.tr-v7 .offices .office:last-child { border-bottom: none; }
.tr-v7 .offices .city { font-size: 15px; font-weight: 700; margin-bottom: 4px; letter-spacing: -0.01em; }
.tr-v7 .offices .city em { font-size: 8.5px; color: var(--text-dim); letter-spacing: 0.18em; text-transform: uppercase; font-style: normal; margin-left: 10px; font-weight: 600; }
.tr-v7 .offices .addr { font-size: 11px; color: var(--text-muted); margin-bottom: 2px; }
.tr-v7 .offices .info { font-size: 11px; color: var(--text-muted); line-height: 1.7; margin-top: 14px; }

.tr-v7 .disclaimer-block {
  background: var(--crema);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px 14px;
  margin-top: 10px;
  font-size: 8px;
  color: var(--text-muted);
  line-height: 1.5;
}
.tr-v7 .disclaimer-block h6 {
  font-size: 8.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 700;
  margin-bottom: 6px;
}
.tr-v7 .disclaimer-block p { margin-bottom: 4px; }
.tr-v7 .disclaimer-block p:last-child { margin-bottom: 0; }

/* ============================================================
   WEB FIXES — Rimuovi page-header/footer, fix overflow, spacing
   ============================================================ */

/* Hide page-header (logo ripetuto) e page-footer (numerazione) via CSS backup */
.tr-v7 .page-header,
.tr-v7 .page-footer { display: none !important; }

/* Cover: fix spacing — no mm units, use responsive padding */
.tr-v7 .cover {
  padding: 48px 48px 36px;
}
.tr-v7 .cover .cover-claim {
  padding-top: 32px;
}
.tr-v7 .cover .title-block {
  padding-top: 24px;
}
.tr-v7 .cover h1 {
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.08;
}
.tr-v7 .cover .tagline {
  font-size: clamp(10px, 1.5vw, 14px);
}

/* CTA: fix z-index e overflow per evitare che vada sopra il testo */
.tr-v7 .cta-eoi {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tr-v7 .cta-eoi .cta-text,
.tr-v7 .cta-eoi .cta-btn {
  position: relative;
  z-index: 2;
}

/* Skin-game: assicura che il testo sia sopra */
.tr-v7 .skin-game {
  position: relative;
  z-index: 1;
}
.tr-v7 .skin-game h5,
.tr-v7 .skin-game p {
  position: relative;
  z-index: 2;
}

/* TOC: hide pag. references backup */
.tr-v7 .toc-row .p { display: none; }

/* ============================================================
   RESPONSIVE — Mobile
   ============================================================ */
@media (max-width: 768px) {

  /* --- Page base --- */
  .tr-v7 .page {
    padding: 28px 18px;
    margin: 0 auto 8px;
  }

  /* --- COVER --- */
  .tr-v7 .cover {
    padding: 28px 18px 22px;
  }
  .tr-v7 .cover .cover-meta-top {
    flex-direction: column;
    gap: 6px;
  }
  .tr-v7 .cover .cover-meta-top .meta {
    text-align: left;
    font-size: 8px;
  }
  .tr-v7 .logo-easyroi.cover { height: 32px; gap: 6px; }
  .tr-v7 .logo-easyroi.cover::before { height: 32px; width: 32px; }
  .tr-v7 .logo-easyroi.cover::after { font-size: 24px; }
  .tr-v7 .cover h1 {
    font-size: 28px;
    line-height: 1.1;
  }
  .tr-v7 .cover .subtitle {
    font-size: 12px;
  }
  .tr-v7 .cover .cover-proof {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .tr-v7 .cover .cover-proof .pf {
    padding: 0 10px !important;
  }
  .tr-v7 .cover .cover-proof .pf:first-child {
    padding-left: 0 !important;
  }
  .tr-v7 .cover .cover-proof .pf .n {
    font-size: 28px;
  }
  .tr-v7 .cover .cover-proof .pf .n em {
    font-size: 18px;
  }
  .tr-v7 .cover .cover-proof .pf .lbl {
    font-size: 7px;
    letter-spacing: 0.15em;
    margin-top: 4px;
  }
  .tr-v7 .cover .cover-proof .pf .sub {
    font-size: 9px;
    line-height: 1.3;
  }
  .tr-v7 .cover .cover-footer {
    flex-direction: column;
    gap: 4px;
    text-align: center;
    font-size: 9px;
  }

  /* --- INDICE / TOC --- */
  .tr-v7 .toc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .tr-v7 .toc-row {
    grid-template-columns: 24px 1fr;
    font-size: 13px;
    padding: 8px 0;
  }
  .tr-v7 .toc-shortcut {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
  }
  .tr-v7 .toc-shortcut .arrow { margin: 0 auto; }

  /* --- Section headings --- */
  .tr-v7 h2 { font-size: 22px !important; }
  .tr-v7 h3 { font-size: 16px !important; }

  /* --- DIVISIONS (Il Gruppo) --- */
  .tr-v7 .divisions {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  /* --- PILLAR (Filosofia) --- */
  .tr-v7 .philo-pillars {
    grid-template-columns: 1fr !important;
  }

  /* --- PROCESS --- */
  .tr-v7 .process-steps {
    grid-template-columns: 1fr !important;
  }
  .tr-v7 .principle-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  /* --- TEAM --- */
  .tr-v7 .team-row {
    grid-template-columns: 55px 1fr !important;
    gap: 10px;
  }
  .tr-v7 .team-row .photo {
    width: 48px !important;
    height: 48px !important;
  }
  .tr-v7 .team-row .info .name { font-size: 14px; }
  .tr-v7 .team-row .info .bio { font-size: 10px; }

  /* --- KPI GRID --- */
  .tr-v7 .kpi-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .tr-v7 .kpi {
    padding: 14px 12px;
  }
  .tr-v7 .kpi .val {
    font-size: 24px !important;
    white-space: nowrap;
  }
  .tr-v7 .kpi .val em {
    font-size: 18px !important;
  }
  .tr-v7 .kpi .lbl { font-size: 8px; }
  .tr-v7 .kpi .sub { font-size: 9px; }

  /* --- TR-INTRO BAR (summary metriche) --- */
  .tr-v7 .tr-intro {
    grid-template-columns: 1fr 1fr !important;
  }
  .tr-v7 .tr-intro .item {
    padding: 10px 12px;
  }
  .tr-v7 .tr-intro .item .val {
    font-size: 20px !important;
    white-space: nowrap;
  }
  .tr-v7 .tr-intro .item .lbl {
    font-size: 7px !important;
  }
  .tr-v7 .tr-intro .item .sub {
    font-size: 8px !important;
  }

  /* --- OPS PAIR (operation cards 2col -> 1col) --- */
  .tr-v7 .ops-pair {
    grid-template-columns: 1fr !important;
  }
  .tr-v7 .operation .op-header {
    flex-direction: column;
    gap: 6px;
  }
  .tr-v7 .operation .op-header .badges {
    flex-wrap: wrap;
  }
  .tr-v7 .operation .op-metric.dominant .val {
    font-size: 22px !important;
  }

  /* --- CG TABLE (riepilogo) --- */
  .tr-v7 .cg-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tr-v7 .cg-row {
    grid-template-columns: 1.2fr 0.8fr 0.7fr 0.7fr 0.8fr;
    font-size: 9px;
    padding: 6px 10px;
    gap: 6px;
  }
  .tr-v7 .cg-row.head {
    font-size: 7px;
  }
  .tr-v7 .cg-row .val {
    font-size: 11px !important;
  }

  /* --- CTA (gradient viola) --- */
  .tr-v7 .cta-eoi {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding: 14px 16px;
  }
  .tr-v7 .cta-eoi .cta-btn {
    justify-self: center;
    margin-top: 10px;
  }
  .tr-v7 .cta-eoi .cta-text h5 {
    font-size: 13px;
  }

  /* --- AIP --- */
  .tr-v7 .aip-compare {
    grid-template-columns: 1fr !important;
  }
  .tr-v7 .aip-steps {
    grid-template-columns: 1fr !important;
  }

  /* --- TOKEN --- */
  .tr-v7 .token-compare {
    grid-template-columns: 1fr !important;
  }

  /* --- BALI --- */
  .tr-v7 .bali-facts {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px;
  }
  .tr-v7 .scenari-grid {
    grid-template-columns: 1fr !important;
  }
  .tr-v7 .driver-grid {
    grid-template-columns: 1fr !important;
  }

  /* --- FILOSOFIA --- */
  .tr-v7 .pull-quote {
    padding: 16px 18px;
  }
  .tr-v7 .pull-quote p {
    font-size: 13px;
    line-height: 1.5;
  }
  .tr-v7 .philo-pillar {
    padding: 14px 16px;
  }
  .tr-v7 .philo-pillar h5 {
    font-size: 13px !important;
  }
  .tr-v7 .philo-pillar p {
    font-size: 10.5px;
    line-height: 1.5;
  }

  /* --- PROCESSO 4 STEP --- */
  .tr-v7 .process-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px;
  }
  .tr-v7 .process-step {
    padding: 14px 16px;
  }
  .tr-v7 .process-step h4 {
    font-size: 13px !important;
    line-height: 1.3;
  }
  .tr-v7 .process-step p {
    font-size: 10.5px;
    line-height: 1.5;
  }
  .tr-v7 .principles {
    grid-template-columns: 1fr !important;
  }
  .tr-v7 .principle {
    border-right: none !important;
    border-bottom: 1px solid var(--line);
    padding: 12px 0 !important;
  }
  .tr-v7 .principle:last-child {
    border-bottom: none;
  }
  .tr-v7 .principle h4 {
    font-size: 13px !important;
  }
  .tr-v7 .principle p {
    font-size: 10.5px;
  }

  /* --- TOKENIZZAZIONE --- */
  .tr-v7 .token-page {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .tr-v7 .token-info h3 {
    font-size: 20px !important;
  }
  .tr-v7 .token-info p {
    font-size: 12px;
  }
  .tr-v7 .token-features {
    gap: 8px;
  }
  .tr-v7 .token-feat .text {
    font-size: 11px;
  }
  .tr-v7 .compare-table .ct-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
  .tr-v7 .compare-table .ct-col {
    padding: 14px 16px;
  }
  .tr-v7 .compare-table .ct-col h6 {
    font-size: 13px;
  }

  /* --- BALI --- */
  .tr-v7 .bali-visual {
    padding: 24px 18px !important;
    min-height: auto !important;
  }
  .tr-v7 .bali-visual h3 {
    font-size: 20px !important;
  }
  .tr-v7 .bali-visual .roi-highlight .big-roi {
    font-size: 32px !important;
  }
  .tr-v7 .scenari-grid .scenario {
    padding: 14px 16px;
  }
  .tr-v7 .scenario .big-roi {
    font-size: 22px !important;
  }
  .tr-v7 .scenario-data .sd-row {
    font-size: 10px;
  }

  /* --- AIP / TUTELE --- */
  .tr-v7 .aip-compare {
    grid-template-columns: 1fr !important;
  }
  .tr-v7 .aip-steps {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }
  .tr-v7 .aip-step {
    padding: 12px 14px;
  }

  /* --- GOVERNANCE / RISK --- */
  .tr-v7 .risk-grid {
    grid-template-columns: 1fr !important;
  }

  /* --- CONTACTS --- */
  .tr-v7 .contacts-page {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .tr-v7 .offices {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  .tr-v7 .page { padding: 20px 14px; }
  .tr-v7 .cover { padding: 22px 14px 18px; }
  .tr-v7 .cover h1 { font-size: 24px; }
  .tr-v7 .cover .cover-proof .pf .n { font-size: 30px; }
  .tr-v7 .cover .cover-proof .pf .n em { font-size: 20px; }
  .tr-v7 .kpi .val { font-size: 20px !important; white-space: nowrap; }
  .tr-v7 .kpi .val em { font-size: 15px !important; }
  .tr-v7 .tr-intro { grid-template-columns: 1fr !important; }
  .tr-v7 .tr-intro .item .val { font-size: 22px !important; white-space: nowrap; }
  .tr-v7 .process-grid { grid-template-columns: 1fr !important; }
  .tr-v7 .principle-grid { grid-template-columns: 1fr !important; }
  .tr-v7 .bali-facts { grid-template-columns: 1fr !important; }
  .tr-v7 .cg-row {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 8px 12px;
    font-size: 10px;
  }
  .tr-v7 .cg-row.head { display: none; }
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
  .tr-v7 { padding: 0; background: white; }
  .tr-v7 .page { margin: 0; box-shadow: none; }
  .tr-v7 .page-header, .tr-v7 .page-footer { display: flex !important; }
}