/* Growth module: front-end styles (follows the theme's light/dark mode via data-bs-theme) */
:root {
    --growth-accent: var(--vr-theme-color, #2d65fe);
    --growth-border: rgba(0, 0, 0, .1);
    --growth-soft: rgba(0, 0, 0, .03);
    --growth-muted: #6b7280;
}
[data-bs-theme="dark"] {
    --growth-border: rgba(255, 255, 255, .12);
    --growth-soft: rgba(255, 255, 255, .04);
    --growth-muted: #9ca3af;
}

.growth-muted { color: var(--growth-muted); }
.growth-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.growth-lead { font-size: 1.05rem; color: var(--growth-muted); margin-bottom: 1.5rem; }
.growth-section-title { font-size: 1.25rem; font-weight: 700; margin: 1.5rem 0 .75rem; }
.growth-badge { display: inline-block; white-space: nowrap; flex-shrink: 0; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; padding: 2px 8px; border-radius: 20px; background: #fff4d6; color: #8a5a00; }
.growth-plain-list { list-style: none; padding: 0; margin: 0; }
.growth-plain-list li { padding: 4px 0; }

/* Table of contents */
.growth-toc { border: 1px solid var(--growth-border); background: var(--growth-soft); border-radius: 8px; padding: 12px 16px; margin: 1.25rem 0 1.5rem; }
.growth-toc summary { cursor: pointer; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; align-items: baseline; list-style: none; }
.growth-toc summary::-webkit-details-marker { display: none; }
.growth-toc-title { font-weight: 700; }
.growth-toc-updated { font-size: 13px; color: var(--growth-muted); }
.growth-toc ol { margin: 10px 0 0; padding-left: 20px; }
.growth-toc ol ol { margin-top: 2px; }
.growth-toc li { margin: 3px 0; }
.growth-toc a { text-decoration: none; }
.entry-content h2[id], .entry-content h3[id] { scroll-margin-top: 90px; }

/* Affiliate boxes */
.growth-affiliate { position: relative; border: 1px solid var(--growth-border); border-left: 4px solid var(--growth-accent); border-radius: 8px; padding: 16px; margin: 1.5rem 0; background: var(--growth-soft); }
.growth-affiliate-label { position: absolute; top: 6px; right: 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; color: var(--growth-muted); }
.growth-affiliate-inner { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.growth-affiliate-inner img { width: 64px; height: 64px; object-fit: cover; border-radius: 6px; }
.growth-affiliate-body { flex: 1 1 240px; }
.growth-affiliate-body p, .growth-affiliate-text { margin: 4px 0 0; }
.growth-affiliate-title { display: block; font-size: 1.05rem; }
.growth-affiliate-btn { white-space: nowrap; }

/* Author credentials */
.growth-author-credentials { display: flex; flex-direction: column; gap: 2px; margin: 4px 0 8px; font-size: 14px; }
.growth-author-title { font-weight: 600; }
.growth-author-cred { color: var(--growth-muted); }

/* Signup / alert box */
.growth-signup { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; border: 1px solid var(--growth-border); border-radius: 10px; padding: 18px 20px; background: var(--growth-soft); }
.growth-signup-text { display: flex; flex-direction: column; flex: 1 1 260px; }
.growth-signup-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.growth-signup-actions .form-control { min-width: 200px; flex: 1; }
.growth-btn-whatsapp { background: #25d366; color: #fff !important; border: 0; }
.growth-btn-whatsapp:hover { background: #1ebe5b; }

/* Q&A */
.growth-qa-item { border-bottom: 1px solid var(--growth-border); padding: 12px 0; }
.growth-qa-a { margin-top: 6px; padding-left: 12px; border-left: 3px solid var(--growth-accent); }
.growth-qa-form { margin-top: 16px; }

/* Tool pages */
.growth-page .page-title { margin-bottom: .5rem; }
.growth-tools-nav { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1.5rem; }
.growth-tools-nav a { padding: 6px 12px; border-radius: 20px; border: 1px solid var(--growth-border); text-decoration: none; font-size: 14px; color: inherit; }
.growth-tools-nav a.active, .growth-tools-nav a:hover { background: var(--growth-accent); border-color: var(--growth-accent); color: #fff; }
.growth-hero { padding: 8px 0 24px; }
.growth-checker-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; max-width: 760px; }
@media (max-width: 767px) { .growth-checker-form { grid-template-columns: 1fr; } }
.growth-country-grid, .growth-office-grid, .growth-service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.growth-country-card, .growth-office, .growth-service, .growth-side-box, .growth-calc, .growth-order-form, .growth-order-done { border: 1px solid var(--growth-border); border-radius: 10px; padding: 18px; }
.growth-country-card h2, .growth-office h2, .growth-service h2 { font-size: 1.1rem; font-weight: 700; margin: 0 0 8px; }
.growth-country-card ul { list-style: none; padding: 0; margin: 0; }
.growth-country-card li { padding: 3px 0; }
.growth-office.is-sponsored { border-color: #f0c14b; box-shadow: 0 0 0 1px #f0c14b inset; }
.growth-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; margin: 1rem 0 1.5rem; }
.growth-facts div { border: 1px solid var(--growth-border); border-radius: 8px; padding: 12px; background: var(--growth-soft); }
.growth-facts span { display: block; font-size: 12px; color: var(--growth-muted); text-transform: uppercase; letter-spacing: .03em; }
.growth-facts strong { font-size: 1rem; }
.growth-checklist { list-style: none; padding: 0; margin: 0; }
.growth-checklist li { border-bottom: 1px solid var(--growth-border); }
.growth-checklist label { display: flex; gap: 10px; padding: 10px 0; cursor: pointer; align-items: flex-start; }
.growth-checklist input { margin-top: 5px; width: 18px; height: 18px; flex: 0 0 auto; }
.growth-checklist em { display: block; font-style: normal; color: var(--growth-muted); font-size: 14px; }
.growth-checklist input:checked + span strong { text-decoration: line-through; opacity: .6; }
.growth-table th { font-size: 13px; text-transform: uppercase; color: var(--growth-muted); }
.growth-official { display: flex; flex-wrap: wrap; gap: 8px; margin: 1.5rem 0 .5rem; }
.growth-disclaimer { font-size: 13px; color: var(--growth-muted); }
.growth-templates { border: 1px dashed var(--growth-border); border-radius: 8px; padding: 12px 16px; margin-top: 1.5rem; }
.growth-templates ul { margin: 6px 0 0; padding-left: 18px; }
.growth-side-box { margin-bottom: 16px; }
.growth-side-box h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.growth-side-office { padding: 6px 0; border-bottom: 1px solid var(--growth-border); margin-bottom: 6px; }
.growth-filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.growth-filter-bar .form-select { width: auto; min-width: 180px; flex: 1 1 180px; }
.growth-price { font-size: 1.4rem; font-weight: 700; color: var(--growth-accent); margin-bottom: 4px; }
.growth-service { display: flex; flex-direction: column; }
.growth-service .btn { margin-top: auto; align-self: flex-start; }
.growth-order-done { background: var(--growth-soft); }
.growth-order-done h2 { font-size: 1.2rem; }
.growth-country-checks { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 6px; }
.growth-calc-rows { display: flex; flex-direction: column; gap: 4px; }
.growth-calc-row { display: grid; grid-template-columns: 22px 1fr auto; gap: 10px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--growth-border); cursor: pointer; }
.growth-calc-amount { color: var(--growth-muted); white-space: nowrap; }
.growth-calc-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 20px; padding-top: 14px; border-top: 2px solid currentColor; font-size: 1.1rem; }
.growth-calc-total strong { font-size: 1.6rem; color: var(--growth-accent); }

/* Hubs */
.growth-hub-nav { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 2px; }
.growth-hub-nav::-webkit-scrollbar { display: none; }
.growth-hub-nav a { white-space: nowrap; font-size: 13px; padding: 5px 12px; }
.growth-hub-nav .growth-hub-home { font-weight: 700; border-color: var(--growth-accent); color: var(--growth-accent); }
.growth-hub-nav .growth-hub-home:hover { color: #fff; }
.growth-hub-hero { border-left: 5px solid var(--growth-accent); padding: 4px 0 4px 16px; margin-bottom: 24px; }
.growth-home-hubs { padding: 24px 0 8px; }
.growth-hub-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.growth-hub-card { border: 1px solid var(--growth-border); border-top: 4px solid var(--growth-accent); border-radius: 10px; padding: 18px; }
.growth-hub-card-title { display: block; font-size: 1.2rem; font-weight: 700; color: var(--growth-accent); text-decoration: none; margin-bottom: 6px; }
.growth-hub-card p { color: var(--growth-muted); margin-bottom: 10px; }
.growth-hub-card-links { display: flex; flex-wrap: wrap; gap: 6px; }
.growth-hub-card-links a { font-size: 13px; padding: 4px 10px; border-radius: 16px; background: var(--growth-soft); border: 1px solid var(--growth-border); text-decoration: none; color: inherit; }
.growth-hub-widget .growth-plain-list li { border-bottom: 1px solid var(--growth-border); }
.growth-block-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.growth-block-card { display: flex; flex-direction: column; gap: 4px; border: 1px solid var(--growth-border); border-radius: 10px; padding: 16px; text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
.growth-block-card:hover, .growth-link-card:hover, .growth-product-card:hover { border-color: var(--growth-accent); transform: translateY(-2px); }
.growth-block-card strong { color: var(--growth-accent); }
.growth-block-card span { color: var(--growth-muted); font-size: 14px; }
.growth-link-card { text-decoration: none; color: inherit; display: block; transition: border-color .15s, transform .15s; }
.growth-link-card h2, .growth-link-card h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 4px; }
.growth-post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.growth-post-card h3 { font-size: 1rem; font-weight: 700; margin: 8px 0 4px; line-height: 1.35; }
.growth-post-card h3 a { color: inherit; text-decoration: none; }
.growth-post-thumb img { width: 100%; height: auto; aspect-ratio: 45 / 28; object-fit: cover; border-radius: 8px; }
.growth-link-list { padding-left: 18px; }
.growth-link-list li { margin: 6px 0; }

/* Chips, filters, details */
.growth-chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.growth-chip-row a, .growth-radio { font-size: 13px; padding: 5px 12px; border-radius: 16px; border: 1px solid var(--growth-border); text-decoration: none; color: inherit; cursor: pointer; }
.growth-chip-row a.active, .growth-chip-row a:hover { background: var(--growth-accent); border-color: var(--growth-accent); color: #fff; }
.growth-check { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.growth-details { border: 1px solid var(--growth-border); border-radius: 8px; padding: 10px 14px; margin-bottom: 8px; }
.growth-details summary { cursor: pointer; font-weight: 600; }
.growth-answer-box { border-left: 4px solid var(--growth-accent); background: var(--growth-soft); padding: 12px 16px; border-radius: 6px; margin-bottom: 18px; }

/* AI tools */
.growth-tool-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 14px; }
.growth-tool-card { border: 1px solid var(--growth-border); border-radius: 10px; padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.growth-tool-card.is-sponsored { border-color: #f0c14b; box-shadow: 0 0 0 1px #f0c14b inset; }
.growth-tool-card p { margin: 0; font-size: 14px; }
.growth-tool-head { display: flex; gap: 10px; align-items: center; }
.growth-tool-head h3 { font-size: 1.05rem; font-weight: 700; margin: 0; }
.growth-tool-head h3 a { color: inherit; text-decoration: none; }
.growth-tool-head img, .growth-tool-initial { width: 44px; height: 44px; border-radius: 10px; object-fit: contain; flex: 0 0 auto; }
.growth-tool-initial { display: inline-flex; align-items: center; justify-content: center; background: var(--growth-accent); color: #fff; font-weight: 700; font-size: 1.2rem; }
.growth-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.growth-tags span { font-size: 12px; padding: 2px 8px; border-radius: 12px; background: var(--growth-soft); border: 1px solid var(--growth-border); }
.growth-tool-hero { display: flex; gap: 16px; align-items: center; margin-bottom: 18px; flex-wrap: wrap; }
.growth-tool-hero img { border-radius: 12px; object-fit: contain; }
.growth-pros-cons { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin: 18px 0; }
.growth-pros, .growth-cons { border: 1px solid var(--growth-border); border-radius: 10px; padding: 14px 16px; }
.growth-pros { border-top: 3px solid #16a34a; }
.growth-cons { border-top: 3px solid #dc2626; }
.growth-pros h3, .growth-cons h3 { font-size: 1rem; font-weight: 700; }
.growth-pros ul, .growth-cons ul { margin: 0; padding-left: 18px; }
.growth-compare-table th:first-child { width: 22%; }

/* Prompts & code */
.growth-prompt { border: 1px solid var(--growth-border); border-radius: 10px; padding: 16px; margin-bottom: 14px; }
.growth-prompt h2 { font-size: 1.05rem; font-weight: 700; margin: 0 0 2px; }
.growth-prompt-text, .entry-content pre { white-space: pre-wrap; word-break: break-word; background: var(--growth-soft); border: 1px solid var(--growth-border); border-radius: 8px; padding: 14px; margin: 12px 0; font-size: 14px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.entry-content pre { position: relative; padding-top: 34px; direction: ltr; text-align: left; }
.growth-code-copy { position: absolute; top: 6px; right: 6px; font-size: 12px; padding: 3px 10px; border-radius: 6px; border: 1px solid var(--growth-border); background: var(--bs-body-bg, #fff); color: inherit; }
.entry-content :not(pre) > code, .growth-code-inline { background: var(--growth-soft); border: 1px solid var(--growth-border); border-radius: 4px; padding: 1px 6px; font-size: .9em; direction: ltr; unicode-bidi: embed; }
.entry-content ol > li::marker { font-weight: 700; color: var(--growth-accent); }

.growth-prompt-image { position: relative; display: block; margin: -16px -16px 14px; border-radius: 10px 10px 0 0; overflow: hidden; }
.growth-prompt-image img { width: 100%; height: auto; aspect-ratio: 45 / 28; object-fit: cover; display: block; transition: transform .2s; }
.growth-prompt-image:hover img { transform: scale(1.03); }
.growth-prompt-image span { position: absolute; left: 10px; bottom: 10px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: #fff; background: rgba(0, 0, 0, .55); padding: 3px 8px; border-radius: 12px; }
.growth-prompt-list.is-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 16px; }
.growth-prompt-list.is-gallery .growth-prompt { margin-bottom: 0; display: flex; flex-direction: column; }
.growth-prompt-list.is-gallery .growth-prompt-text { max-height: 180px; overflow-y: auto; }

/* Packages, prices */
.growth-packages-table td { vertical-align: middle; }
.growth-product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.growth-product-card { display: flex; flex-direction: column; gap: 4px; border: 1px solid var(--growth-border); border-radius: 10px; padding: 14px; text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
.growth-product-card img { width: 100%; height: 160px; object-fit: contain; margin-bottom: 6px; }
.growth-shop-card img { height: 140px; object-fit: cover; border-radius: 6px; }
.growth-price-lg { font-size: 1.8rem; }
.growth-chart-wrap { border: 1px solid var(--growth-border); border-radius: 10px; padding: 10px; color: var(--growth-accent); margin-bottom: 12px; }
.growth-chart { width: 100%; height: auto; display: block; }
.growth-table-sm td, .growth-table-sm th { padding: 6px 8px; font-size: 14px; }

/* Refusal checker, timelines, budget */
.growth-refusal-checker { display: grid; gap: 8px; }
.growth-refusal-item { display: flex; gap: 10px; align-items: flex-start; border: 1px solid var(--growth-border); border-radius: 8px; padding: 10px 14px; cursor: pointer; }
.growth-refusal-item input { margin-top: 4px; width: 18px; height: 18px; flex: 0 0 auto; }
.growth-refusal-result { border-left: 4px solid #dc2626; background: var(--growth-soft); border-radius: 6px; padding: 12px 16px; margin-bottom: 10px; }
.growth-refusal-result h3 { font-size: 1.05rem; font-weight: 700; }
.growth-refusal-answer { border-left: 4px solid var(--growth-accent); padding: 12px 16px; background: var(--growth-soft); border-radius: 6px; }
.growth-calc-row-static { cursor: default; }

/* Batch 3: disclosure, sponsored, partner boxes, deals */
.growth-disclosure { font-size: 13px; color: var(--growth-muted); border-left: 3px solid var(--growth-border); padding: 4px 10px; margin: 0 0 1rem; }
.growth-sponsored-note { font-size: 14px; margin: 0 0 1rem; }
.growth-partner-box { border: 1px solid var(--growth-border); border-radius: 12px; padding: 16px; margin: 1.5rem 0; background: var(--growth-soft); }
.growth-partner-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; position: relative; }
.growth-partner-head .growth-affiliate-label { position: static; }
.growth-partner-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
.growth-partner-item { display: flex; flex-direction: column; gap: 2px; padding: 12px; border-radius: 10px; border: 1px solid var(--growth-border); background: var(--bs-body-bg, #fff); color: inherit; text-decoration: none; transition: border-color .15s; }
.growth-partner-item:hover { border-color: var(--growth-accent); }
.growth-partner-item span { font-size: 13px; color: var(--growth-muted); }
.growth-deal-tag { display: inline-block; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 20px; background: #e8f5ec; color: #1b7f3b; white-space: nowrap; }
.growth-deal-code { display: flex; gap: 8px; align-items: center; }
.growth-deal-code code { flex: 1; padding: 6px 10px; border: 1px dashed var(--growth-border); border-radius: 8px; font-weight: 700; letter-spacing: .05em; }
.growth-tool-card.is-featured { border-color: var(--growth-accent); }
.growth-widget { overflow-x: auto; }
.growth-search-form .form-label { font-size: 13px; margin-bottom: 4px; }

/* Leads */
.growth-lead-box { display: grid; grid-template-columns: minmax(220px, 1fr) 2fr; gap: 20px; border: 1px solid var(--growth-border); border-radius: 14px; padding: 20px; margin: 2rem 0; background: var(--growth-soft); }
@media (max-width: 767px) { .growth-lead-box { grid-template-columns: 1fr; } }
.growth-check-wrap { white-space: normal; align-items: flex-start; font-size: 14px; }
.growth-check-wrap input { margin-top: 4px; }
.growth-licensed { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: 2px 8px; border-radius: 20px; background: #e8f5ec; color: #1b7f3b; }

/* Q&A votes and community answers */
.growth-qa-team, .growth-qa-best { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-right: 6px; color: var(--growth-accent); }
.growth-qa-best { color: #1b7f3b; }
.growth-qa-community { border-left-color: var(--growth-border); }
.growth-qa-community.is-best { border-left-color: #1b7f3b; }
.growth-qa-meta, .growth-qa-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 6px; font-size: 13px; }
.growth-vote { border: 1px solid var(--growth-border); background: transparent; color: inherit; border-radius: 20px; padding: 2px 10px; font-size: 12px; }
.growth-vote span { font-weight: 700; margin-left: 4px; }
.growth-vote.is-voted { border-color: var(--growth-accent); color: var(--growth-accent); }
.growth-qa-reply summary { cursor: pointer; color: var(--growth-accent); }
.growth-qa-reply form { margin-top: 8px; min-width: min(420px, 90vw); }

/* Photo maker, Schengen, letters */
.growth-photo { display: grid; grid-template-columns: 1fr minmax(260px, 320px); gap: 24px; border: 1px solid var(--growth-border); border-radius: 14px; padding: 20px; }
@media (max-width: 767px) { .growth-photo { grid-template-columns: 1fr; } }
.growth-photo-stage { display: flex; flex-direction: column; align-items: center; }
.growth-photo-stage canvas { width: 100%; max-width: 300px; height: auto; border-radius: 6px; box-shadow: 0 0 0 1px var(--growth-border); background: #fff; touch-action: none; cursor: grab; }
.growth-trip-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; align-items: end; margin-bottom: 8px; }
.growth-trip-row label { font-size: 13px; color: var(--growth-muted); }
.growth-letter-preview { border: 1px solid var(--growth-border); border-radius: 10px; padding: 28px; background: #fff; color: #111; font-family: Georgia, "Times New Roman", serif; line-height: 1.6; min-height: 300px; white-space: normal; }
.growth-letter-preview p { margin: 0 0 12px; }

/* Passport ranking, appointments */
.growth-passport-summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.growth-passport-stat { display: flex; flex-direction: column; padding: 14px; border-radius: 12px; text-decoration: none; color: inherit; border: 1px solid var(--growth-border); border-top: 4px solid var(--growth-muted); }
.growth-passport-stat strong { font-size: 1.8rem; line-height: 1; }
.growth-passport-stat span { font-size: 13px; color: var(--growth-muted); }
.growth-passport-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px; margin-bottom: 1rem; }
.growth-passport-item { display: flex; flex-direction: column; padding: 10px 12px; border: 1px solid var(--growth-border); border-left: 4px solid var(--growth-muted); border-radius: 8px; }
.growth-passport-item span, .growth-passport-item em { font-size: 13px; color: var(--growth-muted); font-style: normal; }
.is-free { border-left-color: #1b7f3b; border-top-color: #1b7f3b; }
.is-arrival { border-left-color: #0071e3; border-top-color: #0071e3; }
.is-eta { border-left-color: #8e44ad; border-top-color: #8e44ad; }
.is-evisa { border-left-color: #c77c02; border-top-color: #c77c02; }
.is-required { border-left-color: #c0392b; border-top-color: #c0392b; }
.growth-slot { display: inline-block; font-size: 12px; font-weight: 600; padding: 2px 8px; border-radius: 20px; border: 1px solid var(--growth-border); border-left-width: 4px; white-space: nowrap; }

/* Jobs, store, stories, ratings */
.growth-job-list { display: flex; flex-direction: column; gap: 8px; }
.growth-job { display: flex; gap: 14px; align-items: center; padding: 14px 16px; border: 1px solid var(--growth-border); border-radius: 12px; }
.growth-job.is-featured { border-color: var(--growth-accent); background: var(--growth-soft); }
.growth-job-logo { width: 48px; height: 48px; border-radius: 10px; object-fit: contain; flex: 0 0 auto; }
.growth-job-body { flex: 1; min-width: 0; }
.growth-job-body h2 { font-size: 1.05rem; font-weight: 700; margin: 0 0 2px; }
.growth-job-body h2 a { color: inherit; text-decoration: none; }
.growth-job-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; text-align: right; }
@media (max-width: 575px) { .growth-job { flex-wrap: wrap; } .growth-job-meta { align-items: flex-start; text-align: left; width: 100%; } }
.growth-store-grid .growth-product-card img { height: 150px; object-fit: cover; border-radius: 8px; }
.growth-story-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.growth-story-card { position: relative; display: block; aspect-ratio: 9 / 16; border-radius: 14px; overflow: hidden; background: #1d1d1f; color: #fff; text-decoration: none; }
.growth-story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.growth-story-card:hover img { transform: scale(1.04); }
.growth-story-card span { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 12px 12px; font-weight: 700; font-size: 14px; line-height: 1.3; background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent); }
.growth-rating { color: #f5a623; }
.growth-rating strong, .growth-rating span { color: inherit; }
.growth-star-off { color: var(--growth-border); }
.growth-star-input { display: inline-flex; flex-direction: row-reverse; gap: 2px; }
.growth-star-input input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.growth-star-input label { font-size: 28px; line-height: 1; color: var(--growth-border); cursor: pointer; }
.growth-star-input label:hover, .growth-star-input label:hover ~ label, .growth-star-input input:checked ~ label { color: #f5a623; }
.growth-star-input input:focus-visible + label { outline: 2px solid var(--growth-accent); border-radius: 4px; }

/* Assistant widget */
.growth-chat { position: fixed; right: 16px; bottom: 16px; z-index: 1040; font-size: 15px; }
.growth-chat-toggle { display: flex; align-items: center; gap: 8px; border: 0; border-radius: 30px; padding: 12px 18px; background: var(--growth-accent); color: #fff; box-shadow: 0 6px 20px rgba(0, 0, 0, .2); font-weight: 600; }
.growth-chat-panel { position: absolute; right: 0; bottom: 60px; width: min(380px, calc(100vw - 32px)); max-height: min(560px, calc(100vh - 100px)); display: flex; flex-direction: column; background: var(--bs-body-bg, #fff); color: var(--bs-body-color, #222); border: 1px solid var(--growth-border); border-radius: 12px; box-shadow: 0 12px 40px rgba(0, 0, 0, .25); overflow: hidden; }
.growth-chat-panel[hidden] { display: none; }
.growth-chat-head { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-bottom: 1px solid var(--growth-border); }
.growth-chat-close { border: 0; background: none; font-size: 24px; line-height: 1; color: inherit; }
.growth-chat-body { flex: 1; overflow-y: auto; padding: 12px 16px; display: flex; flex-direction: column; gap: 10px; }
.growth-chat-msg { padding: 10px 12px; border-radius: 10px; max-width: 92%; line-height: 1.45; overflow-wrap: anywhere; }
.growth-chat-bot { background: var(--growth-soft); border: 1px solid var(--growth-border); align-self: flex-start; }
.growth-chat-user { background: var(--growth-accent); color: #fff; align-self: flex-end; }
.growth-chat-sources { margin-top: 8px; font-size: 13px; }
.growth-chat-sources a { display: block; }
.growth-chat-form { display: flex; gap: 8px; padding: 10px 12px; border-top: 1px solid var(--growth-border); }
.growth-chat-form input { flex: 1; min-width: 0; border: 1px solid var(--growth-border); border-radius: 8px; padding: 8px 10px; background: transparent; color: inherit; }
.growth-chat-note { font-size: 11px; color: var(--growth-muted); padding: 0 12px 10px; }
@media (max-width: 575px) { .growth-chat-toggle span { display: none; } .growth-chat-toggle { padding: 14px; } }
@media print { .growth-chat, .growth-tools-nav, .growth-signup, .growth-qa-form { display: none !important; } }
