
/* =========================================================
   Landing Vibe Hosting — Nhân Hòa (standalone styles)
   Thiết kế theo file Figma "Landing Nhân Hòa" (node 926:1501).
   ========================================================= */

:root {
  --primary: #4abab9;          /* Primary/Default */
  --primary-2: #b3eaea;
  --blue: #2368bb;             /* Primary/AI Copilot */
  --navy: #00172e;
  --text: #1e232d;             /* Text/Primary */
  --muted: #6a7282;
  --dark: #0d1526;             /* code editor / footer nền tối */
  --page: #ffffff;
  --section: #f2f8ff;
  --section-2: #f7fbff;
  --border: #e6ecf0;
  --white: #ffffff;
  --header-h: 88px;
  --container: 1440px;
   --cta: #00172e;
  --sf: -apple-system, BlinkMacSystemFont, "URWDIN", sans-serif;
}






button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }

.vh-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Gutter co giãn: full-width, tự căn nội dung về 1440. */
.vh-pad { width: 100%; padding-inline: max(24px, calc((100% - 1440px) / 2)); }

/* ============================ BUTTONS ============================ */
.vh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 54px;
  padding: 0 28px;
  border-radius: 57px;
  background: var(--primary);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .16px;
  color: var(--white);
  transition: filter .18s, background .18s, color .18s;
}
.vh-btn:hover { filter: brightness(1.06); color: #fff; }
.vh-btn img { width: 20px; height: 20px; }
.vh-btn--ghost { background: transparent; border: 1.5px solid var(--primary); color: var(--text); }
.vh-btn--ghost:hover { filter: none; background: rgba(74, 186, 185, .1); color: var(--text); }
/* Nút hero: vòng tròn trắng chứa mũi tên ở cuối */
.vh-btn--hero { width: 240px; justify-content: space-between; padding: 4px 4px 4px 20px; }
.vh-btn-circle { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; flex: none; border-radius: 50%; background: var(--white); box-shadow: 0 0 2px rgba(0, 0, 0, .25); }
.vh-btn-circle img { width: 22px; height: 22px; }

/* ============================ HEADER ============================ */
.vh-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  filter: drop-shadow(0 1px 7.5px rgba(0, 0, 0, .08));
}
.vh-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--container);
  padding: 0 20px;
}
.vh-brand img { width: 184px; height: 38.85px; object-fit: contain; }
.vh-nav { display: flex; align-items: center; gap: 24px; height: 64px; }
.vh-nav-links { display: flex; align-items: center; gap: 8px; height: 100%; }
.vh-nav-links a {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--text);
  white-space: nowrap;
}
.vh-nav-links a:hover { color: var(--primary); }

.vh-burger { display: none; width: 40px; height: 40px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.vh-burger span { display: block; width: 22px; height: 2px; border-radius: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }
.vh-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.vh-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.vh-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================ SECTION TITLE (dùng chung) ============================ */
.vh-head { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.vh-head h2 { margin: 0; font-size: 40px; font-weight: 700; line-height: 1.15; color: var(--text); }
.vh-head h2 .accent { color: var(--primary); }
.vh-head p { margin: 0; max-width: 820px; font-size: 16px; font-weight: 500; line-height: 1.5; color: var(--muted); }

/* ============================ HERO ============================ */
.vh-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 640px;
  padding-block: 40px;
  overflow: hidden;
  background: linear-gradient(120deg, #eaf5ff 0%, #f4fbff 45%, #eef9f8 100%);
}
.vh-hero-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.vh-hero-veil { position: absolute; inset: 0; z-index: 0; background: rgba(255, 255, 255, .4); pointer-events: none; }
.vh-hero-row { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 56px; width: 100%; }
.vh-hero-copy { display: flex; flex-direction: column; gap: 24px; width: 641px; max-width: 100%; flex: none; }
.vh-hero-headings { display: flex; flex-direction: column; gap: 6px; }
.vh-hero-eyebrow { margin: 0; font-family: "Montserrat", var(--sf); font-size: 44px; font-weight: 700; line-height: 1; letter-spacing: -1px; color: var(--primary); }
.vh-hero-title { margin: 0; font-family: "Montserrat", var(--sf); font-size: 80px; font-weight: 800; line-height: 1; letter-spacing: -2px; color: var(--text); text-transform: uppercase; }
.vh-hero-sub { margin: 6px 0 0; font-size: 34px; font-weight: 700; line-height: 1.1; color: var(--text); }

.vh-hero-list { display: flex; flex-direction: column; gap: 8px; margin: 0; padding: 0; list-style: none; }
.vh-hero-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; font-weight: 500; line-height: 1.5; color: var(--text); }
.vh-hero-list img { width: 20px; height: 20px; flex: none; margin-top: 2px; }

.vh-hero-cta { display: flex; flex-wrap: wrap; gap: 16px; }

/* Cụm mockup bên phải */
.vh-hero-art { position: relative; flex: none; width: 743px; max-width: 100%; aspect-ratio: 743 / 558; }
.vh-hero-art img { position: absolute; }
.vh-hero-art .rings { z-index: 0; left: 11.6%; top: 1.3%; width: 73%; pointer-events: none; }
.vh-hero-art .editor { z-index: 1; left: 10.2%; top: 4.6%; width: 77.3%; border: 10px solid #fff; border-radius: 28px; background: #fff; box-shadow: 0 12px 40px rgba(13, 21, 38, .14); }
.vh-hero-art .bubble { z-index: 3; right: 5.8%; top: 10.4%; width: 27.7%; border-radius: 16px; box-shadow: 0 0 18px rgba(0, 0, 0, .1); }
.vh-hero-art .doc { z-index: 3; left: 5.1%; top: 63.2%; width: 16%; border: 2px solid #fff; border-radius: 16px; box-shadow: 0 2px 18px rgba(0, 0, 0, .1); }
.vh-hero-art .stats { z-index: 3; right: 8.3%; bottom: 1.9%; width: 37.5%; filter: drop-shadow(0 0 7px rgba(0, 0, 0, .1)); }

/* ============================ TRỌN BỘ TÍNH NĂNG (6 card) ============================ */
.vh-feats { display: flex; flex-direction: column; align-items: center; gap: 48px; padding-block: 80px; background: var(--page); }
.vh-feats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: 100%; }
.vh-feat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  min-height: 240px;
  padding: 32px;
  border-radius: 32px;
  background: var(--white);
  box-shadow: 0 0 50px rgba(63, 165, 224, .2);
  overflow: hidden;
}
.vh-feat-ic { position: absolute; top: 16px; right: 16px; width: 88px; height: 88px; object-fit: contain; }
.vh-feat h3 { margin: 0; font-size: 24px; font-weight: 700; line-height: 1.2; color: var(--text); }
.vh-feat p { margin: 0; max-width: 88%; font-size: 16px; line-height: 1.5; color: var(--text); }

/* ============================ BẢNG GIÁ (bảng cột dọc) ============================ */
.vh-pricing { display: flex; flex-direction: column; align-items: center; gap: 64px; padding-top: 96px; padding-bottom: 128px; background: #effafd; }
.vh-pricing > .vh-head h2 { font-size: 48px; }
.vh-price-wrap { width: 100%; overflow-x: auto; }
.vh-price-table {
  display: flex;
  width: 100%;
  min-width: 960px;
  border-radius: 32px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.vh-price-col { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; background: var(--white); }
.vh-price-col + .vh-price-col { border-left: 2px solid #c5e0f5; }
.vh-price-col.is-featured { position: relative; background: var(--primary-2); }

/* Đầu cột: tên gói / giá / đường kẻ / nút */
.vh-price-head { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 8px; min-height: 190px; padding: 16px 24px 12px; }
.vh-price-col--label .vh-price-head { align-items: flex-start; }
.vh-price-tenpn { font-size: 20px; font-weight: 600; letter-spacing: .6px; color: var(--text); }
.vh-price-name { margin: 0; font-size: 24px; font-weight: 700; line-height: 1.2; text-align: center; color: var(--text); }
.vh-price-cost { display: flex; align-items: baseline; justify-content: center; gap: 2px; margin: 0; }
.vh-price-cost b { font-family: "Montserrat", var(--sf); font-size: 28px; font-weight: 700; letter-spacing: .84px; color: #2d1e1e; }
.vh-price-cost span { font-size: 16px; font-weight: 600; color: var(--text); }
.vh-price-line { width: 100%; height: 1px; background: var(--border); margin: 8px 0; }
.vh-price-btn { display: flex; align-items: center; justify-content: center; width: 100%; height: 48px; border-radius: 57px; border: 2px solid var(--primary); background: var(--primary); font-size: 16px; font-weight: 500; letter-spacing: .16px; color: var(--white); transition: filter .18s; }
.vh-price-btn--dark { border-color: #00172e; background: #00172e; }
.vh-price-btn:hover { filter: brightness(1.08); }

/* Ô giá trị */
.vh-price-cells { display: flex; flex-direction: column; padding-bottom: 24px; border-top: 1px solid var(--border); }
.vh-price-cell { display: flex; align-items: center; justify-content: center; height: 48px; padding: 8px 16px; font-size: 18px; font-weight: 500; color: var(--text); border-bottom: 1px solid var(--border); text-align: center; }
.vh-price-col--label .vh-price-cell { justify-content: flex-start; font-weight: 600; }

/* Ribbon đỏ trên cột nổi bật */
.vh-price-ribbon { position: absolute; z-index: 2; top: -4px; right: 22px; width: 25px; height: 32px; }

/* ============================ 3 BƯỚC TRIỂN KHAI ============================ */
.vh-steps { display: flex; flex-direction: column; align-items: center; gap: 64px; padding-top: 96px; padding-bottom: 120px; background: var(--page); }
.vh-steps-row { position: relative; display: flex; justify-content: center; gap: 96px; }
.vh-steps-line { position: absolute; top: 120px; left: 50%; transform: translateX(-50%); width: 749px; max-width: 78%; height: auto; z-index: 0; pointer-events: none; }
.vh-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 32px; width: 342px; max-width: 100%; text-align: center; }
.vh-step-top { display: flex; flex-direction: column; align-items: center; }
.vh-step-num { display: flex; align-items: center; justify-content: center; height: 56px; overflow: hidden; font-family: "Montserrat", var(--sf); font-size: 64px; font-weight: 700; line-height: 1.2; color: var(--primary-2); }
.vh-step.is-active .vh-step-num { color: var(--primary); }
.vh-step-ic { display: flex; align-items: center; justify-content: center; width: 128px; height: 128px; border-radius: 24px; background: var(--section-2); }
.vh-step.is-active .vh-step-ic { background: var(--primary-2); }
.vh-step-ic img { width: 88px; height: 88px; object-fit: contain; }
.vh-step h3 { margin: 0; font-size: 30px; font-weight: 700; line-height: 1.2; color: var(--text); }
.vh-step.is-active h3 { color: var(--primary); }
.vh-step p { margin: 0; font-size: 16px; line-height: 1.5; color: var(--text); }

/* ============================ VẬN HÀNH THÔNG MINH (6 hàng) ============================ */
.vh-operate { display: flex; flex-direction: column; align-items: center; gap: 64px; padding-block: 96px; background: var(--section-2); }
.vh-operate > .vh-head h2 { font-size: 48px; }
.vh-operate-list { display: flex; flex-direction: column; gap: 16px; width: 100%; max-width: 1280px; margin: 0 auto; padding-inline: 24px; }
.vh-op-row { display: flex; align-items: center; gap: 48px; width: 100%; }
.vh-op-text { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.vh-op-text h3 { margin: 0; font-size: 32px; font-weight: 700; line-height: 1.2; color: var(--text); }
.vh-op-text p { margin: 0; font-size: 18px; line-height: 1.3; color: var(--text); }
.vh-op-img { position: relative; flex: 1 1 0; min-width: 0; height: 320px; display: flex; align-items: center; justify-content: center; }
.vh-op-img > img:not(.vh-op-glow) { position: relative; z-index: 1; max-width: 100%; max-height: 100%; object-fit: contain; }
/* Quầng ellipse mờ nằm sau minh hoạ, ló ra ở góc/đáy (theo thiết kế). */
.vh-op-img > .vh-op-glow { position: absolute; z-index: 0; left: var(--gx, 50%); top: var(--gy, 60%); width: var(--gw, 65%); height: var(--gh, 100%); max-width: none; transform: translate(-50%, -50%); pointer-events: none; }

/* ============================ HIỆU QUẢ TRIỂN KHAI (đánh giá) ============================ */
.vh-tm { position: relative; display: flex; flex-direction: column; align-items: center; gap: 48px; padding-top: 96px; padding-bottom: 120px; background: var(--page); overflow: hidden; }
.vh-tm > .vh-head, .vh-tm-tabs, .vh-tm-row { position: relative; z-index: 1; }
.vh-tm > .vh-head h2 { font-size: 48px; }
.vh-tm-glow { position: absolute; z-index: 0; max-width: none; pointer-events: none; transform: translate(-50%, -50%); }
.vh-tm-glow--a { left: 54%; top: 57%; width: 640px; }
.vh-tm-glow--b { left: 18%; top: 80%; width: 440px; }
.vh-tm-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 8px; border: 2px solid var(--primary); border-radius: 32px; background: var(--white); box-shadow: 0 0 10px rgba(119, 194, 255, .1); }
.vh-tm-tab { display: flex; align-items: center; justify-content: center; height: 56px; padding: 0 24px; border-radius: 24px; font-size: 18px; font-weight: 600; color: var(--text); white-space: nowrap; transition: background .18s, color .18s; }
.vh-tm-tab.is-active { background: #00172f; color: var(--white); }
.vh-tm-row { display: flex; align-items: stretch; justify-content: center; gap: 24px; }
.vh-tm-card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 32px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  overflow: hidden;
}
.vh-tm-grid { position: absolute; z-index: 0; left: 0; bottom: 0; width: 100%; opacity: .3; pointer-events: none; }
.vh-tm-body { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; width: 100%; padding: 16px; }
.vh-tm-top { display: flex; flex-direction: column; gap: 12px; }
.vh-tm-top h3 { margin: 0; font-size: 24px; font-weight: 700; color: var(--text); }
.vh-tm-quote-row { display: flex; align-items: flex-start; gap: 8px; }
.vh-tm-quote { margin: 0; flex: 1; min-width: 0; font-size: 18px; line-height: 1.3; color: var(--text); }
.vh-tm-mark { width: 46px; height: 33px; flex: none; }
.vh-tm-author { display: flex; align-items: center; gap: 16px; }
.vh-tm-avatar { width: 64px; height: 64px; flex: none; border-radius: 50%; object-fit: cover; }
.vh-tm-who { display: flex; flex-direction: column; gap: 2px; }
.vh-tm-name { margin: 0; font-size: 20px; font-weight: 600; letter-spacing: .6px; color: var(--text); }
.vh-tm-role { margin: 0; font-size: 18px; color: var(--muted); }
.vh-tm-stat {
  position: relative;
  flex: none;
  width: 460px;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 24px;
  padding: 32px;
  border-radius: 24px;
  background: var(--section);
  overflow: hidden;
}
.vh-tm-stat > .vh-tm-stat-label, .vh-tm-stat > .vh-tm-stat-value { position: relative; z-index: 1; }
.vh-tm-stat-label { margin: 0; font-size: 24px; font-weight: 700; color: var(--text); }
.vh-tm-stat-value { margin: 0; font-family: "Montserrat", var(--sf); font-size: 80px; font-weight: 700; line-height: 1; letter-spacing: -3.2px; color: #1e8f8e; text-shadow: 0 0 20px rgba(255, 255, 255, .94); }
.vh-tm-stat-glow { position: absolute; z-index: 0; max-width: none; pointer-events: none; transform: translate(-50%, -50%); }
.vh-tm-stat-glow--a { left: 4%; top: 6%; width: 300px; }
.vh-tm-stat-glow--b { left: 82%; top: -2%; width: 420px; }

/* ============================ CTA (băng nền ảnh) ============================ */
.vh-cta { position: relative; display: flex; justify-content: center; overflow: hidden; }
.vh-cta-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.vh-cta-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 32px; padding-block: 64px; text-align: center; }
.vh-cta h2 { margin: 0; font-size: 48px; font-weight: 700; line-height: 1.1; color: var(--text); }
.vh-cta p { margin: 0; max-width: 900px; font-size: 18px; line-height: 1.3; color: var(--text); }
.vh-cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  height: 54px;
  padding: 4px 4px 4px 16px;
  border-radius: 65px;
  border: 1px solid var(--primary);
  background: #00172e;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  box-shadow: 0 0 15px #3ddafd, 0 4px 20px -4px #1ed485;
}
.vh-cta-btn:hover{
  color: #fff;
  background-color:var(--primary);
  border-color: var(--primary);
}
.vh-cta-btn > span:first-child { flex: 1; min-width: 0; text-align: center; }

/* ============================ LIÊN HỆ TƯ VẤN ============================ */
.vh-contact { position: relative; display: flex; justify-content: center; overflow: hidden; }
.vh-contact-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.vh-contact-row { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 48px; padding-block: 48px; }
.vh-contact-side { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.vh-contact-copy { display: flex; flex-direction: column; gap: 16px; width: 100%; text-align: center; }
.vh-contact-copy h2 { margin: 0; font-size: 48px; font-weight: 700; line-height: 1.1; color: var(--text); }
.vh-contact-copy p { margin: 0; font-size: 18px; line-height: 1.3; color: var(--text); }
.vh-contact-art { position: relative; width: 467px; max-width: 100%; aspect-ratio: 467 / 320; }
.vh-contact-art img { position: absolute; }
.vh-contact-art .rings { z-index: 0; left: 11.7%; top: 1.5%; width: 73%; }
.vh-contact-art .editor { z-index: 1; left: 10.2%; top: 5%; width: 77.1%; border: 6px solid #fff; border-radius: 18px; background: #fff; box-shadow: 0 8px 24px rgba(13, 21, 38, .12); }
.vh-contact-art .bubble { z-index: 3; right: 5.9%; top: 11.4%; width: 27.6%; border-radius: 11px; box-shadow: 0 0 11px rgba(0, 0, 0, .1); }
.vh-contact-art .doc { z-index: 3; left: 5.1%; top: 69.3%; width: 15.9%; border: 1px solid #fff; border-radius: 10px; box-shadow: 0 1px 11px rgba(0, 0, 0, .1); }

.vh-contact-form {
  flex: none;
  width: 627px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border-radius: 32px;
  background: var(--white);
  box-shadow: 0 0 30px rgba(74, 186, 185, .5);
}
.vh-contact-form h3 { margin: 0; font-size: 24px; font-weight: 700; line-height: 1.2; text-align: center; color: var(--text); }
.vh-field { display: flex; flex-direction: column; gap: 4px; }
.vh-field label { font-size: 16px; line-height: 1.5; color: #515151; }
.vh-field label b { color: var(--red, #eb2323); font-weight: 400; }
.vh-field input {
  height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #f0f6ff;
  font-family: inherit;
  font-size: 16px;
  color: var(--text);
}
.vh-field textarea{
  border: 1px solid var(--border);
    border-radius: 10px;
    background: #f0f6ff;
    font-family: inherit;
    font-size: 16px;
    color: var(--text);
    padding: 12px 13px;
}
input[type="radio"].form-check-input+label.form-check-label {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 18px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 20px;
    background: var(--border);
    margin: 0;
    padding: 10px 15px;
    
    display: flex;
    gap: 8px;
    padding: 10px 25px;

    display: flex;
    gap: 8px;
    padding-left: 40px;
}
input[type="radio"]:checked.form-check-input+label.form-check-label {
  background: #B3EAEA;;
}

 .form-check .form-check-label::before{
  left: 10px;
      width: 25px;
    height: 25px;
 }
 .form-check .form-check-label::after{
    left: 15px;
    width: 15px;
    height: 15px;
 }


.vh-field input::placeholder { color: #8b8b8b; }
.vh-chips { display: flex; gap: 24px; }
.vh-chip { display: flex; align-items: center; gap: 8px; padding: 4px 8px; border: 0; border-radius: 16px; background: transparent; font-size: 16px; font-weight: 500; color: var(--text); cursor: pointer; }
.vh-chip.is-active { background: var(--primary-2); }
.vh-chip-tick { display: flex; align-items: center; justify-content: center; width: 16px; height: 16px; flex: none; border: .8px solid #6a7282; border-radius: 50%; box-sizing: border-box; }
.vh-chip-tick img { width: 10px; height: 10px; display: none; }
.vh-chip.is-active .vh-chip-tick { border: 0; background: var(--primary); }
.vh-chip.is-active .vh-chip-tick img { display: block; }
.vh-contact-submit { height: 56px; border-radius: 57px; background: var(--primary); font-size: 16px; font-weight: 500; color: var(--white); transition: filter .18s; }
.vh-contact-submit:hover { filter: brightness(1.06); }

/* ============================ FAQ ============================ */
.vh-faq { display: flex; flex-direction: column; align-items: center; gap: 48px; padding-block: 80px; background: var(--section-2); }
.vh-faq-head { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.vh-faq-eyebrow { margin: 0; font-size: 24px; font-weight: 700; letter-spacing: -1px; color: var(--primary); }
.vh-faq-head h2 { margin: 0; font-size: 48px; font-weight: 700; line-height: 1.1; color: var(--text); }
.vh-faq-row { display: flex; align-items: center; gap: 24px; }
.vh-faq-aside { flex: none; width: 586px; max-width: 100%; display: flex; flex-direction: column; align-items: center; gap: 32px; }
.vh-faq-art { width: 352px; max-width: 80%; height: auto; }
.vh-faq-help { display: flex; flex-direction: column; align-items: center; gap: 24px; width: 508px; max-width: 100%; padding: 24px; border-radius: 20px; background: var(--white); }
.vh-faq-help-title { margin: 0; font-size: 20px; font-weight: 600; letter-spacing: .6px; text-align: center; color: var(--text); }
.vh-faq-help-desc { margin: 0; font-size: 16px; line-height: 1.5; text-align: left; color: #2b2b2b; }
.vh-faq-list { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.vh-faq-item { border: 1px solid rgba(74, 186, 185, .5); border-radius: 24px; background: var(--white); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.vh-faq-item.is-open { background: var(--primary); border-color: transparent; }
.vh-faq-q { display: flex; align-items: center; gap: 16px; width: 100%; padding: 16px; text-align: left; }
.vh-faq-item.is-open .vh-faq-q { align-items: flex-start; }
.vh-faq-main { display: flex; flex: 1; min-width: 0; flex-direction: column; gap: 8px; }
.vh-faq-question { font-size: 18px; font-weight: 600; line-height: 1.3; color: var(--text); }
.vh-faq-item.is-open .vh-faq-question { color: var(--white); }
.vh-faq-a { display: none; font-size: 16px; line-height: 1.5; color: var(--white); }
.vh-faq-item.is-open .vh-faq-a { display: block; }
.vh-faq-ic { position: relative; flex: none; width: 40px; height: 40px; border: 1px solid rgba(19, 19, 19, .1); border-radius: 12px; }
.vh-faq-item.is-open .vh-faq-ic { border-color: rgba(255, 255, 255, .4); }
.vh-faq-ic::before, .vh-faq-ic::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; border-radius: 2px; background: var(--text); transform: translate(-50%, -50%); }
.vh-faq-ic::after { transform: translate(-50%, -50%) rotate(90deg); transition: opacity .2s; }
.vh-faq-item.is-open .vh-faq-ic::before, .vh-faq-item.is-open .vh-faq-ic::after { background: var(--white); }
.vh-faq-item.is-open .vh-faq-ic::after { opacity: 0; }

/* ============================ FOOTER ============================ */
.vh-footer { background: var(--section-2); }
.vh-footer img { width: 100%; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
  .vh-nav-links, .vh-nav > .vh-btn { display: none; }
  .vh-burger { display: flex; }
  .vh-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    height: auto;
    max-height: calc(100vh - var(--header-h));
    padding: 8px 16px 24px;
    overflow-y: auto;
    background: var(--white);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
  }
  .vh-nav.is-open { display: flex; }
  .vh-nav-links { display: flex; flex-direction: column; align-items: stretch; height: auto; gap: 0; }
  .vh-nav-links a { height: 48px; border-bottom: 1px solid var(--border); }
  .vh-nav > .vh-btn { display: inline-flex; margin-top: 12px; }

  .vh-hero-row { flex-direction: column; }
  .vh-hero-copy { width: 100%; }
  .vh-hero-title { font-size: 52px; }
  .vh-hero-art { width: 100%; max-width: 640px; }

  .vh-feats-grid { grid-template-columns: repeat(2, 1fr); }

  .vh-op-row,
  .vh-op-row:nth-child(even) { flex-direction: column; }
  .vh-op-img { width: 100%; max-width: 560px; }
  .vh-steps-row { flex-wrap: wrap; gap: 40px; }
  .vh-steps-line { display: none; }
  .vh-tm-row { flex-direction: column; align-items: stretch; }
  
  .vh-tm-stat { width: 100%; max-width: none; }
  .vh-contact-row { flex-direction: column-reverse; }
  .vh-contact-form {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        gap: 20px;
    }
  .vh-faq-row { flex-direction: column; }
  .vh-faq-aside { width: 100%; }
  .vh-faq-list { width: 100%; }
  .bq-radios {
    flex-wrap: wrap;
    gap: 10px;
}

}
.bq-radios {
    display: flex;
    gap: 40px;
}

.vh-btn--hero span:first-child {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 640px) {
  .vh-hero-title { font-size: 40px; }
  .vh-hero-eyebrow { font-size: 30px; }
  .vh-hero-sub { font-size: 24px; }
  .vh-pricing > .vh-head h2{ font-size: 30px; }
  .vh-feats-grid { grid-template-columns: 1fr; }
  .vh-op-text h3 { font-size: 26px; }
  .vh-cta h2 { font-size: 26px; }
  .vh-faq-head h2, .vh-contact-copy h2 { font-size: 30px; }
  .vh-tm-tabs { border-radius: 24px; }
  .vh-tm-tab { height: 44px; padding: 0 14px; font-size: 15px; }
}
/* ==========================================================================
    pricing section 2
   -------------------------------------------------------------------------- */
   .pricing-section-2 .pricing-wrap {
    padding: 60px 0;
}
   .pricing-section-2 {
  scroll-margin-top: 92px;
  background: var(--white);
  overflow: hidden;
}

.pricing-wrap {
  padding: 128px 0;
  display: grid;
  gap: 64px;
}

.pricing-heading {
  width: min(100%, 1280px);
  justify-self: center;
}

.pricing-heading h2 {
  max-width: 996px;
  margin: 0 auto;
}

.pricing-heading p,
.power-heading p {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.pricing-table-wrap {
  position: relative;
  width: min(100%, 1280px);
  justify-self: center;
}

.pricing-logo {
  position: absolute;
  z-index: 2;
  width: 175px;
  left: -36px;
  top: -40px;
  transform: rotate(-13.6deg);
  pointer-events: none;
}

.pricing-table {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 320px repeat(3, minmax(0, 1fr));
  align-items: stretch;
  overflow: hidden;
  border-radius: 32px;
  background: var(--white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.pricing-feature-head,
.plan-card,
.pricing-row-label,
.pricing-cell {
  background: var(--white);
}

.pricing-feature-head {
  display: flex;
  align-items: flex-end;
  min-height: auto;
  padding: 24px 24px 36px;
  
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  border-right: 1px solid #e6ecf0;
}

.plan-card {
  min-height: auto;
  padding: 24px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 18px;
  text-align: center;
  border-left: 1px solid #e6ecf0;
}

.starter-plan {
  border-left: 2px solid #b3eaea;
  border-right: 2px solid #b3eaea;
}

.plan-card h3 {
  margin: 0;

  display: grid;
  place-items: center;
  
  font-size: 22px;
  line-height: 1.2;
}

.plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  color: var(--cta);
}

.plan-price strong {
  
  font-size: 22px;
  line-height: 1.3;
}

.plan-price span {
  
  font-size: 24px;
  font-weight: 600;
}

.plan-price em {
  color: var(--text);
  font-style: normal;
  font-weight: 600;
}

.plan-card p {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
}

.plan-button {
  width: 95%;
  max-width: 360px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 57px;
  background: var(--cta);
  color: var(--white);
    
  font-weight: 500;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  position: relative;
}

.plan-button:hover,
.plan-button:focus-visible {
  background: var(--primary);
  box-shadow: 0 12px 28px rgba(74, 186, 185, 0.28);
  transform: translateY(-2px);
  color: #fff;
}

.pricing-row-label,
.pricing-cell {
  min-height: 40px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e6ecf0;
  border-bottom: 1px solid #e6ecf0;
  font-size: 18px;
  line-height: 1.3;
}

.pricing-row-label {
  justify-content: flex-start;
  font-weight: 500;
  border-right: 1px solid #e6ecf0;
}

.pricing-cell {
  justify-content: center;
  text-align: center;
  font-weight: 600;
  border-left: 1px solid #e6ecf0;
}

.pricing-cell.highlight {
  color: #2d1e1e;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.tall-row {
  min-height: 62px;
}

.check-icon {
  width: 20px;
  height: 20px;
}
article.plan-card.pro-plan.highlight {
    position: relative;
}

article.plan-card.pro-plan.highlight .hero-section__stars-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: auto;
    display: block;
    pointer-events: none;
} 

@media screen and (max-width: 768px){
  .plan-card {
        padding: 18px;
    }

    
    .plan-price span {
        font-size: 20px;
    }

    .pricing-cell.highlight {
        font-size: 17px;
    }
    .pricing-table-wrap {
        overflow-x: auto;
        padding: 36px 0 8px;
    }

    .pricing-table {
        width: 100%;
        overflow: auto;
        grid-template-columns: 170px 200px 200px 200px;
    }

    .pricing-logo {
        width: 120px;
        left: 6px;
        top: 0;
    }
    .pricing-feature-head,
    .plan-card {
        min-height: auto;
    }

    .pricing-row-label,
    .pricing-cell {
        font-size: 15px;
    }
    .plan-button {
        width: 85%;
        min-height: 40px;
    }
    .pricing-feature-head{
        font-size: 20px;
    }
    .plan-card h3{
        font-size: 20px;
        font-weight: 600;
    }
    .pricing-wrap{
        padding: 80px 0;
    }
    .pricing-heading p, .power-heading p{
        font-size: 16px;
    }
    article.plan-card.pro-plan.highlight .hero-section__stars-icon {
      width: 32px;
      right: 0;
      top: 0;
  }
  .vh-hero-cta {
      justify-content: center;
  }

  .vh-hero-cta a {
      flex: 0 0 100%;
  }
  .vh-pricing {
      gap: 10px;
  }
  .section-tab-price-service .item .info > ul > li{
    font-size: 16px;
  }
  .section-table-price-server{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pricing-heading h2{
    font-size: 30px;
  }
  .vh-head h2{
    font-size: 30px;
  }
  .vh-operate > .vh-head h2, .vh-tm > .vh-head h2{
    font-size: 30px;
  }
  .section-tab-price-service .item .icon-name .name-price .name {
      font-size: 1.5rem;
  }

  .section-tab-price-service .item .icon-name .name-price .price {
      font-size: 22px;
  }

  .section-tab-price-service .item .bgr-top img {
      bottom: 99%;
  }
  .pricing-section-2 .pricing-wrap {
      gap: 10px;
  }

  .pricing-table-wrap {
      padding: 15px;
  }
  .vh-operate {
      padding: 40px 15px;
  }
  .vh-op-img {
      order: 1;
  }

  .vh-op-text {
      order: 2;
  }
  .vh-op-row{
    gap: 15px;
  }
  .vh-op-text h3{
    font-size: 24px;
    text-align: center;
  }
  .vh-tm {
      padding: 45px 15px;
  }

  .vh-tm-tabs {
      flex-wrap: nowrap;
      overflow-x: scroll;
      width: 100%;
      justify-content: start;
  }
  .vh-tm-stat-value{
    font-size: 40px;
  }
  .vh-tm-card{
    flex: 1;
  }
  .vh-contact-side{
    width: 100%;
  }
}