/**
 * SearchUs demo skin — visual language from searchus.funnelwon.com
 * Accent: #09b1c5
 */

:root {
	--fw-si-teal: #09b1c5;
	--fw-si-teal-dark: #078a9a;
	--fw-si-ink: #222;
	--fw-si-muted: #555;
	--fw-si-border: #e8e8e8;
	--fw-si-soft: #f0fbfc;
}

/* ----- Sitewide body / type ----- */
body.fw-si-demo-site {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--fw-si-ink);
}

body.fw-si-demo-site a {
	color: var(--fw-si-teal-dark);
}

body.fw-si-demo-site a:hover {
	color: var(--fw-si-teal);
}

/* ----- Header: logo left, one-line nav + icons right (desktop only) ----- */
body.fw-si-demo-site .site-branding .site-title,
body.fw-si-demo-site .site-branding .site-description {
	display: none !important;
}

body.fw-si-demo-site .bhfb-header,
body.fw-si-demo-site .site-header {
	border-bottom: 1px solid var(--fw-si-border);
	background: #fff;
	overflow: visible;
}

/*
 * Botiga desktop builder markup uses .bhfb-main_header_row (+ often .container-fluid),
 * not .bhfb-desktop-row. Equal 2-col grid leaves the logo half-width and squeezes
 * menu + search + account + cart off the right edge — override to auto | 1fr.
 */
body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-main_header_row .container,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-main_header_row .container-fluid {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	overflow: visible;
}

body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-main_header_row .bhfb-row {
	align-items: center;
	flex-wrap: nowrap;
	min-height: 64px;
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) !important;
	gap: 1rem 1.5rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: visible;
}

body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-main_header_row .bhfb-column-1,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-main_header_row .bhfb-column:first-child {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	overflow: visible;
}

body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-main_header_row .bhfb-column-2,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-main_header_row .bhfb-column:last-child {
	flex: 1 1 auto !important;
	width: auto !important;
	max-width: 100% !important;
	min-width: 0 !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: flex-end !important;
	align-items: center !important;
	gap: 0.25rem 0.75rem;
	overflow: visible;
}

body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-component-menu {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-component-search,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-component-woo_icons {
	flex: 0 0 auto !important;
	flex-shrink: 0 !important;
	display: flex !important;
	align-items: center;
	visibility: visible !important;
	opacity: 1 !important;
}

body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-component-woo_icons .header-item,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-component-woo_icons .site-header-cart,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-component-search .header-search {
	margin-left: 0.35rem !important;
	margin-right: 0 !important;
}

body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-component-woo_icons .header-item:last-child,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .site-header-cart {
	margin-right: 0 !important;
}

body.fw-si-demo-site .bhfb-component-logo .custom-logo-link img {
	max-height: 44px;
	width: auto;
	max-width: 160px;
	height: auto;
}

/* Desktop primary nav stays a single horizontal row — never apply to offcanvas. */
body.fw-si-demo-site .bhfb-header.bhfb-desktop .botiga-dropdown > ul,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .main-navigation > div > ul {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	margin: 0;
	white-space: nowrap;
	max-width: 100%;
}

body.fw-si-demo-site .bhfb-header.bhfb-desktop .botiga-dropdown > ul > li {
	float: none !important;
	display: inline-flex;
	align-items: center;
}

body.fw-si-demo-site .bhfb-header.bhfb-desktop .botiga-dropdown > ul > li > a,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .main-navigation a {
	font-size: 0.88rem !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: 0.01em;
	color: #333 !important;
	padding: 0.55rem 0.55rem !important;
	white-space: nowrap;
}

body.fw-si-demo-site .bhfb-header.bhfb-desktop .botiga-dropdown > ul > li > a:hover,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .botiga-dropdown > ul > li.current-menu-item > a,
body.fw-si-demo-site .bhfb-header.bhfb-desktop .botiga-dropdown > ul > li.current_page_item > a {
	color: var(--fw-si-teal) !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.fw-si-demo-site a.fw-si-nav-plugin,
body.fw-si-demo-site .botiga-dropdown a.fw-si-nav-plugin {
	color: var(--fw-si-teal) !important;
	font-weight: 600 !important;
}

/* Header icons use teal hover */
body.fw-si-demo-site .bhfb-header .header-search:hover,
body.fw-si-demo-site .bhfb-header .header-item:hover {
	color: var(--fw-si-teal);
}

/* Mid desktop: keep icons visible even when the nav is long */
@media screen and (max-width: 1100px) {
	body.fw-si-demo-site .bhfb-header.bhfb-desktop .botiga-dropdown > ul > li > a,
	body.fw-si-demo-site .bhfb-header.bhfb-desktop .main-navigation a {
		font-size: 0.8rem !important;
		padding: 0.5rem 0.4rem !important;
	}

	body.fw-si-demo-site .bhfb-header.bhfb-desktop .bhfb-main_header_row .container-fluid {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* ----- Mobile header bar ----- */
body.fw-si-demo-site .bhfb-header.bhfb-mobile {
	position: relative;
	z-index: 100;
	background: #fff;
}

body.fw-si-demo-site .bhfb-header.bhfb-mobile .bhfb-main_header_row .bhfb-row {
	align-items: center;
	min-height: 56px;
	padding: 0.35rem 0;
}

body.fw-si-demo-site .bhfb-header.bhfb-mobile .bhfb-component-logo {
	display: flex !important;
	justify-content: center;
	align-items: center;
	visibility: visible !important;
	opacity: 1 !important;
}

body.fw-si-demo-site .bhfb-header.bhfb-mobile .bhfb-component-logo .custom-logo-link,
body.fw-si-demo-site .bhfb-header.bhfb-mobile .bhfb-component-logo .custom-logo {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	max-height: 36px;
	width: auto;
	height: auto;
}

body.fw-si-demo-site .bhfb-header.bhfb-mobile .menu-toggle {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	color: var(--fw-si-ink);
}

body.fw-si-demo-site .bhfb-header.bhfb-mobile .menu-toggle:hover,
body.fw-si-demo-site .bhfb-header.bhfb-mobile .menu-toggle:focus {
	background: var(--fw-si-soft);
	color: var(--fw-si-teal-dark);
}

/* ----- Mobile offcanvas drawer ----- */
body.fw-si-demo-site .bhfb-mobile_offcanvas.botiga-offcanvas-menu {
	background: #fff !important;
	box-shadow: 8px 0 32px rgba(15, 23, 42, 0.18);
	padding: 0 !important;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .mobile-menu-close {
	position: absolute !important;
	top: 14px !important;
	right: 14px !important;
	left: auto !important;
	z-index: 5;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	border: 1px solid var(--fw-si-border) !important;
	border-radius: 999px !important;
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	outline: none;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .mobile-menu-close:hover,
body.fw-si-demo-site .bhfb-mobile_offcanvas .mobile-menu-close:focus {
	border-color: var(--fw-si-teal) !important;
	background: var(--fw-si-soft) !important;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .mobile-menu-close svg {
	width: 16px;
	height: 16px;
	fill: var(--fw-si-ink);
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .bhfb-mobile-offcanvas-rows,
body.fw-si-demo-site .bhfb-mobile_offcanvas .container,
body.fw-si-demo-site .bhfb-mobile_offcanvas .bhfb-row,
body.fw-si-demo-site .bhfb-mobile_offcanvas .bhfb-column {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .bhfb-builder-item + .bhfb-builder-item {
	margin-top: 0 !important;
}

/* Brand block at top of drawer */
body.fw-si-demo-site .bhfb-mobile_offcanvas .bhfb-component-logo {
	display: block !important;
	padding: 1.35rem 1.25rem 1.1rem;
	padding-right: 3.5rem;
	border-bottom: 1px solid var(--fw-si-border);
	background: linear-gradient(180deg, var(--fw-si-soft) 0%, #fff 100%);
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .bhfb-component-logo .custom-logo-link {
	display: inline-block !important;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .bhfb-component-logo .custom-logo {
	display: block !important;
	max-height: 40px !important;
	width: auto !important;
	max-width: 180px !important;
	height: auto !important;
}

/* Vertical nav list */
body.fw-si-demo-site .bhfb-mobile_offcanvas .bhfb-component-mobile_offcanvas_menu {
	padding: 0.35rem 0 1.5rem;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown,
body.fw-si-demo-site .bhfb-mobile_offcanvas .main-navigation,
body.fw-si-demo-site .bhfb-mobile_offcanvas .mobile-offcanvas-menu-content {
	display: block !important;
	width: 100% !important;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown > ul,
body.fw-si-demo-site .bhfb-mobile_offcanvas .main-navigation > div > ul,
body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown-ul {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0.25rem 0.85rem !important;
	list-style: none !important;
	white-space: normal !important;
	width: 100% !important;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown > ul > li,
body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown-li {
	float: none !important;
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	border-bottom: 1px solid var(--fw-si-border);
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown > ul > li:last-child,
body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown-li:last-child {
	border-bottom: 0;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown > ul > li > a,
body.fw-si-demo-site .bhfb-mobile_offcanvas .main-navigation a,
body.fw-si-demo-site .bhfb-mobile_offcanvas a.botiga-dropdown-link {
	display: flex !important;
	align-items: center;
	width: 100% !important;
	box-sizing: border-box;
	padding: 0.95rem 0.65rem !important;
	font-size: 1.05rem !important;
	font-weight: 550 !important;
	line-height: 1.35 !important;
	color: var(--fw-si-ink) !important;
	text-decoration: none !important;
	white-space: normal !important;
	border-radius: 10px;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown > ul > li > a:hover,
body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown > ul > li.current-menu-item > a,
body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown > ul > li.current_page_item > a,
body.fw-si-demo-site .bhfb-mobile_offcanvas .main-navigation a:hover {
	color: var(--fw-si-teal-dark) !important;
	background: var(--fw-si-soft);
	text-decoration: none !important;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas a.fw-si-nav-plugin {
	margin-top: 0.65rem !important;
	justify-content: center;
	background: var(--fw-si-teal) !important;
	color: #fff !important;
	font-weight: 650 !important;
	border-radius: 999px !important;
	padding: 0.85rem 1rem !important;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas a.fw-si-nav-plugin:hover,
body.fw-si-demo-site .bhfb-mobile_offcanvas a.fw-si-nav-plugin:focus {
	background: var(--fw-si-teal-dark) !important;
	color: #fff !important;
}

body.fw-si-demo-site .bhfb-mobile_offcanvas .botiga-dropdown > ul > li:has(> a.fw-si-nav-plugin) {
	border-bottom: 0;
	padding-top: 0.35rem;
}

/* ----- Marketing page content (match header ~1100px like product site) ----- */
body.fw-si-demo-marketing-page .entry-header .entry-title,
body.fw-si-demo-marketing-page .page-title,
body.fw-si-demo-marketing-page .woocommerce-page-header {
	display: none;
}

/* Single column, no sidebar lag-space */
body.fw-si-demo-marketing-page #primary.content-area,
body.fw-si-demo-marketing-page .content-wrapper,
body.fw-si-demo-marketing-page .site-main {
	width: 100%;
	max-width: none;
	float: none;
}

body.fw-si-demo-marketing-page .content-wrapper > .container,
body.fw-si-demo-marketing-page .entry-content,
body.fw-si-demo-site .bhfb-header .container,
body.fw-si-demo-site .bhfb-footer .container {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
}

body.fw-si-demo-marketing-page article.post,
body.fw-si-demo-marketing-page article.page {
	max-width: none;
	margin: 0;
	padding: 0;
}

.fw-si-home {
	padding: 0.5rem 0 2.5rem;
	max-width: 100%;
	box-sizing: border-box;
}

/* wpautop safety (if autop re-enabled): don't draw empty link shells */
.fw-si-card-links > a:empty,
.fw-si-card-links > br,
.fw-si-hero-ctas > br {
	display: none !important;
}

.fw-si-org-banner {
	background: #e8f8fa;
	border: 1px solid #b8e8ee;
	color: #0a5f6b;
	text-align: center;
	padding: 0.65rem 1rem;
	border-radius: 6px;
	font-size: 0.92rem;
	margin-bottom: 1.75rem;
}

.fw-si-org-banner a {
	color: #078a9a;
	font-weight: 600;
}

.fw-si-page-hero {
	margin-bottom: 2.5rem;
}

.fw-si-page-hero h1 {
	font-size: 2rem;
	line-height: 1.2;
	margin: 0 0 0.75rem;
	color: var(--fw-si-ink);
	font-weight: 700;
}

.fw-si-hero-lead {
	font-size: 1.05rem;
	color: var(--fw-si-muted);
	line-height: 1.55;
	margin: 0 0 1.25rem;
	max-width: 720px;
}

.fw-si-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.fw-si-btn-primary {
	display: inline-block;
	padding: 0.65rem 1.25rem;
	background: var(--fw-si-teal);
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 4px;
	font-weight: 600;
	font-size: 0.95rem;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.fw-si-btn-primary:hover {
	background: var(--fw-si-teal-dark);
	color: #fff !important;
}

.fw-si-btn-secondary {
	display: inline-block;
	padding: 0.65rem 1.25rem;
	background: #fff;
	color: var(--fw-si-teal) !important;
	text-decoration: none !important;
	border-radius: 4px;
	font-weight: 600;
	font-size: 0.95rem;
	border: 2px solid var(--fw-si-teal);
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.fw-si-btn-secondary:hover {
	background: var(--fw-si-soft);
}

.fw-si-section {
	margin-bottom: 2.75rem;
}

.fw-si-section h2 {
	text-align: center;
	font-size: 1.55rem;
	margin: 0 0 0.5rem;
	color: var(--fw-si-ink);
}

.fw-si-section-intro {
	text-align: center;
	color: #666;
	max-width: 640px;
	margin: 0 auto 1.75rem;
	line-height: 1.5;
	font-size: 0.98rem;
}

.fw-si-pain-strip {
	background: #f4fafa;
	border: 1px solid #d4eef2;
	border-radius: 8px;
	padding: 1.25rem 1.5rem;
	margin-bottom: 2.5rem;
}

.fw-si-pain-strip h2 {
	font-size: 1.35rem;
	margin: 0 0 0.75rem;
	color: var(--fw-si-ink);
	text-align: left;
}

.fw-si-pain-strip p {
	margin: 0 0 0.75rem;
	color: var(--fw-si-muted);
	line-height: 1.55;
	font-size: 0.95rem;
}

.fw-si-pain-strip p:last-child {
	margin-bottom: 0;
}

.fw-si-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.fw-si-step-card {
	background: #f8f8f8;
	border-radius: 8px;
	padding: 1.25rem;
	text-align: center;
	border-top: 3px solid var(--fw-si-teal);
}

.fw-si-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: var(--fw-si-teal);
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.fw-si-step-card h3 {
	font-size: 1rem;
	margin: 0 0 0.5rem;
}

.fw-si-step-card p {
	font-size: 0.88rem;
	color: var(--fw-si-muted);
	margin: 0;
	line-height: 1.45;
}

.fw-si-card-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	align-items: stretch;
}

/* Only direct card anchors (ignore accidental nested junk) */
.fw-si-card-links > a {
	display: block;
	background: #fff;
	border: 1px solid var(--fw-si-border);
	border-radius: 8px;
	padding: 1.15rem;
	text-decoration: none !important;
	color: inherit !important;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
	min-width: 0;
}

.fw-si-card-links > a:hover {
	border-color: var(--fw-si-teal);
	box-shadow: 0 4px 16px rgba(9, 177, 197, 0.12);
}

.fw-si-card-links h3 {
	font-size: 0.98rem;
	margin: 0 0 0.4rem;
	color: var(--fw-si-ink);
}

.fw-si-card-links p {
	font-size: 0.85rem;
	color: #666;
	margin: 0;
	line-height: 1.45;
}

.fw-si-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.fw-si-feature-card {
	background: #fff;
	border: 1px solid var(--fw-si-border);
	border-radius: 8px;
	padding: 1.15rem;
}

.fw-si-feature-card h3 {
	font-size: 0.98rem;
	margin: 0 0 0.4rem;
	color: #333;
}

.fw-si-feature-card p {
	font-size: 0.85rem;
	color: #666;
	margin: 0;
	line-height: 1.45;
}

.fw-si-compare-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.88rem;
	margin-top: 1rem;
}

.fw-si-compare-table th,
.fw-si-compare-table td {
	border: 1px solid #e4e4e4;
	padding: 0.55rem 0.65rem;
	text-align: left;
	vertical-align: top;
}

.fw-si-compare-table th {
	background: #f6f6f6;
	font-weight: 600;
	color: #333;
}

.fw-si-compare-table td.fw-si-yes {
	color: #0a7a5c;
	font-weight: 600;
}

.fw-si-compare-table td.fw-si-no {
	color: #999;
}

.fw-si-faq {
	max-width: 720px;
	margin: 0 auto;
}

.fw-si-faq details {
	border-bottom: 1px solid #eee;
	padding: 0.85rem 0;
}

.fw-si-faq summary {
	font-weight: 600;
	cursor: pointer;
	color: #333;
}

.fw-si-faq p {
	margin: 0.5rem 0 0;
	font-size: 0.9rem;
	color: var(--fw-si-muted);
	line-height: 1.5;
}

.fw-si-final-cta {
	text-align: center;
	background: linear-gradient(180deg, #f0fbfc 0%, #fff 100%);
	border: 1px solid #d4eef2;
	border-radius: 8px;
	padding: 2rem 1.5rem;
	margin: 2rem 0 0;
}

.fw-si-final-cta h2 {
	font-size: 1.5rem;
	margin: 0 0 0.5rem;
	color: var(--fw-si-ink);
}

.fw-si-final-cta p {
	color: var(--fw-si-muted);
	margin: 0 auto 1.25rem;
	font-size: 0.98rem;
	max-width: 560px;
	line-height: 1.5;
}

.fw-si-final-cta .fw-si-hero-ctas {
	justify-content: center;
	margin-bottom: 0;
}

/* Pricing cards */
.fw-si-pricing-wrap {
	padding: 0.5rem 0 1rem;
	background: #fff;
}

.fw-si-pricing-title {
	text-align: center;
	font-size: 1.75rem;
	margin: 0 0 0.5rem;
}

.fw-si-pricing-lead {
	text-align: center;
	color: #666;
	max-width: 640px;
	margin: 0 auto 1rem;
	line-height: 1.5;
	font-size: 0.95rem;
}

/* Compact Plan Options control (theme often forces select { width:100% }). */
body.fw-si-demo-site .fw-si-pricing-interval {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.45rem 0.6rem;
	margin: 0 auto 1.5rem;
	text-align: center;
	width: 100%;
	max-width: none;
}

body.fw-si-demo-site .fw-si-pricing-interval label {
	margin: 0;
	font-weight: 600;
	color: #333;
	flex: 0 0 auto;
}

body.fw-si-demo-site .fw-si-pricing-interval select,
body.fw-si-demo-site .fw-si-pricing-interval #fw-si-interval-select {
	display: inline-block !important;
	width: auto !important;
	max-width: 11rem !important;
	min-width: 7.5rem;
	flex: 0 0 auto !important;
	font-size: 1rem;
	padding: 0.35rem 0.75rem;
	margin: 0 !important;
	box-sizing: border-box;
}

body.fw-si-demo-site .fw-si-pricing-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	max-width: 1100px;
	margin: 0 auto;
	align-items: stretch;
}

/* Equal-height columns: grid items stretch; cards fill cell height. */
body.fw-si-demo-site .fw-si-pricing-row > a.fw-si-card-link,
body.fw-si-demo-site .fw-si-pricing-row > a.fw-si-card-form {
	display: flex !important;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-width: none;
	min-width: 0;
	text-decoration: none !important;
	color: inherit !important;
	border: 1px solid #4d4d4d;
	cursor: pointer;
	box-sizing: border-box;
	align-self: stretch;
}

body.fw-si-demo-site .fw-si-pricing-row > a.fw-si-card-link:hover,
body.fw-si-demo-site .fw-si-pricing-row > a.fw-si-card-link:focus,
body.fw-si-demo-site .fw-si-pricing-row > a.fw-si-card-form:hover,
body.fw-si-demo-site .fw-si-pricing-row > a.fw-si-card-form:focus {
	color: inherit !important;
	text-decoration: none !important;
}

/* Paid cards: outer link + inner card both stretch so bottoms align. */
body.fw-si-demo-site a.fw-si-card-form .fw-si-pricing-card {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	border: none;
	cursor: pointer;
}

body.fw-si-demo-site .fw-si-pricing-card {
	text-align: center;
	display: flex;
	flex-direction: column;
	border: 1px solid #4d4d4d;
	border-radius: 0;
	/* allow /mo overhang; don't clip header price */
	overflow: visible;
	background: #f6f6f6;
	height: 100%;
	box-sizing: border-box;
}

body.fw-si-demo-site a.fw-si-card-link.fw-si-pricing-card {
	border: 1px solid #4d4d4d;
	overflow: hidden; /* free card: keep square corners without double border bleed */
}

body.fw-si-demo-site a.fw-si-card-form {
	overflow: hidden; /* clip inner to border radius/box */
}

body.fw-si-demo-site .fw-si-pricing-card .fw-si-pricing-header {
	padding: 12px 20px 14px;
	background: #4d4d4d;
	position: relative;
	transition: background 0.3s ease;
	flex-shrink: 0;
	overflow: visible;
}

body.fw-si-demo-site .fw-si-pricing-card:hover .fw-si-pricing-header,
body.fw-si-demo-site a.fw-si-card-form:hover .fw-si-pricing-header {
	background: var(--fw-si-teal);
}

body.fw-si-demo-site .fw-si-pricing-card .fw-si-plan-name {
	font-size: 1.5rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	font-weight: 600;
	line-height: 1.2;
}

/*
 * Price + /mo on one line (theme-safe: inline-flex, no absolute that themes break).
 * Matches product site: large amount, smaller unit top-aligned beside it.
 */
body.fw-si-demo-site .fw-si-pricing-card .fw-si-price-value {
	display: inline-flex !important;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	font-size: 38px;
	font-weight: 700;
	color: var(--fw-si-teal);
	transition: color 0.3s ease;
	margin: 0.2rem auto 0;
	line-height: 1;
	max-width: 100%;
}

body.fw-si-demo-site .fw-si-pricing-card:hover .fw-si-price-value,
body.fw-si-demo-site a.fw-si-card-form:hover .fw-si-price-value {
	color: #fff;
}

body.fw-si-demo-site .fw-si-pricing-card .fw-si-currency {
	position: static;
	font-size: 0.55em;
	font-weight: 700;
	line-height: 1;
	margin: 0.28em 0.05em 0 0;
	flex: 0 0 auto;
}

body.fw-si-demo-site .fw-si-pricing-card .fw-si-amount {
	font-weight: 700;
	line-height: 1;
	flex: 0 0 auto;
}

body.fw-si-demo-site .fw-si-pricing-card .fw-si-interval {
	display: inline !important;
	position: static !important;
	font-size: 0.38em;
	font-weight: 700;
	color: inherit;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
	margin: 0.4em 0 0 0.08em;
	flex: 0 0 auto;
	bottom: auto;
	right: auto;
}

body.fw-si-demo-site .fw-si-pricing-card:hover .fw-si-interval,
body.fw-si-demo-site a.fw-si-card-form:hover .fw-si-interval {
	color: inherit;
}

body.fw-si-demo-site .fw-si-pricing-card .fw-si-pricing-body {
	padding-top: 1.25rem;
	background: #f6f6f6;
	position: relative;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	text-align: left;
}

body.fw-si-demo-site .fw-si-pricing-card .fw-si-pricing-body h3 {
	font-size: 1rem;
	margin: 0 0 0.35rem;
	padding: 0 1.25rem;
	color: #333;
	font-weight: 700;
}

body.fw-si-demo-site .fw-si-pricing-card .fw-si-pricing-body ul {
	padding: 0 1.25rem 0.5rem;
	margin: 0;
	list-style: none;
	text-align: left;
	flex: 1 1 auto;
}

body.fw-si-demo-site .fw-si-pricing-card .fw-si-pricing-body ul li {
	font-size: 12px;
	font-weight: 700;
	color: #777473;
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d8;
	line-height: 1.35;
}

body.fw-si-demo-site .fw-si-pricing-card .fw-si-pricing-body ul li:last-child {
	border-bottom: none;
}

body.fw-si-demo-site .fw-si-small-caption {
	font-size: 9px;
	font-weight: 700;
	color: #777473;
}

/* Pin CTA to bottom of equal-height cards. */
body.fw-si-demo-site .fw-si-pricing-card .fw-si-cta {
	display: block;
	width: 80%;
	box-sizing: border-box;
	font-size: 1rem;
	color: #fff !important;
	text-transform: uppercase;
	background: #d9d9d8;
	padding: 8px 25px;
	margin-top: auto !important;
	margin-bottom: 1.75rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	text-decoration: none !important;
	font-weight: 600;
	text-align: center;
	transition: background 0.3s ease;
	pointer-events: none;
	flex-shrink: 0;
}

body.fw-si-demo-site .fw-si-pricing-card:hover .fw-si-cta,
body.fw-si-demo-site a.fw-si-card-form:hover .fw-si-cta,
body.fw-si-demo-site .fw-si-pricing-card.fw-si-free .fw-si-cta {
	background: var(--fw-si-teal);
}

body.fw-si-demo-site .fw-si-pricing-card.fw-si-free:hover .fw-si-cta {
	background: var(--fw-si-teal-dark);
}

@media screen and (min-width: 560px) {
	body.fw-si-demo-site .fw-si-pricing-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 900px) {
	body.fw-si-demo-site .fw-si-pricing-row {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* interval label sits beside compact select, not stacked full-bleed */
@media screen and (max-width: 480px) {
	body.fw-si-demo-site .fw-si-pricing-interval {
		flex-direction: column;
	}
	body.fw-si-demo-site .fw-si-pricing-interval select,
	body.fw-si-demo-site .fw-si-pricing-interval #fw-si-interval-select {
		max-width: 12rem !important;
	}
}

/* ----- Footer (searchus.funnelwon.com style) ----- */
body.fw-si-demo-site .bhfb-footer {
	border-top: 1px solid #eee;
	background: #fff;
	margin-top: 2rem;
}

body.fw-si-demo-site .bhfb-footer .bhfb-rows {
	padding: 0;
}

/* Botiga builder defaults align footer columns left — force centered copyright row */
body.fw-si-demo-site .bhfb-footer .bhfb-below_footer_row .bhfb-row,
body.fw-si-demo-site .bhfb-footer .bhfb-below_footer_row .bhfb-column,
body.fw-si-demo-site .bhfb-footer .bhfb-below_footer_row .bhfb-column-1,
body.fw-si-demo-site .bhfb-footer .bhfb-below_footer_row .bhfb-component-copyright {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 100% !important;
	text-align: center !important;
	float: none !important;
}

body.fw-si-demo-site .bhfb-footer .botiga-credits {
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	text-align: center !important;
	font-size: 0.875rem;
	color: #666;
	line-height: 1.55;
	padding: 1rem 0.75rem;
}

body.fw-si-demo-site .bhfb-footer .botiga-credits a {
	color: #666;
	text-decoration: none;
	font-weight: inherit;
}

body.fw-si-demo-site .bhfb-footer .botiga-credits a:hover,
body.fw-si-demo-site .bhfb-footer .botiga-credits a:focus {
	color: #666;
	text-decoration: underline;
	font-weight: 700;
}

body.fw-si-demo-site .bhfb-footer .botiga-credits a.fw-si-footer-brand {
	color: inherit;
}

body.fw-si-demo-site .bhfb-footer .fw-si-footer-sep {
	display: block;
	height: 0.4rem;
}

/* Shop page polish + in-header search under title */
body.fw-si-demo-store-page .woocommerce-page-header {
	border-bottom: 1px solid var(--fw-si-border);
	padding-top: 2rem !important;
	padding-bottom: 1.75rem !important;
	overflow: visible !important;
	position: relative;
	z-index: 1;
}

body.fw-si-demo-store-page .woocommerce-page-header .container {
	display: block;
	position: relative;
	z-index: 2;
}

body.fw-si-demo-store-page .woocommerce-products-header__title.page-title {
	display: block !important;
	position: relative !important;
	z-index: 2;
	margin: 0 0 1.15rem !important;
	padding: 0 !important;
	line-height: 1.25 !important;
	height: auto !important;
	transform: none !important;
}

/* Search lives inside .page-description under the H1 — never overlap title */
body.fw-si-demo-store-page .woocommerce-page-header .page-description {
	display: block !important;
	position: relative !important;
	z-index: 2;
	margin: 0 !important;
	padding: 0 !important;
	max-width: none;
	clear: both;
}

.fw-si-demo-shop-search-wrap {
	position: relative;
	z-index: 2;
	display: block;
	clear: both;
	float: none;
	margin: 0 auto !important;
	padding: 0 !important;
	border: none;
	max-width: 100%;
	transform: none !important;
}

.fw-si-demo-shop-search {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

/* Products-only SearchUs embed (same visual language as prior demo form) */
.fw-si-demo-shop-search .fw-si-search-embed {
	margin: 0 auto;
	max-width: 100%;
}
.fw-si-demo-shop-search .fw-si-search-embed__row {
	display: flex;
	align-items: stretch;
	width: 100%;
	border: 2px solid var(--fw-si-teal);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 16px rgba(9, 177, 197, 0.1);
}
.fw-si-demo-shop-search .fw-si-search-embed__input {
	flex: 1 1 auto;
	min-width: 0;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 0.8rem 1rem !important;
	font-size: 1rem !important;
	line-height: 1.4;
	background: #fff !important;
	color: var(--fw-si-ink) !important;
	border-radius: 0 !important;
	margin: 0 !important;
	height: auto !important;
	text-align: left;
}
.fw-si-demo-shop-search .fw-si-search-embed__input::placeholder {
	color: #999;
}
.fw-si-demo-shop-search .fw-si-search-embed__submit {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	margin: 0;
	padding: 0.8rem 1.15rem;
	background: var(--fw-si-teal);
	color: #fff;
	font-weight: 600;
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: background 0.15s ease;
}
.fw-si-demo-shop-search .fw-si-search-embed__submit:hover,
.fw-si-demo-shop-search .fw-si-search-embed__submit:focus {
	background: var(--fw-si-teal-dark);
	color: #fff;
}

.fw-si-demo-shop-search-form {
	display: flex;
	align-items: stretch;
	width: 100%;
	border: 2px solid var(--fw-si-teal);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 16px rgba(9, 177, 197, 0.1);
	position: relative;
	z-index: 2;
}

.fw-si-demo-shop-search-input {
	flex: 1 1 auto;
	min-width: 0;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 0.8rem 1rem !important;
	font-size: 1rem !important;
	line-height: 1.4;
	background: #fff !important;
	color: var(--fw-si-ink) !important;
	border-radius: 0 !important;
	margin: 0 !important;
	height: auto !important;
	position: static !important;
}

.fw-si-demo-shop-search-input::placeholder {
	color: #999;
}

.fw-si-demo-shop-search-submit {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	border: none;
	margin: 0;
	padding: 0.8rem 1.15rem;
	background: var(--fw-si-teal);
	color: #fff;
	font-weight: 600;
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: background 0.15s ease;
}

.fw-si-demo-shop-search-submit:hover,
.fw-si-demo-shop-search-submit:focus {
	background: var(--fw-si-teal-dark);
	color: #fff;
}

.fw-si-demo-shop-search-icon {
	display: block;
}

.fw-si-demo-shop-search-hint {
	margin: 0.65rem 0 0;
	font-size: 0.82rem;
	color: #777;
	line-height: 1.4;
}

@media screen and (max-width: 520px) {
	.fw-si-demo-shop-search-submit-label {
		display: none;
	}
	.fw-si-demo-shop-search-submit {
		padding: 0.8rem 0.95rem;
	}
	.fw-si-demo-shop-search .fw-si-search-embed__submit {
		padding: 0.8rem 0.85rem;
		font-size: 0.75rem;
	}
}

body.fw-si-demo-store-page .button,
body.fw-si-demo-store-page button.button,
body.fw-si-demo-store-page .wp-element-button {
	background-color: var(--fw-si-teal) !important;
	border-color: var(--fw-si-teal) !important;
	color: #fff !important;
}

body.fw-si-demo-store-page .button:hover {
	background-color: var(--fw-si-teal-dark) !important;
	border-color: var(--fw-si-teal-dark) !important;
}

@media screen and (max-width: 900px) {
	.fw-si-steps {
		grid-template-columns: 1fr;
	}
	.fw-si-feature-grid {
		grid-template-columns: 1fr 1fr;
	}
	.fw-si-card-links {
		grid-template-columns: 1fr;
	}
	.fw-si-page-hero h1 {
		font-size: 1.55rem;
	}
}

@media screen and (max-width: 720px) {
	.fw-si-feature-grid {
		grid-template-columns: 1fr;
	}
}
