/* =========================================================
   SERVER — CSS COMPLETO (stile VPS)
   Namespace: .vh-server
   File: assets/css/server.css
   ========================================================= */

html, body{
  background:#070A12;
  overflow-x:hidden;
}

/* =========================
   VARS
   ========================= */
:root{
  --vh-hero-top: 18px;
  --vh-hero-bottom: 26px;

  --vh-btn-pad-y: 10px;
  --vh-btn-pad-x: 14px;
  --vh-btn-radius: 12px;
  --vh-btn-bg: rgba(11,54,198,.18);
  --vh-btn-bg-hover: rgba(11,54,198,.24);
  --vh-btn-border: rgba(11,54,198,.26);
  --vh-btn-text: rgba(255,255,255,.92);

  --vh-card-bg: rgba(255,255,255,.04);
  --vh-card-border: rgba(255,255,255,.08);
  --vh-card-shadow: 0 22px 60px rgba(0,0,0,.35);

  --vh-wrap-max: 1180px;
  --vh-wrap-pad: 18px;
}

/* =========================
   PAGE BASE + BACKGROUND
   ========================= */
.vh-server{
  position: relative;
  color:#fff;

  background:
    radial-gradient(900px 480px at 20% 10%, rgba(48, 86, 255, .25), transparent 60%),
    radial-gradient(700px 420px at 80% 30%, rgba(11, 54, 198, .22), transparent 60%),
    radial-gradient(900px 600px at 50% 90%, rgba(0,0,0,.75), transparent 60%),
    linear-gradient(#070A12, #05060C);
}

.vh-server::before{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events:none;
  z-index: 0;
  opacity: .55;
  background-image: url("../img/home/clouds.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.vh-server > *{
  position: relative;
  z-index: 1;
}

.vh-server .vh-wrap{
  width: 100%;
  max-width: var(--vh-wrap-max);
  margin: 0 auto;
  padding-left: var(--vh-wrap-pad);
  padding-right: var(--vh-wrap-pad);
}

/* azzera wrapper del tema */
.vh-server,
.vh-server#content,
#content.vh-server{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.vh-server .site-content,
.vh-server .content-area,
.vh-server #primary,
.vh-server .site-main{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =========================
   BUTTONS — tutti uguali
   ========================= */
.vh-server .vh-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;

  color: var(--vh-btn-text);
  text-decoration:none;

  font-weight:500;
  font-size:14px;
  line-height: 1;

  padding: var(--vh-btn-pad-y) var(--vh-btn-pad-x);
  border-radius: var(--vh-btn-radius);

  background: var(--vh-btn-bg);
  border: 1px solid var(--vh-btn-border);

  width: fit-content;
  white-space: nowrap;
}

.vh-server .vh-btn--primary{
  background: var(--vh-btn-bg);
  border: 1px solid var(--vh-btn-border);
  box-shadow:none;
}

.vh-server .vh-btn:hover{
  background: var(--vh-btn-bg-hover);
}

.vh-server .vh-arrow{
  width: 10px;
  height: 10px;
  display:inline-block;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

/* =========================
   KICKER / TITLES
   ========================= */
.vh-server .vh-kicker{
  display:inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
  font-weight: 800;
}

.vh-server .vh-section__title{
  font-size: clamp(26px, 3.2vw, 40px);
  margin: 0 0 10px;
  letter-spacing: -0.6px;
  font-weight: 850;
}

.vh-server .vh-section__subtitle{
  margin: 0;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}

/* =========================
   HERO
   ========================= */
.vh-server .vh-hero{
  padding-top: 100px;
}

@media (max-width: 1024px){
  .vh-server .vh-hero{ padding-top: 30px; }
}

.vh-server .vh-hero__inner{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items:center;
}

.vh-server .vh-hero__title{
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.05;
  margin: 0 0 14px;
  letter-spacing: -0.8px;
  font-weight: 800;
}

.vh-server .vh-hero__lead{
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.78);
  max-width: 680px;
}

.vh-server .vh-hero__cta{
  display:flex;
  align-items:center;
  gap: 14px;
  flex-wrap: wrap;
}

.vh-server .vh-hero__art{
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  justify-self: end;
  max-width: 560px;
}

.vh-server .vh-hero__art img{
  width: 100%;
  height: auto;
  display:block;
}

/* =========================
   SECTIONS
   ========================= */
.vh-server .vh-section{
  padding: 28px 0 30px;
}

.vh-server .vh-section__head{
  text-align:center;
  margin: 0 auto 22px;
  max-width: 920px;
}

/* =========================
   PLANS: toggle
   ========================= */
.vh-server .vh-server-toggle{
  margin-top: 16px;
  display:inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
}

.vh-server .vh-server-toggle__btn{
  appearance: none;
  border: 0;
  cursor: pointer;

  padding: 10px 14px;
  border-radius: 12px;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;

  color: rgba(255,255,255,.82);
  background: transparent;
}

.vh-server .vh-server-toggle__btn.is-active{
  background: rgba(11,54,198,.18);
  border: 1px solid rgba(11,54,198,.26);
  color: rgba(255,255,255,.92);
}

.vh-server .vh-server-toggle__btn:focus-visible{
  outline: 2px solid rgba(11,54,198,.55);
  outline-offset: 2px;
}

/* =========================
   CARDS (glass)
   ========================= */
.vh-server .vh-cards{
  display:grid;
  gap: 16px;
}

.vh-server .vh-cards--3{ grid-template-columns: repeat(3, minmax(0,1fr)); }

.vh-server .vh-card{
  border-radius: 18px;
  background: var(--vh-card-bg);
  border: 1px solid var(--vh-card-border);
  box-shadow: var(--vh-card-shadow);
  overflow:hidden;
  padding: 16px;
  backdrop-filter: blur(6px);

  display:flex;
  flex-direction: column;
  min-width: 0;
}

.vh-server .vh-card__title{
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.4px;
}

/* Server card specifics */
.vh-server .vh-server-card__head{
  display:flex;
  flex-direction: column;
  gap: 8px;
}

.vh-server .vh-server-card__price{
  display:flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.vh-server .vh-server-card__amount{
  display:flex;
  align-items: baseline;
  gap: 6px;
}

.vh-server .vh-server-card__currency{
  font-size: 18px;
  font-weight: 800;
  opacity: .92;
}

.vh-server .vh-server-card__num{
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.8px;
  line-height: 1;
}

.vh-server .vh-server-card__meta{
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.vh-server .vh-server-card__per{
  color: rgba(255,255,255,.82);
  font-weight: 700;
  font-size: 14px;
}

.vh-server .vh-server-card__note{
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

.vh-server .vh-server-card__badge{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2px;

  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
}

.vh-server .vh-server-card__badge.is-hidden{ display:none; }

/* features list */
.vh-server .vh-server-features{
  list-style: none;
  padding: 0;
  margin: 14px 0 16px;
  display:flex;
  flex-direction: column;
  gap: 10px;
}

.vh-server .vh-server-features li{
  color: rgba(255,255,255,.74);
  line-height: 1.4;
  font-size: 14px;
  display:flex;
  gap: 10px;
}

/* dot */
.vh-server .vh-server-features li::before{
  content:"";
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 999px;
  background: rgba(11,54,198,.75);
  box-shadow: 0 0 0 3px rgba(11,54,198,.18);
  flex: 0 0 auto;
}

/* CTA in card always bottom */
.vh-server .vh-server-card .vh-btn{
  margin-top: auto;
}

/* Featured card */
.vh-server .vh-server-card--featured{
  border-color: rgba(11,54,198,.35);
  box-shadow: 0 28px 90px rgba(0,0,0,.45);
  position: relative;
}

.vh-server .vh-server-card__ribbon{
  position:absolute;
  top: 14px;
  right: 14px;

  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2px;

  padding: 8px 10px;
  border-radius: 999px;

  background: rgba(11,54,198,.18);
  border: 1px solid rgba(11,54,198,.26);
  color: rgba(255,255,255,.92);
}

/* links row */
.vh-server .vh-server-links{
  display:flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* =========================
   TABLE
   ========================= */
.vh-server .vh-server-table__wrap{
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 22px 60px rgba(0,0,0,.30);
  overflow:auto;
  -webkit-overflow-scrolling: touch;
}

.vh-server .vh-server-compare{
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.vh-server .vh-server-compare th,
.vh-server .vh-server-compare td{
  padding: 14px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
  vertical-align: middle;
}

.vh-server .vh-server-compare thead th{
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.2px;
  color: rgba(255,255,255,.92);
  background: rgba(0,0,0,.18);
}

.vh-server .vh-server-compare tbody td{
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.vh-server .vh-server-compare tbody td:nth-child(n+2){
  font-weight: 900;
  color: rgba(255,255,255,.90);
}

.vh-server .vh-server-compare__muted{
  color: rgba(255,255,255,.62);
  font-size: 12.5px;
}

/* =========================
   REQUEST GRID (form + text)
   ========================= */
.vh-server .vh-server-request__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  align-items: stretch;
}

.vh-server .vh-server-request__intro{ overflow: visible; }
.vh-server .vh-server-request__text{
  overflow: visible;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vh-server .vh-server-long p{
  margin: 0 0 12px;
  color: rgba(255,255,255,.74);
  line-height: 1.75;
  font-size: 14.5px;
}

.vh-server .vh-server-request__actions{
  margin-top: auto;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* =========================
   FORM (fallback + plugin forms)
   ========================= */
.vh-server .vh-server-form{ margin-top: 8px; }

.vh-server .vh-server-form__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.vh-server .vh-server-field{
  display:flex;
  flex-direction: column;
  gap: 8px;
}

.vh-server .vh-server-field span{
  display:block;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
}

.vh-server .vh-server-field small{
  color: rgba(255,255,255,.58);
  font-size: 12.5px;
  line-height: 1.35;
  margin-top: -4px;
}

.vh-server input[type="text"],
.vh-server input[type="email"],
.vh-server input[type="tel"],
.vh-server select,
.vh-server textarea{
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.92);
  padding: 12px 12px;
  font-size: 14px;
  outline: none;
}

.vh-server input::placeholder,
.vh-server textarea::placeholder{
  color: rgba(255,255,255,.55);
}

.vh-server input:focus,
.vh-server select:focus,
.vh-server textarea:focus{
  border-color: rgba(11,54,198,.55);
  box-shadow: 0 0 0 3px rgba(11,54,198,.22);
}

/* submit button: same */
.vh-server .vh-server-form .vh-btn{
  width: 100%;
  justify-content: center;
}

/* Plugin forms styling (CF7 / WPForms) inside this page */
.vh-server .wpcf7,
.vh-server .wpforms-container,
.vh-server .elementor-form{
  width: 100%;
}

.vh-server .wpcf7-form p{ margin: 0 0 12px; }

.vh-server .wpcf7-response-output{
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.22);
  color: rgba(255,255,255,.86);
  padding: 12px 12px;
  margin: 14px 0 0;
}

/* make plugin submit look like your buttons */
.vh-server button,
.vh-server input[type="submit"],
.vh-server .wpcf7-submit,
.vh-server .wpforms-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding: var(--vh-btn-pad-y) var(--vh-btn-pad-x);
  border-radius: var(--vh-btn-radius);

  background: var(--vh-btn-bg);
  border: 1px solid var(--vh-btn-border);
  color: var(--vh-btn-text);

  font-size: 14px;
  font-weight: 500;
  line-height: 1;

  cursor: pointer;
}

.vh-server button:hover,
.vh-server input[type="submit"]:hover,
.vh-server .wpcf7-submit:hover,
.vh-server .wpforms-submit:hover{
  background: var(--vh-btn-bg-hover);
}

/* helper */
.vh-server .is-hidden{ display:none !important; }

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 1024px){
  .vh-server .vh-hero__inner{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vh-server .vh-hero__art{
    justify-self: center;
    margin: 0 auto;
    max-width: 520px;
  }

  .vh-server .vh-cards--3{ grid-template-columns: 1fr; }

  .vh-server .vh-server-request__grid{
    grid-template-columns: 1fr;
  }

  .vh-server .vh-server-form__grid{
    grid-template-columns: 1fr;
  }

  /* bottoni full width */
  .vh-server .vh-btn,
  .vh-server button,
  .vh-server input[type="submit"],
  .vh-server .wpcf7-submit,
  .vh-server .wpforms-submit{
    width: 100%;
    justify-content: center;
  }

  .vh-server .vh-hero__copy{ text-align: center; }
  .vh-server .vh-hero__lead{
    margin-left: auto;
    margin-right: auto;
  }
  .vh-server .vh-hero__cta{ justify-content: center; }

  .vh-server .vh-section__head,
  .vh-server .vh-card{
    text-align: center;
  }

  .vh-server .vh-server-card__price{
    justify-content: center;
    text-align: center;
  }
  .vh-server .vh-server-card__meta{
    align-items: center;
    text-align: center;
  }

  .vh-server .vh-server-features{
    align-items: center;
  }
  .vh-server .vh-server-features li{
    justify-content: center;
    width: 100%;
    max-width: 520px;
    text-align: left;
  }

  .vh-server .vh-server-toggle{
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 520px){
  .vh-server .vh-server-toggle{
    width: 100%;
    justify-content: center;
  }

  .vh-server .vh-server-toggle__btn{
    flex: 1 1 0;
    text-align: center;
  }

  .vh-server .vh-hero__lead{
    font-size: 15px;
  }

  .vh-server .vh-hero__copy,
  .vh-server .vh-section__head,
  .vh-server .vh-card{
    text-align:center;
  }

  .vh-server .vh-hero__cta,
  .vh-server .vh-server-request__actions{
    justify-content:center;
  }

  .vh-server::before{
    background-position: center top;
    background-size: cover;
  }
}
