/* Traktor / anbratime.com — biglietto da visita — stile condiviso fra le 3 direzioni
   Fonte: skill grafica-traktor (colori, scala tipografica, frecce, telefono) */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root{
  --ink:#14171C;
  --text:#1F2430;
  --muted:#9AA1AB;
  --secondary:#6B7280;
  --body-c:#4A5160;
  --orange:#E8541A;
  --orange-app:#E8650A;
  --amber:#E0A422;
  --line:#D5D9DF;
  --line-soft:#EEF0F3;
  --warm-box:#FDF0E7;
  --warm-amber:#FEF6E0;
  --bg-grad-h: linear-gradient(90deg,#FFFFFF 0%,#FFFFFF 42%,#F6F4F1 72%,#EFECE8 100%);
  --bg-grad-v: linear-gradient(180deg,#EFECE8 0%,#F6F4F1 16%,#FFFFFF 32%,#FFFFFF 100%);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:Inter,Arial,sans-serif;color:var(--text);background:#FFFFFF}
h1,h2,h3,p{margin:0}
a{color:inherit;text-decoration:none}
img,svg{display:block}

/* ---------- breakpoint tokens ---------- */
.page{
  --pad-x:120px;
  --fs-hero:60px; --lh-hero:1.08; --ls-hero:-1.6px;
  --fs-statement:44px; --lh-statement:1.15;
  --fs-lead:21px; --lh-lead:1.55;
  --fs-step:26px;
  --fs-body:17px; --lh-body:1.6;
  --fs-label:14px;
  --arrows-w:420px; --arrows-h:68px;
  --header-h:100px;
  --logo-h:34px;
}

.page{width:100%;display:flex;flex-direction:column;background:#FFFFFF}

/* ---------- header ---------- */
.site-header{
  height:var(--header-h);
  padding:0 var(--pad-x);
  display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid var(--line-soft);
  flex-shrink:0;
}
.site-header img{height:var(--logo-h);width:auto}
/* ---------- tasto arancione — stile Traktor (arancione app, segno a tre stanghette bianco) ---------- */
.btn-orange{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--orange-app);color:#FFFFFF;font-weight:700;
  border-radius:999px;white-space:nowrap;line-height:1;
  box-shadow:0 6px 16px rgba(232,101,10,.28);
}
.btn-orange svg{flex-shrink:0;display:block}
.btn-orange.sz-sm{padding:14px 22px;font-size:15px}
.btn-orange.sz-sm svg{width:16px;height:9px}
.btn-orange.sz-lg{padding:24px 42px;font-size:18px;gap:14px;box-shadow:0 14px 30px rgba(232,101,10,.32),0 3px 8px rgba(232,101,10,.18)}
.btn-orange.sz-lg svg{width:26px;height:15px}

/* ---------- signature (footer) ---------- */
.signature{
  display:flex;align-items:center;gap:20px;
  padding:32px var(--pad-x);
  border-top:1px solid var(--line-soft);
  flex-shrink:0;
}
.signature img{height:calc(var(--logo-h) - 4px)}
.signature .sep{width:1px;height:22px;background:var(--line)}
.signature .txt{font-size:var(--fs-label);color:var(--secondary);font-weight:400}
.signature .txt b{color:var(--text);font-weight:600}
.signature .mail{margin-left:auto;font-size:var(--fs-label);font-weight:600;color:var(--text)}

/* ---------- contact band ---------- */
.contact-band{
  margin:0 var(--pad-x) 0;
  padding:72px 72px;
  background:var(--warm-box);
  border-radius:28px;
  display:flex;align-items:center;gap:40px;justify-content:space-between;
  box-shadow:0 24px 56px rgba(232,84,26,.08);
}
.contact-band h2{font-size:var(--fs-statement);line-height:var(--lh-statement);font-weight:700;letter-spacing:-0.6px}
.contact-band p{margin-top:14px;font-size:var(--fs-lead);line-height:var(--lh-lead);color:var(--body-c);max-width:520px}
.contact-band .mail{flex-shrink:0}
.contact-wrap{padding:72px 0 64px}

/* ---------- three blocks (shared content, styled per direction) ---------- */
.blocks-wrap{padding:100px var(--pad-x)}
.blocks-head{max-width:760px;margin-bottom:56px}
.blocks-head p{font-size:var(--fs-lead);line-height:var(--lh-lead);color:var(--body-c);text-wrap:pretty}
.blocks-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.block{display:flex;flex-direction:column;gap:14px}
.block .ic{width:22px;height:36px;flex-shrink:0}
.block h3{font-size:var(--fs-step);font-weight:600;letter-spacing:-0.3px;text-wrap:balance}
.block p{font-size:var(--fs-body);line-height:var(--lh-body);color:var(--body-c);text-wrap:pretty}

/* dot-style variant for direction 2 */
.blocks-grid.dotted .block{flex-direction:row;align-items:flex-start;gap:18px}
.blocks-grid.dotted .dot{width:12px;height:12px;border-radius:50%;margin-top:8px;flex-shrink:0}
.blocks-grid.dotted .dot.grey{background:#B7BCC4}
.blocks-grid.dotted .dot.amber{background:var(--amber)}
.blocks-grid.dotted .dot.orange{background:var(--orange)}
.blocks-grid.dotted .txt{display:flex;flex-direction:column;gap:6px}

/* ---------- hero shared ---------- */
.hero{padding:0 var(--pad-x);display:flex;flex-direction:column;flex-shrink:0}
.hero .arrows{width:300px;height:48px;margin-bottom:28px}
.hero h1{font-size:var(--fs-hero);line-height:var(--lh-hero);letter-spacing:var(--ls-hero);font-weight:700}
.hero h1 .l1{display:block;color:var(--muted);font-weight:600;text-wrap:balance}
.hero h1 .l2{display:block;color:var(--text);text-wrap:balance}
.hero h1 .l3{display:block;color:var(--text);text-wrap:balance}
.hero h1 .accent{color:var(--orange)}

/* ---------- Direction 1: Manifesto ---------- */
.dir1 .hero{
  min-height:640px;justify-content:center;align-items:center;text-align:center;
  background:var(--bg-grad-h);padding-top:64px;padding-bottom:64px;
}
.dir1 .hero-inner{max-width:900px;display:flex;flex-direction:column;align-items:center}
.dir1 .hero .arrows{align-self:center}
.dir1 .statement-band{
  padding:120px var(--pad-x);text-align:center;background:#F6F7F9;
}
.dir1 .statement-band h2{font-size:var(--fs-statement);line-height:var(--lh-statement);font-weight:700;letter-spacing:-1px}
.dir1 .blocks-grid .block{align-items:flex-start;text-align:left}
.dir1 .contact-wrap{padding-top:0}

/* ---------- Direction 2: Lo sguardo dentro ---------- */
.dir2 .hero{
  padding-top:88px;padding-bottom:88px;background:var(--bg-grad-h);
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:64px;align-items:center;
}
.dir2 .hero-text{max-width:620px}
.dir2 .hero-text p.lead{margin-top:24px;font-size:var(--fs-lead);line-height:var(--lh-lead);color:var(--body-c);max-width:520px}
.dir2 .hero-text .cta{margin-top:32px}
.dir2 .blocks-wrap{position:relative;overflow:hidden;background:#F6F7F9;padding:112px var(--pad-x)}
.dir2 .blocks-wrap::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(560px circle at 88% 105%, rgba(224,164,34,.10), transparent 70%);
  pointer-events:none;
}
.dir2 .blocks-head,.dir2 .blocks-grid{position:relative}
.dir2 .blocks-head{max-width:820px;margin-bottom:64px}
.dir2 .blocks-head p{font-size:28px;font-weight:500;line-height:1.35;letter-spacing:-0.4px}
.dir2 .blocks-head b{font-weight:700}
.dir2 .blocks-head b.grey{color:#6B7280}
.dir2 .blocks-head b.amber{color:#B7791F}
.dir2 .blocks-head b.red{color:var(--app-red)}
.dir2 .blocks-wrap{background:#FFFFFF}
.dir2 .blocks-grid.dotted{display:flex;align-items:stretch;gap:0}
.dir2 .blocks-grid.dotted .block{
  flex:1;flex-direction:column;align-items:flex-start;
  background:#FFFFFF;border-radius:18px;padding:36px 30px 34px;
  box-shadow:0 18px 40px rgba(17,20,24,.10),0 3px 8px rgba(17,20,24,.06);
  border:1px solid rgba(17,20,24,.04);
  border-top:7px solid transparent;
}
.dir2 .blocks-grid.dotted .block.grey{border-top-color:#8B92A0;background:linear-gradient(180deg, rgba(139,146,160,.09) 0%, #FFFFFF 130px)}
.dir2 .blocks-grid.dotted .block.amber{border-top-color:var(--amber);background:linear-gradient(180deg, rgba(224,164,34,.12) 0%, #FFFFFF 130px)}
.dir2 .blocks-grid.dotted .block.red{border-top-color:var(--app-red);background:linear-gradient(180deg, rgba(217,45,32,.10) 0%, #FFFFFF 130px)}
.dir2 .blocks-grid.dotted .connector{width:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-top:34px}
.dir2 .blocks-grid.dotted .connector svg{width:22px;height:36px;opacity:0.28;display:block}
.dir2 .blocks-grid.dotted .block h3{font-size:24px;font-weight:700;letter-spacing:-0.3px;margin:0 0 10px}
.dir2 .blocks-grid.dotted .block p{font-size:17px;line-height:1.55;color:#3B414A}
.dir2 .brand-line{
  position:relative;overflow:hidden;
  padding:84px var(--pad-x) 68px;background:#F6F7F9;text-align:center;
}
.dir2 .brand-line::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(560px circle at 50% 25%, rgba(232,84,26,.09), transparent 70%);
  pointer-events:none;
}
.dir2 .brand-line-inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px}
.dir2 .brand-line h2{font-size:38px;line-height:1.15;font-weight:700;letter-spacing:-1px;color:var(--text)}
.dir2 .brand-line .bl-flow{display:flex;align-items:center;gap:0;margin-top:18px}
.dir2 .brand-line .bl-dot{width:26px;height:26px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 8px rgba(255,255,255,.9)}
.dir2 .brand-line .bl-dot.grey{background:#B7BCC4}
.dir2 .brand-line .bl-dot.amber{background:var(--amber)}
.dir2 .brand-line .bl-dot.orange{background:var(--orange)}
.dir2 .brand-line .bl-seg{width:200px;height:3px;background:var(--line)}

/* phone — hardware fedele a grafica-traktor.md (nero opaco, cornice 5/filo 11/raggi 118·113·102 su 628px),
   schermo ricostruito da traktor-agenda-mockup-2.html, nomi resi generici (niente persone/aziende) */
:root{
  --app-bg:#F3F4F6; --app-card:#FFFFFF; --app-line:#E6E8EC;
  --app-ink:#111418; --app-ink2:#3B414A; --app-ink3:#6B7280;
  --app-red:#D92D20; --app-red-tint:#FEEBE9;
  --app-amber:#B7791F; --app-amber-tint:#FEF6E0;
}
.phone{
  width:340px;flex-shrink:0;justify-self:end;box-sizing:border-box;
  border-radius:64px;padding:3px;
  background:linear-gradient(180deg,#4A4B4F,#333437 12%,#2C2D30 40%,#2C2D30);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07),0 40px 90px rgba(17,20,24,.20),0 10px 24px rgba(17,20,24,.16),0 2px 4px rgba(17,20,24,.12);
}
.phone-filo{border-radius:61px;background:#0E0F10;padding:6px;box-sizing:border-box}
.phone-screen{
  border-radius:55px;background:var(--app-bg);overflow:hidden;box-sizing:border-box;
  display:flex;flex-direction:column;
}

/* isola e barra di stato */
.ps-dynamic{align-self:center;margin-top:14px;width:86px;height:24px;border-radius:14px;background:#0B0C0D;flex-shrink:0}
.ps-status{display:flex;align-items:center;justify-content:space-between;padding:10px 26px 2px;flex-shrink:0}
.ps-status .ps-time{font-size:15px;font-weight:600;color:var(--app-ink)}
.ps-status .ps-icons{display:flex;align-items:center;gap:5px}
.ps-status .ps-icons svg{height:11px;width:auto;display:block}

/* barra app: logo + menu */
.app-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 22px 12px;flex-shrink:0}
.app-topbar .app-brand{display:flex;align-items:center;gap:6px}
.app-topbar .app-brand svg{width:26px;height:12px}
.app-topbar .app-brand b{font-size:15px;font-weight:700;letter-spacing:-0.2px;color:var(--app-ink)}
.app-topbar .app-brand b i{color:var(--orange-app);font-style:normal}
.icon-circle{width:32px;height:32px;border-radius:50%;background:var(--app-card);box-shadow:0 0 0 1px var(--app-line);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.icon-circle svg{width:15px;height:15px}

/* intestazione Agenda */
.app-agenda-head{display:flex;align-items:flex-start;justify-content:space-between;padding:2px 22px 14px;border-bottom:1px solid var(--app-line);flex-shrink:0}
.app-agenda-head h4{font-size:22px;font-weight:700;letter-spacing:-0.4px;color:var(--app-ink)}
.app-agenda-head p{margin-top:2px;font-size:13px;color:var(--app-ink3)}

/* striscia settimana */
.week-card{margin:14px 22px 0;padding:14px 16px;background:var(--app-card);border-radius:16px;box-shadow:0 1px 2px rgba(17,20,24,.05);flex-shrink:0}
.week-month{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;color:var(--app-ink)}
.week-month svg{width:8px;height:12px;opacity:.5}
.week-days{display:flex;justify-content:space-between;margin-top:12px}
.week-days .wd{display:flex;flex-direction:column;align-items:center;gap:5px;padding:4px 2px;border-radius:10px}
.week-days .wd .wl{font-size:9.5px;font-weight:600;color:var(--app-ink3);letter-spacing:0.2px}
.week-days .wd .wn{font-size:14px;font-weight:700;color:var(--app-ink)}
.week-days .wd.today{box-shadow:inset 0 0 0 1.5px var(--orange-app)}

/* tessere statistiche */
.stat-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 22px 0;flex-shrink:0}
.stat-tiles .tile{background:var(--app-card);border-radius:14px;padding:10px 10px 11px;box-shadow:0 1px 2px rgba(17,20,24,.05)}
.stat-tiles .tile.warn{background:var(--app-red-tint)}
.stat-tiles .tile-top{display:flex;align-items:center;justify-content:space-between}
.stat-tiles .tile-top svg{width:15px;height:15px;color:var(--orange-app)}
.stat-tiles .tile-top .chev{width:6px;height:9px;color:var(--orange-app);opacity:.8}
.stat-tiles .tile b{display:block;margin-top:6px;font-size:19px;font-weight:700;color:var(--app-ink);letter-spacing:-0.3px}
.stat-tiles .tile span{display:block;font-size:10.5px;color:var(--app-ink2);line-height:1.3;margin-top:1px}
.stat-tiles .tile span b.warn-txt{color:var(--app-red);font-weight:700;font-size:10.5px}

/* sezione Pendenze */
.pendenze-head{display:flex;align-items:center;gap:8px;margin:18px 22px 10px;flex-shrink:0}
.pendenze-head h5{font-size:16px;font-weight:700;color:var(--app-ink)}
.pendenze-head .count{font-size:11px;font-weight:700;color:var(--app-ink2);background:var(--app-card);box-shadow:0 0 0 1px var(--app-line);padding:2px 9px;border-radius:999px}

.pendenze-list{margin:0 22px;background:var(--app-card);border-radius:16px;box-shadow:0 1px 2px rgba(17,20,24,.05);overflow:hidden;flex-shrink:0}
.pendenze-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:13px 15px;border-bottom:1px solid var(--app-line)}
.pendenze-row:last-child{border-bottom:none}
.pendenze-row .pr-main{display:flex;flex-direction:column;gap:3px;min-width:0}
.pendenze-row .pr-main b{font-size:14.5px;font-weight:700;color:var(--app-ink);text-wrap:balance}
.pendenze-row .pr-main .status{font-size:12px;color:var(--app-ink2)}
.pendenze-row .pr-main .now{font-size:12px;color:var(--app-ink2)}
.pendenze-row .pr-main .now b{font-size:12px;font-weight:700}
.pendenze-row .pr-side{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.pendenze-row .pr-side .who{font-size:10px;font-weight:700;letter-spacing:0.3px;color:var(--app-ink3)}
.pendenze-row .pr-side .chip{font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:999px;white-space:nowrap}
.pendenze-row .pr-side .chip.red{background:var(--app-red-tint);color:var(--app-red)}
.pendenze-row .pr-side .chip.amber{background:var(--app-amber-tint);color:var(--app-amber)}

/* indicatore home */
.home-indicator{align-self:center;margin:14px 0 10px;width:100px;height:4px;border-radius:3px;background:rgba(17,20,24,.28);flex-shrink:0}

/* ---------- Direction 3: Il percorso ---------- */
.dir3 .hero{
  min-height:0;padding-top:96px;padding-bottom:56px;text-align:center;
  align-items:center;background:#FFFFFF;
}
.dir3 .hero-inner{max-width:760px;display:flex;flex-direction:column;align-items:center}
.dir3 .hero h1{font-size:calc(var(--fs-hero) - 8px)}
.dir3 .hero .tag{
  margin-top:22px;font-size:var(--fs-label);font-weight:600;letter-spacing:0.2px;color:var(--orange);
}
.dir3 .timeline{padding:40px var(--pad-x) 110px;background:#FFFFFF}
.dir3 .step{
  position:relative;display:grid;grid-template-columns:100px 64px 1fr;gap:0;
  padding-bottom:88px;
}
.dir3 .step:last-child{padding-bottom:0}
.dir3 .step .num{
  font-size:110px;line-height:0.85;letter-spacing:-4px;font-weight:700;
  text-align:right;padding-right:20px;
}
.dir3 .step .rail{position:relative;display:flex;justify-content:center}
.dir3 .step .rail .dot{width:22px;height:22px;border-radius:50%;margin-top:6px;box-shadow:0 0 0 6px #FFFFFF;z-index:2}
.dir3 .step .rail .line{position:absolute;left:50%;transform:translateX(-50%);top:34px;bottom:-88px;width:4px;border-radius:2px}
.dir3 .step:last-child .rail .line{display:none}
.dir3 .step .content{display:flex;flex-direction:column;gap:10px;padding-left:8px;padding-top:8px}
.dir3 .step .content h3{font-size:var(--fs-step);font-weight:600;letter-spacing:-0.3px}
.dir3 .step .content p{font-size:var(--fs-body);line-height:var(--lh-body);color:var(--body-c);max-width:640px}


/* ====== responsive: telefono e tablet, sotto 1024px ====== */
@media (max-width: 1023px){

.page{
  --pad-x:24px;
  --fs-hero:32px; --lh-hero:1.16; --ls-hero:-0.6px;
  --fs-statement:26px; --lh-statement:1.2;
  --fs-lead:18px; --lh-lead:1.5;
  --fs-step:21px;
  --fs-body:16px; --lh-body:1.55;
  --fs-label:13px;
  --arrows-w:220px; --arrows-h:36px;
  --header-h:76px;
  --logo-h:26px;
}

.page .btn-orange.sz-lg{padding:19px 32px;font-size:16px;gap:12px}

.page .btn-orange.sz-lg svg{width:22px;height:13px}

.page .signature{flex-wrap:wrap;row-gap:12px}

.page .signature .mail{margin-left:0;width:100%}

.page .contact-band{flex-direction:column;align-items:flex-start;padding:40px 28px;gap:24px;border-radius:22px}

.page .contact-wrap{padding:48px 0 40px}

.page .blocks-wrap{padding:56px var(--pad-x)}

.page .blocks-head{margin-bottom:36px}

.page .blocks-grid{grid-template-columns:1fr;gap:28px}

.page .hero .arrows{width:200px;height:32px;margin-bottom:20px}

.page.dir1 .hero{min-height:0;padding-top:56px;padding-bottom:56px}

.page.dir1 .statement-band{padding:56px var(--pad-x)}

.page.dir2 .hero{grid-template-columns:1fr;padding-top:48px;padding-bottom:36px;gap:40px}

.page.dir2 .hero-text .cta{margin-top:24px}

.page.dir2 .blocks-wrap{padding:64px var(--pad-x)}

.page.dir2 .blocks-head{margin-bottom:36px}

.page.dir2 .blocks-head p{font-size:19px;line-height:1.4;letter-spacing:0}

.page.dir2 .blocks-grid.dotted{flex-direction:column}

.page.dir2 .blocks-grid.dotted .block{padding:28px 24px 28px;border-radius:16px;border-top-width:6px}

.page.dir2 .blocks-grid.dotted .connector{width:auto;height:36px;padding-top:0}

.page.dir2 .blocks-grid.dotted .connector svg{transform:rotate(90deg)}

.page.dir2 .blocks-grid.dotted .block h3{font-size:21px;margin-bottom:8px}

.page.dir2 .blocks-grid.dotted .block p{font-size:16px;line-height:1.5}

.page.dir2 .brand-line{padding:44px var(--pad-x) 36px}

.page.dir2 .brand-line h2{font-size:22px;letter-spacing:-0.3px}

.page.dir2 .brand-line .bl-flow{margin-top:14px}

.page.dir2 .brand-line .bl-dot{width:18px;height:18px;box-shadow:0 0 0 6px rgba(255,255,255,.9)}

.page.dir2 .brand-line .bl-seg{width:108px;height:2px}

.page .phone{width:280px;justify-self:center;border-radius:53px;padding:2px}

.page .phone-filo{border-radius:50px;padding:5px}

.page .phone-screen{border-radius:45px}

.page .ps-dynamic{margin-top:11px;width:70px;height:19px;border-radius:11px}

.page .ps-status{padding:8px 20px 2px}

.page .ps-status .ps-time{font-size:13px}

.page .ps-status .ps-icons svg{height:9px}

.page .app-topbar{padding:11px 18px 9px}

.page .app-topbar .app-brand svg{width:22px;height:10px}

.page .app-topbar .app-brand b{font-size:13px}

.page .icon-circle{width:27px;height:27px}

.page .icon-circle svg{width:13px;height:13px}

.page .app-agenda-head{padding:2px 18px 11px}

.page .app-agenda-head h4{font-size:18px}

.page .app-agenda-head p{font-size:11px}

.page .week-card{margin:11px 18px 0;padding:11px 12px;border-radius:13px}

.page .week-month{font-size:11px}

.page .week-days{margin-top:9px}

.page .week-days .wd .wl{font-size:8px}

.page .week-days .wd .wn{font-size:12px}

.page .stat-tiles{gap:6px;margin:11px 18px 0}

.page .stat-tiles .tile{border-radius:11px;padding:8px 8px 9px}

.page .stat-tiles .tile-top svg{width:13px;height:13px}

.page .stat-tiles .tile b{font-size:16px;margin-top:4px}

.page .stat-tiles .tile span{font-size:9px}

.page .stat-tiles .tile span b.warn-txt{font-size:9px}

.page .pendenze-head{margin:14px 18px 8px}

.page .pendenze-head h5{font-size:14px}

.page .pendenze-head .count{font-size:9.5px}

.page .pendenze-list{margin:0 18px;border-radius:13px}

.page .pendenze-row{padding:10px 12px}

.page .pendenze-row .pr-main b{font-size:12.5px}

.page .pendenze-row .pr-main .status{font-size:10.5px}

.page .pendenze-row .pr-main .now{font-size:10.5px}

.page .pendenze-row .pr-main .now b{font-size:10.5px}

.page .pendenze-row .pr-side .who{font-size:8.5px}

.page .pendenze-row .pr-side .chip{font-size:10px;padding:2px 9px}

.page .home-indicator{margin:11px 0 8px;width:82px;height:3px}

.page.dir3 .hero{padding-top:56px;padding-bottom:32px}

.page.dir3 .timeline{padding:16px var(--pad-x) 56px}

.page.dir3 .step{grid-template-columns:52px 40px 1fr;padding-bottom:52px}

.page.dir3 .step .num{font-size:52px;letter-spacing:-2px;padding-right:10px}

.page.dir3 .step .rail .dot{width:16px;height:16px;box-shadow:0 0 0 4px #FFFFFF}

.page.dir3 .step .rail .line{top:22px;bottom:-52px;width:3px}
}
