html,
body {
  height: 100%;
  margin: 0; }
html.home-vaporize-root {
  scroll-behavior: smooth;
  scroll-padding-top: 108px; }
@view-transition {
  navigation: auto; }
::view-transition-old(root) {
  animation: aizy-page-out 120ms ease both; }
::view-transition-new(root) {
  animation: aizy-page-in 220ms cubic-bezier(.22, 1, .36, 1) both; }
::view-transition-group(aizy-language-toggle) {
  animation-duration: 220ms;
  animation-timing-function: cubic-bezier(.22, 1, .36, 1); }
@keyframes aizy-page-out {
  to { opacity: 0; transform: scale(.995); } }
@keyframes aizy-page-in {
  from { opacity: 0; transform: scale(1.005); } }
/* Aizy public home — Vaporize */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap; }
@font-face {
  font-family: "Material Symbols Outlined";
  src: url("../fonts/MaterialSymbolsOutlined.ttf") format("truetype");
  font-display: block; }
body.home-vaporize {
  --v-ink: #142033;
  --v-muted: #566681;
  --v-blue: #2f65f5;
  --v-violet: #b786e9;
  --v-line: rgba(78, 136, 255, 0.22);
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: var(--v-ink);
  background: #f7fbff;
  font-family: "Manrope", "Segoe UI", sans-serif;
  text-align: left;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }
body.home-vaporize::before { display: none; }
body.home-vaporize *, body.home-vaporize *::before, body.home-vaporize *::after { box-sizing: border-box; }
body.home-vaporize a { color: inherit; }
body.home-vaporize button, body.home-vaporize input { font: inherit; }
body.home-vaporize button { cursor: pointer; }
body.home-vaporize .v-symbol {
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }
.home-vaporize .v-header {
  position: fixed;
  inset: 16px 3.2% auto;
  z-index: 20;
  height: 74px;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  padding: 0 18px 0 12px;
  border: 1px solid rgba(130, 158, 216, 0.23);
  border-radius: 22px;
  background: rgba(249, 252, 255, 0.82);
  box-shadow: 0 12px 40px rgba(64, 97, 157, 0.1);
  backdrop-filter: blur(18px); }
.home-vaporize .v-brand { width: 106px; height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 14px; }
.home-vaporize .v-brand img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.32); }
.home-vaporize .v-header nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.8vw, 46px); }
.home-vaporize .v-header nav a { position: relative; color: #25324a; font-size: 15px; font-weight: 650; text-decoration: none; }
.home-vaporize .v-header nav a::after { content: ""; position: absolute; right: 100%; bottom: -7px; left: 0; height: 2px; background: #4e88ff; transition: right 180ms ease; }
.home-vaporize .v-header nav a:hover::after, .home-vaporize .v-header nav a:focus-visible::after { right: 0; }
.home-vaporize .v-header-actions { display: flex; align-items: center; gap: 12px; }
.home-vaporize .v-lang { position: relative; isolation: isolate; width: 94px; height: 44px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; border: 1px solid rgba(78,136,255,.28); border-radius: 999px; color: #53627a; background: rgba(238,245,255,.82); box-shadow: 0 0 0 rgba(78,136,255,0); text-align: center; text-decoration: none; transition: border-color 220ms ease, box-shadow 220ms ease; view-transition-name: aizy-language-toggle; }
.home-vaporize .v-lang span { position: relative; z-index: 2; font-size: 12px; font-weight: 750; transition: color 220ms ease; }
.home-vaporize .v-lang i { position: absolute; z-index: 1; top: 4px; left: 4px; width: 41px; height: 34px; border-radius: 999px; background: #fff; box-shadow: 0 5px 14px rgba(42,82,159,.18); transition: transform 220ms cubic-bezier(.22,1,.36,1); }
.home-vaporize .v-lang.is-es span:first-child, .home-vaporize .v-lang.is-en span:nth-child(2) { color: #225ce7; }
.home-vaporize .v-lang.is-en i, .home-vaporize .v-lang.is-switching-to-en i { transform: translateX(43px); }
.home-vaporize .v-lang.is-switching-to-es i { transform: translateX(0); }
.home-vaporize .v-lang.is-switching { border-color: rgba(78,136,255,.58); box-shadow: 0 7px 20px rgba(78,136,255,.16); }
.home-vaporize .v-lang.is-switching-to-en span:nth-child(2), .home-vaporize .v-lang.is-switching-to-es span:first-child { color: #225ce7; }
.home-vaporize .v-lang.is-switching-to-en span:first-child, .home-vaporize .v-lang.is-switching-to-es span:nth-child(2) { color: #53627a; }
.home-vaporize .v-primary { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 13px; color: #fff; background: linear-gradient(120deg, #2863f6, #3558eb 58%, #6949ea); box-shadow: 0 12px 28px rgba(47,101,245,.24); font-weight: 750; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.home-vaporize .v-primary:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(47,101,245,.3); }
.home-vaporize .v-primary:focus-visible, .home-vaporize button:focus-visible, .home-vaporize a:focus-visible, .home-vaporize summary:focus-visible { outline: 3px solid rgba(78,136,255,.34); outline-offset: 3px; }
.home-vaporize .v-header-cta { width: 214px; min-height: 46px; padding-inline: 16px; flex: 0 0 214px; white-space: nowrap; }
.home-vaporize .v-menu { display: none; }
.home-vaporize .v-hero { min-height: 680px; padding: 120px 7.2% 28px; display: grid; grid-template-columns: minmax(600px,1.15fr) minmax(430px,.85fr); align-items: center; gap: 1vw; position: relative; isolation: isolate; background: url("../img/hero-prismatic-bg.webp") center/cover no-repeat; }
.home-vaporize .v-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(250,253,255,.52),rgba(250,253,255,0) 55%); }
.home-vaporize .v-hero-copy { max-width: 650px; position: relative; z-index: 2; }
.home-vaporize .v-hero-copy, .home-vaporize .v-hero-product, .home-vaporize .v-section-heading, .home-vaporize .v-faq-content { min-width: 0; }
.home-vaporize .v-hero-spark { margin-bottom: 14px; color: #876de8; font-size: 34px; }
.home-vaporize .v-hero h1 { max-width: 660px; margin: 0; color: #081630; font-size: clamp(46px,4.35vw,64px); font-weight: 800; line-height: 1.04; letter-spacing: -3px; text-wrap: balance; }
.home-vaporize .v-hero h1 em { font-style: normal; color: #654fe9; background: linear-gradient(120deg,#356cf4,#a858df); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.home-vaporize .v-accent-rule { width: 76px; height: 4px; margin: 28px 0 24px; display: block; border-radius: 4px; background: linear-gradient(90deg,#2f65f5,#b056e8); }
.home-vaporize .v-hero-copy > p { max-width: 610px; margin: 0 0 24px; color: #263751; font-size: 20px; line-height: 1.52; }
.home-vaporize .v-hero-cta { min-width: 300px; min-height: 64px; font-size: 18px; }
.home-vaporize .v-hero-copy > small { margin: 14px 0 22px; display: block; color: #5a6a83; font-size: 14px; }
.home-vaporize .v-channel-list { display: flex; flex-wrap: wrap; gap: 10px; }
.home-vaporize .v-channel-list > span { height: 42px; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(105,139,211,.18); border-radius: 11px; color: #31445f; background: rgba(255,255,255,.76); box-shadow: 0 8px 18px rgba(66,101,165,.09); font-size: 14px; font-weight: 650; backdrop-filter: blur(10px); }
.home-vaporize .v-channel-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; }
.home-vaporize .v-channel-icon img { width: 15px; height: 15px; object-fit: contain; filter: brightness(0) invert(1); }
.home-vaporize .v-channel-icon--webchat { background: #315fe2; }
.home-vaporize .v-channel-icon--webchat img { width: 21px; height: 21px; }
.home-vaporize .v-channel-icon--whatsapp { background: #25d366; }
.home-vaporize .v-channel-icon--telegram { background: #229ed9; }
.home-vaporize .v-channel-icon--instagram { background: linear-gradient(135deg,#7c3aed,#e1306c 55%,#f59e0b); }
.home-vaporize .v-hero-integrations { margin-top: 16px; }
.home-vaporize .v-hero-integration-logos { display: grid; grid-template-columns: repeat(4,64px); gap: 8px; }
.home-vaporize .v-hero-integration-logo { width: 64px; height: 36px; padding: 6px 8px; display: grid; place-items: center; border: 1px solid rgba(105,139,211,.16); border-radius: 10px; background: rgba(255,255,255,.8); box-shadow: 0 7px 16px rgba(66,101,165,.08); backdrop-filter: blur(10px); }
.home-vaporize .v-hero-integration-logo img { max-width: 48px; max-height: 23px; display: block; object-fit: contain; }
.home-vaporize .v-hero-integration-logo--hubspot img,
.home-vaporize .v-hero-integration-logo--google-calendar img { width: 23px; height: 23px; }
.home-vaporize .v-hero-product { width: min(450px,100%); justify-self: center; padding-top: 40px; position: relative; transform: translateY(12px); }
.home-vaporize .v-product-kicker { position: absolute; top: 0; left: 28px; height: 36px; padding: 0 16px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.76); border-radius: 999px; color: #61568d; background: rgba(255,255,255,.44); font-size: 13px; backdrop-filter: blur(12px); }
.home-vaporize .v-product-kicker i, .home-vaporize .v-chat-topbar i { width: 7px; height: 7px; border-radius: 50%; background: #28c678; box-shadow: 0 0 0 4px rgba(40,198,120,.1); }
.home-vaporize .v-chat-card { overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 28px; background: rgba(250,252,255,.74); box-shadow: 0 40px 90px rgba(36,65,131,.22),inset 0 0 0 1px rgba(103,145,255,.2); backdrop-filter: blur(24px); transform: perspective(1200px) rotateY(-1.5deg); user-select: none; }
.home-vaporize .v-chat-topbar { height: 82px; padding: 14px 20px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(93,126,193,.14); }
.home-vaporize .v-chat-topbar > img { width: 48px; height: 48px; padding: 5px; object-fit: contain; border-radius: 14px; background: linear-gradient(135deg,#3269fa,#b786e9); }
.home-vaporize .v-chat-topbar > div { display: grid; gap: 2px; }
.home-vaporize .v-chat-topbar strong { font-size: 16px; }
.home-vaporize .v-chat-topbar div span { display: flex; align-items: center; gap: 8px; color: #77859b; font-size: 12px; }
.home-vaporize .v-chat-topbar > .v-symbol { color: #72809a; }
.home-vaporize .v-chat-messages { height: 235px; padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; }
.home-vaporize .v-message { max-width: 80%; padding: 13px 15px; border-radius: 15px; color: #263751; font-size: 14px; line-height: 1.45; box-shadow: 0 8px 20px rgba(51,80,141,.07); }
.home-vaporize .v-message.is-aizy { align-self: flex-start; border: 1px solid rgba(93,126,193,.12); background: rgba(255,255,255,.9); }
.home-vaporize .v-message.is-user { align-self: flex-end; border: 1px solid rgba(93,126,193,.18); background: linear-gradient(130deg,rgba(213,231,255,.92),rgba(225,218,255,.86)); }
.home-vaporize .v-quick-prompts { padding: 0 18px 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.home-vaporize .v-quick-prompts span { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid rgba(47,101,245,.28); border-radius: 999px; color: #2d62e7; background: rgba(255,255,255,.58); font-size: 12px; font-weight: 700; }
.home-vaporize .v-chat-composer { min-height: 58px; margin: 0 18px 18px; padding: 7px 7px 7px 15px; display: grid; grid-template-columns: 1fr 44px; gap: 8px; align-items: center; border: 1px solid rgba(86,118,184,.18); border-radius: 15px; color: #8a96a8; background: rgba(255,255,255,.85); font-size: 14px; }
.home-vaporize .v-chat-composer i { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: #3569f6; font-style: normal; }
.home-vaporize .v-section { width: min(1240px,calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
.home-vaporize .v-section-heading { max-width: 760px; }
.home-vaporize .v-eyebrow { margin-bottom: 14px; display: inline-block; color: #315fe2; font-size: 13px; font-weight: 800; letter-spacing: 2px; }
.home-vaporize .v-section h2 { margin: 0; color: #0f1d35; font-size: clamp(36px,4vw,58px); line-height: 1.08; letter-spacing: -2.2px; text-wrap: balance; }
.home-vaporize .v-section-heading > p, .home-vaporize .v-pricing-copy > p { max-width: 680px; margin: 22px 0 0; color: var(--v-muted); font-size: 18px; line-height: 1.65; }
.home-vaporize .v-product-section { display: grid; grid-template-columns: 1fr 1.08fr; gap: 80px; align-items: start; }
.home-vaporize .v-steps { display: grid; border-top: 1px solid var(--v-line); }
.home-vaporize .v-steps article { min-height: 152px; padding: 26px 0; display: grid; grid-template-columns: 46px 44px 1fr; column-gap: 18px; align-items: start; border-bottom: 1px solid var(--v-line); }
.home-vaporize .v-step-number { padding-top: 5px; color: #94a1b5; font-size: 13px; font-weight: 750; }
.home-vaporize .v-steps article > .v-symbol { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: #416cf0; background: linear-gradient(135deg,rgba(78,136,255,.14),rgba(183,134,233,.15)); }
.home-vaporize .v-steps h3 { margin: 4px 0 6px; font-size: 20px; }
.home-vaporize .v-steps p { grid-column: 3; margin: 0; color: var(--v-muted); line-height: 1.55; }
.home-vaporize .v-cases-section { width: 100%; padding-inline: max(24px,calc((100% - 1240px)/2)); border-block: 1px solid rgba(78,136,255,.16); color: var(--v-ink); background: linear-gradient(180deg,#f2f7ff,#f8fbff); }
.home-vaporize .v-cases-section .v-section-heading { margin-bottom: 58px; }
.home-vaporize .v-case-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.home-vaporize .v-case-list article { min-height: 276px; padding: 30px; position: relative; border: 1px solid rgba(78,136,255,.18); border-radius: 24px; background: rgba(255,255,255,.76); box-shadow: 0 18px 42px rgba(65,101,166,.1); }
.home-vaporize .v-case-list article::before { content: ""; position: absolute; top: 0; right: 30px; left: 30px; height: 3px; border-radius: 0 0 4px 4px; background: linear-gradient(90deg,#4e88ff,#b786e9); }
.home-vaporize .v-case-index { margin-bottom: 24px; display: block; color: #7183a0; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }
.home-vaporize .v-case-title { margin-bottom: 18px; display: flex; align-items: center; gap: 15px; }
.home-vaporize .v-case-title > .v-symbol { flex: 0 0 52px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; color: #315fe2; background: linear-gradient(135deg,rgba(78,136,255,.16),rgba(183,134,233,.2)); }
.home-vaporize .v-case-list h3 { margin: 0; color: var(--v-ink); font-size: 22px; line-height: 1.25; }
.home-vaporize .v-case-list p { margin: 0; color: #566681; line-height: 1.65; }
.home-vaporize .v-integrations-section { width: 100%; padding-inline: max(24px,calc((100% - 1240px)/2)); position: relative; overflow: hidden; border-bottom: 1px solid rgba(78,136,255,.16); background: radial-gradient(720px 480px at 8% 18%,rgba(75,192,255,.1),transparent 68%),radial-gradient(660px 500px at 94% 86%,rgba(146,103,241,.1),transparent 68%),#fbfdff; }
.home-vaporize .v-integrations-section .v-section-heading { max-width: 900px; margin-bottom: 58px; }
.home-vaporize .v-integration-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.home-vaporize .v-integration { min-height: 336px; padding: 30px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid rgba(78,136,255,.18); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 18px 44px rgba(62,96,158,.09); }
.home-vaporize .v-integration::before { content: ""; position: absolute; top: 0; right: 30px; left: 30px; height: 3px; border-radius: 0 0 4px 4px; background: var(--integration-accent,#4e88ff); }
.home-vaporize .v-integration--zoho { --integration-accent: linear-gradient(90deg,#e42527,#f9b21d 34%,#049949 67%,#236db4); }
.home-vaporize .v-integration--hubspot { --integration-accent: #ff7a59; }
.home-vaporize .v-integration--odoo { --integration-accent: #714b67; }
.home-vaporize .v-integration--google-calendar { --integration-accent: linear-gradient(90deg,#4285f4,#34a853,#fbbc04,#ea4335); }
.home-vaporize .v-integration-brand { min-height: 64px; margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.home-vaporize .v-integration-logo { width: 104px; height: 64px; padding: 10px 12px; display: grid; place-items: center; border: 1px solid rgba(92,125,192,.14); border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(60,92,150,.09); }
.home-vaporize .v-integration-logo img { max-width: 80px; max-height: 42px; display: block; object-fit: contain; }
.home-vaporize .v-integration--hubspot .v-integration-logo img,
.home-vaporize .v-integration--google-calendar .v-integration-logo img { width: 42px; height: 42px; }
.home-vaporize .v-integration-index { color: #8a98ad; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }
.home-vaporize .v-integration h3 { margin: 0 0 12px; color: var(--v-ink); font-size: 25px; line-height: 1.2; }
.home-vaporize .v-integration > p { margin: 0 0 24px; color: #566681; font-size: 15px; line-height: 1.65; }
.home-vaporize .v-integration ul { margin: auto 0 0; padding: 18px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 18px; border-top: 1px solid rgba(78,136,255,.15); list-style: none; }
.home-vaporize .v-integration li { min-width: 0; display: flex; align-items: flex-start; gap: 8px; color: #31445f; font-size: 13px; font-weight: 700; line-height: 1.45; }
.home-vaporize .v-integration li .v-symbol { flex: 0 0 auto; color: #3c72ee; font-size: 18px; }
.home-vaporize .v-pricing-section { display: grid; grid-template-columns: 1fr 460px; gap: 90px; align-items: center; }
.home-vaporize .v-pricing-copy ul { margin: 28px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.home-vaporize .v-pricing-copy li { display: flex; align-items: center; gap: 10px; font-weight: 650; }
.home-vaporize .v-pricing-copy li .v-symbol { color: #3470f4; }
.home-vaporize .v-price-panel { overflow: hidden; padding: 42px; position: relative; border: 1px solid rgba(111,144,211,.24); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: 0 28px 70px rgba(61,100,168,.16); }
.home-vaporize .v-price-panel::before { content: ""; position: absolute; inset: 0; opacity: .18; background: url("../img/hero-prismatic-bg.webp") 66% center/cover no-repeat; pointer-events: none; }
.home-vaporize .v-price-panel > * { position: relative; }
.home-vaporize .v-price-panel > span { color: #315fe2; font-size: 15px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.home-vaporize .v-price-panel > strong { margin: 18px 0 6px; display: block; font-size: 68px; line-height: 1; letter-spacing: -4px; }
.home-vaporize .v-price-panel > strong small { color: #687790; font-size: 20px; letter-spacing: 0; }
.home-vaporize .v-price-panel > p { margin: 18px 0 26px; color: var(--v-muted); line-height: 1.55; }
.home-vaporize .v-price-panel .v-primary { width: 100%; min-height: 58px; }
.home-vaporize .v-faq-section { width: min(900px,calc(100% - 48px)); }
.home-vaporize .v-faq-content h2 { margin-bottom: 34px; }
.home-vaporize .v-faq-list { border-top: 1px solid var(--v-line); }
.home-vaporize .v-faq-list details { border-bottom: 1px solid var(--v-line); }
.home-vaporize .v-faq-list summary { min-height: 74px; padding: 18px 2px; display: flex; justify-content: space-between; align-items: center; gap: 18px; color: var(--v-ink); font-weight: 750; list-style: none; cursor: pointer; }
.home-vaporize .v-faq-list summary::-webkit-details-marker { display: none; }
.home-vaporize .v-faq-list summary .v-symbol { color: #376cf4; transition: transform 180ms ease; }
.home-vaporize .v-faq-list summary > span:first-child { min-width: 0; overflow-wrap: anywhere; }
.home-vaporize .v-faq-list details[open] summary .v-symbol { transform: rotate(45deg); }
.home-vaporize .v-faq-list details p { margin: 0; padding: 0 42px 22px 2px; color: var(--v-muted); line-height: 1.6; }
.home-vaporize .v-footer { min-height: 150px; padding: 34px 6%; display: grid; grid-template-columns: 120px 1fr auto auto auto; align-items: center; gap: 28px; border-top: 1px solid var(--v-line); color: #53647e; background: #f0f6ff; }
.home-vaporize .v-footer img { width: 90px; height: 74px; object-fit: contain; transform: scale(1.35); }
.home-vaporize .v-footer p { margin: 0; }
.home-vaporize .v-footer a { font-size: 14px; }
@media (max-width: 1180px) {
  .home-vaporize .v-header { grid-template-columns: 110px 1fr auto; }
  .home-vaporize .v-header nav { gap: 24px; }
  .home-vaporize .v-header-cta { display: none; }
  .home-vaporize .v-hero { grid-template-columns: 1.05fr .95fr; padding-inline: 5%; gap: 18px; }
  .home-vaporize .v-hero h1 { font-size: 48px; }
  .home-vaporize .v-hero-product { width: 100%; }
  .home-vaporize .v-product-section { gap: 50px; }
  .home-vaporize .v-pricing-section { grid-template-columns: 1fr 400px; gap: 50px; } }
@media (max-width: 820px) {
  html.home-vaporize-root { scroll-padding-top: 90px; }
  .home-vaporize .v-header { inset: 10px 14px auto; height: 66px; grid-template-columns: 100px 1fr auto; }
  .home-vaporize .v-header nav { position: absolute; top: 74px; right: 0; left: 0; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--v-line); border-radius: 18px; background: rgba(249,252,255,.98); box-shadow: 0 28px 70px rgba(61,100,168,.16); }
  .home-vaporize .v-header nav.is-open { display: flex; }
  .home-vaporize .v-header nav a { min-height: 48px; padding: 0 12px; display: flex; align-items: center; }
  .home-vaporize .v-menu { width: 44px; height: 44px; display: grid; place-items: center; justify-self: end; border: 0; border-radius: 12px; color: #315fe2; background: rgba(78,136,255,.08); }
  .home-vaporize .v-header-actions { margin-left: 8px; }
  .home-vaporize .v-hero { min-height: auto; padding: 128px 24px 70px; grid-template-columns: 1fr; background-position: 61% center; }
  .home-vaporize .v-hero::after { background: rgba(249,252,255,.3); }
  .home-vaporize .v-hero-copy { max-width: 680px; }
  .home-vaporize .v-hero h1 { font-size: clamp(44px,9vw,68px); }
  .home-vaporize .v-hero-product { max-width: 620px; padding-top: 42px; transform: none; }
  .home-vaporize .v-chat-card { transform: none; }
  .home-vaporize .v-section { padding-block: 82px; }
  .home-vaporize .v-product-section, .home-vaporize .v-pricing-section { grid-template-columns: 1fr; gap: 48px; }
  .home-vaporize .v-case-list { grid-template-columns: 1fr; }
  .home-vaporize .v-integration-grid { grid-template-columns: 1fr; }
  .home-vaporize .v-case-list article { min-height: 0; }
  .home-vaporize .v-pricing-section { max-width: 680px; } }
@media (max-width: 560px) {
  .home-vaporize .v-header { padding-right: 9px; }
  .home-vaporize .v-brand { width: 84px; }
  .home-vaporize .v-header-actions { gap: 0; }
  .home-vaporize .v-lang { width: 82px; }
  .home-vaporize .v-lang i { width: 35px; }
  .home-vaporize .v-lang.is-en i, .home-vaporize .v-lang.is-switching-to-en i { transform: translateX(37px); }
  .home-vaporize .v-hero { padding: 112px 18px 70px; }
  .home-vaporize .v-hero h1 { font-size: 37px; line-height: 1.05; letter-spacing: -1.8px; }
  .home-vaporize .v-hero-copy > p { font-size: 17px; }
  .home-vaporize .v-hero-cta { width: 100%; min-width: 0; }
  .home-vaporize .v-channel-list { display: grid; grid-template-columns: 1fr 1fr; }
  .home-vaporize .v-channel-list > span { min-width: 0; padding-inline: 8px; justify-content: center; }
  .home-vaporize .v-hero-integration-logos { width: 100%; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .home-vaporize .v-hero-integration-logo { width: 100%; }
  .home-vaporize .v-chat-messages { height: 280px; }
  .home-vaporize .v-quick-prompts { flex-wrap: nowrap; overflow-x: auto; }
  .home-vaporize .v-quick-prompts span { white-space: nowrap; }
  .home-vaporize .v-section { width: min(100% - 36px,1240px); padding-block: 72px; }
  .home-vaporize .v-section h2 { font-size: 38px; }
  .home-vaporize .v-cases-section { width: 100%; padding-inline: 18px; }
  .home-vaporize .v-integrations-section { width: 100%; padding-inline: 18px; }
  .home-vaporize .v-steps article { grid-template-columns: 38px 44px 1fr; gap: 11px; }
  .home-vaporize .v-steps p { grid-column: 2 / 4; margin-top: 8px; }
  .home-vaporize .v-case-list article { padding: 28px 22px 30px; }
  .home-vaporize .v-integration { min-height: 0; padding: 28px 22px; }
  .home-vaporize .v-integration ul { grid-template-columns: 1fr; }
  .home-vaporize .v-case-index { margin-bottom: 22px; }
  .home-vaporize .v-price-panel { padding: 30px 24px; }
  .home-vaporize .v-price-panel > strong { font-size: 58px; }
  .home-vaporize .v-faq-section { width: min(100% - 36px,900px); }
  .home-vaporize .v-footer { grid-template-columns: 1fr 1fr; padding: 28px 20px; gap: 12px; }
  .home-vaporize .v-footer img { width: 72px; }
  .home-vaporize .v-footer p { text-align: right; }
  .home-vaporize .v-footer a { text-align: center; } }
@media (prefers-reduced-motion: reduce) {
  html.home-vaporize-root { scroll-behavior: auto; }
  .home-vaporize *, .home-vaporize *::before, .home-vaporize *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
/* Secondary public pages — Vaporize */
:root {
  --aizy-ink: #10203b;
  --aizy-muted: #52647e;
  --aizy-blue: #315fe2;
  --aizy-line: rgba(105, 139, 211, 0.2);
  --aizy-surface: rgba(255, 255, 255, 0.78);
  --aizy-shadow: 0 24px 60px rgba(51, 84, 145, 0.11); }
body.agents-vaporize,
body.v-subpage-body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 16px 0 64px;
  overflow-x: hidden;
  position: relative;
  color: var(--aizy-ink);
  background: #f7faff;
  font-family: "Manrope", "Segoe UI", sans-serif;
  text-align: left;
  -webkit-font-smoothing: antialiased; }
body.agents-vaporize::before,
body.v-subpage-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(720px 520px at 92% -4%, rgba(132, 91, 255, 0.18), transparent 66%),
    radial-gradient(640px 480px at 8% 8%, rgba(75, 192, 255, 0.15), transparent 68%),
    linear-gradient(180deg, #f8fbff 0%, #f4f8ff 52%, #f8faff 100%); }
body.agents-vaporize *,
body.agents-vaporize *::before,
body.agents-vaporize *::after,
body.v-subpage-body *,
body.v-subpage-body *::before,
body.v-subpage-body *::after {
  box-sizing: border-box; }
body.agents-vaporize input,
body.agents-vaporize button,
body.v-subpage-body input,
body.v-subpage-body button {
  font: inherit; }
body.agents-vaporize a:focus-visible,
body.agents-vaporize button:focus-visible,
body.agents-vaporize input:focus-visible,
body.v-subpage-body a:focus-visible {
  outline: 3px solid rgba(78, 136, 255, 0.34);
  outline-offset: 3px; }
.v-subpage-header-shell {
  width: auto;
  margin: 0 3.2%;
  position: relative;
  z-index: 10; }
.v-subpage-header {
  width: 100%;
  height: 74px;
  min-height: 74px;
  padding: 0 18px 0 12px;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(130, 158, 216, 0.23);
  border-radius: 22px;
  background: rgba(249, 252, 255, 0.82);
  box-shadow: 0 12px 40px rgba(64, 97, 157, 0.1);
  backdrop-filter: blur(18px); }
.v-subpage-brand {
  width: 106px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px; }
.v-subpage-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.32); }
.v-subpage-menu {
  display: none; }
.v-subpage-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.8vw, 46px); }
.v-subpage-nav a {
  position: relative;
  color: #25324a;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease; }
.v-subpage-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: #4e88ff;
  transition: right 180ms ease; }
.v-subpage-nav a:hover,
.v-subpage-nav a:focus-visible {
  color: var(--aizy-blue); }
.v-subpage-nav a:hover::after,
.v-subpage-nav a:focus-visible::after {
  right: 0; }
.v-subpage-actions {
  display: flex;
  align-items: center;
  gap: 12px; }
.v-subpage-language {
  position: relative;
  isolation: isolate;
  view-transition-name: aizy-language-toggle;
  justify-self: end;
  width: 94px;
  height: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 4px;
  border: 1px solid var(--aizy-line);
  border-radius: 999px;
  background: rgba(238, 245, 255, 0.9);
  box-shadow: 0 0 0 rgba(78, 136, 255, 0);
  transition: border-color 220ms ease, box-shadow 220ms ease; }
.v-subpage-language::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  width: 41px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(56, 90, 153, 0.16);
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1); }
.v-subpage-language.is-en::before,
.v-subpage-language.is-switching-to-en::before {
  transform: translateX(43px); }
.v-subpage-language.is-es::before,
.v-subpage-language.is-switching-to-es::before {
  transform: translateX(0); }
.v-subpage-language.is-switching {
  border-color: rgba(78, 136, 255, .58);
  box-shadow: 0 7px 20px rgba(78, 136, 255, .16); }
.v-subpage-language a {
  position: relative;
  z-index: 2;
  min-width: 0;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #52647e;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  transition: color 220ms ease; }
.v-subpage-language a.is-active {
  color: #23406e; }
.v-subpage-language.is-switching-to-en a:nth-child(2),
.v-subpage-language.is-switching-to-es a:first-child {
  color: #23406e; }
.v-subpage-language.is-switching-to-en a:first-child,
.v-subpage-language.is-switching-to-es a:nth-child(2) {
  color: #52647e; }
.v-subpage-cta {
  width: 214px;
  min-height: 46px;
  padding: 0 16px;
  flex: 0 0 214px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(120deg, #2863f6, #3558eb 58%, #6949ea);
  box-shadow: 0 12px 28px rgba(47, 101, 245, 0.24);
  font-weight: 750;
  white-space: nowrap;
  text-decoration: none; }
.reveal-card {
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 600ms ease, transform 600ms ease; }
.reveal-card.is-visible {
  opacity: 1;
  transform: none; }
/* Agents subscription */
.agents-vaporize .wrap {
  width: min(1120px, calc(100% - 36px));
  min-height: 0;
  margin: 0 auto;
  padding: 48px 0 0;
  display: grid;
  gap: 24px;
  align-content: start; }
.agents-vaporize .section-card {
  width: 100%;
  margin: 0;
  padding: 46px;
  border: 1px solid var(--aizy-line);
  border-radius: 28px;
  background: var(--aizy-surface);
  box-shadow: 0 24px 60px rgba(51, 84, 145, 0.12); }
.agents-vaporize .section-heading {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr); }
.agents-vaporize .section-heading-text {
  max-width: 780px; }
.agents-vaporize .section-illustration {
  display: none; }
.agents-vaporize .section-title,
.agents-vaporize .section-card h2 {
  display: block;
  margin: 0 0 16px;
  color: var(--aizy-ink);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-align: left;
  text-transform: none; }
.agents-vaporize .section-desc {
  max-width: 720px;
  margin: 0;
  color: var(--aizy-muted);
  font-size: 17px;
  line-height: 1.72; }
.agents-vaporize .trial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 22px;
  align-items: start; }
.agents-vaporize .trial-col {
  min-width: 0; }
.agents-vaporize .trial-form {
  max-width: none;
  margin: 0;
  padding: 26px;
  display: grid;
  gap: 16px;
  border: 1px solid var(--aizy-line);
  border-radius: 22px;
  background: rgba(247, 250, 255, 0.88); }
.agents-vaporize .form-field {
  display: grid;
  gap: 8px;
  color: #263750;
  font-size: 13px;
  font-weight: 700; }
.agents-vaporize .form-field input:not([type="checkbox"]) {
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid rgba(93, 125, 190, 0.24);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.95);
  color: #1b2940;
  font-size: 16px; }
.agents-vaporize .form-field input:not([type="checkbox"]):focus {
  outline: none;
  border-color: rgba(78, 136, 255, 0.62);
  box-shadow: 0 0 0 3px rgba(78, 136, 255, 0.16); }
.agents-vaporize .form-consent {
  text-align: left; }
.agents-vaporize .consent-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--aizy-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4; }
.agents-vaporize .consent-row input {
  margin-top: 3px; }
.agents-vaporize .consent-row a {
  color: #1b2a44; }
.agents-vaporize .form-submit-primary {
  min-height: 52px;
  padding: 13px 22px;
  justify-self: start;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(118deg, #265cf0 0%, #6436f2 100%);
  box-shadow: 0 14px 28px rgba(68, 70, 220, 0.22);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer; }
.agents-vaporize .trial-info {
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(119, 114, 224, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(240, 238, 255, 0.74)),
    url("../img/hero-prismatic-bg.webp") center / cover; }
.agents-vaporize .trial-info h3 {
  margin: 0 0 12px;
  color: #2f49b8;
  font-size: 21px;
  font-weight: 780;
  letter-spacing: -0.02em; }
.agents-vaporize .trial-info p {
  margin: 0;
  color: #445671;
  font-size: 16px;
  line-height: 1.65; }
.agents-vaporize .faq-section .section-title {
  font-size: clamp(30px, 4vw, 44px); }
.agents-vaporize .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px; }
.agents-vaporize .faq-item {
  padding: 22px;
  border: 1px solid rgba(105, 139, 211, 0.18);
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.84); }
.agents-vaporize .faq-item h3 {
  margin: 0 0 8px;
  color: #1e3150;
  font-size: 17px;
  font-weight: 760; }
.agents-vaporize .faq-item p {
  margin: 0;
  color: var(--aizy-muted);
  font-size: 15px;
  line-height: 1.6; }
.agents-vaporize .legal {
  width: 100%;
  margin: 0;
  padding: 20px 22px;
  border: 1px solid rgba(105, 139, 211, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--aizy-muted);
  font-size: 13px;
  line-height: 1.55; }
.agents-vaporize .legal h2 {
  margin: 0 0 8px;
  color: #445a82;
  font-size: 15px; }
.agents-vaporize .legal a {
  color: #315fe2; }
.agents-vaporize .footer {
  margin: 0;
  padding: 12px 0 0;
  color: #687994;
  font-size: 12px;
  text-align: center; }
.signup-feedback {
  margin: 0;
  padding: 11px 14px;
  border: 1px solid rgba(102, 142, 223, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #2f4566;
  font: 13px/1.4 "Manrope", sans-serif; }
.signup-feedback-ok {
  border-color: rgba(31, 152, 109, 0.55);
  background: rgba(31, 152, 109, 0.14);
  color: #1b5d49; }
.signup-feedback-error {
  border-color: rgba(200, 72, 72, 0.45);
  background: rgba(200, 72, 72, 0.12);
  color: #813434; }
.signup-toast {
  width: min(640px, calc(100vw - 32px));
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -12px);
  box-shadow: 0 14px 36px rgba(16, 30, 54, 0.22);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease; }
.signup-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0); }
.hp-field {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  left: -10000px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important; }
/* Privacy */
.privacy-page .privacy-shell {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
  padding: 60px 0 0; }
.privacy-page .privacy-title {
  max-width: 720px;
  margin: 0 0 14px;
  color: var(--aizy-ink);
  font-size: clamp(42px, 6vw, 70px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.05em; }
.privacy-page .privacy-lead {
  max-width: 650px;
  margin: 0 0 42px;
  color: var(--aizy-muted);
  font-size: 18px;
  line-height: 1.65; }
.privacy-page .privacy-card {
  margin: 0 0 12px;
  padding: 26px 28px 20px;
  border: 1px solid rgba(105, 139, 211, 0.18);
  border-radius: 20px;
  background: var(--aizy-surface);
  box-shadow: 0 16px 42px rgba(51, 84, 145, 0.08); }
.privacy-page .privacy-subtitle {
  margin: 0 0 8px;
  color: #233a61;
  font-size: 18px;
  font-weight: 780;
  letter-spacing: -0.015em; }
.privacy-page .privacy-card p,
.privacy-page .privacy-card li {
  color: var(--aizy-muted);
  font-size: 15px;
  line-height: 1.7; }
.privacy-page .privacy-card p {
  margin: 0 0 10px; }
.privacy-page .privacy-card ul {
  margin: 0 0 10px 18px;
  padding: 0; }
.privacy-page .privacy-card a {
  color: var(--aizy-blue); }
.privacy-page .privacy-footer {
  padding: 24px 2px 0;
  color: #687994;
  font-size: 13px;
  line-height: 1.5; }
/* Help center */
.help-body .help-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding-top: 48px;
  display: grid;
  gap: 20px; }
.help-body .help-article-shell {
  width: min(1180px, calc(100% - 36px)); }
.help-body .help-hero,
.help-body .help-article-hero,
.help-body .help-index-panel,
.help-body .help-article {
  border: 1px solid var(--aizy-line);
  border-radius: 26px;
  background: var(--aizy-surface);
  box-shadow: var(--aizy-shadow); }
.help-body .help-hero,
.help-body .help-article-hero {
  padding: 46px;
  position: relative; }
.help-body .help-hero h1,
.help-body .help-article-hero h1 {
  max-width: 820px;
  margin: 0 0 12px;
  color: var(--aizy-ink);
  font-size: clamp(40px, 6vw, 66px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.05em; }
.help-body .help-hero p,
.help-body .help-article-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--aizy-muted);
  font-size: 17px;
  line-height: 1.68; }
.help-body .help-index-panel {
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start; }
.help-body .help-index-panel h2,
.help-body .help-doc-section h2 {
  margin: 0 0 12px;
  color: #20375c;
  font-size: 28px;
  font-weight: 780;
  line-height: 1.18;
  letter-spacing: -0.025em; }
.help-body .help-index-panel p,
.help-body .help-doc-section p {
  margin: 0 0 14px;
  color: var(--aizy-muted);
  font-size: 16px;
  line-height: 1.7; }
.help-body .help-manual-card {
  padding: 22px;
  display: grid;
  gap: 18px;
  border: 1px solid rgba(105, 139, 211, 0.18);
  border-radius: 20px;
  background: rgba(247, 250, 255, 0.9); }
.help-body .help-manual-card h3 {
  margin: 0 0 8px;
  color: var(--aizy-blue);
  font-size: 24px; }
.help-body .v-symbol {
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }
.help-body .help-manual-title,
.help-body .help-article-title,
.help-body .help-doc-heading {
  display: flex;
  align-items: center;
  gap: 12px; }
.help-body .help-manual-icon,
.help-body .help-doc-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #315fe2;
  background: linear-gradient(135deg, rgba(78, 136, 255, 0.16), rgba(183, 134, 233, 0.2));
  font-size: 20px; }
.help-body .help-article-icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #315fe2;
  background: linear-gradient(135deg, rgba(78, 136, 255, 0.16), rgba(183, 134, 233, 0.2));
  font-size: 30px; }
.help-body .help-manual-card dl,
.help-body .help-meta {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }
.help-body .help-manual-card dl div,
.help-body .help-meta div {
  padding: 10px 12px;
  border: 1px solid rgba(78, 136, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72); }
.help-body dt {
  margin: 0 0 3px;
  color: #7283a0;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase; }
.help-body dd {
  margin: 0;
  color: var(--aizy-ink);
  font-size: 15px; }
.help-body .help-card-link {
  min-height: 42px;
  padding: 0 16px;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  background: linear-gradient(118deg, #265cf0 0%, #6436f2 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(66, 109, 179, 0.18); }
.help-body .help-breadcrumb {
  position: absolute;
  top: 34px;
  right: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #7283a0;
  font-size: 14px; }
.help-body .help-breadcrumb a {
  color: var(--aizy-blue);
  text-decoration: none; }
.help-body .help-article-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  align-items: start; }
.help-body .help-toc {
  padding: 14px;
  position: sticky;
  top: 20px;
  border: 1px solid rgba(105, 139, 211, 0.18);
  border-radius: 22px;
  background: rgba(247, 250, 255, 0.9); }
.help-body .help-toc nav {
  display: grid;
  gap: 6px; }
.help-body .help-toc a {
  padding: 10px 12px;
  border-radius: 14px;
  color: #1d2b43;
  font-size: 14px;
  text-decoration: none; }
.help-body .help-toc a:hover {
  color: var(--aizy-blue);
  background: rgba(78, 136, 255, 0.1); }
.help-body .help-article {
  padding: 42px; }
.help-body .help-doc-section {
  margin-bottom: 32px;
  padding-bottom: 32px;
  scroll-margin-top: 32px;
  border-bottom: 1px solid rgba(78, 136, 255, 0.16); }
.help-body .help-doc-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }
.help-body .help-field-list,
.help-body .help-compact-list {
  margin-top: 20px;
  display: grid;
  gap: 10px; }
.help-body .help-field-row,
.help-body .help-compact-list > div {
  padding: 15px 16px;
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  gap: 16px;
  border: 1px solid rgba(105, 139, 211, 0.18);
  border-radius: 16px;
  background: rgba(247, 250, 255, 0.9); }
.help-body .help-field-row strong,
.help-body .help-compact-list strong,
.help-body .help-note-card strong {
  color: var(--aizy-ink); }
.help-body .help-field-copy {
  display: grid;
  gap: 7px;
  color: var(--aizy-muted);
  line-height: 1.55; }
.help-body .help-field-copy em {
  color: #2d4262;
  font-style: normal; }
.help-body .help-example {
  margin: 22px 0 0;
  padding: 20px;
  border: 1px solid rgba(78, 136, 255, 0.22);
  border-radius: 20px;
  background: linear-gradient(120deg, rgba(78, 136, 255, 0.13), rgba(183, 134, 233, 0.12)); }
.help-body .help-example figcaption {
  margin-bottom: 8px;
  color: var(--aizy-blue);
  font-weight: 700; }
.help-body .help-example blockquote {
  margin: 0;
  color: #263652;
  font-size: 18px;
  line-height: 1.65; }
.help-body .help-tip-list,
.help-body .help-checklist {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none; }
.help-body .help-tip-list li,
.help-body .help-checklist li {
  padding: 12px 14px 12px 40px;
  position: relative;
  border: 1px solid rgba(105, 139, 211, 0.18);
  border-radius: 16px;
  background: rgba(247, 250, 255, 0.9);
  color: var(--aizy-muted);
  line-height: 1.55; }
.help-body .help-tip-list li::before,
.help-body .help-checklist li::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 19px;
  left: 16px;
  border-radius: 50%;
  background: var(--aizy-blue); }
.help-body .help-checklist li::before {
  width: 12px;
  height: 12px;
  top: 15px;
  border: 2px solid var(--aizy-blue);
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  transform: rotate(45deg); }
.help-body .help-two-col {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px; }
.help-body .help-note-card {
  padding: 18px;
  border: 1px solid rgba(183, 134, 233, 0.24);
  border-radius: 18px;
  background: rgba(247, 250, 255, 0.9); }
.help-body .help-note-card p {
  margin: 8px 0 0; }
/* Responsive secondary pages */
@media (max-width: 900px) {
  .help-body .help-index-panel,
  .help-body .help-article-layout {
    grid-template-columns: 1fr;   }
  .help-body .help-toc {
    position: static;   }
  .help-body .help-toc nav {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));   }
  .help-body .help-two-col {
    grid-template-columns: 1fr;   } }
@media (max-width: 1180px) {
  .v-subpage-header {
    grid-template-columns: 110px 1fr auto;   }
  .v-subpage-nav {
    gap: 24px;   }
  .v-subpage-cta {
    display: none;   } }
@media (max-width: 820px) {
  body.agents-vaporize,
  body.v-subpage-body {
    padding-top: 10px;   }
  .v-subpage-header-shell {
    width: auto;
    margin: 0 14px;   }
  .v-subpage-header {
    height: 66px;
    min-height: 66px;
    padding: 0 9px 0 12px;
    grid-template-columns: 100px 1fr auto;
    border-radius: 22px;   }
  .v-subpage-nav {
    display: none;   }
  .v-subpage-menu {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    justify-self: end;
    border-radius: 12px;
    color: #315fe2;
    background: rgba(78, 136, 255, 0.08);
    text-decoration: none;   }
  .v-subpage-menu .v-symbol {
    font-family: "Material Symbols Outlined";
    font-size: 22px;
    font-style: normal;
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
    font-feature-settings: "liga";   }
  .v-subpage-actions {
    margin-left: 8px;   } }
@media (max-width: 760px) {
  .v-subpage-language a {
    height: 32px;
    padding-inline: 0;   }
  .agents-vaporize .wrap,
  .privacy-page .privacy-shell,
  .help-body .help-shell,
  .help-body .help-article-shell {
    width: calc(100% - 24px);
    padding-top: 30px;   }
  .agents-vaporize .section-card,
  .help-body .help-hero,
  .help-body .help-article-hero,
  .help-body .help-index-panel,
  .help-body .help-article {
    padding: 24px;
    border-radius: 20px;   }
  .agents-vaporize .section-title,
  .agents-vaporize .section-card h2 {
    font-size: 38px;   }
  .agents-vaporize .section-heading,
  .agents-vaporize .section-title,
  .agents-vaporize .section-desc {
    text-align: left;   }
  .agents-vaporize .trial-grid,
  .agents-vaporize .faq-list {
    grid-template-columns: 1fr;   }
  .agents-vaporize .trial-form,
  .agents-vaporize .trial-info {
    padding: 20px;   }
  .privacy-page .privacy-title,
  .help-body .help-hero h1,
  .help-body .help-article-hero h1 {
    font-size: 42px;   }
  .privacy-page .privacy-lead {
    margin-bottom: 28px;
    font-size: 16px;   }
  .privacy-page .privacy-card {
    padding: 22px 20px 16px;   }
  .help-body .help-breadcrumb {
    margin-bottom: 18px;
    position: static;   }
  .help-body .help-field-row,
  .help-body .help-compact-list > div {
    grid-template-columns: 1fr;
    gap: 6px;   } }
@media (max-width: 560px) {
  .v-subpage-brand {
    width: 84px;   }
  .v-subpage-language {
    width: 82px;   }
  .v-subpage-language::before {
    width: 35px;   }
  .v-subpage-language.is-en::before,
  .v-subpage-language.is-switching-to-en::before {
    transform: translateX(37px);   }
  .v-subpage-actions {
    gap: 0;   } }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root),
  ::view-transition-group(aizy-language-toggle) {
    animation-duration: .01ms;   }
  .home-vaporize .v-lang,
  .home-vaporize .v-lang span,
  .home-vaporize .v-lang i,
  .v-subpage-language,
  .v-subpage-language::before,
  .v-subpage-language a {
    transition: none;   }
  .reveal-card {
    opacity: 1;
    transform: none;
    transition: none;   } }
