/* Base */
.vh-body{
  background: var(--vh-rice);
  color: var(--vh-charcoal);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Arial, "Apple Color Emoji", "Segoe UI Emoji";
}
.vh-skip{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.vh-skip:focus{
  left: 14px; top: 14px; width:auto; height:auto; padding:10px 12px;
  background:#fff; border:1px solid var(--vh-border); border-radius: 12px;
  box-shadow: var(--vh-shadow-soft); z-index: 9999;
}

/* Backdrop */
.vh-backdrop{
  position: fixed;
  inset: 0;
  pointer-events:none;
  z-index: -1;
  background: var(--vh-grad);
}
.vh-washi{
  position:absolute; inset:0;
  background:
    linear-gradient(0deg, rgba(255,255,255,.55), rgba(255,255,255,.55)),
    radial-gradient(circle at 20% 30%, rgba(20,22,26,.06) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 38%, rgba(20,22,26,.05) 0 1px, transparent 2px),
    radial-gradient(circle at 38% 72%, rgba(20,22,26,.05) 0 1px, transparent 2px);
  background-size: auto, 32px 32px, 36px 36px, 40px 40px;
  opacity: .55;
}
.vh-ink{
  position:absolute;
  width: 520px; height: 520px;
  border-radius: 999px;
  filter: blur(44px);
  opacity: .38;
}
.vh-ink--a{ left:-180px; top:-210px; background: rgba(70,86,214,.28); }
.vh-ink--b{ right:-220px; top:-190px; background: rgba(63,191,138,.22); }
.vh-ink--c{ right: 18%; bottom:-300px; background: rgba(255,111,145,.20); }

.vh-dots{
  position:absolute; inset:0;
  background-image: radial-gradient(rgba(20,22,26,.08) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .18;
}

/* Header */
.vh-header{ position: sticky; top: 0; z-index: 50; }
.vh-nav{
  background: rgba(247,244,238,.72);
  border-bottom: 1px solid var(--vh-border);
  backdrop-filter: blur(10px);
}
.vh-nav .nav-link{ color: rgba(20,22,26,.78); }
.vh-nav .nav-link:hover{ color: rgba(20,22,26,.95); }

.vh-mark{
  width: 34px; height: 34px;
  display:grid; place-items:center;
  background: rgba(20,22,26,.06);
  border: 1px solid var(--vh-border);
  border-radius: 14px;
  color: var(--vh-ink);
}
.vh-mark--footer{
  background: rgba(20,22,26,.05);
  border: 1px solid var(--vh-border);
  color: var(--vh-ink);
}

.vh-badge{
  background: rgba(70,86,214,.10);
  border: 1px solid rgba(70,86,214,.16);
  color: rgba(20,22,26,.86);
  border-radius: 999px;
  padding: .35rem .6rem;
}

.btn:focus{ box-shadow: var(--vh-focus) !important; }

.btn-vh{
  --bs-btn-color: #14161A;
  --bs-btn-bg: linear-gradient(135deg, rgba(70,86,214,1), rgba(214,179,90,1));
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #14161A;
  --bs-btn-hover-bg: linear-gradient(135deg, rgba(63,191,138,1), rgba(70,86,214,1));
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 70,86,214;
  border-radius: 14px;
  font-weight: 800;
}
.btn-lg {
  padding: 0.75rem 1.2rem;
  background-color: rgba(241, 233, 219, 0.56);
}

/* Sections */
.vh-section{ padding: 72px 0; }
.vh-section--alt{
  background: rgba(255,255,255,.72);
  border-top: 1px solid var(--vh-border);
  border-bottom: 1px solid var(--vh-border);
}
.vh-headline{ max-width: 760px; }

/* Hero */
.vh-hero{ position: relative; padding: 78px 0 0; }
.vh-kicker{
  display:inline-flex; gap:10px; align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid var(--vh-border);
  color: rgba(20,22,26,.76);
  font-size: .92rem;
  margin-bottom: 12px;
}
.vh-kdot{
  width: 10px; height: 10px; border-radius: 999px;
  background: linear-gradient(135deg, var(--vh-indigo), var(--vh-matcha));
  box-shadow: 0 0 0 4px rgba(70,86,214,.12);
}
.vh-hero-badges{ display:flex; flex-wrap:wrap; gap: 10px; }
.vh-chip{
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 12px; border-radius: 999px;
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.70);
  font-size: .92rem;
}
.vh-chip__icon{
  width: 22px; height: 22px; border-radius: 999px;
  display:grid; place-items:center;
  background: rgba(214,179,90,.14);
  border: 1px solid rgba(214,179,90,.18);
  font-weight: 900;
}

.vh-cut{ margin-top: 34px; }

/* Hero card */
.vh-hero-card{
  border-radius: var(--vh-radius-lg);
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.78);
  box-shadow: var(--vh-shadow);
  overflow: hidden;
  position: relative;
}
.vh-hero-card__top{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: rgba(20,22,26,.10);
}
.vh-mini{ padding: 14px 14px 12px; background: rgba(255,255,255,.78); }
.vh-mini__k{ font-size: .78rem; color: rgba(20,22,26,.62); }
.vh-mini__v{ font-weight: 900; }

.vh-hero-card__body{
  padding: 18px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  align-items: center;
}
.vh-ill{
  border-radius: 18px;
  border: 1px solid var(--vh-border);
  background: #fff;
  padding: 10px;
}
.vh-hero-note{
  border-radius: 18px;
  border: 1px solid var(--vh-border);
  background: rgba(247,244,238,.72);
  padding: 14px;
}
.vh-hero-note__t{ font-weight: 900; margin-bottom: 8px; }

.vh-hero-card__bottom{
  display:flex; flex-wrap: wrap; gap: 12px;
  align-items:center; justify-content: flex-start;
  padding: 14px 18px;
  border-top: 1px solid var(--vh-border);
  background: rgba(255,255,255,.70);
}

.vh-link{ color: var(--vh-charcoal); text-decoration:none; font-weight: 800; }
.vh-link:hover{ text-decoration: underline; }
.vh-dotsep{
  width: 6px; height: 6px; border-radius: 999px;
  background: rgba(20,22,26,.25);
}

/* Cards */
.vh-card{
  position: relative;
  padding: 18px;
  border-radius: var(--vh-radius);
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.76);
  box-shadow: var(--vh-shadow-soft);
  overflow:hidden;
}
.vh-card--corner::after{
  content:"";
  position:absolute;
  right:-52px; top:-48px;
  width: 160px; height: 120px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(214,179,90,.18), rgba(70,86,214,.14), rgba(63,191,138,.12));
  border: 1px solid rgba(20,22,26,.08);
  transform: rotate(14deg);
}
.vh-card__n{
  width: 46px; height: 46px;
  border-radius: 18px;
  display:grid; place-items:center;
  font-weight: 900;
  background: rgba(20,22,26,.06);
  border: 1px solid var(--vh-border);
  margin-bottom: 12px;
}

.vh-panel{
  border-radius: var(--vh-radius-lg);
  border: 1px solid var(--vh-border);
  background: linear-gradient(135deg, rgba(255,255,255,.80), rgba(247,244,238,.72));
  box-shadow: var(--vh-shadow-soft);
  padding: 18px;
}

.vh-stamp{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px dashed rgba(20,22,26,.22);
  background: rgba(255,255,255,.70);
}
.vh-stamp__seal{
  width: 10px; height: 10px; border-radius: 999px;
  background: var(--vh-sakura);
  box-shadow: 0 0 0 4px rgba(255,111,145,.12);
}

/* Steps */
.vh-step{
  display:flex; gap: 12px;
  padding: 16px;
  border-radius: var(--vh-radius);
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.76);
  box-shadow: var(--vh-shadow-soft);
}
.vh-step__icon{
  width: 42px; height: 42px;
  border-radius: 18px;
  display:grid; place-items:center;
  font-weight: 900;
  background: rgba(70,86,214,.10);
  border: 1px solid rgba(70,86,214,.14);
}

.vh-quote{
  padding: 18px;
  border-radius: var(--vh-radius);
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.76);
  box-shadow: var(--vh-shadow-soft);
  display:flex; gap: 12px;
}
.vh-quote__mark{
  width: 44px; height: 44px;
  border-radius: 18px;
  display:grid; place-items:center;
  font-size: 22px;
  font-weight: 900;
  background: rgba(214,179,90,.14);
  border: 1px solid rgba(214,179,90,.18);
}

/* Engagement blocks */
.vh-block{
  padding: 18px;
  border-radius: var(--vh-radius);
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.76);
  box-shadow: var(--vh-shadow-soft);
  position: relative;
  overflow:hidden;
}
.vh-block__cap{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--vh-border);
  background: rgba(20,22,26,.05);
  font-size: .82rem;
  margin-bottom: 10px;
}

.vh-note{
  display:flex; gap: 12px; align-items:flex-start;
  padding: 16px; border-radius: var(--vh-radius);
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.70);
}
.vh-note__i{
  width: 28px; height: 28px; border-radius: 12px;
  display:grid; place-items:center; font-weight: 900;
  background: rgba(63,191,138,.12);
  border: 1px solid rgba(63,191,138,.18);
}

/* Plans */
.vh-plan{
  border-radius: var(--vh-radius-lg);
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.78);
  box-shadow: var(--vh-shadow);
  overflow:hidden;
  position:relative;
  height: 100%;
  display:flex; flex-direction: column;
}
.vh-plan__top{
  padding: 16px 16px 12px;
  border-bottom: 1px solid var(--vh-border);
  background: rgba(255,255,255,.72);
  display:flex; align-items:center; justify-content: space-between; gap: 10px;
}
.vh-plan__name{ font-weight: 900; }
.vh-plan__tag{
  font-size: .82rem;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--vh-border);
  background: rgba(20,22,26,.05);
}
.vh-plan__body{ padding: 16px; flex: 1 1 auto; }
.vh-plan__bottom{ padding: 16px; border-top: 1px solid var(--vh-border); background: rgba(255,255,255,.72); }

.vh-plan--featured{
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(247,244,238,.78));
}
.vh-plan__seal{
  position:absolute;
  right:-62px; top:-62px;
  width: 170px; height: 170px;
  border-radius: 46px;
  background: linear-gradient(135deg, rgba(255,111,145,.16), rgba(70,86,214,.14), rgba(214,179,90,.12));
  transform: rotate(18deg);
  border: 1px solid rgba(20,22,26,.08);
}

.vh-disclaimer{
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.70);
  color: rgba(20,22,26,.74);
}

/* Lists */
.vh-list{ margin: 0; padding-left: 18px; color: rgba(20,22,26,.72); }
.vh-list--tight li{ margin: 6px 0; }

/* Accordion */
.vh-accordion .accordion-item{
  border-radius: 16px !important;
  overflow:hidden;
  border: 1px solid var(--vh-border) !important;
  background: rgba(255,255,255,.76);
  box-shadow: var(--vh-shadow-soft);
  margin-bottom: 12px;
}
.vh-accordion .accordion-button{
  background: rgba(255,255,255,.72);
  font-weight: 900;
}
.vh-accordion .accordion-button:focus{ box-shadow: var(--vh-focus); }

/* Stories */
.vh-story{
  padding: 18px;
  border-radius: var(--vh-radius);
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.76);
  box-shadow: var(--vh-shadow-soft);
}
.vh-story__top{
  display:flex; justify-content: space-between; align-items:center;
  margin-bottom: 10px;
}
.vh-story__t{ font-weight: 900; }
.vh-story__tag{
  font-size: .82rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(63,191,138,.12);
  border: 1px solid rgba(63,191,138,.18);
}

/* CTA */
.vh-cta{
  padding: 18px;
  border-radius: var(--vh-radius-lg);
  border: 1px solid var(--vh-border);
  background: linear-gradient(135deg, rgba(70,86,214,.10), rgba(214,179,90,.10), rgba(63,191,138,.10));
  box-shadow: var(--vh-shadow-soft);
}

/* Contact */
.vh-contact{
  border-radius: var(--vh-radius-lg);
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.78);
  box-shadow: var(--vh-shadow);
  padding: 18px;
}
.vh-contact__h{ font-weight: 900; margin-bottom: 12px; }
.vh-kv{
  display:grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(20,22,26,.14);
}
.vh-kv:last-of-type{ border-bottom: none; }
.vh-k{ color: rgba(20,22,26,.60); font-size: .92rem; }
.vh-v a{ color: var(--vh-charcoal); }

.vh-hint{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(70,86,214,.10);
  border: 1px solid rgba(70,86,214,.16);
  color: rgba(20,22,26,.78);
}

.vh-form{
  border-radius: var(--vh-radius-lg);
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.80);
  box-shadow: var(--vh-shadow);
  overflow:hidden;
}
.vh-form__top{
  padding: 16px 18px;
  border-bottom: 1px solid var(--vh-border);
  background: rgba(255,255,255,.72);
  display:flex; align-items: baseline; justify-content: space-between; gap: 14px;
}
.vh-form__bottom{
  padding: 14px 18px;
  border-top: 1px solid var(--vh-border);
  background: rgba(255,255,255,.72);
  display:flex; gap: 12px; flex-wrap: wrap; align-items:center;
}
.vh-alert{
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(63,191,138,.22);
  background: rgba(63,191,138,.12);
  color: rgba(20,22,26,.82);
  margin-bottom: 12px;
}

.vh-mini{
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.66);
}

/* Footer */
.vh-footer{
  padding: 44px 0 36px;
  border-top: 1px solid var(--vh-border);
  background: rgba(255,255,255,.68);
}
.vh-foot-title{ font-weight: 900; margin-bottom: 10px; }
.vh-foot-links{
  list-style:none; padding:0; margin:0;
  display:grid; gap: 8px;
}
.vh-foot-links a{
  text-decoration:none;
  color: rgba(20,22,26,.78);
}
.vh-foot-links a:hover{ text-decoration: underline; }

.vh-social{
  text-decoration:none;
  color: rgba(20,22,26,.78);
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--vh-border);
  background: rgba(255,255,255,.72);
}
.vh-social:hover{ color: rgba(20,22,26,.92); }
