/*
Theme Name: Winevizer
Theme URI: https://www.winevizer.com
Description: Winevizer Wordpress theme
Version: 1.0
Author: Sebastien Demoustiez
Author URI: https://www.winevizer.com
Tags: winevizer
*/

/* ============================
   Landing campaign page
   ============================ */
body.wvz-landing {
	background-color: #ffffff;
}

/* --- Variant B: pain-first --- */
.wvz-pain-pre {
	color: #c0392b !important;
}

.wvz-pain-bullets li {
	color: #555;
	font-weight: 400 !important;
}

.wvz-pain-bullets .la {
	background: #c0392b !important;
	color: #ffffff !important;
}

.wvz-landing-cta__reassure {
	margin-top: 14px;
	color: #222;
	font-size: 0.88rem;
}

/* --- Variant C: social proof stats strip --- */
.wvz-landing-stats {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.wvz-landing-stat {
	display: flex;
	flex-direction: column;
	padding-right: 20px;
	border-right: 1px solid #ececec;
	flex: 1 1 auto;
	min-width: 120px;
}

.wvz-landing-stat:last-child {
	border-right: 0;
}

.wvz-landing-stat__num {
	font-size: 2rem;
	font-weight: 700;
	color: #a01b2d;
	line-height: 1;
}

.wvz-landing-stat__lbl {
	font-size: 0.85rem;
	color: #555;
	margin-top: 6px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wvz-landing-header {
	padding: 18px 0;
	border-bottom: 1px solid #ececec;
	background: #ffffff;
	position: sticky;
	top: 0;
	z-index: 50;
}

.wvz-landing-logo-img {
	height: 42px;
	width: auto;
	max-width: 200px;
	display: block;
}

.wvz-landing-logo-col {
	display: flex;
	align-items: center;
}

.wvz-landing-header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/* Contact button — solid red pill, white on hover */
.wvz-landing-contact {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 18px;
	margin: 0;
	color: #fff;
	background: #a01b2d;
	border: 1.5px solid #a01b2d;
	border-radius: 999px;
	font-family: inherit;
	font-weight: 600;
	font-size: 0.88rem;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
	box-shadow: 0 2px 8px rgba(160, 27, 45, 0.18);
}

.wvz-landing-contact:hover,
.wvz-landing-contact:focus-visible {
	color: #a01b2d;
	background: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(160, 27, 45, 0.22);
}

.wvz-landing-contact__svg {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
}

.wvz-landing-contact__text {
	display: inline-block;
}

.wvz-landing-hero {
	padding: 70px 0 60px;
	background: linear-gradient(180deg, #faf7f5 0%, #ffffff 100%);
	position: relative;
	overflow: hidden;
}

.wvz-landing-hero__pre {
	color: #a01b2d;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85rem;
	font-weight: 600;
	margin-bottom: 14px;
}

/* Pricing strip — above-the-fold offer visibility (CRO audit CC-1, 2026-05-27) */
.wvz-pricing-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 8px 0 18px;
	padding: 10px 14px;
	background: rgba(160, 27, 45, 0.05);
	border-left: 3px solid #a01b2d;
	border-radius: 6px;
	font-size: 0.92rem;
	color: #2e3d62;
	line-height: 1.35;
}

.wvz-pricing-strip__item {
	display: inline-flex;
	align-items: center;
}

.wvz-pricing-strip__item--price strong {
	color: #a01b2d;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin-left: 4px;
}

.wvz-pricing-strip__item--free {
	font-weight: 700;
	color: #1f6b3a;
}

.wvz-pricing-strip__sep {
	color: #ccc;
	font-weight: 700;
}

@media (max-width: 575px) {
	.wvz-pricing-strip {
		font-size: 0.84rem;
		padding: 9px 12px;
		gap: 4px 8px;
	}
}

.wvz-landing-hero__title {
	font-size: 2.6rem;
	line-height: 1.15;
	color: #111;
	font-weight: 700;
	margin: 0 0 18px;
}

.wvz-landing-hero__title .wvz-accent,
.wvz-landing-form__title .wvz-accent {
	color: #a01b2d;
}

/* Subtle "highlighter" effect on form title accent — bottom band of soft red */
.wvz-landing-form__title .wvz-accent {
	background: linear-gradient(180deg, transparent 62%, rgba(160, 27, 45, 0.18) 62%, rgba(160, 27, 45, 0.18) 92%, transparent 92%);
	padding: 0 2px;
	white-space: nowrap;
}

.wvz-landing-hero__sub {
	color: #3a3a3a;
	font-size: 1.05rem;
	line-height: 1.6;
	margin-bottom: 22px;
}

.wvz-landing-hero__bullets {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wvz-landing-hero__bullets li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
	color: #2e3d62;
	font-weight: 500;
}

.wvz-landing-hero__bullets .la {
	color: #ffffff;
	background: #28a745;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	min-width: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

/* --- Form card --- */
.wvz-landing-form-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 32px 28px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
	border-top: 4px solid #a01b2d;
}

.wvz-landing-form__title {
	font-size: 1.6rem;
	margin: 0 0 6px;
	color: #111;
	font-weight: 700;
}

.wvz-landing-form__sub {
	color: #222;
	margin: 0 0 20px;
	font-size: 0.95rem;
}

/* CF7 tweaks inside the card — keep styling light, let WP do the form fields */
.wvz-landing-form__cf7 .wpcf7-form label {
	display: block;
	font-weight: 600;
	color: #2e3d62;
	margin-bottom: 4px;
	font-size: 0.9rem;
}

.wvz-landing-form__cf7 .wpcf7-form input[type="text"],
.wvz-landing-form__cf7 .wpcf7-form input[type="email"],
.wvz-landing-form__cf7 .wpcf7-form textarea,
.wvz-landing-form__cf7 .wpcf7-form select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	font-size: 0.95rem;
	margin-bottom: 14px;
	transition: border-color 0.15s;
}

.wvz-landing-form__cf7 .wpcf7-form input:focus,
.wvz-landing-form__cf7 .wpcf7-form textarea:focus,
.wvz-landing-form__cf7 .wpcf7-form select:focus {
	outline: none;
	border-color: #a01b2d;
	box-shadow: 0 0 0 3px rgba(160, 27, 45, 0.12);
}

.wvz-landing-form__cf7 .wpcf7-form input[type="file"] {
	padding: 10px;
	border: 2px dashed #c7c7c7;
	border-radius: 6px;
	width: 100%;
	background: #fafafa;
	cursor: pointer;
	margin-bottom: 16px;
}

.wvz-landing-form__cf7 .wpcf7-form input[type="submit"],
.wvz-landing-form__cf7 .wpcf7-form button[type="submit"] {
	background: #a01b2d;
	color: #ffffff;
	border: 0;
	padding: 14px 24px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	width: 100%;
	transition: background 0.15s;
	letter-spacing: 0.02em;
	text-transform: none;
	line-height: 1.3;
	display: block;
	position: relative;
}

.wvz-landing-form__cf7 .wpcf7-form input[type="submit"]:hover,
.wvz-landing-form__cf7 .wpcf7-form button[type="submit"]:hover {
	background: #851624;
}

.wvz-landing-form__cf7 .wpcf7-form button[type="submit"] .la {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	font-size: 1.1em;
}

/* Microcopy under the file upload: nudges mobile FB visitors to snap a photo
 * instead of bouncing because they don't have the menu file on their phone. */
.wvz-landing-form__cf7 .wpcf7-form .wvz-file-hint,
.wvz-file-hint {
	margin: -8px 0 14px;
	font-size: 0.82rem;
	color: #6f5e57;
	line-height: 1.4;
	font-style: italic;
}

/* --- Steps --- */
.wvz-landing-steps {
	background-color: #ffffff;
}

.wvz-landing-steps__list {
	margin-top: 30px;
}

.wvz-landing-step {
	text-align: center;
	padding: 10px 24px;
}

.wvz-landing-step__num {
	width: 56px;
	height: 56px;
	line-height: 56px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #a01b2d;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
}

.wvz-landing-step__title {
	font-size: 1.2rem;
	color: #111;
	margin: 0 0 10px;
	font-weight: 600;
}

.wvz-landing-step__text {
	color: #555;
	line-height: 1.5;
	font-size: 0.95rem;
}

/* --- CTA repeat --- */
.wvz-landing-cta {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #ffffff 0%, #faf7f5 100%);
}

.wvz-landing-cta .theme-btn {
	font-size: 1.1rem;
	padding: 16px 40px;
}

/* --- Footer --- */
.wvz-landing-footer {
	padding: 26px 0;
	border-top: 1px solid #ececec;
	background: #fafafa;
	color: #555;
	font-size: 0.9rem;
}

.wvz-landing-footer a {
	color: #555;
	text-decoration: none;
}

.wvz-landing-footer a:hover {
	text-decoration: underline;
}

.wvz-landing-copy {
	margin: 0;
}

.wvz-landing-legal {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	gap: 18px;
	justify-content: flex-end;
}

.wvz-landing-legal li {
	display: inline-block;
}

/* Responsive */
@media (max-width: 991px) {
	.wvz-landing-hero {
		padding: 40px 0;
	}
	.wvz-landing-hero__copy {
		margin-bottom: 32px;
	}
	.wvz-landing-hero__title {
		font-size: 2rem;
	}
	.wvz-landing-form-card {
		padding: 24px 20px;
	}
}

@media (max-width: 575px) {
	.wvz-landing-hero__title {
		font-size: 1.7rem;
	}
	.wvz-landing-legal {
		justify-content: center;
		margin-top: 10px;
	}
	.wvz-landing-footer {
		text-align: center;
	}

	/* Header — shrink everything to fit logo + full-label button on one row */
	.wvz-landing-header {
		padding: 10px 0;
	}
	.wvz-landing-logo-img {
		height: 30px;
	}
	.wvz-landing-contact {
		padding: 6px 12px;
		font-size: 0.72rem;
		gap: 5px;
	}
	.wvz-landing-contact__svg {
		width: 12px;
		height: 12px;
	}
}

/* Smallest phones (≤360px) — drop the icon to give the text full breathing room */
@media (max-width: 360px) {
	.wvz-landing-contact {
		padding: 6px 10px;
		font-size: 0.7rem;
	}
	.wvz-landing-contact__svg {
		display: none;
	}
}

/* ============================
   Testimonials block (legacy — kept for non-landing pages)
   ============================ */
.testimonials-area {
	background-color: #faf7f5;
}

.testimonial-item {
	background: #ffffff;
	border-radius: 8px;
	padding: 32px 28px 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: 0;
	border-top: 3px solid #a01b2d;
}

.testimonial-item .testimonial__quote-mark {
	position: absolute;
	top: 14px;
	right: 18px;
	font-size: 28px;
	color: rgba(160, 27, 45, 0.12);
}

.testimonial-item .testimonial__quote {
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	flex: 1;
}

.testimonial-item .testimonial__quote p {
	font-style: italic;
	color: #2e3d62;
	line-height: 1.55;
	margin: 0;
}

.testimonial-item .testimonial__author {
	border-top: 1px solid #ececec;
	padding-top: 12px;
	display: flex;
	flex-direction: column;
}

.testimonial-item .testimonial__name {
	color: #111;
	font-weight: 600;
	font-size: 0.95rem;
}

.testimonial-item .testimonial__role {
	color: #222;
	font-size: 0.85rem;
	margin-top: 2px;
}

/* A11y: skip link (visually hidden until focused). */
.wvz-skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 100000;
}
.wvz-skip-link:focus {
	position: fixed;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	background: #111;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
}

/* A11y: visible focus ring for keyboard users. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible,
[tabindex]:focus-visible {
	outline: 2px solid #a01b2d;
	outline-offset: 2px;
	border-radius: 2px;
}

span.link {
	background-color: transparent !important;
	color: #007bff !important;
	text-decoration: none !important;
	cursor: pointer !important;
	margin: 5px 0;
	display: block
}

.smartphone {
	background-image: url(/wp-content/themes/winevizer/assets/images/smartphone-blank.webp);
	margin: 0 auto;
	width: 476px;
	height: 81vh;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.logo-box img {
	width: 200px
}

.counter-item .counter-content .counter__more {
	margin-top: 25px
}

.counter-item-2 .counter-content .counter__numb {
	font-size: 35px;
	margin-bottom: 20px;
	margin-top: 10px
}

.footer-area .footer-item .logo img {
	max-width: 80%
}

.aste-info {
	font-size: .9rem;
	margin-top: 1rem
}

.aste-info.text-center {
	font-size: .8rem;
	margin-top: 1rem;
	color: #000
}

.aste-info u {
	color: #000
}

.aste-info ul a {
	color: #ba1111
}

.aste-info ul li {
	margin-top: 5px
}

/* ============================
   Demo cards block — refonte 2026-05-27.
   Visual upgrade of the "Tester comme sur un smartphone" links under the
   smartphone mockup in _tryit.php. Each demo becomes a clickable card with
   icon (red gradient pill) + label + arrow indicator.
   ============================ */
.wvz-demo-block {
	margin-top: 18px;
	padding: 0 18px;      /* lateral breathing room — match other landing sections */
}

.wvz-demo-block__heading {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 12px;
	font-size: 0.82rem;
	font-weight: 700;
	color: #2e3d62;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.wvz-demo-block__heading svg {
	color: #a01b2d;
	flex-shrink: 0;
}

.wvz-demo-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	/* All rows have equal height — kills the visual jolt when one label wraps
	   to 2 lines and the next stays on 1 (was 50px vs 52px on mobile). */
	grid-auto-rows: 1fr;
	gap: 10px;
}

/* Reset legacy theme rules from style.clean.css. The ancestor selector
   ".mobile-app-img .aste-info ul li" has higher specificity (0,2,2) than
   ".wvz-demo-cards li" (0,1,1), so we force with !important on critical
   layout properties. Width:50%+float:left was collapsing each li to half
   its grid cell, squishing labels to ~35px wide.
   `display: flex` (not block) makes the LI stretch to the row height so the
   inner <a class="wvz-demo-card"> can fill it via height:100%. */
.wvz-demo-cards li {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	max-width: none !important;
	float: none !important;
	display: flex !important;
	min-width: 0;
}

.wvz-demo-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 14px;
	/* width/height 100% so the card occupies the full grid cell — guarantees
	   every card in a row has identical visual dimensions even if labels
	   wrap on different number of lines. */
	width: 100%;
	min-height: 58px;
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 12px;
	color: #1f2a44 !important;
	text-decoration: none !important;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.3;
	box-shadow: 0 1px 2px rgba(31, 42, 68, 0.04);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.wvz-demo-card:hover,
.wvz-demo-card:focus-visible {
	border-color: #a01b2d;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(160, 27, 45, 0.14);
	color: #a01b2d !important;
}

.wvz-demo-card__icon {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: linear-gradient(135deg, #a01b2d 0%, #d23e54 100%);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(160, 27, 45, 0.22);
}

.wvz-demo-card__icon svg {
	width: 18px;
	height: 18px;
}

.wvz-demo-card__label {
	flex: 1;
	min-width: 0;
}

.wvz-demo-card__arrow {
	flex-shrink: 0;
	color: #c5c5c5;
	display: inline-flex;
	transition: color 0.18s ease, transform 0.18s ease;
}

.wvz-demo-card:hover .wvz-demo-card__arrow,
.wvz-demo-card:focus-visible .wvz-demo-card__arrow {
	color: #a01b2d;
	transform: translateX(3px);
}

/* Mobile : keep 2 columns. Icon left, label centered, arrow right (user explicitly
   requested both the gap between icon and label, and the right-aligned arrow to
   stay visible on phone — confirms the "tappable" affordance). */
@media (max-width: 575px) {
	.wvz-demo-cards {
		gap: 8px;
	}
	.wvz-demo-card {
		padding: 10px 11px;
		font-size: 0.78rem;
		gap: 11px;
		min-height: 54px;
	}
	.wvz-demo-card__icon {
		width: 28px;
		height: 28px;
		border-radius: 7px;
	}
	.wvz-demo-card__icon svg {
		width: 15px;
		height: 15px;
	}
	/* Arrow stays visible on mobile but shrinks slightly. Pushed all the way to
	   the right via the flex layout (label has flex:1, arrow has flex-shrink:0). */
	.wvz-demo-card__arrow {
		display: inline-flex;
	}
	.wvz-demo-card__arrow svg {
		width: 12px;
		height: 12px;
	}
	.wvz-demo-card__label {
		white-space: normal;
		line-height: 1.25;
	}
}

.quest {
	margin-bottom: 8px;
	margin-top: 16px
}

.bg-gray .section-divider:after {
	background-color: #e3e3e3
}

.menu-wrapper .logo-right-button {
	margin-left: 30px
}

.service-wrap .service-nav .nav-tabs li a .nav-link__text span {
	float: left;
	font-size: 30px;
	margin: 0 10px 15px 0
}

.service-wrap .service-content-wrap .service-content .choose-tab__list li {
	margin-bottom: 15px
}

.service-wrap .service-content-wrap .service-content .choose-tab__list li span {
	float: left;
	margin: 6px 15px 15px 0
}

.feature-area .feature-content-wrap h2.title_sec {
	color: #fff;
	left: 0;
	position: absolute;
	text-align: center;
	top: -95px;
	width: 100%;
	z-index: 10
}

.section--padding-custom {
	padding-top: 260px;
	padding-bottom: 90px
}

.feature-box-color-2 .feature__icon {
	background-color: #694ed0
}

.la-feat-custom img {
	width: 45px;
	margin-top: -10px
}

.bg-gray2 {
	background-color: #f8f8f8
}

.bottom-inv {
	margin-bottom: -50px;
	padding-bottom: 120px
}

.card-area h2,
.card-body h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 30px
}

.breadcrumb-area {
	position: relative;
	padding-top: 140px;
	padding-bottom: 40px
}

.card-body p {
	margin-bottom: 10px;
	line-height: 26px;
	font-weight: 300
}

.card-body b,
.card-body strong {
	color: #2e3d62;
	font-weight: 700
}

.tag-items .tag-inner ul li {
	display: inline-block;
	margin-right: 8px
}

.card-body ul {
	padding-left: 18px;
	margin: 0;
	list-style: circle;
	font-weight: 300
}

.card-body ul li {
	margin-bottom: 5px
}

.bg-illu {
	background-image: url(/wp-content/themes/winevizer/assets/images/winevizer-illu2.webp);
	background-size: cover
}

/* Container de la pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.pagination h2 {
    display: none;
}

/* Wrapper si WP ajoute .nav-links (the_posts_pagination) */
.pagination .nav-links {
    display: flex;
    gap: 0;
}

/* Liens de pagination (structure paginate_links : <a class="page-numbers">, <span class="page-numbers current">) */
.pagination .page-numbers {
    display: inline-block;
    padding: 0.5rem 0.85rem;
    margin-left: -1px; /* pour l'effet "collé" comme Bootstrap */
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #007bff;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.25;
}

/* Premier élément : arrondis à gauche */
.pagination .page-numbers:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/* Dernier élément : arrondis à droite */
.pagination .page-numbers:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* Page active */
.pagination .page-numbers.current {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: default;
}

/* Hover sur les liens */
.pagination .page-numbers:not(.current):hover {
    background-color: #e9ecef;
    color: #0056b3;
}

/* Ellipses "…" */
.pagination .page-numbers.dots {
    cursor: default;
    color: #6c757d;
    background-color: #fff;
}

/* Classes prev / next pour ajuster éventuellement le style */
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-weight: 500;
}

.container-illu {
	background: rgb(255 255 255 / 50%);
	padding: 20px 0;
	border-radius: 5px
}

.container-illu .quest {
	color: #000
}

.feature-item.hover {
	background-color: #850000
}

.feature-box-color-2.hover .feature__icon {
	background-color: #fff
}

.feature-item.hover .feature__icon {
	color: #850000
}

.feature-item.hover .feature__icon .div-strokes .stroke__bar {
	background-color: #850000
}

.feature-item.hover h3,
.feature-item.hover p {
	color: #fff !important
}

.info-box-area .info-header img {
	width: 45px;
	margin-left: -10px
}

.info-box-area .info-header i {
	font-size: 45px;
	margin-left: 17px;
	color: #fff;
	margin-top: 20px
}

.info-box-item-4 .info-header .infobg__svg {
	left: -45px
}

.info-box-area .info-box-item-4 {
	-webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgb(82 85 90 / 10%)
}

.card-img-top {
	height: auto
}

.post-template-default.single h3 {
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 20px;
}

a.top-b-btn {
	min-width: 335px;
	padding: 0 20px;
	margin-right: 35px !important;
	line-height: 22px;
	font-size: 13px;
	padding-bottom: 10px;
	text-align: center;
}

a.top-b-btn b {
	font-size: 17px
}

a.top-b-btn.style3 {
	background-color: #4c32b1 !important
}

.top-banner-link {
	color: #fff;
	margin-top: 30px;
	font-weight: 600
}

.top-banner-link:hover {
	color: #fff;
	font-weight: 700
}

.banner-item-wrap2 {
	padding-top: 225px;
	padding-bottom: 100px
}

.i-top-btn {
	font-size: 40px;
	margin: 8px auto 0;
	display: block
}

.main-menu>ul li .dropdown-menu-item li a {
	text-transform: none;
	margin-bottom: 10px
}

ul li.lang-item {
	float: left;
	margin-right: 10px
}

.card-img-top {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.header-menu-fluid .container {
	max-width: 92%;
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title {
	color: #850000;
	font-size: 15px;
	font-weight: 600;
}

.elementor-accordion .elementor-tab-content {
	background-color: #fdf8f5;
	color: #444;
	font-size: 14px;
	padding: 15px 20px 15px 20px;
}

@media (min-width:575px) and (max-width:1405px) {
	.header-menu-fluid .container {
		max-width: 98%;
	}
	.theme-btn .la {
		right: 15px;
	}
	.theme-btn {
		font-size: 13px;
		padding: 0 35px 0 20px;
	}
	.main-menu>ul li {
		margin-right: 25px;
	}
	.main-menu>ul li a {
		font-size: 14px;
	}
}

@media (max-width:575px) {
	.menu-content {
		padding-bottom: 5px !important;
		padding-top: 5px !important
	}

	.logo-right-button .side-menu-open {
		margin-top: -52px
	}

	body.home .banner-item-wrap2 {
		padding-top: 120px
	}
	
	.d-sm-none {
		display: none;
	}

	.home-page-6 .section-description .section__desc {
		font-size: 16px;
		line-height: 27px
	}

	.banner-content .btn-box a {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
		margin-right: 0
	}

	.section-heading .section__title {
		font-size: 31px
	}
}

/* ============================================================
   Landing campaign — additions (hero bg, trust pills,
   counters cards, testimonials stars, sticky mobile CTA,
   bottom reconversion form, _tryit harmonization)
   ============================================================ */

/* --- Hero background image (low-opacity restaurant photo) --- */
.wvz-landing-hero {
	position: relative;
	z-index: 1;
}
.wvz-landing-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/wp-content/uploads/2024/12/winevizer-banner.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.10;
	z-index: -1;
	pointer-events: none;
}

/* --- Trust pills under submit --- */
.wvz-trust-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 14px;
}
.wvz-trust-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 12px;
	font-size: 0.78rem;
	color: #444;
	background: #f6f3f0;
	border: 1px solid #ececec;
	border-radius: 999px;
	font-weight: 500;
}
.wvz-trust-pill .la,
.wvz-trust-pill svg {
	color: #a01b2d;
	font-size: 13px;
	width: 13px;
	height: 13px;
	vertical-align: -2px;
}

/* --- Mobile: form before hero copy --- */
@media (max-width: 991px) {
	.wvz-landing-hero .row.align-items-center {
		flex-direction: column-reverse;
	}
	.wvz-landing-hero__copy {
		margin-bottom: 0 !important;
		margin-top: 32px;
	}
}

/* --- Counters: redesigned cards --- */
.wvz-counters-area {
	background: #faf7f5;
	position: relative;
}
.wvz-counters-area .section__title {
	font-size: 2rem;
}
.wvz-counters-grid {
	margin-top: 32px;
}
.wvz-counter-card {
	background: #fff;
	border-radius: 14px;
	padding: 32px 24px 28px;
	box-shadow: 0 6px 28px rgba(0,0,0,0.05);
	border: 1px solid #eee;
	height: 100%;
	text-align: center;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wvz-counter-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}
.wvz-counter-card--accent {
	background: linear-gradient(180deg, #a01b2d 0%, #851624 100%);
	border-color: #851624;
	color: #fff;
}
.wvz-counter-card--accent .wvz-counter-card__title,
.wvz-counter-card--accent .wvz-counter-card__sub,
.wvz-counter-card--accent .wvz-counter-card__num,
.wvz-counter-card--accent .wvz-counter-card__more {
	color: #fff;
}
.wvz-counter-card--accent .wvz-counter-card__icon {
	background: rgba(255,255,255,0.18);
	color: #fff;
}
.wvz-counter-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(160,27,45,0.10);
	color: #a01b2d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-bottom: 16px;
}
.wvz-counter-card__icon svg {
	display: block;
}
.wvz-counter-card__more {
	font-size: 0.85rem;
	font-weight: 500;
	color: #222;
	margin-bottom: 4px;
}
.wvz-counter-card__num {
	font-size: 2.6rem;
	font-weight: 800;
	color: #a01b2d;
	line-height: 1;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
}
.wvz-counter-card__title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111;
	margin: 0 0 8px;
	line-height: 1.3;
}
.wvz-counter-card__sub {
	font-size: 0.88rem;
	color: #222;
	margin: 0;
	line-height: 1.45;
}

/* Counters mobile spacing — Bootstrap col-sm-6 stacks to 100% under 576px
   but doesn't add vertical gap between cards; add explicit row-gap. */
@media (max-width: 991px) {
	.wvz-counters-grid {
		row-gap: 20px;
	}
}

/* ============================
   Trust Wall — CRO audit HI-2 (2026-05-27).
   6 factual reassurance cards between hero and steps.
   Premium feel : white cards, gradient icon pills, subtle hover lift.
   ============================ */
.wvz-trust-wall {
	padding: 64px 0 72px;
	background: linear-gradient(180deg, #ffffff 0%, #faf7f4 100%);
	position: relative;
}

.wvz-trust-wall::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 4px;
	background: linear-gradient(90deg, #a01b2d, #d23e54);
	border-radius: 0 0 4px 4px;
}

.wvz-trust-wall__intro {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 38px;
}

.wvz-trust-wall__meta {
	color: #a01b2d;
	font-weight: 700;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin: 0 0 10px;
}

.wvz-trust-wall__title {
	font-size: 1.85rem;
	line-height: 1.2;
	color: #111;
	font-weight: 800;
	margin: 0;
}

.wvz-trust-wall__title .wvz-accent {
	color: #a01b2d;
}

.wvz-trust-wall__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.wvz-trust-wall__card {
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 14px;
	padding: 24px 22px 22px;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.04);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	position: relative;
	overflow: hidden;
}

.wvz-trust-wall__card::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, #a01b2d, #d23e54);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.28s ease;
}

.wvz-trust-wall__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 42px rgba(160, 27, 45, 0.10);
	border-color: rgba(160, 27, 45, 0.18);
}

.wvz-trust-wall__card:hover::after {
	transform: scaleX(1);
}

.wvz-trust-wall__icon {
	display: inline-flex;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: linear-gradient(135deg, #a01b2d 0%, #d23e54 100%);
	color: #fff;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 16px rgba(160, 27, 45, 0.25);
	margin-bottom: 14px;
}

.wvz-trust-wall__icon svg {
	width: 22px;
	height: 22px;
}

.wvz-trust-wall__label {
	font-size: 1.02rem;
	font-weight: 700;
	color: #1f2a44;
	margin: 0 0 6px;
	line-height: 1.3;
}

.wvz-trust-wall__desc {
	color: #51607e;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 991px) {
	.wvz-trust-wall__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.wvz-trust-wall__title {
		font-size: 1.55rem;
	}
}

@media (max-width: 575px) {
	.wvz-trust-wall {
		padding: 50px 0 56px;
	}
	.wvz-trust-wall__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.wvz-trust-wall__card {
		padding: 20px 18px 18px;
	}
	.wvz-trust-wall__title {
		font-size: 1.4rem;
	}
	.wvz-trust-wall__icon {
		width: 40px;
		height: 40px;
		border-radius: 10px;
	}
}

/* Step section intro paragraph (LP-B pain→solution transition, CRO QW-B4) */
.wvz-landing-step__intro {
	max-width: 560px;
	margin: 16px auto 0;
	font-size: 1.02rem;
	color: #2e3d62;
	line-height: 1.55;
	font-style: italic;
}

/* ============================
   Comparison table — LP-C only (CRO audit HI-1, 2026-05-27)
   Renders between counters and steps. Winevizer column highlighted.
   Mobile : horizontal scroll, criteria column sticky.
   ============================ */
.wvz-comparison-area {
	background: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.wvz-comparison__sub {
	max-width: 640px;
	margin: 18px auto 0;
	color: #2e3d62;
	font-size: 1rem;
	line-height: 1.55;
}

.wvz-comparison-scroll {
	margin-top: 36px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 12px;
	box-shadow: 0 4px 22px rgba(0,0,0,0.06);
	background: #fff;
	border: 1px solid #eee;
}

.wvz-comparison-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	font-size: 0.94rem;
}

.wvz-comparison-table thead th {
	background: #faf7f5;
	color: #2e3d62;
	font-weight: 700;
	padding: 16px 14px;
	border-bottom: 2px solid #ececec;
	font-size: 0.95rem;
	text-align: center;
	vertical-align: middle;
}

.wvz-comparison-table thead .wvz-comparison-table__col--wv {
	background: #a01b2d;
	color: #fff;
	position: relative;
}

.wvz-comparison-table__brand {
	display: inline-block;
	font-size: 1.05rem;
	letter-spacing: 0.02em;
}

.wvz-comparison-table tbody th.wvz-comparison-table__criteria {
	background: #faf7f5;
	text-align: left;
	font-weight: 600;
	color: #1f2a44;
	padding: 14px 14px;
	border-bottom: 1px solid #ececec;
	font-size: 0.9rem;
}

.wvz-comparison-table tbody td {
	padding: 14px 14px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	color: #2e3d62;
	vertical-align: middle;
}

.wvz-comparison-table tbody .wvz-comparison-table__col--wv {
	background: rgba(160, 27, 45, 0.06);
	font-weight: 700;
	color: #a01b2d;
	border-left: 2px solid #a01b2d;
	border-right: 2px solid #a01b2d;
}

.wvz-comparison-table tbody tr:last-child .wvz-comparison-table__col--wv {
	border-bottom: 2px solid #a01b2d;
}

.wvz-comparison-table tbody tr:hover {
	background: rgba(0,0,0,0.015);
}

.wvz-comparison-table tbody tr:hover .wvz-comparison-table__col--wv {
	background: rgba(160, 27, 45, 0.10);
}

.wvz-comparison__note {
	margin-top: 18px;
	text-align: center;
	font-size: 0.82rem;
	color: #888;
	font-style: italic;
}

.wvz-comparison__cta {
	margin-top: 28px;
}

.wvz-comparison__cta-btn {
	background: #a01b2d;
	border-color: #a01b2d;
	color: #fff;
	padding: 14px 28px;
	font-weight: 700;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.wvz-comparison__cta-btn:hover {
	background: #851624;
	border-color: #851624;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(160, 27, 45, 0.22);
}

/* Mobile : sticky criteria column for scroll context */
@media (max-width: 767px) {
	.wvz-comparison-area {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.wvz-comparison-table {
		font-size: 0.82rem;
		min-width: 640px;
	}
	.wvz-comparison-table thead th,
	.wvz-comparison-table tbody td,
	.wvz-comparison-table tbody th.wvz-comparison-table__criteria {
		padding: 10px 9px;
	}
	.wvz-comparison-table tbody th.wvz-comparison-table__criteria {
		position: sticky;
		left: 0;
		z-index: 2;
		box-shadow: 2px 0 4px rgba(0,0,0,0.05);
	}
	.wvz-comparison-table thead .wvz-comparison-table__criteria {
		position: sticky;
		left: 0;
		z-index: 3;
	}
	.wvz-comparison-scroll {
		border-radius: 8px;
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* --- Testimonials: redesigned with stars + avatars --- */
.wvz-testimonials-area {
	background: #fff;
}
.wvz-testimonials-area .section__title {
	font-size: 2rem;
}
.wvz-rating-summary {
	display: block;
	text-align: center;
	margin: 6px auto 0;
	color: #444;
	font-weight: 500;
	font-size: 0.95rem;
}
.wvz-rating-summary .wvz-stars {
	display: inline-flex;
	gap: 2px;
	vertical-align: middle;
	margin-right: 6px;
}
.wvz-rating-summary__text {
	display: inline-block;
	vertical-align: middle;
}
.wvz-stars {
	display: inline-flex;
	gap: 2px;
	color: #f5b400;
	line-height: 0;
	vertical-align: middle;
}
.wvz-testimonials-grid {
	margin-top: 8px;
}
.wvz-testimonial {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 28px 24px 22px;
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-shadow: 0 4px 22px rgba(0,0,0,0.04);
	border-top: 3px solid #a01b2d;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wvz-testimonial:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 38px rgba(0,0,0,0.07);
}
.wvz-testimonial__rating {
	display: flex;
	align-items: center;
	gap: 6px;
}
.wvz-testimonial__quote {
	margin: 0;
	padding: 0;
	border: 0;
	flex: 1;
}
.wvz-testimonial__quote p {
	font-size: 1rem;
	line-height: 1.55;
	color: #2e3d62;
	margin: 0;
	font-style: italic;
}
.wvz-testimonial__quote p::before {
	content: "\201C";
	color: rgba(160,27,45,0.35);
	font-size: 1.4em;
	margin-right: 2px;
	vertical-align: -0.15em;
	font-style: normal;
}
.wvz-testimonial__quote p::after {
	content: "\201D";
	color: rgba(160,27,45,0.35);
	font-size: 1.4em;
	margin-left: 2px;
	vertical-align: -0.15em;
	font-style: normal;
}
.wvz-testimonial__author {
	display: flex;
	align-items: center;
	gap: 12px;
	border-top: 1px solid #ececec;
	padding-top: 14px;
}
.wvz-testimonial__avatar {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #a01b2d 0%, #d23e54 100%);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
}
.wvz-testimonial__author-text {
	display: flex;
	flex-direction: column;
}
.wvz-testimonial__name {
	color: #111;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
}
.wvz-testimonial__role {
	color: #222;
	font-size: 0.82rem;
	margin-top: 2px;
}

/* Testimonials — consistent vertical spacing on mobile (Bootstrap mb-4 alone
   leaves a cramped look once cards stack to 1 column). */
@media (max-width: 767px) {
	.wvz-testimonials-grid {
		row-gap: 24px;
	}
	.wvz-testimonials-grid .col-md-6 {
		margin-bottom: 0;
	}
}

/* --- Market reassurance blocks (lang-specific: US for EN LPs, FR for FR LPs) ---
 * Refonte 2026-05-26 — passage de "texte centré sans cadre" à vraies cards
 * avec ombre, numéro de séquence, icône dans pastille rouge, chiffres en
 * exergue. Layout 3-cols desktop / 2-cols tablet / 1-col mobile.
 */
.wvz-us-market,
.wvz-fr-market {
	background: linear-gradient(180deg, #faf7f4 0%, #f4ece4 100%);
	padding: 70px 0 80px;
}
.wvz-us-market .section__meta,
.wvz-fr-market .section__meta {
	color: #a01b2d;
	font-weight: 700;
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	background: transparent;
	padding: 0;
	display: inline-block;
}
.wvz-us-market .section__title,
.wvz-fr-market .section__title {
	font-size: 1.85rem;
	line-height: 1.25;
	max-width: 680px;
	margin: 12px auto 0;
}
.wvz-us-market .section-divider,
.wvz-fr-market .section-divider {
	margin-top: 18px;
}
.wvz-us-market__grid,
.wvz-fr-market__grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.wvz-us-market__card,
.wvz-fr-market__card {
	background: #ffffff;
	border-radius: 14px;
	padding: 36px 28px 32px;
	box-shadow: 0 6px 28px rgba(0, 0, 0, .05);
	border: 1px solid #efe6dc;
	border-top: 3px solid #a01b2d;
	position: relative;
	transition: transform .18s ease, box-shadow .18s ease;
	text-align: left;
}
.wvz-us-market__card:hover,
.wvz-fr-market__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 38px rgba(0, 0, 0, .08);
}
.wvz-us-market__num,
.wvz-fr-market__num {
	position: absolute;
	top: 18px;
	right: 22px;
	color: rgba(160, 27, 45, .18);
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: -.02em;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	user-select: none;
}
.wvz-us-market__icon,
.wvz-fr-market__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: linear-gradient(135deg, #a01b2d 0%, #c23046 100%);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	box-shadow: 0 6px 16px -4px rgba(160, 27, 45, .35);
}
.wvz-us-market__card h3,
.wvz-fr-market__card h3 {
	font-size: 1.18rem;
	color: #111;
	margin: 0 0 14px;
	font-weight: 700;
	line-height: 1.3;
}
.wvz-us-market__card p,
.wvz-fr-market__card p {
	color: #4a4540;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}
.wvz-us-market__card strong,
.wvz-fr-market__card strong,
.wvz-us-market__stat,
.wvz-fr-market__stat {
	color: #a01b2d;
	font-weight: 700;
	white-space: nowrap;
}
@media (max-width: 991px) {
	.wvz-us-market__grid,
	.wvz-fr-market__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.wvz-us-market .section__title,
	.wvz-fr-market .section__title {
		font-size: 1.6rem;
	}
}
@media (max-width: 600px) {
	.wvz-us-market,
	.wvz-fr-market {
		padding: 50px 0 60px;
	}
	.wvz-us-market__grid,
	.wvz-fr-market__grid {
		grid-template-columns: 1fr;
		gap: 28px;
		margin-top: 32px;
	}
	.wvz-us-market__card,
	.wvz-fr-market__card {
		padding: 28px 22px 26px;
	}
	.wvz-us-market__num,
	.wvz-fr-market__num {
		font-size: 2rem;
		top: 14px;
		right: 18px;
	}
}

/* --- Bottom reconversion section --- */
.wvz-landing-recta {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #ffffff 0%, #faf7f5 100%);
	position: relative;
}
.wvz-landing-recta__heading {
	text-align: center;
	margin-bottom: 32px;
}
.wvz-landing-recta__heading h2 {
	font-size: 2rem;
	color: #111;
	font-weight: 700;
	margin: 0 0 10px;
}
.wvz-landing-recta__heading p {
	color: #555;
	font-size: 1.05rem;
	margin: 0;
}
.wvz-landing-recta-grid {
	align-items: stretch;
}
.wvz-landing-recta__form {
	background: #fff;
	border-radius: 12px;
	padding: 28px 24px;
	box-shadow: 0 18px 60px rgba(0,0,0,0.10);
	border-top: 4px solid #a01b2d;
	height: 100%;
}
.wvz-landing-recta__form h3 {
	font-size: 1.3rem;
	color: #111;
	margin: 0 0 6px;
	font-weight: 700;
}
.wvz-landing-recta__form .form-sub {
	color: #222;
	font-size: 0.92rem;
	margin: 0 0 18px;
}
/* FAQ accordion — refonte 2026-05-27 (audit follow-up).
   6 questions sans scroller le formulaire en bas de page : <details>/<summary>
   natif, collapsed par défaut, plus/moins animé sur la droite. */
.wvz-landing-faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wvz-landing-faq__item {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ececec;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wvz-landing-faq__item[open] {
	border-color: rgba(160, 27, 45, 0.25);
	box-shadow: 0 6px 18px rgba(160, 27, 45, 0.06);
}

.wvz-landing-faq__q {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	cursor: pointer;
	user-select: none;
	list-style: none;
	font-size: 0.96rem;
	font-weight: 600;
	color: #1f2a44;
	line-height: 1.35;
	transition: color 0.15s ease, background-color 0.15s ease;
}

/* Hide native disclosure triangle */
.wvz-landing-faq__q::-webkit-details-marker { display: none; }
.wvz-landing-faq__q::marker { content: ""; }

.wvz-landing-faq__q:hover {
	color: #a01b2d;
	background: rgba(160, 27, 45, 0.025);
}

.wvz-landing-faq__q-text {
	flex: 1;
	min-width: 0;
}

.wvz-landing-faq__q-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(160, 27, 45, 0.1);
	color: #a01b2d;
	position: relative;
	transition: background-color 0.22s ease, transform 0.22s ease;
}

.wvz-landing-faq__q-icon::before,
.wvz-landing-faq__q-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	border-radius: 1px;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.wvz-landing-faq__q-icon::before {
	width: 10px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.wvz-landing-faq__q-icon::after {
	width: 2px;
	height: 10px;
	transform: translate(-50%, -50%);
}

.wvz-landing-faq__item[open] .wvz-landing-faq__q {
	color: #a01b2d;
}

.wvz-landing-faq__item[open] .wvz-landing-faq__q-icon {
	background: #a01b2d;
	color: #fff;
	transform: rotate(45deg);
}

.wvz-landing-faq__item[open] .wvz-landing-faq__q-icon::after {
	opacity: 0;
}

.wvz-landing-faq__a {
	color: #51607e;
	font-size: 0.9rem;
	margin: 0;
	padding: 0 16px 16px;
	line-height: 1.55;
	animation: wvz-faq-open 0.28s ease;
}

@keyframes wvz-faq-open {
	from { opacity: 0; transform: translateY(-4px); }
	to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 575px) {
	.wvz-landing-faq__q { padding: 12px 14px; font-size: 0.92rem; }
	.wvz-landing-faq__a { padding: 0 14px 14px; font-size: 0.87rem; }
}
.wvz-landing-recta__reassure {
	margin-top: 22px;
	color: #222;
	font-size: 0.9rem;
	text-align: center;
}

/* --- Sticky mobile CTA bar (visible only mobile, after scroll) --- */
.wvz-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	background: #ffffff;
	border-top: 1px solid #ececec;
	box-shadow: 0 -6px 26px rgba(0,0,0,0.12);
	padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0));
	transform: translateY(110%);
	transition: transform 0.25s ease-in-out;
	display: none;
}
.wvz-sticky-cta.is-visible {
	transform: translateY(0);
}
.wvz-sticky-cta a {
	display: block;
	background: #a01b2d;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 13px 16px;
	font-weight: 700;
	font-size: 0.98rem;
	letter-spacing: 0.02em;
	text-decoration: none;
}
.wvz-sticky-cta a .la {
	margin-left: 6px;
}
@media (max-width: 767px) {
	.wvz-sticky-cta {
		display: block;
	}
}

/* --- _tryit harmonized for landing pages --- */
.wvz-landing-main .wv-try {
	background: #faf7f5;
}
.wvz-landing-main .wv-try .nav-tabs li a {
	color: #2e3d62;
	font-size: 0.95rem;
}
.wvz-landing-main .wv-try .nav-tabs li a.active {
	color: #a01b2d;
	border-bottom: 2px solid #a01b2d;
}
.wvz-landing-main .wv-try .aste-info {
	color: #555;
	font-size: 0.88rem;
}

/* Consent footnote under the form — small, muted, breathing space above */
p.form-consent {
	font-size: 0.7rem;
	margin: 22px 0 0;
	padding: 0 2px;
	color: #7a6e69;
	line-height: 1.5;
}

p.form-consent a {
	color: #a01b2d;
	text-decoration: underline;
}

p.form-consent a:hover {
	color: #851624;
}

/* --- Reduce hero typography on smaller screens --- */
@media (max-width: 575px) {
	.wvz-counters-area .section__title,
	.wvz-testimonials-area .section__title,
	.wvz-landing-recta__heading h2 {
		font-size: 1.55rem;
	}
	.wvz-counter-card__num {
		font-size: 2.1rem;
	}
}