/*
 * VettedIncome site styles: offer cards, header tools, offer page and the
 * shared bits (chips, pills, bands). Colours come from the global-styles
 * palette so there's one place to change them; the fallbacks match it.
 */

/* The theme registers this font with an invalid weight ("variable"), which
   browsers ignore, so it only renders at 400 with faked bold. Registering
   the same file under our own name with its real 200–800 range fixes that. */
@font-face {
	font-family: "VI Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../../../themes/hostinger-ai-theme/assets/fonts/Manrope-Variable.ttf") format("truetype");
}

:root {
	--vi-ink: var(--wp--preset--color--page-text, #0A2A1F);
	--vi-brand: var(--wp--preset--color--brand, #0E3C2C);
	--vi-brand-hover: #0A2E22;
	--vi-mint: var(--wp--preset--color--accent, #8EDAC0);
	--vi-mint-hover: #7ACFB2;
	--vi-surface: var(--wp--preset--color--surface, #E9F8F0);
	--vi-soft: var(--wp--preset--color--soft, #EEF4F1);
	--vi-muted: var(--wp--preset--color--muted, #5D6E65);
	--vi-line: var(--wp--preset--color--hairline, #DAE5E0);
	--vi-card: #FFFFFF;
	--vi-trust: var(--wp--preset--color--trust, #127A41);
	--vi-trust-tint: var(--wp--preset--color--trust-tint, #E5F3EA);
	--vi-radius: 16px;
	--vi-shadow: 0 1px 2px rgba(10, 42, 31, 0.05), 0 10px 28px -16px rgba(10, 42, 31, 0.22);
	--vi-shadow-hover: 0 2px 4px rgba(10, 42, 31, 0.06), 0 18px 36px -18px rgba(10, 42, 31, 0.3);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* The theme forces 8px corners (with !important) and a 2px border on every
   button. Pill buttons without a border are the site style. The theme's
   most specific selector is body:not(.elementor-page) .wp-element-button:not(...)
   (0,3,1); ".wp-block-button .wp-element-button" plus "html" beats it.
   Buttons that want a border set it inline, which still wins over this. */
html body:not(.elementor-page) .wp-block-button__link,
html body:not(.elementor-page) .wp-block-button .wp-element-button {
	border-width: 0;
	border-radius: 999px !important;
}

.vi-icon {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex-shrink: 0;
}

/* Controls that need JavaScript stay hidden without it. */
.vi-save,
.vi-currency,
[data-vi-share],
[data-vi-copy-link] {
	display: none !important;
}
.vi-js .vi-save,
.vi-js .vi-currency,
.vi-js [data-vi-share],
.vi-js [data-vi-copy-link] {
	display: inline-flex !important;
}
.vi-js [hidden],
.wp-block-post[hidden] {
	display: none !important;
}

/* In the block editor there's no site script, so show the JS-only
   controls anyway to make previews match the live page. */
.editor-styles-wrapper .vi-save,
.editor-styles-wrapper .vi-currency,
.editor-styles-wrapper [data-vi-share],
.editor-styles-wrapper [data-vi-copy-link] {
	display: inline-flex !important;
}
.editor-styles-wrapper .vi-guide-filters {
	display: flex;
}
.vi-editor-preview {
	display: block;
}

/* ---------------------------------------------------------------------
 * Shared pieces
 * ------------------------------------------------------------------ */

.vi-eyebrow {
	display: inline-block;
	margin: 0;
	padding: 5px 12px;
	border-radius: 999px;
	background: var(--vi-mint);
	color: var(--vi-ink);
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.vi-eyebrow--on-dark {
	background: rgba(142, 218, 192, 0.16);
	color: var(--vi-mint);
}
/* An inline-block can't be centred with auto margins; a table can. */
.vi-eyebrow.has-text-align-center {
	display: table;
	margin-left: auto !important;
	margin-right: auto !important;
}

.vi-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 20px;
	font-size: 13px;
	color: var(--vi-muted);
}
.vi-breadcrumbs a {
	color: var(--vi-muted);
	text-decoration: none;
}
.vi-breadcrumbs a:hover {
	color: var(--vi-ink);
	text-decoration: underline;
}

.vi-band--mint {
	background: linear-gradient(180deg, var(--vi-surface) 0%, #F4FBF7 70%, var(--wp--preset--color--page-background, #FCFEFD) 100%);
}

.vi-pill-link,
.vi-pill-link a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
}
.vi-pill-link a {
	padding: 9px 16px;
	border: 1px solid var(--vi-line);
	border-radius: 999px;
	background: #fff;
	color: var(--vi-ink) !important;
}
.vi-pill-link a:hover {
	border-color: var(--vi-brand);
}

.vi-button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 999px;
	background: var(--vi-brand);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}
.vi-button:hover {
	background: var(--vi-brand-hover);
}

.vi-totals {
	display: inline-block;
	margin: 0;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--vi-mint);
	color: var(--vi-ink);
	font-size: 14px;
	font-weight: 800;
}

.vi-section-title {
	margin: 40px 0 16px;
	font-size: 22px;
}

.vi-more-link {
	margin: 20px 0 0;
	font-weight: 700;
}

/* Section header: title on the left, pill link on the right. */
.vi-section-head {
	gap: 16px;
}
.vi-section-head h2 {
	margin: 0;
}

/* ---------------------------------------------------------------------
 * Chips, reward pill, status, monogram
 * ------------------------------------------------------------------ */

.vi-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.vi-chip {
	margin: 0;
	padding: 3px 10px;
	border: 1px solid var(--vi-line);
	border-radius: 999px;
	background: #fff;
	color: var(--vi-ink);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}
.vi-chip--accent {
	border-color: transparent;
	background: var(--vi-surface);
}
.vi-chip--verified {
	border-color: transparent;
	background: var(--vi-trust-tint);
	color: var(--vi-trust);
	font-weight: 800;
}
.vi-chip--muted {
	border-color: transparent;
	background: var(--vi-soft);
	color: var(--vi-muted);
}

.vi-reward-pill {
	display: inline-block;
	padding: 4px 11px;
	border-radius: 999px;
	background: var(--vi-mint);
	color: var(--vi-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	white-space: nowrap;
}

.vi-status {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	color: var(--vi-muted);
	font-size: 12.5px;
	font-weight: 700;
}
.vi-status--verified {
	color: var(--vi-trust);
}
.vi-status__icon {
	display: inline-grid;
	place-items: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--vi-trust-tint);
	font-size: 10px;
	line-height: 1;
}

.vi-monogram {
	display: inline-grid;
	place-items: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border: 1px solid var(--vi-line);
	border-radius: 12px;
	background: var(--vi-surface);
	color: var(--vi-brand);
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}
.vi-monogram--large {
	width: 76px;
	height: 76px;
	border-radius: 18px;
	font-size: 34px;
	background: #fff;
	box-shadow: var(--vi-shadow);
}

/* ---------------------------------------------------------------------
 * Offer card
 * ------------------------------------------------------------------ */

.vi-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-sizing: border-box;
	height: 100%;
	padding: 20px;
	border: 1px solid var(--vi-line);
	border-radius: var(--vi-radius);
	background: var(--vi-card);
	box-shadow: var(--vi-shadow);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.vi-card:hover {
	box-shadow: var(--vi-shadow-hover);
	transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
	.vi-card,
	.vi-card:hover {
		transition: none;
		transform: none;
	}
}
.vi-card__top {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
}
.vi-card__company {
	margin: 0;
	color: var(--vi-muted);
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
.vi-card__title {
	margin: 0;
	font-size: 16.5px !important;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.01em;
}
.vi-card__title a {
	color: var(--vi-ink) !important;
	text-decoration: none !important;
}
.vi-card__title a:hover {
	text-decoration: underline !important;
}
.vi-card__summary {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--vi-muted);
	font-size: 14px;
	line-height: 1.55;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.vi-card .vi-status {
	margin-top: auto;
}

.vi-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 13px 18px;
	border-radius: 999px;
	background: var(--vi-brand);
	color: #fff !important;
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 0.15s ease;
}
.vi-cta:hover,
.vi-cta:focus-visible {
	background: var(--vi-brand-hover);
}

.vi-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-height: 32px;
}
.vi-card__more {
	color: var(--vi-muted) !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
}
.vi-card__more:hover {
	color: var(--vi-ink) !important;
	text-decoration: underline !important;
}

/* Save (bookmark) button */
.vi-save {
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	color: var(--vi-muted);
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}
.vi-save:hover {
	background: var(--vi-soft);
	color: var(--vi-ink);
}
.vi-save[aria-pressed="true"] {
	color: var(--vi-brand);
}
.vi-save[aria-pressed="true"] .vi-icon {
	fill: currentColor;
}
.vi-save--labelled {
	padding: 9px 16px;
	border-color: var(--vi-line);
	background: #fff;
	color: var(--vi-ink);
}

/* Grids: Query Loop post templates and the saved-offers grid. */
.vi-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	gap: 24px;
}
.wp-block-post-template.is-layout-grid > li {
	min-width: 0;
}

/* Compact row: "Last verified" and similar-offer lists */
.vi-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	padding: 14px 16px;
	border: 1px solid var(--vi-line);
	border-radius: 14px;
	background: #fff;
}
.vi-row__main {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.vi-row__company {
	margin: 0;
	color: var(--vi-muted);
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
.vi-row__title {
	overflow: hidden;
	color: var(--vi-ink) !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vi-row__title:hover {
	text-decoration: underline !important;
}
.vi-row .vi-status {
	margin-top: 2px;
}
/* Similar offers sit in a narrow two-column grid beside the sidebar, so the
   reward badge moves under the title instead of squeezing it. */
.vi-offer-layout .vi-row {
	grid-template-columns: auto minmax(0, 1fr);
}
.vi-offer-layout .vi-row .vi-reward-pill {
	grid-column: 2;
	justify-self: start;
}

.vi-filter-empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 24px;
	border: 1px dashed var(--vi-line);
	border-radius: var(--vi-radius);
	color: var(--vi-muted);
	text-align: center;
}
.vi-filter-empty button {
	margin-left: 6px;
	padding: 0;
	border: 0;
	background: none;
	color: var(--vi-brand);
	font: inherit;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

/* ---------------------------------------------------------------------
 * Header tools: saved offers + currency switch
 * ------------------------------------------------------------------ */

.vi-header-tools {
	display: flex;
	align-items: center;
	gap: 4px;
}
.vi-saves-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	color: var(--vi-ink) !important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
}
.vi-saves-link:hover {
	background: var(--vi-soft);
}
.vi-saves-count {
	display: inline-grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	box-sizing: border-box;
	border-radius: 999px;
	background: var(--vi-mint);
	color: var(--vi-ink);
	font-size: 11px;
	font-weight: 800;
}

.vi-currency {
	position: relative;
}
.vi-currency__button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid var(--vi-line);
	border-radius: 999px;
	background: #fff;
	color: var(--vi-ink);
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.vi-currency__button:hover,
.vi-currency__button[aria-expanded="true"] {
	border-color: var(--vi-brand);
}
.vi-currency__menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 100;
	width: 220px;
	padding: 8px;
	border: 1px solid var(--vi-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--vi-shadow-hover);
}
.vi-currency__hint {
	margin: 4px 8px 6px;
	color: var(--vi-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.vi-currency__option {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	width: 100%;
	padding: 9px 10px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--vi-ink);
	font: inherit;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
}
.vi-currency__option:hover,
.vi-currency__option:focus-visible {
	background: var(--vi-soft);
}
.vi-currency__option[aria-pressed="true"] {
	background: var(--vi-surface);
}
.vi-currency__code {
	font-weight: 800;
}
.vi-currency__desc {
	color: var(--vi-muted);
	font-size: 13px;
}

.hostinger-ai-menu .wp-block-button__link {
	white-space: nowrap;
}

@media (max-width: 781px) {
	.vi-saves-link__label {
		display: none;
	}
	/* The header button's padding is inline, hence !important. */
	.hostinger-ai-menu .wp-block-button__link {
		padding: 8px 14px !important;
		font-size: 14px !important;
	}
	.vi-saves-link,
	.vi-currency__button {
		padding: 7px 9px;
	}
}

/* ---------------------------------------------------------------------
 * Browse page: filters
 * ------------------------------------------------------------------ */

.vi-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.vi-filters__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.vi-filter-chip {
	padding: 8px 16px;
	border: 1px solid var(--vi-line);
	border-radius: 999px;
	background: #fff;
	color: var(--vi-ink) !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
}
.vi-filter-chip:hover {
	border-color: var(--vi-brand);
}
.vi-filter-chip[aria-current="true"] {
	border-color: var(--vi-brand);
	background: var(--vi-brand);
	color: #fff !important;
}
.vi-filters__form {
	display: flex;
	gap: 8px;
	margin: 0;
}
.vi-filters__form select {
	min-width: 200px;
	padding: 9px 14px;
	border: 1px solid var(--vi-line);
	border-radius: 12px;
	background: #fff;
	color: var(--vi-ink);
	font: inherit;
	font-size: 14px;
}
.vi-filters__go {
	padding: 9px 16px;
	border: 0;
	border-radius: 12px;
	background: var(--vi-brand);
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.vi-js .vi-filters__go {
	display: none;
}

/* Trust strip: ticked promises in a row */
.vi-trust-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 700;
}
.vi-trust-strip li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}
.vi-trust-strip li::before {
	content: "✓";
	display: inline-grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--vi-mint);
	color: var(--vi-ink);
	font-size: 11px;
	font-weight: 800;
}

/* FAQ (core Details blocks) */
.vi-faq .wp-block-details {
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid var(--vi-line);
}
.vi-faq .wp-block-details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-weight: 800;
	list-style: none;
	cursor: pointer;
}
.vi-faq .wp-block-details summary::-webkit-details-marker {
	display: none;
}
.vi-faq .wp-block-details summary::after {
	content: "+";
	flex-shrink: 0;
	color: var(--vi-brand);
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}
.vi-faq .wp-block-details[open] summary::after {
	content: "−";
}
.vi-faq .wp-block-details p {
	margin: 12px 0 0;
	color: var(--vi-muted);
}

/* ---------------------------------------------------------------------
 * Single offer page
 * ------------------------------------------------------------------ */

.vi-offer-hero__main {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}
.vi-offer-hero__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}
.vi-offer-hero__company {
	margin: 4px 0 0;
	color: var(--vi-muted);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.vi-offer-hero__title {
	max-width: 720px;
	margin: 0;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.12;
}
.vi-offer-hero__byline {
	margin: 0;
	color: var(--vi-muted);
	font-size: 14px;
}
.vi-offer-hero__cta {
	display: none;
	margin-top: 6px;
}

.vi-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
}
.vi-action {
	align-items: center;
	padding: 9px 16px;
	border: 1px solid var(--vi-line);
	border-radius: 999px;
	background: #fff;
	color: var(--vi-ink);
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.vi-action:hover {
	border-color: var(--vi-brand);
}

.vi-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 28px;
	overflow: hidden;
	border-radius: 14px;
	background: var(--vi-surface);
}
.vi-stats__item {
	padding: 14px 18px;
}
.vi-stats__item + .vi-stats__item {
	border-left: 1px solid rgba(14, 60, 44, 0.1);
}
.vi-stats dt {
	margin: 0 0 4px;
	color: var(--vi-muted);
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
.vi-stats dd {
	margin: 0;
	font-size: 16px;
	font-weight: 800;
}

.vi-steps {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: vi-step;
}
.vi-steps li {
	position: relative;
	margin: 0;
	padding-left: 44px;
	line-height: 1.6;
	counter-increment: vi-step;
}
.vi-steps li::before {
	content: counter(vi-step);
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--vi-mint);
	color: var(--vi-ink);
	font-size: 13px;
	font-weight: 800;
}
.vi-timing {
	margin: 16px 0 0;
	color: var(--vi-muted);
	font-size: 14px;
}

.vi-callout {
	margin: 28px 0 0;
	padding: 18px 20px;
	border: 1px solid rgba(14, 60, 44, 0.08);
	border-radius: 14px;
	background: var(--vi-surface);
}
.vi-callout p {
	margin: 0;
}
.vi-callout__title {
	margin-bottom: 6px !important;
	font-weight: 800;
}
.vi-callout__region {
	margin-bottom: 6px !important;
	font-size: 14px;
	font-weight: 700;
}
.vi-callout__text {
	color: var(--vi-ink);
	font-size: 15px;
	line-height: 1.6;
}

.vi-terms {
	margin: 20px 0 0;
	padding: 16px 20px;
	border: 1px solid var(--vi-line);
	border-radius: 14px;
	background: #fff;
}
.vi-terms summary {
	font-weight: 800;
	cursor: pointer;
}
.vi-terms p {
	margin: 12px 0 0;
	color: var(--vi-muted);
	font-size: 15px;
	line-height: 1.6;
}

.vi-track {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 28px 0 0;
	padding: 20px;
	border: 1px solid var(--vi-line);
	border-radius: 14px;
	background: var(--vi-soft);
}
.vi-track p {
	margin: 0;
}
.vi-track__title {
	font-weight: 800;
}
.vi-track__text {
	max-width: 460px;
	margin-top: 4px !important;
	color: var(--vi-muted);
	font-size: 14px;
}

.vi-sidebar-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 24px;
	border: 1px solid var(--vi-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--vi-shadow);
}
.vi-sidebar-card p {
	margin: 0;
}
.vi-sidebar-card__head {
	display: flex;
	align-items: center;
	gap: 12px;
}
.vi-sidebar-card__company {
	color: var(--vi-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.vi-sidebar-card__reward {
	color: var(--vi-brand);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
}
.vi-sidebar-card__summary {
	color: var(--vi-muted);
	font-size: 14px;
	line-height: 1.55;
}
.vi-sidebar-card__rows {
	margin: 0;
	border-top: 1px solid var(--vi-line);
}
.vi-sidebar-card__rows div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid var(--vi-line);
	font-size: 14px;
}
.vi-sidebar-card__rows dt {
	color: var(--vi-muted);
}
.vi-sidebar-card__rows dd {
	margin: 0;
	font-weight: 800;
	text-align: right;
}
.vi-sidebar-card__note {
	color: var(--vi-muted);
	font-size: 12.5px;
	text-align: center;
}

.vi-offer-layout > .wp-block-column:last-child {
	position: sticky;
	top: 24px;
	align-self: flex-start;
}

/* Previous / next offer links */
.vi-post-nav .wp-block-post-navigation-link {
	flex: 1 1 0;
	min-width: 0;
	padding: 16px 18px;
	border: 1px solid var(--vi-line);
	border-radius: 14px;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
}
.vi-post-nav .wp-block-post-navigation-link a {
	color: var(--vi-ink) !important;
	text-decoration: none !important;
}
.vi-post-nav .post-navigation-link__label {
	display: block;
	margin-bottom: 4px;
	color: var(--vi-muted);
	font-size: 11.5px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.vi-disclosure {
	color: var(--vi-muted);
	font-size: 13px;
	line-height: 1.6;
}

@media (max-width: 781px) {
	.vi-offer-hero__main {
		gap: 16px;
	}
	.vi-monogram--large {
		width: 56px;
		height: 56px;
		font-size: 26px;
		border-radius: 14px;
	}
	.vi-offer-hero__cta {
		display: block;
	}
	.vi-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.vi-stats__item:nth-child(3) {
		border-left: 0;
	}
	.vi-stats__item:nth-child(n + 3) {
		border-top: 1px solid rgba(14, 60, 44, 0.1);
	}
	.vi-offer-layout > .wp-block-column:last-child {
		position: static;
	}
}

@media (max-width: 600px) {
	.vi-offer-hero__main {
		flex-direction: column;
	}
}

/* ---------------------------------------------------------------------
 * Side hustle guides: cards, hub filters and guide pages
 * ------------------------------------------------------------------ */

.vi-guide {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--vi-line);
	border-radius: var(--vi-radius);
	background: #fff;
	box-shadow: var(--vi-shadow);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.vi-guide:hover {
	box-shadow: var(--vi-shadow-hover);
	transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
	.vi-guide,
	.vi-guide:hover {
		transition: none;
		transform: none;
	}
}
.vi-guide__art {
	position: relative;
	display: grid;
	place-items: center;
	height: 170px;
	background: linear-gradient(160deg, var(--vi-surface) 0%, #F6FCF9 100%);
	color: var(--vi-brand);
}
.vi-guide__art::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--vi-brand), var(--vi-mint));
}
.vi-guide__art .vi-icon {
	width: 88px;
	height: 88px;
	stroke-width: 1.3;
}
.vi-guide__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
}
.vi-guide__title {
	margin: 2px 0 0;
	font-size: 19px !important;
	line-height: 1.25;
}
.vi-guide__title a {
	color: var(--vi-ink) !important;
	text-decoration: none !important;
}
.vi-guide__title a:hover {
	text-decoration: underline !important;
}
.vi-guide__summary {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--vi-muted);
	font-size: 14px;
	line-height: 1.55;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.vi-guide__pay {
	margin: 0;
	font-size: 13.5px;
	font-weight: 700;
}
.vi-guide__pay span {
	display: block;
	color: var(--vi-muted);
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
.vi-guide__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid var(--vi-line);
	font-size: 13px;
}
.vi-guide__checked {
	color: var(--vi-muted);
}
.vi-guide__more {
	color: var(--vi-ink) !important;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}
.vi-guide__more:hover {
	text-decoration: underline !important;
}

/* Hub filter chips: they filter in place, so they need JavaScript. */
.vi-guide-filters {
	display: none;
	flex-wrap: wrap;
	gap: 8px;
}
.vi-js .vi-guide-filters {
	display: flex;
}
button.vi-filter-chip {
	font: inherit;
	font-size: 14px;
	cursor: pointer;
}
.vi-filter-chip[aria-pressed="true"] {
	border-color: var(--vi-brand);
	background: var(--vi-brand);
	color: #fff !important;
}

/* Guide page */
.vi-guide-icon {
	display: grid;
	place-items: center;
	flex-shrink: 0;
	width: 76px;
	height: 76px;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--vi-shadow);
	color: var(--vi-brand);
}
.vi-guide-icon .vi-icon {
	width: 46px;
	height: 46px;
	stroke-width: 1.5;
}
.vi-stats--guide dd {
	font-size: 14.5px;
	line-height: 1.4;
}
.vi-guide-content h2 {
	margin: 40px 0 14px;
	font-size: 24px !important;
}
.vi-guide-content li {
	margin-bottom: 8px;
	line-height: 1.6;
}
.vi-guide-content .vi-sources {
	color: var(--vi-muted);
	font-size: 14px;
}
@media (max-width: 781px) {
	.vi-guide-icon {
		width: 56px;
		height: 56px;
		border-radius: 14px;
	}
	.vi-guide-icon .vi-icon {
		width: 34px;
		height: 34px;
	}
}

/* ---------------------------------------------------------------------
 * How It Works: numbered step cards
 * ------------------------------------------------------------------ */

.vi-step-card {
	padding: 28px;
	border: 1px solid var(--vi-line);
	border-radius: var(--vi-radius);
	background: #fff;
	box-shadow: var(--vi-shadow);
}
.vi-step-number {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin: 0 0 16px;
	border-radius: 50%;
	background: var(--vi-mint);
	color: var(--vi-ink);
	font-size: 18px;
	font-weight: 800;
}

/* ---------------------------------------------------------------------
 * Saved offers page
 * ------------------------------------------------------------------ */

.vi-empty {
	padding: 40px 24px;
	border: 1px dashed var(--vi-line);
	border-radius: var(--vi-radius);
	background: #fff;
	color: var(--vi-muted);
	text-align: center;
}
.vi-empty__title {
	margin: 0 0 8px;
	color: var(--vi-ink);
	font-size: 20px;
	font-weight: 800;
}

/* ---------------------------------------------------------------------
 * Homepage bands
 * ------------------------------------------------------------------ */

.vi-hero h1 {
	letter-spacing: -0.025em;
}
.vi-hero .wp-block-search__inside-wrapper {
	border: 0 !important;
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.4);
}
.vi-hero .vi-trust-strip {
	justify-content: center;
	color: #D6EDE3;
}
.vi-text-link a {
	color: #fff !important;
	font-weight: 700;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

/* Rounded photo stack (sign-up band) */
.vi-photo-stack {
	gap: 16px;
}
.vi-photo-stack .wp-block-image {
	margin: 0;
}
.vi-photo-stack .wp-block-image img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 24px;
}
.vi-photo-stack .wp-block-image:nth-child(2) {
	transform: translateY(28px);
}
@media (max-width: 781px) {
	.vi-photo-stack .wp-block-image img {
		height: 150px;
		border-radius: 16px;
	}
	.vi-photo-stack .wp-block-image:nth-child(2) {
		transform: none;
	}
}

/* Dark inner card in the "about" band */
.vi-dark-card img {
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
}
.vi-outline-light .wp-block-button__link {
	border: 1.5px solid #fff !important;
	background: transparent !important;
	color: #fff !important;
}
.vi-outline-light .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}
.vi-outline-dark .wp-block-button__link {
	border: 1.5px solid var(--vi-ink) !important;
	background: transparent !important;
	color: var(--vi-ink) !important;
}
.vi-outline-dark .wp-block-button__link:hover {
	background: rgba(10, 42, 31, 0.06) !important;
}

/* ---------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------ */

.vi-footer h2 {
	margin: 0 0 14px;
	font-size: 13px !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.vi-footer-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}
.vi-footer-links a {
	color: var(--vi-ink) !important;
	text-decoration: none !important;
}
.vi-footer-links a:hover {
	text-decoration: underline !important;
}
.vi-footer .wp-block-social-links {
	margin-top: 16px;
}

/* Newsletter form (Hostinger Reach): its own styles assume a dark footer. */
.vi-footer .hostinger-reach-block-form-field label {
	color: var(--vi-ink);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.vi-footer .hostinger-reach-block-form-field input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--wp--preset--color--grey, #7A8F85);
	border-radius: 12px;
	background: #fff;
	color: var(--vi-ink);
	font: inherit;
}
/* "html body" outranks the theme's .site-footer rule, which forces a
   transparent button (with !important) on pages using the theme's own
   page templates. */
html body .vi-footer .hostinger-reach-block-submit {
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--vi-brand) !important;
	color: #fff !important;
	font-weight: 700 !important;
	cursor: pointer;
}
html body .vi-footer .hostinger-reach-block-submit:hover {
	background: var(--vi-brand-hover) !important;
}
