/* VetrinItaly VT-P02B — homepage realmente coordinata con HomeItaly.org */
.vt-home-page {
  --vth-shell: 1380px;
  --vth-navy-950: #031a32;
  --vth-navy-900: #08243f;
  --vth-navy-800: #0d3657;
  --vth-gold: #c58a2b;
  --vth-gold-light: #e4bf72;
  --vth-gold-soft: #f6e8c9;
  --vth-red: #c93642;
  --vth-green: #16824b;
  --vth-ivory: #f8f1e7;
  --vth-paper: #fffaf3;
  --vth-white: #fff;
  --vth-ink: #10243a;
  --vth-muted: #667383;
  --vth-border: rgba(3, 26, 50, .13);
  --vth-shadow-sm: 0 10px 30px rgba(3, 26, 50, .08);
  --vth-shadow-md: 0 24px 60px rgba(3, 26, 50, .15);
  background:
    radial-gradient(circle at 4% 10%, rgba(22, 130, 75, .08), transparent 27rem),
    radial-gradient(circle at 96% 16%, rgba(201, 54, 66, .065), transparent 25rem),
    linear-gradient(180deg, #fffaf3 0%, var(--vth-ivory) 52%, #f5ede2 100%);
}

.vt-home-main,
.vt-home-main * {
  min-width: 0;
  box-sizing: border-box;
}

.vt-home-main {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.vt-home-shell {
  width: min(100%, var(--vth-shell));
  margin-inline: auto;
  padding: clamp(22px, 4vw, 56px) clamp(16px, 3vw, 38px) clamp(60px, 7vw, 100px);
}

.vt-home-kicker {
  margin-bottom: .9rem;
  color: rgba(255, 255, 255, .7);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vt-home-kicker-gold {
  color: var(--vth-gold);
}

.vt-home-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.vt-home-btn:hover,
.vt-home-btn:focus-visible {
  transform: translateY(-1px);
}

.vt-home-btn-primary {
  border-color: var(--vth-gold);
  color: var(--vth-navy-950);
  background: var(--vth-gold);
  box-shadow: 0 10px 25px rgba(197, 138, 43, .24);
}

.vt-home-btn-primary:hover,
.vt-home-btn-primary:focus-visible {
  color: var(--vth-navy-950);
  background: var(--vth-gold-light);
}

.vt-home-btn-light {
  border-color: rgba(255, 255, 255, .8);
  color: var(--vth-navy-950);
  background: #fff;
}

.vt-home-btn-light:hover,
.vt-home-btn-light:focus-visible {
  color: var(--vth-navy-950);
  background: #fff7e7;
}

.vt-home-btn-ghost {
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
}

.vt-home-btn-ghost:hover,
.vt-home-btn-ghost:focus-visible {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, .14);
}

.vt-home-btn-outline {
  border-color: rgba(3, 26, 50, .28);
  color: var(--vth-navy-900);
  background: transparent;
}

.vt-home-btn-outline:hover,
.vt-home-btn-outline:focus-visible {
  border-color: var(--vth-gold);
  color: var(--vth-navy-950);
  background: #fff5df;
}

/* Hero */
.vt-home-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(228, 191, 114, .24), transparent 19rem),
    radial-gradient(circle at 4% 96%, rgba(22, 130, 75, .18), transparent 24rem),
    radial-gradient(circle at 98% 96%, rgba(201, 54, 66, .13), transparent 22rem),
    linear-gradient(135deg, #031a32 0%, #082b4b 52%, #0d3657 100%);
  box-shadow: var(--vth-shadow-md);
}

.vt-home-hero::before,
.vt-home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.vt-home-hero::before {
  width: 420px;
  height: 420px;
  right: -190px;
  bottom: -220px;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .015);
}

.vt-home-hero::after {
  width: 200px;
  height: 200px;
  left: -90px;
  top: -90px;
  background: rgba(255, 255, 255, .04);
}

.vt-home-hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
  padding: clamp(42px, 6vw, 82px);
}

.vt-home-hero-copy {
  position: relative;
  z-index: 2;
}

.vt-home-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.85rem, 5.8vw, 5.7rem);
  font-weight: 880;
  letter-spacing: -.055em;
  line-height: .95;
}

.vt-home-hero h1 span {
  color: var(--vth-gold-light);
}

.vt-home-lead {
  max-width: 720px;
  margin: 1.7rem 0 .75rem;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 680;
  line-height: 1.45;
}

.vt-home-text {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 1.02rem;
  line-height: 1.7;
}

.vt-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.vt-home-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2.2rem;
}

.vt-home-proof span {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  padding: .56rem .78rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .06);
  font-size: .82rem;
  font-weight: 700;
}

.vt-home-proof strong {
  color: var(--vth-gold-light);
  font-size: 1rem;
}

.vt-home-hero-visual {
  position: relative;
  width: 100%;
  height: 490px;
}

.vt-home-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.vt-home-orbit-one { width: 400px; height: 400px; }
.vt-home-orbit-two { width: 300px; height: 300px; border-style: dashed; opacity: .7; }

.vt-home-hub-card,
.vt-home-orbit-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .19);
  backdrop-filter: blur(12px);
}

.vt-home-hub-card {
  left: 50%;
  top: 50%;
  width: 235px;
  min-height: 190px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 32px;
  color: var(--vth-navy-950);
  background: rgba(255, 255, 255, .94);
  transform: translate(-50%, -50%);
}

.vt-home-hub-card img {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(3, 26, 50, .14);
}

.vt-home-hub-card strong { font-size: 1.25rem; }
.vt-home-hub-card small { margin-top: .35rem; color: var(--vth-muted); line-height: 1.45; }

.vt-home-orbit-card {
  width: 190px;
  min-height: 125px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 24px;
  color: #fff;
  transition: transform .2s ease, filter .2s ease;
}

.vt-home-orbit-card:hover,
.vt-home-orbit-card:focus-visible {
  color: #fff;
  transform: translateY(-4px);
  filter: brightness(1.06);
}

.vt-home-orbit-card > span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .55rem;
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, .18);
  font-size: .82rem;
  font-weight: 900;
}

.vt-home-orbit-card strong { font-size: 1rem; }
.vt-home-orbit-card small { margin-top: .2rem; color: rgba(255, 255, 255, .76); font-size: .75rem; }

.vt-home-orbit-showcases { left: 2%; top: 7%; background: linear-gradient(135deg, #c58a2b, #9b671b); }
.vt-home-orbit-products { right: 0; top: 18%; background: linear-gradient(135deg, #c93642, #8d2430); }
.vt-home-orbit-account { left: 13%; bottom: 4%; background: linear-gradient(135deg, #16824b, #0d5b34); }

/* Shared sections */
.vt-home-section {
  margin-top: clamp(62px, 8vw, 118px);
}

.vt-home-section-heading {
  max-width: 790px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.vt-home-section-heading-centered {
  margin-inline: auto;
  text-align: center;
}

.vt-home-section-heading-row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.vt-home-section-heading h2,
.vt-home-products h2,
.vt-home-community h2 {
  margin: 0;
  color: var(--vth-navy-950);
  font-size: clamp(2rem, 4.3vw, 4.15rem);
  font-weight: 880;
  letter-spacing: -.048em;
  line-height: 1.02;
}

.vt-home-section-heading p {
  max-width: 720px;
  margin: 1rem 0 0;
  color: var(--vth-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.vt-home-section-heading-centered p { margin-inline: auto; }

/* Services */
.vt-home-services-layout {
  display: grid;
  grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
}

.vt-home-services-hub,
.vt-home-service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vth-border);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--vth-shadow-sm);
}

.vt-home-services-hub {
  display: flex;
  min-height: 590px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(30px, 4vw, 52px);
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(228, 191, 114, .22), transparent 15rem),
    radial-gradient(circle at 2% 100%, rgba(22, 130, 75, .10), transparent 18rem),
    linear-gradient(145deg, var(--vth-navy-950), var(--vth-navy-800));
}

.vt-home-services-hub::after {
  content: "VI";
  position: absolute;
  right: -1.5rem;
  bottom: -4.2rem;
  color: rgba(255, 255, 255, .05);
  font-size: clamp(11rem, 20vw, 18rem);
  font-weight: 950;
  letter-spacing: -.12em;
  line-height: 1;
  pointer-events: none;
}

.vt-home-status {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, .72);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vt-home-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vth-green);
  box-shadow: 0 0 0 5px rgba(22, 130, 75, .14);
}

.vt-home-services-logo {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.vt-home-services-hub h3 {
  margin: 1.35rem 0 .7rem;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  font-weight: 880;
  letter-spacing: -.05em;
}

.vt-home-services-hub p {
  max-width: 540px;
  color: rgba(255, 255, 255, .76);
  font-size: 1.02rem;
  line-height: 1.7;
}

.vt-home-services-hub ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem 1rem;
  margin: 1.2rem 0 2rem;
  padding: 0;
  list-style: none;
}

.vt-home-services-hub li {
  position: relative;
  padding-left: 1.3rem;
  color: rgba(255, 255, 255, .88);
  font-size: .9rem;
}

.vt-home-services-hub li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--vth-gold);
}

.vt-home-services-hub .vt-home-btn {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.vt-home-services-cards {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vt-home-service-card {
  display: grid;
  grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(24px, 3vw, 34px);
  transition: transform .2s ease, box-shadow .2s ease;
}

.vt-home-service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--vth-shadow-md);
}

.vt-home-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
}

.vt-home-service-card .vt-home-status {
  position: absolute;
  right: 1.4rem;
  top: 1rem;
  margin: 0;
  color: var(--vth-muted);
  letter-spacing: .04em;
}

.vt-home-service-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vt-home-service-head > span {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-weight: 950;
}

.vt-home-service-head h3 {
  margin: 0;
  color: var(--vth-navy-950);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 850;
  letter-spacing: -.03em;
}

.vt-home-service-head small { color: var(--vth-muted); }
.vt-home-service-card > p { margin: 0; color: var(--vth-muted); line-height: 1.62; }
.vt-home-service-card > a { color: var(--vth-navy-900); font-weight: 850; text-decoration: none; white-space: nowrap; }
.vt-home-service-card > a:hover { text-decoration: underline; }

.vt-home-service-showcases::before { background: var(--vth-gold); }
.vt-home-service-showcases .vt-home-service-head > span { color: #9a6519; background: #f8ecd5; }
.vt-home-service-products::before { background: var(--vth-red); }
.vt-home-service-products .vt-home-service-head > span { color: var(--vth-red); background: #f8e5e8; }
.vt-home-service-sellers::before { background: var(--vth-green); }
.vt-home-service-sellers .vt-home-service-head > span { color: var(--vth-green); background: #e4f2e9; }

/* Showcases */
.vt-home-showcases-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 22px;
}

.vt-home-showcase-featured,
.vt-home-showcase-compact,
.vt-home-showcase-network-card {
  overflow: hidden;
  border: 1px solid var(--vth-border);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--vth-shadow-sm);
}

.vt-home-showcase-featured {
  display: grid;
  grid-template-rows: minmax(320px, 1fr) auto;
}

.vt-home-showcase-featured-media {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--vth-border);
  background: #fff;
}

.vt-home-showcase-featured-media img {
  width: 100%;
  height: 100%;
  max-height: 470px;
  display: block;
  object-fit: contain;
  padding: 22px;
}

.vt-home-showcase-featured-copy {
  padding: clamp(24px, 4vw, 42px);
}

.vt-home-category {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: #966114;
  background: #f8ecd5;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vt-home-showcase-featured h3 {
  margin: 15px 0 8px;
  color: var(--vth-navy-950);
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
  letter-spacing: -.045em;
}

.vt-home-showcase-featured p { margin: 0 0 22px; color: var(--vth-muted); }

.vt-home-showcase-list {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vt-home-showcase-compact {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
}

.vt-home-showcase-compact-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-right: 1px solid var(--vth-border);
  background: #fff;
}

.vt-home-showcase-compact img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: contain;
  padding: 10px;
}

.vt-home-showcase-compact > div {
  padding: 18px;
}

.vt-home-showcase-compact span {
  color: var(--vth-gold);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vt-home-showcase-compact h3 {
  margin: 8px 0 5px;
  color: var(--vth-navy-950);
  font-size: 1.03rem;
  line-height: 1.15;
}

.vt-home-showcase-compact p { margin: 0 0 10px; color: var(--vth-muted); font-size: .82rem; }
.vt-home-showcase-compact a { color: var(--vth-red); font-size: .82rem; font-weight: 850; text-decoration: none; }

.vt-home-showcase-network-card {
  grid-column: 1 / -1;
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--vth-navy-950), var(--vth-navy-800));
}

.vt-home-showcase-network-card > span { color: var(--vth-gold-light); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vt-home-showcase-network-card h3 { margin: 10px 0 7px; color: #fff; font-size: 1.45rem; }
.vt-home-showcase-network-card p { margin: 0 0 14px; color: rgba(255, 255, 255, .7); }
.vt-home-showcase-network-card a { color: #fff; font-weight: 850; text-decoration: none; }

/* Products */
.vt-home-products {
  margin-top: clamp(62px, 8vw, 118px);
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(228, 191, 114, .18), transparent 20rem),
    linear-gradient(145deg, var(--vth-navy-950), var(--vth-navy-800));
  box-shadow: var(--vth-shadow-md);
}

.vt-home-heading-light h2 { color: #fff; }
.vt-home-heading-light p { color: rgba(255, 255, 255, .7); }

.vt-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vt-home-product-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 20px;
  color: var(--vth-ink);
  background: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .18);
  transition: transform .22s ease;
}

.vt-home-product-card:hover { transform: translateY(-5px); }

.vt-home-product-media {
  position: relative;
  height: 235px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--vth-border);
  background: #fff;
}

.vt-home-product-media img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }

.vt-home-sold {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--vth-red);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vt-home-product-body { padding: 18px; }
.vt-home-product-body small { color: var(--vth-muted); font-weight: 750; }
.vt-home-product-body h3 { min-height: 2.35em; margin: 7px 0 17px; color: var(--vth-navy-950); font-size: 1.05rem; line-height: 1.18; }
.vt-home-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vt-home-product-bottom strong { color: var(--vth-red); font-size: 1.08rem; }
.vt-home-product-bottom a { color: var(--vth-navy-950); font-size: .82rem; font-weight: 900; text-decoration: none; }

/* Benefits */
.vt-home-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vt-home-benefit-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--vth-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 12px 35px rgba(3, 26, 50, .06);
  transition: transform .2s ease, background .2s ease;
}

.vt-home-benefit-grid article:hover { transform: translateY(-3px); background: #fff; }
.vt-home-benefit-grid span { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; color: #966114; background: #fff5df; font-size: .78rem; font-weight: 900; }
.vt-home-benefit-grid h3 { margin: 1.4rem 0 .65rem; color: var(--vth-navy-950); font-size: 1.25rem; font-weight: 850; }
.vt-home-benefit-grid p { margin: 0; color: var(--vth-muted); line-height: 1.65; }

/* Steps */
.vt-home-how {
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--vth-border);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--vth-shadow-sm);
}

.vt-home-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vt-home-steps li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem clamp(15px, 2vw, 28px);
}

.vt-home-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 2.2rem;
  width: 22px;
  height: 1px;
  background: rgba(197, 138, 43, .32);
}

.vt-home-steps li > span {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--vth-navy-950);
  background: var(--vth-gold);
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(197, 138, 43, .22);
}

.vt-home-steps h3 { margin: .1rem 0 .45rem; color: var(--vth-navy-950); font-size: 1.12rem; font-weight: 850; }
.vt-home-steps p { margin: 0; color: var(--vth-muted); font-size: .92rem; line-height: 1.6; }

/* Final CTA */
.vt-home-community {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(28px, 5vw, 70px);
  margin-top: clamp(62px, 8vw, 118px);
  padding: clamp(34px, 5vw, 64px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 20%, rgba(197, 138, 43, .25), transparent 26%),
    radial-gradient(circle at 85% 80%, rgba(22, 130, 75, .18), transparent 28%),
    linear-gradient(135deg, #031a32 0%, #0d3657 100%);
  box-shadow: var(--vth-shadow-md);
}

.vt-home-community h2 { color: #fff; }
.vt-home-community-copy > p { max-width: 720px; color: rgba(255, 255, 255, .72); font-size: 1.04rem; line-height: 1.7; }
.vt-home-community-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.vt-home-community-links { display: grid; gap: 12px; }
.vt-home-community-links a { display: flex; flex-direction: column; padding: 20px 22px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 20px; color: #fff; background: rgba(255, 255, 255, .06); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.vt-home-community-links a:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .1); }
.vt-home-community-links span { color: rgba(255, 255, 255, .58); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.vt-home-community-links strong { margin-top: 5px; font-size: 1rem; }

/* Empty state */
.vt-home-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px;
  border: 1px dashed rgba(3, 26, 50, .22);
  border-radius: 24px;
  text-align: center;
  background: #fff;
}

.vt-home-empty img { border-radius: 18px; }
.vt-home-empty h3 { margin: 17px 0 8px; color: var(--vth-navy-950); font-size: 1.55rem; }
.vt-home-empty p { max-width: 570px; margin: 0 0 20px; color: var(--vth-muted); }
.vt-home-empty-dark { border-color: rgba(255, 255, 255, .16); color: #fff; background: rgba(255, 255, 255, .06); }
.vt-home-empty-dark h3 { color: #fff; }
.vt-home-empty-dark p { color: rgba(255, 255, 255, .67); }

/* Responsive */
@media (max-width: 1199.98px) {
  .vt-home-hero-grid { grid-template-columns: minmax(0, 1fr) 400px; gap: 30px; padding: 54px 42px; }
  .vt-home-hero-visual { height: 430px; transform: scale(.9); }
  .vt-home-service-card { grid-template-columns: minmax(220px, .9fr) minmax(0, 1.1fr); }
  .vt-home-service-card > a { grid-column: 2; white-space: normal; }
  .vt-home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vt-home-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 0; }
  .vt-home-steps li:nth-child(2)::after,
  .vt-home-steps li:nth-child(4)::after { display: none; }
}

@media (max-width: 991.98px) {
  .vt-home-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .vt-home-hero-visual { width: min(100%, 560px); margin-inline: auto; transform: none; }
  .vt-home-services-layout,
  .vt-home-community { grid-template-columns: 1fr; }
  .vt-home-services-hub { min-height: 520px; }
  .vt-home-services-cards { grid-template-rows: none; }
  .vt-home-service-card { grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr) auto; }
  .vt-home-service-card > a { grid-column: auto; }
  .vt-home-showcases-layout { grid-template-columns: 1fr; }
  .vt-home-showcase-list { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .vt-home-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
  .vt-home-shell { padding: 18px 14px 70px; }
  .vt-home-hero,
  .vt-home-products,
  .vt-home-how,
  .vt-home-community { border-radius: 24px; }
  .vt-home-hero-grid { padding: 38px 24px 30px; }
  .vt-home-hero h1 { font-size: clamp(2.45rem, 12vw, 4.3rem); }
  .vt-home-actions .vt-home-btn { width: 100%; }
  .vt-home-proof { display: grid; grid-template-columns: 1fr; }
  .vt-home-proof span { justify-content: center; }
  .vt-home-hero-visual { height: auto; display: grid; grid-template-columns: 1fr; gap: 12px; padding-top: 1.2rem; }
  .vt-home-orbit { display: none; }
  .vt-home-hub-card,
  .vt-home-orbit-card { position: static; width: 100%; min-height: auto; transform: none; }
  .vt-home-hub-card { padding: 1.3rem; }
  .vt-home-orbit-card { flex-direction: row; align-items: center; justify-content: flex-start; gap: .8rem; padding: .9rem 1rem; }
  .vt-home-orbit-card > span { flex: 0 0 36px; margin: 0; }
  .vt-home-orbit-card small { margin-left: auto; text-align: right; }
  .vt-home-section-heading-row { align-items: flex-start; flex-direction: column; }
  .vt-home-services-hub { min-height: auto; padding: 28px 24px; }
  .vt-home-services-hub ul { grid-template-columns: 1fr; }
  .vt-home-service-card { display: block; padding: 56px 24px 24px; }
  .vt-home-service-card .vt-home-status { left: 24px; right: auto; }
  .vt-home-service-card > p { margin-top: 1rem; }
  .vt-home-service-card > a { display: inline-block; margin-top: 1rem; }
  .vt-home-showcase-featured { grid-template-rows: 250px auto; }
  .vt-home-showcase-featured-media { min-height: 250px; }
  .vt-home-showcase-list,
  .vt-home-product-grid,
  .vt-home-benefit-grid { grid-template-columns: 1fr; }
  .vt-home-showcase-network-card { grid-column: auto; }
  .vt-home-products,
  .vt-home-how,
  .vt-home-community { padding: 30px 22px; }
  .vt-home-steps { grid-template-columns: 1fr; gap: 12px; }
  .vt-home-steps li { padding: .7rem 0; }
  .vt-home-steps li::after { display: none; }
  .vt-home-benefit-grid article { min-height: auto; }
}

@media (max-width: 479.98px) {
  .vt-home-hero-grid { padding-inline: 20px; }
  .vt-home-hero h1 { font-size: 2.55rem; }
  .vt-home-orbit-card { align-items: flex-start; flex-wrap: wrap; }
  .vt-home-orbit-card small { width: 100%; margin-left: 44px; text-align: left; }
  .vt-home-showcase-compact { grid-template-columns: 92px minmax(0, 1fr); }
  .vt-home-showcase-compact img { min-height: 132px; }
  .vt-home-product-media { height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  .vt-home-btn,
  .vt-home-orbit-card,
  .vt-home-service-card,
  .vt-home-product-card,
  .vt-home-benefit-grid article,
  .vt-home-community-links a { transition: none; }
}

/* VT-NOW-R01 · Partner Home Italy */
.vt-public-partner-badge,.vt-public-benefit-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.32rem .58rem;border-radius:999px;font-size:.7rem;font-weight:800;line-height:1.1;margin:.2rem .25rem .35rem 0}
.vt-public-partner-badge{background:#edf7f1;color:#08613f;border:1px solid #cce7d8}
.vt-public-benefit-badge{background:#fff4cc;color:#725200;border:1px solid #ecd88a}
