.elementor-3981 .elementor-element.elementor-element-9db1270{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3981 .elementor-element.elementor-element-1a566de{width:auto;max-width:auto;}.elementor-3981 .elementor-element.elementor-element-1a566de > .elementor-widget-container{background-color:#FFFFFF00;}.elementor-3981 .elementor-element.elementor-element-1a566de.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-3981 .elementor-element.elementor-element-1a566de .elementor-heading-title{color:#FF2500;}.elementor-3981 .elementor-element.elementor-element-3444cd8{--display:flex;}body.elementor-page-3981:not(.elementor-motion-effects-element-type-background), body.elementor-page-3981 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS */@charset "UTF-8";

:root {
  --red: #c8282b;
  --red-pale: #fdf2f2;
  --ink: #1a1a1a;
  --ink2: #3a3a3a;
  --mid: #777777;
  --light: #aaaaaa;
  --line: #e0e0e0;
  --bg: #f7f6f4;
  --card: #ffffff;
  --dark: #1a1a1a;
  --dark2: #2c2c2c;
  --r: 6px;
  --r2: 10px;
  --sh: 0 1px 4px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.06);
  --sh2: 0 2px 8px rgba(0, 0, 0, 0.05), 0 8px 32px rgba(0, 0, 0, 0.08);
  --t: 0.18s ease;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  background: var(--bg);
  color: var(--ink);
  padding: clamp(32px, 5vw, 56px) clamp(16px, 3vw, 48px) clamp(48px, 7vw, 72px);
  font-synthesis: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

button { font: inherit; }
.wrap { max-width: 100%; margin: 0 auto; }
.header { text-align: center; margin-bottom: 48px; }

.logo-box {
  display: flex; 
  align-items: center; 
  justify-content: center;
  min-height: 80px; 
  padding: 18px 24px; 
  margin-bottom: 28px;
  background: var(--card); 
  border-radius: var(--r2); 
  box-shadow: var(--sh);
  border-bottom: 2px solid var(--red);
}

.logo-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(24px, 5.5vw, 44px);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--red);
  text-transform: uppercase;
  line-height: 1;
}

.title {
  margin: 0 0 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 6vw, 54px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--ink);
}

.divider {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--red);
  margin: 16px auto 14px;
}

.subtitle {
  display: block;
  color: var(--mid);
  font-size: clamp(13px, 1.8vw, 15px);
  font-style: italic;
  letter-spacing: 0.01em;
  font-family: Arial, Helvetica, sans-serif;
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}

.step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--line);
  color: var(--mid);
  font: 800 11px 'Barlow Condensed', sans-serif;
  transition: background var(--t), color var(--t);
}

.step-num.active { background: var(--red); color: #ffffff; }

.step-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--light);
}

.step-label.active { color: var(--red); }

.card, .tot-card {
  background: var(--card);
  border-radius: var(--r2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.card {
  box-shadow: var(--sh);
  margin-bottom: 14px;
  transition: box-shadow var(--t);
}

.card:focus-within { box-shadow: var(--sh2); }
.tot-card { box-shadow: var(--sh2); margin-bottom: 20px; }
.card-inner { padding: clamp(16px, 3.5vw, 26px); }

.grid2, .fin-row, .anticipo-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: stretch;
}

.grid2 .col, .fin-cap, .fin-dur, .anticipo-col, .anticipo-result {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.grid2 .col { flex: 1 1 0%; }
.fin-cap { flex: 3 1 120px; }
.fin-dur { flex: 2 1 90px; }
.anticipo-col { flex: 1 1 160px; }
.anticipo-result { flex: 1 1 160px; justify-content: flex-end; }

.bollo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
  align-items: stretch;
}

.lbl {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--light);
}

.input-wrap {
  display: flex;
  align-items: center;
  position: relative;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  overflow: hidden;
  height: 50px;
  transition: border-color var(--t), box-shadow var(--t), background var(--t);
}

.input-wrap.small { height: 40px; }

.input-wrap:focus-within {
  border-color: var(--ink2);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.05);
}

.input-wrap.red-focus:focus-within {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(200, 40, 43, 0.07);
}

.sym {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 48px;
  min-width: 48px;
  padding: 0;
  border-right: 1.5px solid var(--line);
  color: var(--red);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 2.2vw, 16px);
  white-space: nowrap;
  flex-shrink: 0;
}

input, select {
  flex: 1;
  width: 100%;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-synthesis: none;
  margin: 0;
}

.price-input, .kw-input {
  height: 100%;
  padding: 0 13px;
  font-size: clamp(20px, 3.5vw, 28px);
}

.cap-input {
  height: 100%;
  padding: 0 12px;
  font-size: clamp(17px, 3vw, 21px);
}

.sel-big, .sel-small {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  height: 100%;
  padding: 0 30px 0 12px;
}

.sel-big { font-size: clamp(14px, 2.5vw, 18px); }

.grid2 .col .input-wrap {
  width: 100%;
  border: 1px solid #c8c8c8 !important;
}

.sel-small { font-size: clamp(13px, 2vw, 16px); }

.arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--red);
  font-size: 11px;
}

.bollo-wrap, .man-wrap {
  margin-top: 20px;
  border-radius: var(--r2);
  border: 1.5px solid var(--line);
  overflow: hidden;
}

.bollo-top, .man-top { background: var(--dark); padding: 14px 18px; }

.bollo-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.bollo-title, .man-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1;
}

.bollo-sub, .man-sub, .bollo-result-label, .bollo-result-label span, .bollo-esenzione,
.bk-label, .bk-label small, .man-note, .anticipo-result-sub, .tasso-l, .toggle-sub,
.rata-sub2, .rata-det, .mensile-sub, .disclaimer, .fin-info {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-synthesis: none;
}

.bollo-sub, .man-sub {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.man-sub { display: block; margin-top: 4px; }
.bollo-body { padding: clamp(14px, 3vw, 20px); background: #fefefe; }

.bollo-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 14px;
  background: #f9f9f9;
  border-radius: var(--r);
  border: 1.5px solid var(--line);
  margin-bottom: 10px;
}

.hidden { display: none !important; }

.bollo-result-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink2);
  line-height: 1.4;
}

.bollo-result-label span {
  display: block;
  font-size: 11px;
  color: var(--mid);
  font-weight: 400;
  margin-top: 2px;
}

.bollo-result-val {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
}

.bollo-esenzione {
  display: none;
  margin-top: 12px;
  padding: 11px 14px;
  border-radius: var(--r);
  font-size: 12px;
  line-height: 1.6;
  border-left: 3px solid transparent;
}

.visible { display: block !important; }
.tipo-green { background: #f2faf4; border-left-color: #3daa5e; color: #1a5c30; }
.tipo-orange { background: #fffbf0; border-left-color: #e8a020; color: #6b4a00; }
.tipo-red { background: #fff2f2; border-left-color: var(--red); color: #7a0000; }

.bollo-foot, .man-foot, .mensile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 18px;
  background: var(--dark2);
}

.bollo-foot-p, .man-foot-p, .mensile-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.bollo-foot-t, .man-foot-t {
  font: 800 clamp(17px, 3.5vw, 21px) 'Barlow Condensed', sans-serif;
  color: #f07a3a;
}

.man-head {
  display: grid;
  grid-template-columns: 1fr 80px;
  background: #262626;
  padding: 7px 18px;
}

.man-h {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: right;
  color: rgba(255, 255, 255, 0.32);
}

.man-h.left { text-align: left; color: rgba(255, 255, 255, 0.5); }
.man-row { border-bottom: 1px solid #f0f0f0; background: var(--card); }
.man-row:last-child { border-bottom: none; }

.man-row-head {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 80px;
  align-items: center;
  padding: 12px 18px;
  cursor: pointer;
  transition: background var(--t);
  border: none;
  background: transparent;
  text-align: left;
}

.man-row-head:hover { background: #fafafa; }

.man-row-head:focus-visible, .toggle:focus-visible {
  outline: 3px solid rgba(200, 40, 43, 0.18);
  outline-offset: 2px;
}

.man-row.open .man-row-head { background: #f8f8f8; }

.man-voce {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink2);
  letter-spacing: 0;
  text-transform: none;
}

.man-arrow {
  width: 16px;
  text-align: center;
  color: #cccccc;
  transition: transform var(--t), color var(--t);
  flex-shrink: 0;
  font-size: 12px;
}

.man-row.open .man-arrow { transform: rotate(180deg); color: var(--red); }

.man-tot {
  text-align: right;
  font: 600 16px 'Barlow Condensed', sans-serif;
  color: var(--ink);
}

.man-detail {
  max-height: 0;
  overflow: hidden;
  background: #f8f8f8;
  transition: max-height 0.25s ease;
}

.man-row.open .man-detail { max-height: 340px; }

.man-detail-in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 10px 18px 14px;
}

.man-dlbl {
  display: block;
  margin-bottom: 3px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--light);
}

.man-dval {
  font: 700 clamp(14px, 2.5vw, 17px) 'Barlow Condensed', sans-serif;
  color: var(--ink2);
}

.man-dval.acc { color: var(--red); }

.man-note {
  padding: 8px 18px 12px;
  border-top: 1px solid #ebebeb;
  font-size: 12px;
  line-height: 1.6;
  color: var(--mid);
  font-style: italic;
}

.tip-wrap { position: relative; display: inline-flex; align-items: center; }
.tip-wrap:focus-within .tip-box, .tip-wrap:hover .tip-box { display: block; }

.tip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #e8e8e8;
  color: #999999;
  font: italic 700 9px Georgia, serif;
  cursor: default;
  transition: background var(--t), color var(--t);
}

.tip-wrap:hover .tip-icon, .tip-wrap:focus-within .tip-icon { background: var(--red); color: #ffffff; }

.tip-box {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  width: min(280px, 85vw);
  padding: 10px 13px;
  background: var(--dark);
  border-radius: var(--r);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.6;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  z-index: 9999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: break-word;
}

.anticipo-wrap {
  margin-top: 14px;
  padding: 16px;
  background: #fafafa;
  border-radius: var(--r);
  border: 1.5px solid var(--line);
}

.anticipo-result-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--light);
  margin-bottom: 5px;
}

.anticipo-result-val {
  font: 800 20px 'Barlow Condensed', sans-serif;
  color: var(--red);
}

.anticipo-result-sub {
  font-size: 11px;
  color: var(--mid);
  margin-top: 4px;
  line-height: 1.4;
}

.toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 14px;
  background: var(--card);
  border-radius: var(--r2);
  box-shadow: var(--sh);
  cursor: pointer;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: box-shadow var(--t);
  appearance: none;
  -webkit-appearance: none;
}

.toggle:hover { box-shadow: var(--sh2); }

.toggle-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
}

.toggle-sub {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--light);
}

.toggle-r { display: flex; align-items: center; gap: 8px; }

.toggle-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--light);
}

.toggle-label.on { color: var(--red); }

.track {
  position: relative;
  width: 42px;
  height: 22px;
  background: var(--line);
  border-radius: 11px;
  flex-shrink: 0;
  transition: background var(--t);
}

.track.on { background: var(--red); }

.thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: left 0.18s;
}

.track.on .thumb { left: 23px; }

.tasso {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.tasso-l { font-size: 13px; font-weight: 500; color: var(--mid); }
.tasso-r { display: flex; align-items: center; gap: 8px; }

.tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  background: var(--red-pale);
  border-radius: 4px;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fin-info {
  display: none;
  margin-top: 14px;
  padding: 11px 14px;
  border-radius: var(--r);
  background: #fff6f6;
  border-left: 3px solid var(--red);
  font-size: 12px;
  line-height: 1.55;
  color: #7a0000;
}

.rata {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: clamp(14px, 3vw, 18px) clamp(16px, 3vw, 20px);
  background: var(--dark);
  border-radius: var(--r);
}

.rata-sub1 {
  display: block;
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.num-row { display: flex; align-items: baseline; gap: 3px; }

.rata-cur {
  font: 700 clamp(15px, 2.5vw, 18px) 'Barlow Condensed', sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

.rata-num {
  font: 800 clamp(26px, 5.5vw, 38px) 'Barlow Condensed', sans-serif;
  color: #ffffff;
  line-height: 1;
}

.rata-sub2, .rata-det {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 3px;
}

.rata-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.badge {
  display: inline-block;
  padding: 3px 8px;
  background: var(--red);
  border-radius: 3px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stripe {
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--red), #e05720);
}

.breakdown { padding: clamp(14px, 3vw, 20px) clamp(16px, 3vw, 22px); }

.bk-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  margin-bottom: 6px;
  background: #f7f7f7;
  border-radius: var(--r);
  min-height: 62px;
}

.bk-left {
  display: flex;
  align-items: center;
  flex: 1 1 150px;
  min-width: 0;
}

.dot {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dot.red { background: var(--red); }
.dot.orange { background: #e05720; }
.dot.blue { background: #3a7ae0; }
.dot.gray { background: #aaaaaa; }
.dot.black { background: #222222; }

.bk-label { font-size: 13px; font-weight: 500; color: var(--ink2); }

.bk-label small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--mid);
  margin-top: 2px;
  line-height: 1.4;
}

.bk-val {
  font: 700 clamp(15px, 3vw, 20px) 'Barlow Condensed', sans-serif;
  color: var(--ink);
  white-space: nowrap;
}

.tot-box {
  padding: clamp(18px, 3.5vw, 24px) clamp(16px, 3vw, 22px) clamp(14px, 2.5vw, 18px);
  border-top: 1px solid var(--line);
}

.tot-label {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--light);
}

.tot-num-row { display: flex; align-items: baseline; gap: 4px; }

.tot-cur {
  font: 700 clamp(20px, 4vw, 28px) 'Barlow Condensed', sans-serif;
  color: var(--red);
}

.tot-num {
  font: 800 clamp(38px, 9vw, 64px) / 0.9 'Barlow Condensed', sans-serif;
  color: var(--ink);
}

.tot-anni {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--light);
}

.mensile {
  background: linear-gradient(90deg, #151515, #242424);
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.mensile-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.mensile-sub {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  max-width: 430px;
}

.mensile-val { display: flex; align-items: baseline; gap: 4px; }

.mensile-cur {
  font: 700 clamp(16px, 2.8vw, 18px) 'Barlow Condensed', sans-serif;
  color: #ff8b47;
}

.mensile-num {
  font: 800 clamp(28px, 5.2vw, 34px) 'Barlow Condensed', sans-serif;
  color: #ff8b47;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.pdfbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 15px 18px;
  border: 2px solid var(--red);
  border-radius: var(--r);
  background: var(--red);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--t), box-shadow var(--t), background var(--t), border-color var(--t);
  box-shadow: 0 10px 24px rgba(200, 40, 43, 0.18);
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}

.pdfbtn:hover {
  background: #b32225;
  border-color: #b32225;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(200, 40, 43, 0.24);
}

.pdfbtn:disabled { opacity: 0.7; cursor: progress; transform: none; }

.disclaimer {
  margin-top: 20px;
  padding: 0 4px;
  font-size: 11px;
  color: var(--light);
  line-height: 1.7;
  text-align: center;
}

.bollo-nota-box {
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: 100%;
}

.bollo-nota-inner {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #f5f5f5;
  border-radius: var(--r);
  padding: 10px 12px;
  font-size: 11px;
  color: var(--mid);
  line-height: 1.6;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid var(--line);
  flex: 1;
}

@media (max-width: 768px) {
  body { padding: 28px 18px 44px; }
  .header { margin-bottom: 36px; }
  .bollo-grid { grid-template-columns: 1fr 1fr; }
  .man-head, .man-row-head { grid-template-columns: 1fr 70px; padding-left: 14px; padding-right: 14px; }
  .man-detail-in { grid-template-columns: 1fr 1fr 70px; padding-left: 14px; padding-right: 14px; }
}

@media (max-width: 480px) {
  body { padding: 20px 14px 36px; font-size: 14px; }
  .header { margin-bottom: 28px; }
  .logo-box { min-height: 60px; padding: 14px 18px; margin-bottom: 18px; }
  .title { font-size: clamp(24px, 8vw, 34px); }
  .divider { margin: 12px auto 10px; }
  .grid2, .fin-row, .anticipo-row { flex-direction: column; gap: 10px; }
  .bollo-grid { grid-template-columns: 1fr; gap: 10px; }
  .card-inner, .bollo-body { padding: 14px; }
  .bollo-top, .bollo-foot, .man-top, .man-foot { padding: 12px 14px; }
  .input-wrap { height: 46px; }
  .input-wrap.small { height: 40px; }
  .price-input, .kw-input, .cap-input { font-size: 22px; }
  .rata { flex-direction: column; align-items: flex-start; padding: 14px; }
  .rata-right { align-items: flex-start; flex-direction: row; flex-wrap: wrap; }
  .man-head, .man-row-head { grid-template-columns: 1fr 62px; padding: 10px 12px; }
  .man-detail-in { grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 12px 12px; }
  .breakdown { padding: 12px; }
  .bk-row { padding: 10px 12px; }
  .tot-box { padding: 16px 12px 14px; }
  .tot-num { font-size: clamp(34px, 11vw, 52px); }
  .mensile { padding: 14px; flex-direction: column; align-items: flex-start; }
  .toggle { padding: 12px 14px; }
  .pdfbtn { padding: 12px 14px; font-size: 10px; letter-spacing: 0.08em; gap: 6px; }
  .pdfbtn svg { width: 12px; height: 12px; flex-shrink: 0; }
}

.wrap select {
  appearance: none;
  -webkit-appearance: none;
}/* End custom CSS */