@font-face {
  font-family: 'Roobert ENEL';
  src: url('fonts/RoobertENEL-Regular.woff2') format('woff2'),
       url('fonts/RoobertENEL-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roobert ENEL';
  src: url('fonts/RoobertENEL-Bold.woff2') format('woff2'),
       url('fonts/RoobertENEL-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roobert ENEL';
  src: url('fonts/RoobertENEL-Black.woff2') format('woff2'),
       url('fonts/RoobertENEL-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Roobert ENEL', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: smooth;
}

.hero {
  background-color: #D3135A;
  min-height: 830px;
  position: relative;
  overflow: hidden;
}

.hero-logo {
  position: absolute;
  top: 30px;
  right: 88px;
  width: 128px;
  z-index: 4;
}

.hero-image {
  position: absolute;
  left: -20px;
  top: 88px;
  width: 800px;
  max-width: none;
  z-index: 1;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
  min-height: 830px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.hero-content {
  width: 100%;
  max-width: 640px;
  color: white;
  z-index: 2;
  margin-top: 138px;
  margin-right: 6px;
  padding-left: 28px;
transform: translateX(80px);
}

.tag {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.85;
  display: inline-block;
  margin-bottom: 14px;
}

.hero-content h1 {
  font-size: 72px;
  line-height: 1.05;
  margin: 0 0 22px;
  font-weight: 800;
  max-width: 620px;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 28px;
  max-width: 620px;
  font-weight: 400;
  opacity: 0.95;
}

.form-card {
  background: #fff;
  padding: 26px 30px 28px;
  border-radius: 28px;
  width: 100%;
  max-width: 500px;
  color: #111;
  box-shadow: 0 22px 40px rgba(0,0,0,0.12);
}

.form-tag {
  font-size: 12px;
  color: #D3135A;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: inline-block;
  margin-bottom: 6px;
}

.content {
  background: #fff;
  padding: 88px 64px;
}

.content-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.footer {
  background: #f5f5f5;
  padding: 32px;
  text-align: center;
}

@media (max-width: 1200px) {
  .hero {
    min-height: 920px;
  }

  .container {
    min-height: 920px;
    padding: 0 40px;
  }

  .hero-logo {
    width: 142px;
    right: 40px;
  }

  .hero-image {
    left: -36px;
    top: 122px;
    width: 720px;
  }

  .hero-content {
    max-width: 560px;
    margin-top: 150px;
    padding-left: 18px;
  }

  .hero-content h1 {
    font-size: 62px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .hero-logo {
    position: static;
    display: block;
    width: 120px;
    margin: 0 24px 20px auto;
  }

  .hero-image {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 12px;
    display: block;
  }

  .container {
    min-height: auto;
    display: block;
    padding: 0 24px;
  }

  .hero-content {
    max-width: none;
    margin: 0;
    padding-left: 0;
  }

  .hero-content h1 {
    font-size: 46px;
    line-height: 1;
    margin-bottom: 18px;
  }

  .hero-content p {
    font-size: 17px;
    margin-bottom: 24px;
  }

  .form-card {
    border-radius: 22px;
    padding: 24px;
    max-width: none;
  }

  .content {
    padding: 64px 24px;
  }
}


/* Micro typography refinements */
.form-card,
.form-card input,
.form-card button,
.form-card label,
.form-card span,
.form-card p {
  font-family: 'Roobert ENEL', Arial, sans-serif;
}

.form-card label {
  font-weight: 500;
  font-size: 14px;
margin-top: 4px;
}

.form-card button,
.form-card input[type="submit"],
.form-card input[type="button"] {
  font-weight: 600;
  letter-spacing: 0.02em;
}


/* Content block v2 */
.content {
  background: #f7f5f6;
  padding: 104px 64px 120px;
}

.content-shell {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(420px, 1fr);
  gap: 72px;
  align-items: start;
}

.content-left {
  padding-top: 6px;
}

.content-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #D3135A;
}

.content-left h2 {
  margin: 0 0 28px;
  max-width: 620px;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 800;
  color: #111;
}

.content-intro {
  max-width: 640px;
  margin: 0;
  font-size: 23px;
  line-height: 1.45;
  font-weight: 400;
  color: #5f6270;
}

.content-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.info-card {
  background: #ffffff;
  border: 1px solid #ece8ea;
  border-radius: 32px;
  padding: 32px 34px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.info-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.info-step {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #D3135A;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.info-card h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.info-card p {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  color: #5f6270;
}

@media (max-width: 1200px) {
  .content {
    padding: 88px 40px 96px;
  }

  .content-shell {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .content-left h2 {
    font-size: 58px;
    max-width: 760px;
  }

  .content-intro {
    max-width: 760px;
    font-size: 21px;
  }
}

@media (max-width: 900px) {
  .content {
    padding: 72px 24px 80px;
  }

  .content-left h2 {
    font-size: 42px;
    line-height: 0.98;
    margin-bottom: 20px;
  }

  .content-intro {
    font-size: 18px;
  }

  .info-card {
    border-radius: 24px;
    padding: 24px;
  }

  .info-card-head {
    gap: 14px;
    margin-bottom: 14px;
  }

  .info-step {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 24px;
  }

  .info-card h3 {
    font-size: 20px;
  }

  .info-card p {
    font-size: 18px;
  }
}


/* Footer v2 */
.footer {
  background: #D3135A;
  padding: 25px 24px 25px;
  text-align: center;
}

.footer-inner {
  max-width: 480px;
  margin: 0 auto;
}

.footer-logo {
  width: 130px;
  margin-bottom: 18px;
}

.footer-copy {
  color: #fff;
  font-size: 14px;
  margin: 2px 0;

}

.footer-links {
  color: #fff;
  margin: 6px 0;
}

.footer-links a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.9;
}

.footer-partner {
  color: #fff;
  font-size: 14px;
  margin-top: 6px;
  opacity: 0.9;
}


/* Offer block HTML recreation */
.content.content-offer-html {
  background: #ffffff;
  padding: 92px 24px 110px;
}

.content.content-offer-html .content-inner.offer-layout {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}

.offer-copy h2 {
  margin: 0 0 34px;
  color: #D3135A;
  font-size: 78px;
  line-height: 0.97;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.offer-copy h2 strong {
  font-weight: 800;
}

.offer-card {
  max-width: 960px;
  border-radius: 34px;
  overflow: hidden;
  margin-bottom: 18px;
}

.offer-prices {
  display: grid;
  grid-template-columns: 1fr 3px 1fr;
  background: #fff;
  border: 4px solid #D3135A;
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
}

.offer-col {
  padding: 28px 22px 18px;
}

.offer-divider {
  background: #D3135A;
  width: 3px;
}

.offer-price-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1;
  margin-bottom: 6px;
}

.offer-price {
  font-size: 74px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #D3135A;
}

.offer-unit {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  color: #D3135A;
  margin-top: 8px;
}

.offer-label {
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
  color: #D3135A;
}

.offer-bonus {
  background: #D3135A;
  color: #fff;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 800;
  padding: 18px 24px 20px;
  border-radius: 0 0 34px 34px;
  letter-spacing: -0.03em;
}

.offer-fixed {
  margin: 0 0 26px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  color: #D3135A;
  letter-spacing: -0.03em;
}

.offer-note {
  margin: 0;
  max-width: 940px;
  font-size: 15px;
  line-height: 1.08;
  font-weight: 400;
  color: #D3135A;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .content.content-offer-html {
    padding: 80px 24px 92px;
  }

  .offer-copy h2 {
    font-size: 64px;
  }

  .offer-price {
    font-size: 60px;
  }

  .offer-unit {
    font-size: 28px;
  }

  .offer-label {
    font-size: 34px;
  }

  .offer-bonus {
    font-size: 32px;
  }

  .offer-fixed {
    font-size: 30px;
  }

  .offer-note {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .content.content-offer-html {
    padding: 64px 20px 74px;
  }

  .content.content-offer-html .content-inner.offer-layout {
    max-width: 720px;
  }

  .offer-copy h2 {
    font-size: 46px;
    line-height: 1;
    margin-bottom: 24px;
  }

  .offer-card {
    border-radius: 24px;
    margin-bottom: 14px;
  }

  .offer-prices {
    border-width: 3px;
    border-radius: 24px 24px 0 0;
  }

  .offer-col {
    padding: 20px 14px 14px;
  }

  .offer-price {
    font-size: 42px;
  }

  .offer-unit {
    font-size: 22px;
    margin-top: 5px;
  }

  .offer-label {
    font-size: 25px;
  }

  .offer-bonus {
    font-size: 24px;
    padding: 14px 16px 16px;
    border-radius: 0 0 24px 24px;
  }

  .offer-fixed {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .offer-note {
    font-size: 11px;
    line-height: 1.15;
  }
}

@media (max-width: 560px) {
  .content.content-offer-html {
    padding: 56px 16px 66px;
  }

  .offer-copy h2 {
    font-size: 36px;
  }

  .offer-price {
    font-size: 34px;
  }

  .offer-unit {
    font-size: 18px;
    margin-top: 4px;
  }

  .offer-label {
    font-size: 20px;
  }

  .offer-bonus {
    font-size: 18px;
    padding: 12px 14px 14px;
  }

  .offer-fixed {
    font-size: 20px;
  }

  .offer-note {
    font-size: 9px;
  }
}



/* FINAL OFFER BOX WITH SAVING BADGE - PROPORTION LOCK */
.content.content-offer-html {
  background: #ffffff !important;
  padding: 70px 20px 86px !important;
}

.content.content-offer-html .content-inner.offer-layout {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  text-align: left !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
}

.offer-copy,
.offer-card,
.offer-fixed,
.offer-note {
  width: 100% !important;
  max-width: 760px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
}

.offer-copy h2 {
  margin: 0 0 24px !important;
  color: #D3135A !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
  font-size: 56px !important;
  line-height: 0.98 !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
  text-align: left !important;
}

.offer-copy h2 strong {
  font-weight: 800 !important;
}

.offer-card {
  overflow: hidden !important;
  border-radius: 24px !important;
  margin: 0 0 14px !important;
}

.offer-prices {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr 2px 1fr !important;
  align-items: stretch !important;
  background: #ffffff !important;
  border: 3px solid #D3135A !important;
  border-bottom: 0 !important;
  border-radius: 24px 24px 0 0 !important;
}

.offer-col {
  min-width: 0 !important;
  padding: 18px 20px 15px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
}

.offer-divider {
  display: block !important;
  width: 2px !important;
  background: #D3135A !important;
}

.offer-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin: 0 0 7px !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  background: #FFD23F !important;
  color: #111111 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
}

.offer-old-price {
  display: block !important;
  margin: 0 0 5px !important;
  color: #777777 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
}

.offer-price-line {
  display: flex !important;
  align-items: baseline !important;
  gap: 7px !important;
  margin: 0 0 5px !important;
  line-height: 1 !important;
}

.offer-price {
  display: inline-block !important;
  color: #D3135A !important;
  font-size: 46px !important;
  line-height: 0.95 !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
}

.offer-unit {
  display: inline-block !important;
  color: #D3135A !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: -0.025em !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
}

.offer-label {
  margin: 0 !important;
  color: #D3135A !important;
  font-size: 20px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
}

.offer-bonus {
  width: 100% !important;
  background: #D3135A !important;
  color: #ffffff !important;
  padding: 14px 18px 16px !important;
  border-radius: 0 0 24px 24px !important;
  font-size: 24px !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
}

.offer-fixed {
  margin: 0 0 8px !important;
  color: #D3135A !important;
  font-size: 21px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
}

.offer-note {
  margin: 0 !important;
  color: #D3135A !important;
  font-size: 10px !important;
  line-height: 1.18 !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  opacity: 0.85 !important;
}

.offer-cta-wrap {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-top: 30px !important;
  text-align: center !important;
}

.offer-cta,
.offer-cta:link,
.offer-cta:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 190px !important;
  padding: 15px 30px !important;
  border-radius: 999px !important;
  background: #D3135A !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  font-family: 'Roobert ENEL', Arial, sans-serif !important;
  box-shadow: 0 10px 20px rgba(211, 19, 90, 0.25) !important;
}

@media (max-width: 900px) {
  .content.content-offer-html {
    padding: 52px 20px 64px !important;
  }

  .content.content-offer-html .content-inner.offer-layout {
    max-width: 520px !important;
  }

  .offer-copy h2 {
    font-size: 38px !important;
    line-height: 1.02 !important;
    margin-bottom: 18px !important;
  }

  .offer-prices {
    grid-template-columns: 1fr !important;
    border-radius: 22px 22px 0 0 !important;
  }

  .offer-divider {
    display: none !important;
  }

  .offer-col {
    padding: 16px 14px 14px !important;
    border-bottom: 2px solid #D3135A !important;
  }

  .offer-col:last-child {
    border-bottom: 0 !important;
  }

  .offer-badge {
    font-size: 11px !important;
    padding: 5px 11px !important;
    margin-bottom: 6px !important;
  }

  .offer-old-price {
    font-size: 12px !important;
  }

  .offer-price {
    font-size: 36px !important;
  }

  .offer-unit {
    font-size: 18px !important;
  }

  .offer-label {
    font-size: 17px !important;
  }

  .offer-bonus {
    font-size: 17px !important;
    padding: 12px 14px 14px !important;
    border-radius: 0 0 22px 22px !important;
  }

  .offer-fixed {
    font-size: 17px !important;
  }

  .offer-note {
    font-size: 8px !important;
    line-height: 1.2 !important;
  }

  .offer-cta,
  .offer-cta:link,
  .offer-cta:visited {
    min-width: 180px !important;
    font-size: 17px !important;
    padding: 14px 24px !important;
  }
}

@media (max-width: 560px) {
  .content.content-offer-html {
    padding: 44px 16px 56px !important;
  }

  .offer-copy h2 {
    font-size: 32px !important;
    margin-bottom: 16px !important;
  }

  .offer-col {
    padding: 14px 12px 12px !important;
  }

  .offer-price {
    font-size: 31px !important;
  }

  .offer-unit {
    font-size: 16px !important;
  }

  .offer-label {
    font-size: 15px !important;
  }

  .offer-bonus {
    font-size: 15px !important;
  }

  .offer-fixed {
    font-size: 16px !important;
  }

  .offer-note {
    font-size: 7px !important;
  }

  .offer-cta,
  .offer-cta:link,
  .offer-cta:visited {
    width: 100% !important;
    max-width: 280px !important;
    min-width: 0 !important;
    font-size: 16px !important;
  }
}

@media (max-width: 900px) {

  .hero-content {
    transform: none; /* elimina shift desktop */
    text-align: left;
  }

  .hero-content h1 {
    font-size: 42px;
    line-height: 1.05;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-image {
    width: 105%;
    margin-left: -3%;
  }

}

.break-desktop {
  display: block; /* questo crea il vero "a capo" */
}

.break-mobile {
  display: none;
}

@media (max-width: 900px) {
  .break-desktop {
    display: none;
  }

  .break-mobile {
    display: inline; /* niente a capo su mobile */
  }
}