/* JustVibe (AI-ready VPS) landing page. Adapted from the JustVibe v2 dc mockup
   for the standart theme; all styles are scoped under .jv. */

.jv { color: #212121; line-height: 1.4; overflow-x: hidden; }
.jv ::selection { background: #E2E900; color: #212121; }
.jv .jv-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.jv h1, .jv h2 { font-weight: 700; letter-spacing: -0.02em; }
.jv button { font-family: inherit; }

@keyframes jv-blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }

/* ---- shared ---- */
.jv-badge { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; margin-bottom: 18px; }
.jv-btn { border: none; border-radius: 14px; padding: 16px 34px; font-size: 16px; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; transition: background 0.15s, color 0.15s; }
.jv-btn_primary { background: #E2E900; color: #1a1a1a; }
.jv-btn_primary:hover { background: #cdd400; color: #1a1a1a; }
.jv-btn_ghost { background: rgba(255, 255, 255, 0.08); color: #fff; border: 2px solid rgba(255, 255, 255, 0.22); padding: 14px 28px; }
.jv-btn_ghost:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }
.jv-section { padding: 84px 0; }
.jv-section__head { text-align: center; max-width: 660px; margin: 0 auto 30px; }
.jv-section__title { font-size: 50px; line-height: 1.04; margin: 0 0 16px; }
.jv-section__desc { font-size: 18px; color: #6b6b6b; font-weight: 500; margin: 0; }

/* ---- hero ---- */
/* isolation:isolate keeps the hero's internal z-index:2 (grid/badge) from
   leaking into the root stacking context, where it tied with the header's
   open VPS dropdown (also z-index:2) and won by DOM order — the dropdown then
   rendered behind the hero pills. Isolated, the whole hero sits below the menu. */
.jv-hero { background: linear-gradient(150deg, #0F1730 0%, #1b1730 55%, #2A2233 100%); color: #fff; position: relative; overflow: hidden; isolation: isolate; }
.jv-hero__glow { position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(226, 233, 0, 0.12) 0%, rgba(226, 233, 0, 0) 70%); }
.jv-hero__grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 54px; align-items: center; position: relative; z-index: 2; padding: 72px 0 84px; }
.jv-hero__badge { background: rgba(226, 233, 0, 0.16); color: #E2E900; margin-bottom: 24px; }
.jv-hero__title { font-size: 58px; line-height: 1.04; margin: 0 0 22px; color: #fff; }
.jv-hero__title mark { background: none; color: #E2E900; }
.jv-hero__desc { font-size: 18px; line-height: 1.6; color: #c2c9da; font-weight: 400; margin: 0 0 30px; max-width: 560px; }
.jv-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.jv-hero__checks { display: flex; gap: 10px 22px; flex-wrap: wrap; margin-bottom: 24px; }
.jv-hero__check { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: #aeb6c8; }
.jv-hero__check b { color: #E2E900; font-weight: 600; }
.jv-hero__note { display: inline-flex; align-items: center; gap: 10px; background: rgba(192, 53, 86, 0.16); border: 1px solid rgba(192, 53, 86, 0.4); color: #ffc7d4; font-size: 15px; font-weight: 600; padding: 12px 18px; border-radius: 14px; }
.jv-terminal { background: #15101f; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 20px; box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45); overflow: hidden; position: relative; }
.jv-terminal__bar { display: flex; align-items: center; gap: 8px; padding: 15px 18px; background: rgba(255, 255, 255, 0.04); border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.jv-terminal__dot { width: 12px; height: 12px; border-radius: 50%; }
.jv-terminal__file { margin-left: 10px; font-size: 13px; font-weight: 600; color: #8b93a7; font-family: ui-monospace, Menlo, monospace; }
.jv-terminal__tag { margin-left: auto; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: #1a1a1a; background: #E2E900; padding: 4px 10px; border-radius: 999px; }
.jv-terminal__body { padding: 22px 22px 26px; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 13px; line-height: 1.7; color: #d6dcea; white-space: pre-wrap; }
.jv-terminal__body .c-comment { color: #6f7d93; }
.jv-terminal__body .c-accent { color: #E2E900; }
.jv-terminal__body .c-num { color: #7aa7e0; }
.jv-terminal__body .c-var { color: #ff8aa3; }
.jv-terminal__cursor { display: inline-block; width: 9px; height: 17px; background: #E2E900; margin-left: 4px; vertical-align: -3px; animation: jv-blink 1.1s steps(1) infinite; }
.jv-hero__status { position: absolute; bottom: -22px; right: -14px; background: #388097; color: #fff; border-radius: 14px; padding: 12px 18px; font-size: 14px; font-weight: 700; box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4); display: flex; align-items: center; gap: 9px; }
.jv-hero__visual { position: relative; }

/* ---- tariffs ---- */
.jv-tariffs { background: #F7F7F4; }
.jv-tariffs__badge { background: #FBEDF0; color: #C03556; }
.jv-billing { display: flex; justify-content: center; margin-bottom: 34px; }
.jv-billing__box { display: flex; border: 2px solid #744A92; border-radius: 999px; padding: 4px; gap: 4px; background: #fff; }
.jv-billing__btn { border: none; cursor: pointer; font-size: 15px; font-weight: 700; padding: 9px 28px; border-radius: 999px; transition: 0.2s; background: transparent; color: #744A92; }
.jv-billing__btn_active { background: #744A92; color: #fff; }
.jv-plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.jv-plan { background: #fff; border: 2px solid #ececec; border-radius: 24px; padding: 28px 24px; display: flex; flex-direction: column; position: relative; box-shadow: 0 6px 22px rgba(15, 23, 48, 0.05); }
.jv-plan_featured { background: #2A2233; border-color: transparent; }
.jv-plan__ribbon { position: absolute; top: 18px; right: 18px; background: #E2E900; color: #1a1a1a; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; padding: 5px 12px; border-radius: 999px; }
.jv-plan__tagline { font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: #744A92; margin-bottom: 6px; }
.jv-plan_featured .jv-plan__tagline { color: #E2E900; }
.jv-plan__name { font-size: 26px; font-weight: 700; line-height: 1.12; margin-bottom: 16px; color: #212121; }
.jv-plan__name-tier { display: block; }
.jv-plan_featured .jv-plan__name { color: #fff; }
.jv-plan__price { display: flex; align-items: baseline; gap: 5px; font-size: 34px; font-weight: 700; letter-spacing: -0.02em; color: #212121; }
.jv-plan_featured .jv-plan__price { color: #fff; }
.jv-plan__price small { font-size: 14px; font-weight: 600; color: #9a9a9a; }
.jv-plan__note { font-size: 13px; color: #9a9a9a; font-weight: 500; margin-top: 5px; min-height: 18px; }
.jv-plan__divider { height: 1px; background: #f0f0f0; margin: 18px 0; }
.jv-plan_featured .jv-plan__divider { background: rgba(255, 255, 255, 0.12); }
.jv-plan__specs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.jv-plan__spec { font-size: 12.5px; font-weight: 700; color: #212121; background: #f0f0f0; padding: 5px 10px; border-radius: 8px; }
.jv-plan_featured .jv-plan__spec { color: #e7e3ee; background: rgba(255, 255, 255, 0.12); }
.jv-plan__feats { display: flex; flex-direction: column; gap: 11px; flex: 1; }
.jv-plan__inc { font-size: 13px; font-weight: 700; line-height: 1.35; color: #388097; }
.jv-plan_featured .jv-plan__inc { color: #E2E900; }
.jv-plan__feat { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; font-weight: 500; line-height: 1.4; color: #4a4a4a; }
.jv-plan_featured .jv-plan__feat { color: #cfc8da; }
.jv-plan__feat svg { flex-shrink: 0; margin-top: 2px; }
.jv-plan__why { font-size: 13px; font-weight: 500; line-height: 1.45; color: #9a9a9a; margin: 18px 0; font-style: italic; }
.jv-plan_featured .jv-plan__why { color: #b9b2c4; }
.jv-plan__cta { display: block; text-align: center; background: #388097; color: #fff; border: none; border-radius: 14px; padding: 15px; font-size: 16px; font-weight: 700; cursor: pointer; text-decoration: none; transition: background 0.15s, color 0.15s; }
.jv-plan__cta:hover { background: #E2E900; color: #1f1f1f; }
.jv-plan_featured .jv-plan__cta { background: #E2E900; color: #1a1a1a; }
.jv-plan_featured .jv-plan__cta:hover { background: #cdd400; }
.jv-plans__empty { text-align: center; font-size: 17px; color: #6b6b6b; font-weight: 500; }
.jv-price_year { display: none; }
.jv_billing-year .jv-price_year { display: flex; }
.jv_billing-year .jv-price_month { display: none; }
.jv-note_year { display: none; }
.jv_billing-year .jv-note_year { display: block; }
.jv_billing-year .jv-note_month { display: none; }

/* ---- how it works ---- */
.jv-how__badge { background: #EFEAF4; color: #744A92; }
.jv-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 28px; }
.jv-step { border-radius: 22px; padding: 28px 24px; height: 100%; }
.jv-step__num { font-family: 'Bebas Neue', sans-serif; font-size: 60px; font-weight: 400; line-height: 0.85; margin-bottom: 12px; }
.jv-step__title { font-size: 20px; font-weight: 700; margin-bottom: 10px; line-height: 1.2; }
.jv-step__desc { font-size: 15px; font-weight: 500; line-height: 1.55; }
.jv-step_1 { background: #F4F3F0; }
.jv-step_1 .jv-step__num { color: #C03556; }
.jv-step_1 .jv-step__title { color: #212121; }
.jv-step_1 .jv-step__desc { color: #6b6b6b; }
.jv-step_2 { background: #0F1730; }
.jv-step_2 .jv-step__num { color: #E2E900; }
.jv-step_2 .jv-step__title { color: #fff; }
.jv-step_2 .jv-step__desc { color: #aeb6c8; }
.jv-step_3 { background: #E2E900; }
.jv-step_3 .jv-step__num { color: #0F1730; }
.jv-step_3 .jv-step__title { color: #1a1a1a; }
.jv-step_3 .jv-step__desc { color: #3f4310; }
.jv-how__banner { background: linear-gradient(120deg, #1f5566 0%, #2A2233 70%); border-radius: 22px; padding: 30px 34px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; color: #fff; }
.jv-how__banner-icon { width: 56px; height: 56px; border-radius: 15px; background: rgba(226, 233, 0, 0.16); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.jv-how__banner-body { flex: 1; min-width: 280px; }
.jv-how__banner-title { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.jv-how__banner-text { font-size: 16px; color: #cbd6da; font-weight: 500; line-height: 1.55; }

/* ---- personas ---- */
.jv-personas { background: #F7F7F4; }
.jv-personas__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; margin-bottom: 38px; }
.jv-personas__title { font-size: 54px; line-height: 1; margin: 0; letter-spacing: -0.025em; }
.jv-personas__desc { font-size: 17px; color: #6b6b6b; font-weight: 500; margin: 0; max-width: 400px; line-height: 1.55; }
.jv-personas__grid { display: grid; grid-template-columns: 1fr 1.18fr 1fr; grid-template-rows: minmax(232px, auto) minmax(232px, auto); gap: 16px; }
.jv-persona { border-radius: 26px; padding: 26px 24px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.jv-persona:hover { transform: translateY(-4px); }
.jv-persona__icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; }
.jv-persona__bottom { margin-top: auto; position: relative; z-index: 2; }
.jv-persona__title { font-size: 21px; font-weight: 700; color: #212121; line-height: 1.12; margin-bottom: 7px; }
.jv-persona__text { font-size: 14px; color: #6b6b6b; font-weight: 500; line-height: 1.5; }
.jv-persona_light { background: #F1F1ED; padding: 18px 18px 26px; }
.jv-persona__pic { position: relative; border-radius: 18px; height: 104px; background: linear-gradient(125deg, #E2E900 0%, #aeb600 100%); overflow: hidden; flex-shrink: 0; }
.jv-persona__pic-lines { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: repeating-linear-gradient(115deg, rgba(15, 23, 48, 0.05) 0 14px, rgba(15, 23, 48, 0) 14px 30px); }
.jv-persona_white { background: #fff; border: 1px solid #ececec; }
.jv-persona_white:hover { box-shadow: 0 16px 36px rgba(15, 23, 48, 0.08); }
.jv-persona__blob { position: absolute; right: -55px; top: -55px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(226, 233, 0, 0.6) 0%, rgba(226, 233, 0, 0) 70%); }
.jv-persona_main { grid-column: 2; grid-row: 1 / span 2; background: #E2E900; border-radius: 30px; padding: 34px 32px; }
/* Second-row cards in the desktop personas grid. Kept as a class (not inline
   style) so the mobile media query below can reset it — an inline grid-row
   would win over the media rule and break the single-column layout. */
.jv-persona_row2 { grid-row: 2; }
.jv-persona_main .jv-persona__label { display: inline-block; background: #0F1730; color: #E2E900; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; margin-bottom: 16px; }
.jv-persona_main .jv-persona__title { font-size: 40px; color: #0F1730; line-height: 1; margin-bottom: 14px; letter-spacing: -0.02em; }
.jv-persona_main .jv-persona__text { font-size: 17px; color: #3f4310; max-width: 380px; }
.jv-persona_dark { background: #0F1730; }
.jv-persona_dark .jv-persona__title { color: #fff; }
.jv-persona_dark .jv-persona__text { color: #aeb6c8; }
.jv-persona_dark .jv-persona__glow { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: radial-gradient(120% 80% at 110% 0%, rgba(56, 128, 151, 0.4) 0%, rgba(15, 23, 48, 0) 55%); }
.jv-persona__avatars { display: flex; align-items: center; }
.jv-persona__avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid #E2E900; color: #fff; font-size: 13px; font-weight: 700; }
.jv-persona__avatar + .jv-persona__avatar { margin-left: -12px; }
.jv-persona__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; position: relative; z-index: 2; }

/* ---- prompt library ---- */
.jv-prompts__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; flex-wrap: wrap; margin-bottom: 40px; }
.jv-prompts__badge { background: #F4F6D8; color: #5f6e00; }
.jv-prompts__desc { font-size: 18px; color: #6b6b6b; font-weight: 500; margin: 0; max-width: 420px; }
.jv-prompts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.jv-prompt-card { background: #fff; border: 2px solid #f0f0f0; border-radius: 22px; padding: 26px 24px; display: flex; flex-direction: column; height: 100%; transition: 0.2s; }
.jv-prompt-card:hover { box-shadow: 0 14px 34px rgba(15, 23, 48, 0.07); border-color: #388097; }
.jv-prompt-card__tag { align-self: flex-start; font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; background: #F4F3F0; padding: 5px 11px; border-radius: 999px; margin-bottom: 14px; }
.jv-prompt-card__title { font-size: 21px; font-weight: 700; margin-bottom: 6px; line-height: 1.2; }
.jv-prompt-card__stack { font-size: 13px; font-weight: 600; margin-bottom: 12px; font-family: ui-monospace, Menlo, monospace; }
.jv-prompt-card__desc { font-size: 15px; color: #6b6b6b; font-weight: 500; line-height: 1.55; flex: 1; }
.jv-prompt-card__locked { display: flex; align-items: center; gap: 8px; margin-top: 18px; padding-top: 16px; border-top: 1px solid #f0f0f0; font-size: 13px; font-weight: 600; color: #9a9a9a; }
.jv-prompt-card__show { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 18px; background: #F4F3F0; border: none; border-radius: 12px; padding: 12px 16px; font-size: 14px; font-weight: 700; color: #212121; cursor: pointer; }
.jv-prompt-card__show:hover { background: #ececea; }

/* ---- prompt modal ---- */
.jv-modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(15, 23, 48, 0.62); display: none; align-items: center; justify-content: center; padding: 24px; z-index: 9999; }
.jv-modal_open { display: flex; }
.jv-modal__box { background: #15101f; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 20px; max-width: 680px; width: 100%; max-height: 82vh; display: flex; flex-direction: column; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5); overflow: hidden; }
.jv-modal__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); flex-shrink: 0; }
.jv-modal__title { font-size: 18px; font-weight: 700; color: #fff; line-height: 1.2; }
.jv-modal__stack { font-size: 13px; font-weight: 600; color: #8b93a7; font-family: ui-monospace, Menlo, monospace; margin-top: 3px; }
.jv-modal__close { flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px; background: rgba(255, 255, 255, 0.08); border: none; color: #cdd6e6; font-size: 22px; cursor: pointer; line-height: 1; }
.jv-modal__body { padding: 20px 22px; overflow-y: auto; }
.jv-modal__body pre { margin: 0; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 13px; line-height: 1.7; color: #d6dcea; white-space: pre-wrap; word-break: break-word; background: none; border: none; padding: 0; }
.jv-modal__foot { padding: 14px 22px; border-top: 1px solid rgba(255, 255, 255, 0.08); flex-shrink: 0; }
.jv-modal__copy { width: 100%; background: #388097; color: #fff; border: none; border-radius: 11px; padding: 13px; font-size: 14px; font-weight: 700; cursor: pointer; transition: 0.2s; }
.jv-modal__copy_done { background: #2f8f5b; }

/* ---- trust ---- */
.jv-trust { background: #0F1730; }
.jv-trust .jv-section__title { color: #fff; }
.jv-trust .jv-section__desc { color: #aeb6c8; }
.jv-trust__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 20px; }
.jv-trust__stat { background: #fff; border-radius: 22px; padding: 26px 20px; text-align: center; }
.jv-trust__stat-value { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; }
.jv-trust__stat-label { font-size: 14px; color: #6b6b6b; font-weight: 600; line-height: 1.35; }
.jv-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.jv-review { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 22px; padding: 30px; display: flex; flex-direction: column; color: #d6dcea; transition: background 0.2s, color 0.2s; }
.jv-review:hover { background: #fff; color: #333; }
.jv-review__stars { color: #E2E900; font-size: 18px; letter-spacing: 2px; margin-bottom: 14px; }
.jv-review__text { font-size: 16px; line-height: 1.55; font-weight: 500; color: inherit; margin: 0 0 22px; flex: 1; }
.jv-review__author { display: flex; align-items: center; gap: 13px; }
.jv-review__avatar { width: 46px; height: 46px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 18px; }
.jv-review__name { font-weight: 700; font-size: 16px; color: inherit; }
.jv-review__role { font-size: 14px; color: inherit; opacity: 0.65; font-weight: 500; }

/* ---- compare ---- */
.jv-compare__badge { background: #EFEAF4; color: #744A92; }
.jv-compare__scroll { overflow-x: auto; }
.jv-compare__table { background: #fff; border: 2px solid #f0f0f0; border-radius: 24px; overflow: hidden; min-width: 720px; }
.jv-compare__row { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); }
.jv-compare__row + .jv-compare__row { border-top: 1px solid #f0f0f0; }
.jv-compare__col-head { display: flex; align-items: center; justify-content: center; text-align: center; padding: 16px 10px; font-size: 13px; font-weight: 700; line-height: 1.3; white-space: pre-line; color: #6b6b6b; }
.jv-compare__col-head_us { background: #E2E900; color: #1a1a1a; }
.jv-compare__label { display: flex; align-items: center; padding: 14px 18px; font-size: 15px; font-weight: 600; color: #333; line-height: 1.35; }
.jv-compare__cell { display: flex; align-items: center; justify-content: center; padding: 14px 10px; font-size: 17px; font-weight: 700; }
.jv-compare__cell_us { background: rgba(226, 233, 0, 0.16); color: #1a1a1a; }
.jv-compare__cell_yes { color: #2f8f5b; }
.jv-compare__cell_no { color: #cf5b5b; }
.jv-compare__cell_part { color: #c79a3a; }
.jv-compare__legend { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; margin-top: 20px; font-size: 14px; font-weight: 600; color: #6b6b6b; }
.jv-compare__legend .l-yes { color: #2f8f5b; font-weight: 700; }
.jv-compare__legend .l-part { color: #c79a3a; font-weight: 700; }
.jv-compare__legend .l-no { color: #cf5b5b; font-weight: 700; }

/* ---- final CTA ---- */
.jv-cta { padding: 0 0 84px; }
.jv-cta__box { background: linear-gradient(135deg, #0F1730 0%, #2A2233 60%, #3a2647 100%); border-radius: 32px; padding: 68px 60px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.jv-cta__glow { position: absolute; left: -80px; bottom: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(226, 233, 0, 0.14) 0%, rgba(226, 233, 0, 0) 70%); }
.jv-cta__inner { position: relative; z-index: 2; }
.jv-cta__title { font-size: 52px; line-height: 1.03; margin: 0 0 18px; color: #fff; }
.jv-cta__desc { font-size: 19px; color: #c2c9da; font-weight: 500; margin: 0 auto 32px; max-width: 760px; line-height: 1.55; }
.jv-cta__actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ---- FAQ ---- */
.jv-faq { max-width: 820px; margin: 0 auto; padding: 20px 24px 84px; }
.jv-faq__title { font-size: 50px; line-height: 1.04; text-align: center; margin: 0 0 44px; }
.jv-faq__list { display: flex; flex-direction: column; gap: 14px; }
.jv-faq__item { background: #F7F7F4; border: 1px solid #ececec; border-radius: 18px; overflow: hidden; }
.jv-faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 24px 26px; background: transparent; border: none; cursor: pointer; text-align: left; }
.jv-faq__q-text { font-size: 19px; font-weight: 700; color: #212121; }
.jv-faq__q-icon { font-size: 26px; font-weight: 700; color: #C03556; line-height: 1; flex-shrink: 0; }
.jv-faq__a { display: none; padding: 0 26px 26px; font-size: 16px; line-height: 1.6; color: #5b5b5b; font-weight: 500; }
.jv-faq__item_open .jv-faq__a { display: block; }

/* ---- responsive ---- */
@media (max-width: 1024px) {
    .jv-hero__grid { grid-template-columns: 1fr; gap: 40px; }
    .jv-hero__title { font-size: 44px; }
    .jv-plans { grid-template-columns: repeat(2, 1fr); }
    .jv-steps { grid-template-columns: 1fr; }
    .jv-prompts__grid { grid-template-columns: repeat(2, 1fr); }
    .jv-trust__stats { grid-template-columns: repeat(2, 1fr); }
    .jv-reviews { grid-template-columns: 1fr; }
    .jv-personas__grid { grid-template-columns: 1fr; grid-template-rows: none; }
    .jv-persona_main { grid-column: auto; grid-row: auto; }
    .jv-persona_row2 { grid-row: auto; }
    .jv-section__title, .jv-personas__title, .jv-cta__title, .jv-faq__title { font-size: 38px; }
}

@media (max-width: 640px) {
    .jv-section { padding: 56px 0; }
    .jv-hero__title { font-size: 34px; }
    .jv-plans { grid-template-columns: 1fr; }
    .jv-prompts__grid { grid-template-columns: 1fr; }
    .jv-trust__stats { grid-template-columns: 1fr; }
    .jv-cta__box { padding: 44px 24px; }
    .jv-section__title, .jv-personas__title, .jv-cta__title, .jv-faq__title { font-size: 30px; }
    .jv-hero__status { position: static; margin-top: 14px; display: inline-flex; }
}

.jv-plan__check { color: #388097; }
.jv-plan_featured .jv-plan__check { color: #E2E900; }
