/*
Theme Name: Valutatore Landing
Theme URI: https://locompriamonoi.com
Description: Homepage in stile Apple per Lo Compriamo Noi: landing con link al vendi (/vendi). Da usare insieme al plugin Valutatore API e alla cartella vendi in sottocartella.
Author: Lo Compriamo Noi
Version: 1.2.9
License: GNU General Public License v2 or later
*/

/* Reset e base */
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fbfbfd;
  color: #1d1d1f;
}

/* Allineato all’app Next / lib/appUi (viola brand) */
:root {
  --vl-brand: #AF52DE;
  --vl-brand-hover: #8F3ABF;
}

.vl-page { min-height: 100vh; }

/* ------------------------------ */
/* Landing vX (vlx-*) - moderna   */
/* ------------------------------ */

.vlx { min-height: calc(100vh - 96px); }

.vlx-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vlx-reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms ease, transform 520ms ease;
  will-change: opacity, transform;
}
.vlx-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

.vlx-container {
  max-width: 70rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.vlx-hero {
  padding: 3.5rem 0 4.25rem;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(29, 29, 31, 0.06), transparent 55%),
    radial-gradient(700px 380px at 85% 20%, rgba(29, 29, 31, 0.04), transparent 55%),
    #fbfbfd;
}

@media (min-width: 768px) {
  .vlx-hero { padding: 5rem 0 5.5rem; }
}

.vlx-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
  align-items: start;
}

/* hero solo testo: niente colonna immagine */

.vlx-hero-copy{ text-align: center; }

.vlx-hero-image{
  margin: 0 auto 1.25rem;
  width: min(64rem, 100%);
}
.vlx-hero-image-img{
  display: block;
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 40px 120px rgba(0,0,0,0.12));
  user-select: none;
  -webkit-user-drag: none;
}
@media (min-width: 768px){
  .vlx-hero-image-img{ max-height: 520px; }
}

.vlx-kicker {
  font-size: 13px;
  font-weight: 700;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
}
.vlx-kicker--below{
  margin: 1rem 0 0;
  letter-spacing: 0.16em;
  font-size: 12px;
}

.vlx-hero-copy h1 {
  font-size: 2.7rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0;
  font-weight: 650;
}

@media (min-width: 768px) {
  .vlx-hero-copy h1 { font-size: 3.85rem; }
}

.vlx-lead {
  margin: 1.25rem 0 0;
  font-size: 1.22rem;
  line-height: 1.7;
  color: #424245;
  max-width: none;
  font-weight: 650;
}

@media (min-width: 768px) {
  .vlx-lead { font-size: 1.3rem; }
}

.vlx-hero-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

.vlx-how-reviews{
  width: min(52rem, 100%);
  margin: 0.55rem auto 1.0rem;
}
.vlx-how-reviews iframe,
.vlx-how-reviews img,
.vlx-how-reviews .ti-widget{
  max-width: 100% !important;
  width: 100% !important;
}

/* CTA centrata come da mock */
.vlx-center-actions{
  width: 100%;
  justify-content: center;
}
.vlx-center-actions .vlx-btn{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 560px) {
  .vlx-hero-actions { flex-direction: row; align-items: center; }
}

.vlx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.25rem;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.vlx-btn:active { transform: translateY(1px); }
.vlx-btn-primary { background: var(--vl-brand); color: #fff; }
.vlx-btn-primary:hover { background: var(--vl-brand-hover); color: #fff; }
.vlx-btn-ghost {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(210, 210, 215, 0.95);
  color: #1d1d1f;
}
.vlx-btn-ghost:hover { background: #f5f5f7; color: #1d1d1f; }

/* badge + hero visual rimossi */

.vlx-hero-note {
  margin: 0.9rem 0 0;
  color: #86868b;
  font-size: 13px;
  line-height: 1.6;
}

/* SEO: testo più "forte" senza cambiare le parole */
.vlx-kicker,
.vlx-section-kicker{
  font-weight: 800;
}
.vlx-how-sub,
.vlx-section-sub{
  font-weight: 650;
  font-size: 1.05rem;
}
.vlx-proof-title,
.vlx-how-step-title,
.vlx-contact-form-title{
  font-weight: 800;
}
.vlx-trustrow {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.vlx-trustpill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.55rem 0.85rem;
  border-radius: 9999px;
  border: 1px solid rgba(232, 232, 237, 0.95);
  background: rgba(255,255,255,0.9);
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 700;
}
.vlx-trustic {
  color: #16a34a;
  font-weight: 900;
}

.vlx-hero-banner {
  margin-top: -2.25rem;
  padding: 0 0 1rem;
}
@media (min-width: 768px) {
  .vlx-hero-banner { margin-top: -2.75rem; padding-bottom: 1.25rem; }
}
.vlx-hero-banner-box {
  /* niente riquadro: lascia “fluttuare” */
  border-radius: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.vlx-hero-banner-img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 40px 120px rgba(0,0,0,0.12));
  user-select: none;
  -webkit-user-drag: none;
}

.vlx-section-head { margin-bottom: 1.4rem; }
.vlx-section-kicker {
  font-size: 13px;
  font-weight: 700;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0;
}
.vlx-section-head h2 {
  margin: 0.7rem 0 0;
  font-size: 2.1rem;
  letter-spacing: -0.02em;
}
.vlx-section-sub {
  margin: 0.9rem 0 0;
  color: #424245;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 48rem;
}

.vlx-cats { padding: 3.75rem 0 4.25rem; }
.vlx-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 560px) {
  .vlx-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}
@media (min-width: 980px) {
  .vlx-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; gap: 16px; }
}

.vlx-card {
  display: block;
  border-radius: 22px;
  border: 1px solid rgba(210, 210, 215, 0.95);
  background: #fff;
  text-decoration: none;
  color: inherit;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.04);
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-align: center;
}
.vlx-card:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 181, 253, 0.9);
  box-shadow: 0 28px 80px rgba(175,82,222,0.12), 0 0 0 1px rgba(175,82,222,0.18);
}
.vlx-card-media {
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.vlx-card-media img { height: 120px; width: auto; object-fit: contain; }
.vlx-card-media--icon {
  height: 132px;
  font-size: 30px;
  font-weight: 800;
  color: #1d1d1f;
  background: #f5f5f7;
  border: 1px solid #e8e8ed;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vlx-card-title { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.vlx-card-sub { font-size: 14px; color: #86868b; margin-top: 6px; }
.vlx-img-bimby { max-height: 110px; }
.vlx-img-dyson { max-height: 110px; }

@media (min-width: 980px) {
  .vlx-card--featured { grid-column: span 2 / span 2; grid-row: span 2 / span 2; padding: 26px; }
  .vlx-card--featured .vlx-card-media { height: 248px; }
  .vlx-card--featured .vlx-card-media img { height: 190px; }
  .vlx-card--featured .vlx-card-title { font-size: 22px; }
  .vlx-card--wide { grid-column: span 2 / span 2; }
}

/* categorie in formato pill (senza card) */
.vlx-pillwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vlx-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(210, 210, 215, 0.95);
  background: #fff;
  color: #1d1d1f;
  text-decoration: none;
  font-weight: 650;
  font-size: 14px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.vlx-pill:hover {
  background: #f5f5f7;
  border-color: rgba(196, 181, 253, 0.95);
}
.vlx-pill--disabled{
  cursor: default;
  background: #fbfbfd;
  border-color: rgba(232, 232, 237, 0.95);
  color: #86868b;
}
.vlx-pill--disabled:hover{
  background: #fbfbfd;
  border-color: rgba(232, 232, 237, 0.95);
  color: #86868b;
}

/* come funziona (senza card) */
.vlx-how {
  padding: 1.05rem 0 4.5rem;
  background: #fff;
  border-top: 1px solid rgba(210, 210, 215, 0.6);
  border-bottom: 1px solid rgba(210, 210, 215, 0.6);
}
.vlx-how-head h2,
.vlx-how-title {
  margin: 0.7rem 0 0;
  font-size: 2.1rem;
  letter-spacing: -0.02em;
}
.vlx-how-sub {
  margin: 0.9rem 0 0;
  color: #424245;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 52rem;
}

.vlx-head-center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.vlx-head-center .vlx-how-sub,
.vlx-head-center .vlx-section-sub{
  margin-left: auto;
  margin-right: auto;
}
.vlx-how-steps {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  justify-items: center;
}
@media (min-width: 740px) {
  .vlx-how-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
}
.vlx-how-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.vlx-how-num {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(232, 232, 237, 0.95);
  font-weight: 800;
  color: #1d1d1f;
  flex: 0 0 auto;
}
.vlx-how-step-title {
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1d1d1f;
}
.vlx-how-step-desc {
  margin-top: 6px;
  color: #86868b;
  line-height: 1.7;
  font-size: 14px;
  max-width: 16rem;
}

/* perché fidarti */
.vlx-proof {
  padding: 4.8rem 0;
  background: linear-gradient(to bottom, #fff, #fbfbfd);
}
.vlx-proof-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: start;
}
.vlx-proof-inner{ justify-items: center; }
.vlx-proof-head{ text-align: center; max-width: 52rem; }
.vlx-proof-head h2 {
  margin: 0.7rem 0 0;
  font-size: 2.1rem;
  letter-spacing: -0.02em;
}
.vlx-proof-list {
  width: min(64rem, 100%);
  display: grid;
  gap: 14px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(210, 210, 215, 0.9);
  border-radius: 26px;
  padding: 18px 18px;
  box-shadow: 0 30px 90px rgba(0,0,0,0.04);
}
.vlx-proof-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.vlx-proof-ic {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(232, 232, 237, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.vlx-proof-title {
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1d1d1f;
}
.vlx-proof-desc {
  margin-top: 6px;
  color: #86868b;
  line-height: 1.7;
  font-size: 14px;
}

.vlx-proof-reviews{
  margin-top: 1.8rem;
  width: 100%;
}
.vlx-proof-reviews{ width: min(64rem, 100%); margin-left: auto; margin-right: auto; }
/* Trustindex: evita overflow su mobile */
.vlx-proof-reviews iframe,
.vlx-proof-reviews img,
.vlx-proof-reviews .ti-widget{
  max-width: 100% !important;
  width: 100% !important;
}

/* Su desktop: le recensioni devono avere spazio vero */
@media (min-width: 980px) {
  .vlx-proof-reviews{ margin-top: 2.2rem; }
}

.vlx-steps {
  padding: 4.5rem 0;
  background: #fff;
  border-top: 1px solid rgba(210, 210, 215, 0.6);
  border-bottom: 1px solid rgba(210, 210, 215, 0.6);
}
.vlx-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 740px) {
  .vlx-steps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
}
.vlx-step {
  border-radius: 18px;
  border: 1px solid rgba(210, 210, 215, 0.9);
  background: rgba(251, 251, 253, 0.75);
  padding: 16px 16px 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.03);
}
.vlx-step-num {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(29,29,31,0.06);
  border: 1px solid rgba(29,29,31,0.14);
  font-weight: 800;
}
.vlx-step-title { margin-top: 10px; font-weight: 800; letter-spacing: -0.01em; }
.vlx-step-desc { margin: 8px 0 0; color: #424245; line-height: 1.7; font-size: 14px; }

.vlx-need { padding: 4.5rem 0 4.8rem; background: linear-gradient(to bottom, #fff, #fbfbfd); }
.vlx-need-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 740px) {
  .vlx-need-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}
.vlx-panel {
  background: #fff;
  border: 1px solid rgba(210, 210, 215, 0.9);
  border-radius: 18px;
  padding: 18px 18px 18px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.03);
}
.vlx-panel-title { font-weight: 800; letter-spacing: -0.01em; }
.vlx-list { margin: 12px 0 0; padding-left: 18px; color: #424245; line-height: 1.7; font-size: 14px; }
.vlx-list li { margin-bottom: 6px; }

.vlx-faq {
  padding: 4.6rem 0 4.8rem;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(29, 29, 31, 0.06), transparent 55%),
    #fbfbfd;
  border-top: 1px solid rgba(210, 210, 215, 0.6);
}
.vlx-faq-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}
@media (min-width: 980px) {
  .vlx-faq-inner { grid-template-columns: 0.9fr 1.1fr; gap: 1.8rem; align-items: start; }
}
.vlx-faq-list { display: grid; gap: 10px; }
.vlx-faq-item {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(210, 210, 215, 0.9);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.03);
}
.vlx-faq-item summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.vlx-faq-item summary::-webkit-details-marker { display: none; }
.vlx-faq-body { margin-top: 10px; color: #424245; line-height: 1.7; font-size: 14px; }

.vlx-cta { padding: 2.8rem 0 4.5rem; }

/* Contatti */
.vlx-contact{
  padding: 4.6rem 0 4.8rem;
  background: #fbfbfd;
  border-top: 1px solid rgba(210, 210, 215, 0.6);
}
.vlx-contact-card{
  margin: 1.4rem auto 0;
  width: min(52rem, 100%);
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(210, 210, 215, 0.9);
  border-radius: 22px;
  padding: 18px 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.03);
  display: grid;
  gap: 14px;
}
.vlx-contact-row{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.vlx-contact-k{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #86868b;
}
.vlx-contact-v{
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1f;
  text-decoration: none;
}
.vlx-contact-v:hover{ text-decoration: underline; text-underline-offset: 4px; }

.vlx-contact-v--with-ic{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.vlx-contact-ic{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  background: #f5f5f7;
  border: 1px solid rgba(232, 232, 237, 0.95);
  color: #1d1d1f;
  flex: 0 0 auto;
}
.vlx-contact-ic-img{
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
}

.vlx-contact-form{
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(210,210,215,0.7);
}
.vlx-contact-form-title{
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #86868b;
  margin-bottom: 10px;
  text-align: left;
}
.vlx-contact-form-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 740px){
  .vlx-contact-form-grid{ grid-template-columns: 1fr 1fr; }
  .vlx-contact-form-grid textarea{ grid-column: 1 / -1; }
  .vlx-contact-submit{ grid-column: 1 / -1; justify-self: center; }
}
.vlx-contact-input{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(210, 210, 215, 0.95);
  background: rgba(255,255,255,0.95);
  padding: 10px 12px;
  font-size: 13px;
  color: #1d1d1f;
  box-sizing: border-box;
}
.vlx-contact-input::placeholder{ color: #86868b; }
.vlx-contact-input:focus{
  outline: none;
  box-shadow: 0 0 0 2px rgba(175,82,222,0.35);
  border-color: rgba(175,82,222,0.65);
}
.vlx-contact-submit{
  height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 9999px;
  background: var(--vl-brand);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.vlx-contact-submit:hover{ background: var(--vl-brand-hover); }
.vlx-contact-note{
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 12px;
  border-radius: 14px;
}
.vlx-contact-note--ok{ background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.25); color: #166534; }
.vlx-contact-note--err{ background: rgba(239,68,68,0.10); border: 1px solid rgba(239,68,68,0.20); color: #991b1b; }
.vlx-contact-hp{ position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* Textarea: evita che il resize rompa le proporzioni del layout */
.vlx-contact-form-grid textarea.vlx-contact-input{
  min-height: 128px;
  resize: vertical;
  max-width: 100%;
}
.vlx-cta-box {
  border-radius: 26px;
  border: 1px solid rgba(210, 210, 215, 0.95);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 30px 90px rgba(0,0,0,0.04);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 740px) {
  .vlx-cta-box { flex-direction: row; align-items: center; padding: 26px 24px; }
}
.vlx-cta-title { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.vlx-cta-sub { margin-top: 6px; color: #86868b; font-weight: 650; }
.vlx-cta-actions { display: flex; flex-direction: column; gap: 10px; }
@media (min-width: 560px) { .vlx-cta-actions { flex-direction: row; } }
.vlx-cta-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.25rem;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  color: #1d1d1f;
  border: 1px solid rgba(210, 210, 215, 0.95);
  background: rgba(255,255,255,0.9);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.vlx-cta-link:hover{
  background: #f5f5f7;
  color: #1d1d1f;
  border-color: rgba(196, 181, 253, 0.95);
}

/* Landing minimal (solo bottone) */
.vl-minimal {
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem 4rem;
}
.vl-minimal-btn {
  font-size: 18px;
  padding: 0.9rem 1.4rem;
}

/* ------------------------------ */
/* Landing v3 (vl3-*) - mosaic     */
/* ------------------------------ */

.vl3 { min-height: calc(100vh - 96px); }

.vl3-hero {
  padding: 3.5rem 1.5rem 4.5rem;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(29, 29, 31, 0.06), transparent 55%),
    radial-gradient(700px 380px at 85% 20%, rgba(29, 29, 31, 0.04), transparent 55%),
    #fbfbfd;
}

@media (min-width: 768px) {
  .vl3-hero { padding: 5rem 1.5rem 6rem; }
}

.vl3-hero-inner {
  max-width: 70rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 980px) {
  .vl3-hero-inner { grid-template-columns: 0.95fr 1.05fr; gap: 2.2rem; }
}

/* ------------------------------ */
/* Hero carousel (one at a time)  */
/* ------------------------------ */
.vl3-hero-image {
  position: relative;
  width: 100%;
  border-radius: 26px;
  border: 1px solid rgba(210, 210, 215, 0.95);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 90px rgba(0,0,0,0.05);
  overflow: hidden;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

@media (min-width: 560px) {
  .vl3-hero-image { padding: 22px; min-height: 360px; }
}

@media (min-width: 980px) {
  .vl3-hero-image { min-height: 420px; }
}

.vl3-hero-image-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 340px;
  object-fit: contain;
  object-position: 50% 50%;
  filter: drop-shadow(0 26px 52px rgba(0,0,0,0.14));
  margin: 0 auto;
  user-select: none;
  -webkit-user-drag: none;
}

@media (min-width: 560px) {
  .vl3-hero-image-img { max-height: 380px; }
}

@media (min-width: 980px) {
  .vl3-hero-image-img { max-height: 420px; }
}
.vl3-hero-nav:active { transform: translateY(-50%) scale(0.98); }
.vl3-hero-nav--prev { left: 12px; }
.vl3-hero-nav--next { right: 12px; }

@media (max-width: 560px) {
  .vl3-hero-nav { width: 40px; height: 40px; font-size: 24px; }
  .vl3-hero-nav--prev { left: 10px; }
  .vl3-hero-nav--next { right: 10px; }
}

.vl3-kicker {
  font-size: 13px;
  font-weight: 700;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
}

.vl3-copy h1 {
  font-size: 2.6rem;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin: 0;
  font-weight: 650;
}

@media (min-width: 768px) {
  .vl3-copy h1 { font-size: 3.4rem; }
}

.vl3-lead {
  margin: 1.25rem 0 0;
  font-size: 1.12rem;
  line-height: 1.65;
  color: #424245;
  max-width: 34rem;
}

.vl3-actions {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

@media (min-width: 560px) {
  .vl3-actions { flex-direction: row; align-items: center; }
}

.vl3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.25rem;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.vl3-btn:active { transform: translateY(1px); }

.vl3-btn-primary {
  background: var(--vl-brand);
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.vl3-btn-primary:hover { background: var(--vl-brand-hover); color: #fff; }

.vl3-btn-primary--xl {
  padding: 1.05rem 1.5rem;
  font-size: 17px;
}

@media (min-width: 768px) {
  .vl3-btn-primary--xl {
    padding: 1.05rem 1.65rem;
    font-size: 18px;
  }
}

.vl3-btn-ghost {
  background: rgba(255,255,255,0.9);
  color: #1d1d1f;
  border: 1px solid rgba(210, 210, 215, 0.95);
}
.vl3-btn-ghost:hover { background: #f5f5f7; color: #1d1d1f; }

.vl3-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 560px) {
  .vl3-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}

@media (min-width: 980px) {
  .vl3-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-flow: dense; gap: 16px; }
}

.vl3-card {
  display: block;
  border-radius: 22px;
  border: 1px solid rgba(210, 210, 215, 0.95);
  background: #fff;
  text-decoration: none;
  color: inherit;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.04);
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-align: center;
}

.vl3-card:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 181, 253, 0.9);
  box-shadow: 0 28px 80px rgba(175,82,222,0.12), 0 0 0 1px rgba(175,82,222,0.18);
}

.vl3-card-media {
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.vl3-card-media img {
  height: 120px;
  width: auto;
  object-fit: contain;
}

.vl3-card-media--icon {
  height: 136px;
  font-size: 30px;
  font-weight: 800;
  color: #1d1d1f;
  background: #f5f5f7;
  border: 1px solid #e8e8ed;
  border-radius: 18px;
}

.vl3-card-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.vl3-card-sub {
  font-size: 14px;
  color: #86868b;
  margin-top: 6px;
}

@media (min-width: 980px) {
  .vl3-card--featured { grid-column: span 2 / span 2; grid-row: span 2 / span 2; padding: 26px; }
  .vl3-card--featured .vl3-card-media { height: 248px; }
  .vl3-card--featured .vl3-card-media img { height: 190px; }
  .vl3-card--featured .vl3-card-title { font-size: 22px; }
  .vl3-card--wide { grid-column: span 2 / span 2; }
}

.vl3-card--roomy { padding: 24px; }
.vl3-card--roomy .vl3-card-media { height: 156px; }

@media (min-width: 980px) {
  .vl3-card--roomy { padding: 32px; }
  .vl3-card--roomy .vl3-card-media { height: 270px; }
}

.vl3-img-bimby { max-height: 110px; }

/* (Landing v3 small category carousel removed) */

/* (reviews shortcode section removed) */


/* Header */
.vl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 251, 253, 0.9);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(210, 210, 215, 0.5);
}
.vl-header-inner {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0.3rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

/* Mobile/tablet header */
@media (max-width: 768px) {
  .vl-header-inner {
    align-items: center;
    gap: 0.75rem;
    padding: 0.3rem 1rem;
  }
  .vl-brand { flex: 0 0 auto; }
  .vl-brand span { display: none; }
  .vl-brand img { height: 3.7rem; }
  /* Su mobile: mostriamo i bottoni, niente hamburger */
  .vl-header-actions,
  .vl-auth-logged { display: flex !important; }
  .vl-menu-btn,
  .vl-menu { display: none !important; }
}

.vl-menu-btn{
  display: none;
  height: 40px;
  width: 40px;
  border-radius: 14px;
  border: 1px solid rgba(210, 210, 215, 0.95);
  background: rgba(255,255,255,0.95);
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  color: #1d1d1f;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.vl-menu-btn:active{ transform: scale(0.98); }
.vl-menu-btn:hover{ background: #f5f5f7; }
.vl-menu-ic{ width: 20px; height: 20px; display: block; margin: 0 auto; }

@media (max-width: 768px) { .vl-menu-btn{ display: none !important; } }

.vl-menu{
  position: absolute;
  right: 1rem;
  top: calc(100% + 8px);
  width: 260px;
  border-radius: 18px;
  border: 1px solid rgba(232,232,237,0.95);
  background: rgba(255,255,255,0.98);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  overflow: hidden;
}
.vl-menu-inner{ padding: 8px; display: grid; gap: 4px; }
.vl-menu-item{
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1f;
}
.vl-menu-item:hover{ background: #f5f5f7; color: #1d1d1f; }

.vl-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #1d1d1f;
  transition: opacity 0.2s;
}
.vl-brand:hover { opacity: 0.9; }
.vl-brand img {
  display: block;
  height: 4.9rem;
  width: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .vl-brand img { height: 5.6rem; }
}
.vl-brand span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .vl-brand span { font-size: 16px; }
}
.vl-header-actions,
.vl-auth-logged {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem 1rem;
}
.vl-header a {
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1f;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
}
.vl-header a:hover { color: #86868b; }
.vl-link-accedi {
  padding: 0.625rem 1rem;
  border-radius: 9999px;
  border: 1px solid #d2d2d7;
  background: #fff;
}
.vl-link-accedi:hover { background: #f5f5f7; color: #1d1d1f; }
.vl-btn-valuta {
  padding: 0.625rem 1rem;
  border-radius: 9999px;
  background: var(--vl-brand) !important;
  color: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.vl-btn-valuta:hover { background: var(--vl-brand-hover) !important; color: #fff !important; }

/* iPhone "non Max": evita wrap dei due bottoni in header */
@media (max-width: 420px) {
  .vl-header-actions,
  .vl-auth-logged {
    flex-wrap: nowrap;
    gap: 0.5rem;
  }
  .vl-link-accedi,
  .vl-btn-valuta {
    padding: 0.55rem 0.8rem;
    font-size: 14px;
    white-space: nowrap;
  }
}
.vl-user-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 11rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #d2d2d7;
  background: #f5f5f7;
  color: #1d1d1f !important;
}
.vl-user-pill:hover { background: #e8e8ed; color: #1d1d1f !important; }
.vl-user-check {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.2);
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vl-user-text{
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  min-width: 0;
}
.vl-user-kicker{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #86868b;
}
.vl-user-name {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .vl-user-pill { max-width: 14rem; }
}
.vl-link-profilo {
  font-size: 14px !important;
}

/* Hero */
.vl-hero {
  padding: 3rem 1.5rem 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .vl-hero { padding: 5rem 1.5rem 6rem; }
}
.vl-hero h1 {
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  max-width: 48rem;
  margin: 0 auto;
  color: #1d1d1f;
}
@media (min-width: 768px) {
  .vl-hero h1 { font-size: 4rem; }
}
.vl-hero .vl-hero-p {
  font-size: 1.1875rem;
  color: #86868b;
  margin: 1.5rem auto 0;
  max-width: 36rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .vl-hero .vl-hero-p { font-size: 1.3125rem; }
}
.vl-hero-cta {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 640px) {
  .vl-hero-cta { flex-direction: row; }
}
.vl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s;
}
.vl-btn-primary {
  background: var(--vl-brand);
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.vl-btn-primary:hover { background: var(--vl-brand-hover); }
.vl-hero .vl-link-soft {
  font-size: 17px;
  font-weight: 500;
  color: var(--vl-brand);
  text-decoration: none;
}
.vl-hero .vl-link-soft:hover { text-decoration: underline; }
.vl-hero-devices {
  margin-top: 4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .vl-hero-devices { margin-top: 6rem; gap: 3rem; }
}
.vl-hero-devices img {
  opacity: 0.9;
  transition: opacity 0.2s;
}
.vl-hero-devices img:hover { opacity: 1; }
.vl-hero-devices .vl-iphone { height: 12rem; width: auto; object-fit: contain; filter: drop-shadow(0 25px 50px -12px rgba(0,0,0,0.25)); }
@media (min-width: 768px) {
  .vl-hero-devices .vl-iphone { height: 14rem; }
}
.vl-hero-devices .vl-macbook { height: 10rem; width: auto; object-fit: contain; filter: drop-shadow(0 25px 50px -12px rgba(0,0,0,0.25)); }
@media (min-width: 768px) {
  .vl-hero-devices .vl-macbook { height: 12rem; }
}

/* Come funziona */
.vl-steps {
  padding: 5rem 1.5rem;
  background: #fff;
  border-top: 1px solid rgba(210, 210, 215, 0.6);
  border-bottom: 1px solid rgba(210, 210, 215, 0.6);
}
@media (min-width: 768px) {
  .vl-steps { padding: 7rem 1.5rem; }
}
.vl-steps-label {
  font-size: 13px;
  font-weight: 500;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 3rem;
}
.vl-steps-grid {
  max-width: 56rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .vl-steps-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
.vl-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #f5f5f7;
  color: #1d1d1f;
  font-weight: 600;
  font-size: 17px;
}
.vl-step h3 {
  font-size: 19px;
  font-weight: 600;
  color: #1d1d1f;
  margin: 1.25rem 0 0;
}
.vl-step p {
  font-size: 15px;
  color: #86868b;
  margin: 0.5rem 0 0;
  line-height: 1.5;
}

/* CTA finale */
.vl-cta {
  padding: 5rem 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .vl-cta { padding: 7rem 1.5rem; }
}
.vl-cta h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1d1d1f;
  margin: 0;
}
@media (min-width: 768px) {
  .vl-cta h2 { font-size: 2.5rem; }
}
.vl-cta p {
  font-size: 17px;
  color: #86868b;
  margin: 1rem 0 0;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}
.vl-cta .vl-btn { margin-top: 2rem; }

/* Footer */
.vl-footer {
  border-top: 1px solid #d2d2d7;
  padding: 0;
  background: rgba(255,255,255,0.60);
}
/* Footer (nuovo, stile "store") */
.vl-foot-inner{
  max-width: 72rem; /* ~ max-w-6xl */
  margin: 0 auto;
  padding: 2.5rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}
@media (min-width: 640px){
  .vl-foot-inner{ padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 900px){
  .vl-foot-inner{
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
    gap: 2rem;
  }
}
.vl-foot-brand{ grid-column: 1 / -1; }
.vl-foot-cols{ grid-column: 1 / -1; }
.vl-foot-copy{ grid-column: 1 / -1; }
@media (min-width: 900px){
  .vl-foot-brand{ grid-column: span 5 / span 5; }
  .vl-foot-cols{ grid-column: span 7 / span 7; }
}
.vl-foot-title{ font-size: 15px; font-weight: 700; color: #1d1d1f; }
.vl-foot-desc{ margin: 0.75rem 0 0; font-size: 13px; line-height: 1.65; color: #86868b; max-width: 36rem; }
.vl-foot-cols{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 560px){
  .vl-foot-cols{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
}
.vl-foot-col{ display: grid; gap: 10px; align-content: start; }
.vl-foot-k--desktop{ display: block; }

/* Footer accordion (mobile) */
.vl-foot-col--acc .vl-foot-acc-btn{
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #86868b;
}
.vl-foot-acc-ic{
  color: #86868b;
  font-size: 14px;
  transition: transform 0.2s ease;
}
.vl-foot-col--acc .vl-foot-acc-body{ display: grid; gap: 10px; }

@media (max-width: 560px){
  .vl-foot-cols{ grid-template-columns: 1fr; gap: 0; }
  .vl-foot-col--acc{
    padding: 10px 0;
    border-top: 1px solid rgba(210,210,215,0.7);
  }
  .vl-foot-col--acc:first-child{ border-top: 0; }
  .vl-foot-k--desktop{ display: none; }
  .vl-foot-col--acc .vl-foot-acc-btn{ display: flex; }
  .vl-foot-col--acc .vl-foot-acc-body{ display: none; padding-bottom: 12px; }
  .vl-foot-col--acc.is-open .vl-foot-acc-body{ display: grid; }
  .vl-foot-col--acc.is-open .vl-foot-acc-ic{ transform: rotate(180deg); }
}
.vl-foot-k{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #86868b;
}
.vl-foot-col a{
  font-size: 14px;
  color: #86868b;
  text-decoration: none;
}
.vl-foot-col a:hover{ color: #1d1d1f; text-decoration: underline; text-underline-offset: 4px; }
.vl-foot-meta-title{ font-size: 13px; font-weight: 700; color: #1d1d1f; }
.vl-foot-meta-text{ margin-top: 8px; font-size: 13px; color: #86868b; line-height: 1.65; }
.vl-foot-meta-text a{ color: #86868b; }
.vl-foot-meta-text a:hover{ color: #1d1d1f; text-decoration: underline; text-underline-offset: 4px; }
.vl-foot-hours-meta{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vl-foot-hours-row{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.5rem;
  row-gap: 0.35rem;
}
.vl-foot-hours-sep{ color: #d2d2d7; user-select: none; }
.vl-foot-hours-item{ white-space: nowrap; }
.vl-foot-col--hours .vl-foot-pay{
  margin-top: 0;
  font-size: 12px;
  white-space: nowrap;
}
.vl-foot-pay{ margin-top: 10px; font-size: 12px; }
.vl-foot-copy{
  margin-top: 1.75rem;
  font-size: 11px;
  color: #86868b;
  text-align: center;
}

.vl-foot-contacts{ margin-top: 1.25rem; }
.vl-foot-form{ margin-top: 0.9rem; }
.vl-foot-form-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 560px){
  .vl-foot-form-grid{ grid-template-columns: 1fr 1fr; }
  .vl-foot-form-grid textarea{ grid-column: 1 / -1; }
}
.vl-foot-input{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(210, 210, 215, 0.95);
  background: rgba(255,255,255,0.95);
  padding: 10px 12px;
  font-size: 13px;
  color: #1d1d1f;
}
.vl-foot-input::placeholder{ color: #86868b; }
.vl-foot-input:focus{
  outline: none;
  box-shadow: 0 0 0 2px rgba(175,82,222,0.35);
  border-color: rgba(175,82,222,0.65);
}
.vl-foot-form-actions{
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.vl-foot-form-note{
  font-size: 11px;
  color: #86868b;
}
.vl-foot-submit{
  height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 14px;
  background: var(--vl-brand);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.vl-foot-submit:hover{ background: var(--vl-brand-hover); }

/* ------------------------------ */
/* Landing v2 (vl2-*) - nuova UX   */
/* ------------------------------ */

.vl2-hero {
  padding: 5rem 1.5rem 4.5rem;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(29, 29, 31, 0.06), transparent 55%),
    radial-gradient(700px 380px at 85% 20%, rgba(29, 29, 31, 0.04), transparent 55%),
    #fbfbfd;
  overflow: hidden;
}

.vl2-hero-inner {
  max-width: 70rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .vl2-hero-inner {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
  }
}

.vl2-animate {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.vl2-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.vl2-kicker {
  font-size: 13px;
  font-weight: 600;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}

.vl2-hero h1,
.vl2-cta-final-title {
  font-size: 2.7rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0;
  color: #1d1d1f;
  font-weight: 650;
}

@media (min-width: 768px) {
  .vl2-hero h1 { font-size: 3.6rem; }
}

.vl2-lead {
  margin: 1.25rem 0 0;
  font-size: 1.18rem;
  line-height: 1.6;
  color: #424245;
  max-width: 34rem;
}

@media (max-width: 560px) {
  .vl2-device-stage {
    height: 410px;
    max-width: 420px;
  }
  .vl2-iphone { max-width: 235px; left: 50%; top: 70px; }
  .vl2-macbook { max-width: 255px; left: 50%; bottom: 34px; }
  .vl2-stage-reflection { height: 95px; }
  .vl2-carousel-slide-visual { min-height: 220px; }
  .vl2-carousel-img { max-height: 200px; }
  .vl2-carousel-img--bimby { max-height: 170px; }
}

.vl2-cta {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-items: center;
}

@media (min-width: 640px) {
  .vl2-cta { flex-direction: row; }
}

.vl2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.2s ease, color 0.2s ease;
  will-change: transform;
}

.vl2-btn:active { transform: translateY(1px); }

.vl2-btn-primary {
  background: var(--vl-brand);
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.vl2-btn-primary:hover { background: var(--vl-brand-hover); }

.vl2-link-soft {
  color: var(--vl-brand);
  font-weight: 600;
  text-decoration: none;
  border-bottom: none;
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 10px;
}
.vl2-link-soft:hover { text-decoration: underline; }

.vl2-badges {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

@media (min-width: 560px) {
  .vl2-badges { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.vl2-badge {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(210, 210, 215, 0.8);
  color: #424245;
  font-weight: 600;
  font-size: 13px;
}

.vl2-hero-visual {
  position: relative;
}

.vl2-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Hero: visual categorie (basica, senza carosello) */
.vl2-basic-visual {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.vl2-basic-card {
  border-radius: 20px;
  border: 1px solid rgba(210, 210, 215, 0.9);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
  padding: 14px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.vl2-basic-img {
  width: 100%;
  max-width: 150px;
  height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.14));
  user-select: none;
  -webkit-user-drag: none;
}

.vl2-basic-img--bimby { max-width: 140px; }

.vl2-basic-label {
  font-size: 12px;
  font-weight: 700;
  color: #1d1d1f;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .vl2-basic-visual {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
  .vl2-basic-img { max-width: 200px; height: 180px; }
}

.vl2-device-stage {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 460px;
  margin: 0 auto;
  transform: perspective(1100px) rotateX(0deg) rotateY(0deg);
  transition: transform 0.2s ease;
  will-change: transform;
  overflow: hidden;
}

.vl2-stage-glow {
  position: absolute;
  inset: -18px -28px -28px -28px;
  background:
    radial-gradient(closest-side at 35% 45%, rgba(29, 29, 31, 0.14), transparent 64%),
    radial-gradient(closest-side at 70% 30%, rgba(29, 29, 31, 0.08), transparent 58%);
  filter: blur(18px);
  opacity: 0.65;
  z-index: 0;
}

.vl2-device {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  object-fit: contain;
  filter: drop-shadow(0 30px 55px rgba(0,0,0,0.18));
  user-select: none;
  -webkit-user-drag: none;
}

.vl2-iphone {
  left: 50%;
  top: 72px;
  bottom: auto;
  width: 55%;
  max-width: 275px;
  animation: vl2-float-1 5.2s ease-in-out infinite;
}

.vl2-macbook {
  left: 50%;
  bottom: 46px;
  width: 62%;
  max-width: 340px;
  transform: translateX(-50%);
  animation: vl2-float-2 6.4s ease-in-out infinite;
}

/* Bimby: terzo device in hero (sovrapposto leggero) */
.vl2-bimby {
  left: 50%;
  top: 180px;
  bottom: auto;
  width: 42%;
  max-width: 220px;
  transform: translateX(-50%);
  opacity: 0.98;
  animation: vl2-float-3 7.2s ease-in-out infinite;
  filter: drop-shadow(0 26px 48px rgba(0,0,0,0.14));
}

@keyframes vl2-float-1 {
  0%, 100% { transform: translateX(-50%) translateY(0) rotate(0.4deg); }
  50% { transform: translateX(-50%) translateY(-9px) rotate(-0.6deg); }
}

@keyframes vl2-float-2 {
  0%, 100% { transform: translateX(-50%) translateY(0) rotate(-3.5deg); }
  50% { transform: translateX(-50%) translateY(-7px) rotate(-2.8deg); }
}

@keyframes vl2-float-3 {
  0%, 100% { transform: translateX(-50%) translateY(0) rotate(2.0deg); }
  50% { transform: translateX(-50%) translateY(-6px) rotate(1.2deg); }
}

.vl2-stage-reflection {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 85%;
  height: 95px;
  transform: translateX(-50%);
  background: linear-gradient(to top, rgba(0,0,0,0.20), transparent 70%);
  filter: blur(16px);
  opacity: 0.14;
  z-index: 1;
  pointer-events: none;
}

.vl2-hero-note {
  margin-top: 1rem;
  text-align: center;
  font-size: 13px;
  color: #86868b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.vl2-hero-note-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.45);
  box-shadow: 0 0 0 6px rgba(29, 29, 31, 0.06);
}

/* Workflow "schemino" */
.vl2-workflow {
  padding: 5rem 1.5rem 2.5rem;
  background: #fff;
  border-top: 1px solid rgba(210, 210, 215, 0.6);
  position: relative;
  z-index: 2;
}

.vl2-section-head {
  max-width: 64rem;
  margin: 0 auto 2.5rem;
}

.vl2-section-kicker {
  font-size: 13px;
  font-weight: 600;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.vl2-workflow h2 {
  margin: 0.6rem 0 0;
  font-size: 2.1rem;
  letter-spacing: -0.02em;
}

.vl2-section-sub {
  margin: 1.1rem 0 0;
  color: #424245;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 45rem;
}

.vl2-step-diagram {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  position: relative;
}

@media (min-width: 880px) {
  .vl2-step-diagram {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
  }
  .vl2-step-diagram::after {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    top: 52px;
    height: 2px;
    background: linear-gradient(to right, rgba(29,29,31,0.15), rgba(29,29,31,0.06));
    z-index: 0;
  }
}

.vl2-step-card {
  position: relative;
  z-index: 1;
  background: rgba(251, 251, 253, 0.75);
  border: 1px solid rgba(210, 210, 215, 0.9);
  border-radius: 18px;
  padding: 1.1rem 1.1rem 1.2rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.03);
}

.vl2-step-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.vl2-step-num {
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(29,29,31,0.06);
  border: 1px solid rgba(29,29,31,0.14);
  font-weight: 700;
  color: #1d1d1f;
  font-size: 15px;
}

.vl2-step-label {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #1d1d1f;
}

.vl2-step-desc {
  margin: 0.85rem 0 0;
  color: #424245;
  line-height: 1.7;
  font-size: 14px;
}

/* Features */
.vl2-features {
  padding: 4.5rem 1.5rem;
  background: linear-gradient(to bottom, #fff, #fbfbfd);
}

.vl2-features-inner {
  max-width: 70rem;
  margin: 0 auto;
}

.vl2-features-title {
  margin: 0 0 2.2rem;
  font-size: 2.1rem;
  letter-spacing: -0.02em;
  text-align: center;
}

.vl2-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 740px) {
  .vl2-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
}

.vl2-feature {
  background: #fff;
  border: 1px solid rgba(210, 210, 215, 0.9);
  border-radius: 18px;
  padding: 1.3rem 1.2rem;
  box-shadow: 0 25px 70px rgba(0,0,0,0.03);
  text-align: left;
}

.vl2-feature-ic {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(29,29,31,0.06);
  border: 1px solid rgba(29,29,31,0.12);
  font-weight: 800;
  color: #1d1d1f;
}

.vl2-feature-title {
  margin: 1rem 0 0;
  font-size: 17px;
}

.vl2-feature-p {
  margin: 0.6rem 0 0;
  color: #424245;
  line-height: 1.7;
  font-size: 14px;
}

.vl2-trustindex {
  margin-top: 1.75rem;
}

/* CTA finale */
.vl2-cta-final {
  padding: 4.8rem 1.5rem 6rem;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(29, 29, 31, 0.06), transparent 55%),
    #fbfbfd;
  border-top: 1px solid rgba(210, 210, 215, 0.6);
}

.vl2-cta-final-inner {
  max-width: 70rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .vl2-cta-final-inner { grid-template-columns: 1fr 0.6fr; gap: 2rem; align-items: center; }
}

.vl2-cta-final-copy {
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(210, 210, 215, 0.9);
  border-radius: 22px;
  padding: 2rem 1.8rem;
  box-shadow: 0 30px 90px rgba(0,0,0,0.03);
}

.vl2-cta-final-kicker {
  font-size: 13px;
  font-weight: 700;
  color: #86868b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.vl2-cta-final-title {
  font-size: 2.35rem;
  margin-top: 0.75rem;
}

.vl2-cta-final-sub {
  margin: 1rem 0 0;
  color: #424245;
  line-height: 1.7;
  font-size: 1.05rem;
}

.vl2-cta-final-actions {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
}

@media (min-width: 640px) {
  .vl2-cta-final-actions { flex-direction: row; align-items: center; }
}

.vl2-link-quiet {
  color: #1d1d1f;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(29,29,31,0.18);
}
.vl2-link-quiet:hover { border-bottom-color: rgba(29,29,31,0.55); }

