/* =====================================================================
   Formula di Connessione — Foglio di stile condiviso
   Design white, elegante, educativo. Mobile-first.
   ===================================================================== */

*,
*::before,
*::after { box-sizing: border-box; }

:root{
  --bg:        #FAF6F0;   /* crema caldo */
  --bg-alt:    #F3EBDF;   /* crema piu profondo per sezioni alternate */
  --surface:   #FFFFFF;
  --ink:       #2E2A26;   /* testo principale */
  --ink-soft:  #6E655B;   /* testo secondario */
  --ink-faint: #9A9084;
  --line:      #E7DDCC;   /* bordi sottili */
  --primary:   #B0765A;   /* terracotta tenue */
  --primary-deep:#96604A;
  --accent:    #7E8C6E;   /* salvia */
  --accent-deep:#657056;
  --gold:      #C9A66B;
  --radius:    18px;
  --radius-sm: 12px;
  --shadow:    0 14px 44px rgba(46,42,38,.09);
  --shadow-sm: 0 6px 20px rgba(46,42,38,.07);
  --maxw:      1120px;
  --ease:      cubic-bezier(.22,.61,.36,1);
}

html{ scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body{
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1,h2,h3,h4{
  font-family: "Fraunces", "Georgia", serif;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 .5em;
}

p{ margin: 0 0 1.1em; }
a{ color: var(--primary-deep); text-decoration: none; }
a:hover{ text-decoration: underline; }
img{ max-width: 100%; display: block; }
strong{ font-weight: 600; color: var(--ink); }

.cfec3734{
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: 22px;
}

.c40311dd{ padding-block: 72px; }
.c8a67d6d{ background: var(--bg-alt); }
.c863819b{ padding-block: 52px; }

/* ---------- Etichette / titoli di sezione ---------- */
.cf38c64b{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 16px;
}
.cf38c64b::before{
  content: "";
  width: 24px; height: 1px;
  background: var(--accent);
  display: inline-block;
}
.c39cb5d5{ max-width: 680px; margin-bottom: 44px; }
.c39cb5d5.cd7a97be{ margin-inline: auto; text-align: center; }
.c39cb5d5.cd7a97be .cf38c64b::before{ display: none; }
.c39cb5d5 h2{ font-size: clamp(1.9rem, 4.4vw, 2.9rem); }
.c39cb5d5 p{ color: var(--ink-soft); font-size: 1.06rem; margin-bottom: 0; }

/* ---------- Bottoni ---------- */
.c5deeb0e{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .01em;
  padding: 16px 30px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
  text-align: center;
  line-height: 1.2;
}
.c5deeb0e:hover{ text-decoration: none; }
.c8ee2653{
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 26px rgba(176,118,90,.34);
}
.c8ee2653:hover{ background: var(--primary-deep); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(176,118,90,.42); }
.cde8bbf5{
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.cde8bbf5:hover{ border-color: var(--primary); color: var(--primary-deep); }
.c8fd42e7{ padding: 19px 40px; font-size: 1.08rem; }
.c93951b6{ display: flex; width: 100%; }

.c39eaddb{ font-size: .9rem; color: var(--ink-faint); }

/* =====================================================================
   HEADER
   ===================================================================== */
.cfabb408{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,246,240,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.c4c804c0{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 68px;
}
.c9766f14{
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Fraunces", serif;
  font-size: 1.16rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -.01em;
}
.c9766f14:hover{ text-decoration: none; }
.c9766f14 .cf82d566{ width: 30px; height: 30px; flex: none; }
.cb285ec4{ display: none; gap: 30px; }
.cb285ec4 a{
  color: var(--ink-soft);
  font-size: .95rem;
  font-weight: 500;
  transition: color .2s;
}
.cb285ec4 a:hover{ color: var(--primary-deep); text-decoration: none; }
.c3aaea39{ display: none; }

@media (min-width: 900px){
  .cb285ec4{ display: flex; }
  .c3aaea39{ display: inline-flex; }
}

/* =====================================================================
   HERO
   ===================================================================== */
.cee94238{
  position: relative;
  padding-block: 68px 76px;
  overflow: hidden;
}
.cee94238::before{
  content:"";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 55% at 82% 12%, rgba(176,118,90,.10), transparent 60%),
    radial-gradient(55% 60% at 8% 92%, rgba(126,140,110,.12), transparent 60%);
  pointer-events: none;
}
.c258e968{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 46px;
  align-items: center;
}
.cf9a5d8f{ max-width: 620px; }
.cee94238 h1{
  font-size: clamp(2.4rem, 8vw, 4rem);
  font-weight: 500;
  margin-bottom: .28em;
}
.cee94238 h1 em{ font-style: italic; color: var(--primary-deep); }
.cf6ab6a2{
  font-size: 1.16rem;
  color: var(--ink-soft);
  max-width: 34em;
  margin-bottom: 30px;
}
.c25f3f0b{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}
.cc72f68a{
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  font-size: .92rem;
  color: var(--ink-soft);
}
.cc72f68a span{ display: inline-flex; align-items: center; gap: 8px; }
.cc72f68a svg{ color: var(--accent-deep); flex: none; }

/* Visual del hero */
.ca92c17d{ position: relative; }
.c52dd937{
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 34px;
  overflow: hidden;
}
.c71e97aa{
  position: absolute;
  inset: auto -40px -60px auto;
  width: 220px; height: 220px;
  opacity: .5;
  pointer-events: none;
}
.c52dd937 h3{ font-size: 1.35rem; margin-bottom: 6px; }
.c52dd937 .c7ba4b9a{
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent-deep); font-weight: 600; margin-bottom: 18px; display:block;
}
.cf510d51{ list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 14px; }
.cf510d51 li{ display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; color: var(--ink); }
.cf510d51 svg{ color: var(--primary); flex: none; margin-top: 3px; }

@media (min-width: 960px){
  .c258e968{ grid-template-columns: 1.05fr .95fr; gap: 56px; }
}

/* =====================================================================
   TRUST BAR
   ===================================================================== */
.ce7e8b80{
  border-block: 1px solid var(--line);
  background: var(--surface);
}
.cb2f7f6b{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px 12px;
  padding-block: 26px;
}
.ca0ea5cd{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .92rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.ca0ea5cd svg{ color: var(--primary); flex: none; }
@media (min-width: 760px){
  .cb2f7f6b{ grid-template-columns: repeat(4, minmax(0,1fr)); }
}

/* =====================================================================
   FEATURE / PERCORSO CARDS
   ===================================================================== */
.c66b58ef{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 680px){ .c66b58ef{ grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 980px){ .c66b58ef.cbb95ad6{ grid-template-columns: repeat(3, minmax(0,1fr)); } }

.cc8f8b70{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.cc8f8b70:hover{ transform: translateY(-4px); box-shadow: var(--shadow); }
.cc8f8b70 .c51a658d{
  width: 50px; height: 50px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(176,118,90,.14), rgba(201,166,107,.12));
  color: var(--primary-deep);
  margin-bottom: 18px;
}
.cc8f8b70 h3{ font-size: 1.24rem; margin-bottom: 8px; }
.cc8f8b70 p{ color: var(--ink-soft); font-size: .98rem; margin-bottom: 0; }

/* Numero grande sui moduli */
.c19587f8{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.c19587f8:hover{ transform: translateY(-3px); box-shadow: var(--shadow); }
.c19587f8 .c6c65a07{
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--primary);
  line-height: 1;
  flex: none;
  width: 46px;
}
.c19587f8 h3{ font-size: 1.14rem; margin-bottom: 5px; }
.c19587f8 p{ margin: 0; color: var(--ink-soft); font-size: .96rem; }

/* =====================================================================
   COME FUNZIONA (steps)
   ===================================================================== */
.c07afd5a{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  counter-reset: step;
}
@media (min-width: 820px){ .c07afd5a{ grid-template-columns: repeat(3, minmax(0,1fr)); } }
.ce6ed50a{
  position: relative;
  padding: 30px 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.ce6ed50a .c6d1cbf9{
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.ce6ed50a h3{ font-size: 1.16rem; margin-bottom: 6px; }
.ce6ed50a p{ margin: 0; color: var(--ink-soft); font-size: .96rem; }

/* =====================================================================
   INCLUSO (checklist)
   ===================================================================== */
.ceb21e77{
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 900px){ .ceb21e77{ grid-template-columns: 1.1fr .9fr; } }
.c2de8771{ list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.c2de8771 li{ display: flex; gap: 14px; align-items: flex-start; }
.c2de8771 .c9e44e08{
  width: 26px; height: 26px; flex: none;
  border-radius: 50%;
  background: rgba(126,140,110,.16);
  color: var(--accent-deep);
  display: grid; place-items: center;
  margin-top: 2px;
}
.c2de8771 h4{ font-size: 1.04rem; margin: 0 0 2px; font-family: "Inter", sans-serif; font-weight: 600; }
.c2de8771 p{ margin: 0; font-size: .95rem; color: var(--ink-soft); }

.c599e0fe{
  background: linear-gradient(160deg, #fff, #FBF4EA);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: var(--shadow);
  text-align: center;
}
.c599e0fe .c6105928{
  font-family: "Fraunces", serif;
  font-size: 3rem;
  color: var(--primary-deep);
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.c599e0fe p{ color: var(--ink-soft); font-size: .96rem; }

/* =====================================================================
   TESTIMONIANZE
   ===================================================================== */
.c7671c2f{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 780px){ .c7671c2f{ grid-template-columns: repeat(3, minmax(0,1fr)); } }
.c1afd49f{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.c1afd49f .cec91215{ color: var(--gold); letter-spacing: 3px; font-size: .9rem; margin-bottom: 12px; }
.c1afd49f p{ font-size: 1rem; color: var(--ink); font-style: italic; margin-bottom: 18px; }
.c1afd49f .c84542c4{ display: flex; align-items: center; gap: 12px; margin-top: auto; }
.c1afd49f .ce5cf43e{
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  background: linear-gradient(150deg, var(--primary), var(--gold));
  color: #fff; display: grid; place-items: center;
  font-family: "Fraunces", serif; font-size: 1.05rem;
}
.c1afd49f .c84542c4 b{ font-size: .95rem; font-weight: 600; display: block; line-height: 1.2; }
.c1afd49f .c84542c4 span{ font-size: .84rem; color: var(--ink-faint); }

/* =====================================================================
   OFFERTA
   ===================================================================== */
.cbfa2044{
  position: relative;
  max-width: 640px;
  margin-inline: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.c331622e{
  background: linear-gradient(155deg, #3A3530, #4A4038);
  color: #fff;
  padding: 34px 34px 30px;
  text-align: center;
}
.c331622e .cf38c64b{ color: var(--gold); }
.c331622e .cf38c64b::before{ background: var(--gold); }
.c331622e h3{ color: #fff; font-size: 1.7rem; margin-bottom: 14px; }
.c1687767{ display: flex; align-items: baseline; justify-content: center; gap: 10px; }
.c1687767 .cf1ded48{ font-family: "Fraunces", serif; font-size: 3.6rem; font-weight: 500; line-height: 1; }
.c1687767 .cbb4533f{ font-family: "Fraunces", serif; font-size: 1.8rem; }
.c1687767 .cf42585d{ font-size: .95rem; color: rgba(255,255,255,.72); }
.c331622e .cf2a973a{ margin-top: 8px; font-size: .9rem; color: rgba(255,255,255,.72); }
.c3b7880a{ padding: 30px 34px 34px; }
.c3b7880a .c2de8771{ margin-bottom: 26px; }
.c3b7880a .c2de8771 li{ font-size: .98rem; }
.ceba0d1d{
  display: flex;
  gap: 14px;
  align-items: center;
  background: rgba(126,140,110,.10);
  border: 1px solid rgba(126,140,110,.28);
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  margin-top: 20px;
}
.ceba0d1d svg{ color: var(--accent-deep); flex: none; }
.ceba0d1d p{ margin: 0; font-size: .9rem; color: var(--ink-soft); }
.ceba0d1d b{ color: var(--ink); }
.cb58dd32{ text-align: center; margin-top: 18px; font-size: .84rem; color: var(--ink-faint); }

/* =====================================================================
   FAQ
   ===================================================================== */
.c72d8c32{ max-width: 760px; margin-inline: auto; }
.c72d8c32 details{
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  margin-bottom: 14px;
  overflow: hidden;
  transition: box-shadow .25s;
}
.c72d8c32 details[open]{ box-shadow: var(--shadow-sm); }
.c72d8c32 summary{
  list-style: none;
  cursor: pointer;
  padding: 20px 54px 20px 22px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.03rem;
  color: var(--ink);
}
.c72d8c32 summary::-webkit-details-marker{ display: none; }
.c72d8c32 summary::after{
  content: "+";
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--primary);
  transition: transform .3s var(--ease);
  line-height: 1;
}
.c72d8c32 details[open] summary::after{ transform: translateY(-50%) rotate(45deg); }
.c72d8c32 .c4ae9e7a{ padding: 0 22px 22px; color: var(--ink-soft); font-size: .98rem; }
.c72d8c32 .c4ae9e7a p{ margin: 0; }

/* =====================================================================
   CTA FINALE
   ===================================================================== */
.c037cd32{
  text-align: center;
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(176,118,90,.12), transparent 60%),
    var(--bg-alt);
}
.c037cd32 h2{ font-size: clamp(2rem, 5vw, 3rem); max-width: 16em; margin-inline: auto; }
.c037cd32 p{ color: var(--ink-soft); max-width: 40em; margin: 0 auto 30px; font-size: 1.08rem; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.c7cb3a95{
  background: #2C2823;
  color: #C9C0B4;
  font-size: .92rem;
  padding-block: 54px 30px;
}
.caccf9be{
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}
@media (min-width: 760px){ .caccf9be{ grid-template-columns: 1.4fr 1fr 1fr; } }
.c6d50722 .c9766f14{ color: #fff; margin-bottom: 14px; }
.c6d50722 p{ color: #9E958A; max-width: 34em; font-size: .9rem; }
.c77a2ca2 h4{
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.c77a2ca2 ul{ list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.c77a2ca2 a{ color: #C9C0B4; transition: color .2s; }
.c77a2ca2 a:hover{ color: #fff; text-decoration: none; }
.c9ed6b5f li{ display: flex; gap: 10px; align-items: flex-start; }
.c9ed6b5f svg{ color: var(--gold); flex: none; margin-top: 3px; }

.cdb50c5a{
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #948B80;
  font-size: .82rem;
  line-height: 1.7;
}
.cdb50c5a strong{ color: #C9C0B4; }
.c090c07c{
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  color: #7E766C;
}
.cba2f713{
  margin-top: 18px;
  font-size: .78rem;
  color: #7E766C;
  line-height: 1.65;
}

/* =====================================================================
   PAGINE LEGALI
   ===================================================================== */
.c7a11b4d{
  background: var(--bg-alt);
  border-bottom: 1px solid var(--line);
  padding-block: 56px;
}
.c7a11b4d h1{ font-size: clamp(2rem, 5vw, 2.9rem); margin-bottom: 8px; }
.c7a11b4d p{ color: var(--ink-soft); margin: 0; }
.c7a11b4d .c718a685{ font-size: .86rem; color: var(--ink-faint); margin-top: 10px; }
.c6e9b24c{ padding-block: 56px; }
.c6e9b24c .cfec3734{ max-width: 820px; }
.c6e9b24c h2{ font-size: 1.5rem; margin-top: 40px; margin-bottom: 12px; }
.c6e9b24c h2:first-child{ margin-top: 0; }
.c6e9b24c h3{ font-size: 1.15rem; margin-top: 26px; }
.c6e9b24c ul, .c6e9b24c ol{ padding-left: 22px; margin: 0 0 1.1em; }
.c6e9b24c li{ margin-bottom: 8px; }
.c6e9b24c .cb7d3376{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 28px;
  box-shadow: var(--shadow-sm);
  margin: 30px 0;
}
.c6e9b24c .cb7d3376 p{ margin: 0 0 8px; }
.c6e9b24c .cb7d3376 p:last-child{ margin: 0; }
.ccdc7f09{
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 26px; font-weight: 500; font-size: .95rem;
}

/* =====================================================================
   REVEAL ANIMAZIONE
   ===================================================================== */
.ca5c20bc{ opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.ca5c20bc.c39fa73a{ opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){
  .ca5c20bc{ opacity: 1; transform: none; transition: none; }
  html{ scroll-behavior: auto; }
}

:focus-visible{ outline: 3px solid rgba(176,118,90,.5); outline-offset: 3px; border-radius: 6px; }

/* =====================================================================
   RIFINITURE RESPONSIVE / UX
   ===================================================================== */
/* Offset per l'header sticky quando si usano i link di ancoraggio */
section[id]{ scroll-margin-top: 84px; }

/* Evita che email e link lunghi sfondino il layout su schermi stretti */
a[href^="mailto:"],
.c9ed6b5f a,
.cb7d3376 a{ overflow-wrap: anywhere; }

/* Schermi molto piccoli (<= 360px) */
@media (max-width: 360px){
  body{ font-size: 16px; }
  .cfec3734{ padding-inline: 18px; }
  .c5deeb0e{ padding: 15px 22px; }
  .c8fd42e7{ padding: 17px 26px; font-size: 1rem; }
  .cee94238 h1{ font-size: clamp(2.1rem, 9vw, 2.6rem); }
  .c1687767 .cf1ded48{ font-size: 3rem; }
  .c331622e, .c3b7880a{ padding-left: 22px; padding-right: 22px; }
}
