/*
Theme Name: The Prospect List
Theme URI: https://www.theprospectlist.com/
Author: The Prospect List
Description: A focused WooCommerce-ready theme for downloadable company databases.
Version: 1.0.28
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: companylisthub
*/

@font-face {
	font-family: "Geist CLH";
	src: url("assets/fonts/geist.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

:root {
	--font-geist-sans: "Geist CLH", "Segoe UI", Arial, sans-serif;
}

body.admin-bar .site-header {
	top: 32px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.entry-content {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.8;
}

.entry-content > * {
	max-width: 850px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: var(--navy);
	line-height: 1.25;
	margin: 1.8em 0 0.65em;
}

.entry-content h2 {
	font-size: 28px;
}

.entry-content h3 {
	font-size: 21px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.25em;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.3rem;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content a {
	color: var(--blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.catalogue-tools {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.catalogue-tools input {
	flex: 1;
	min-height: 44px;
	border: 1px solid var(--line);
	border-radius: 7px;
	padding: 0 14px;
	background: #fff;
}

.catalogue-tools span {
	color: var(--muted);
	font-size: 11px;
	white-space: nowrap;
}

.contact-layout {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 28px;
	align-items: start;
}

.contact-list {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.contact-list div {
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 15px;
	background: #fff;
}

.contact-list strong,
.contact-list span {
	display: block;
}

.contact-list strong {
	color: var(--navy);
	font-size: 12px;
	margin-bottom: 5px;
}

.contact-list span {
	color: var(--muted);
	font-size: 11px;
}

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

.value-card {
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
	padding: 25px;
}

.value-card > span {
	display: grid;
	place-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: var(--blue-soft);
	color: var(--blue);
	font-size: 20px;
}

.value-card h2 {
	color: var(--navy);
	font-size: 17px;
	margin: 18px 0 9px;
}

.value-card p {
	color: var(--muted);
	font-size: 11px;
	line-height: 1.7;
	margin: 0;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
	background: var(--blue) !important;
	color: #fff !important;
	border-radius: 7px !important;
	padding: 13px 18px !important;
	font-weight: 700 !important;
}

.woocommerce ul.products li.product,
.woocommerce div.product,
.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-account .woocommerce-MyAccount-content {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 20px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
	color: var(--blue);
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	border: 1px solid var(--line);
	border-radius: 6px;
	padding: 10px;
	background: #fff;
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 820px) {
	.contact-layout,
	.about-values {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.catalogue-tools {
		align-items: stretch;
		flex-direction: column;
	}
}

/* Professional layout and typography system. */
:root {
	--content-width: 1240px;
	--body-size: 16px;
	--body-leading: 1.7;
}

body {
	font-size: var(--body-size);
	line-height: var(--body-leading);
}

.container {
	width: min(var(--content-width), calc(100% - 48px));
}

.site-header {
	height: 78px;
}

.nav-wrap {
	gap: 32px;
}

.brand strong {
	font-size: 18px;
	letter-spacing: -0.35px;
}

.brand small {
	font-size: 7px;
	letter-spacing: 1.45px;
}

.desktop-nav {
	gap: 26px;
}

.desktop-nav a,
.signin-link {
	font-size: 14px;
	font-weight: 620;
}

.button {
	min-height: 48px;
	padding-inline: 22px;
	font-size: 14px;
}

.button-sm {
	min-height: 42px;
	padding-inline: 18px;
	font-size: 13px;
}

.eyebrow {
	margin-bottom: 16px;
	font-size: 12px;
	letter-spacing: 1.8px;
}

.hero {
	min-height: auto;
	padding: 88px 0 76px;
}

.hero-grid {
	gap: 64px;
}

.hero h1 {
	font-size: clamp(46px, 4.4vw, 66px);
	line-height: 1.06;
}

.hero-copy > p:not(.eyebrow, .micro-trust) {
	font-size: 17px;
	line-height: 1.72;
}

.micro-trust {
	font-size: 12px;
}

.trust-grid {
	min-height: 82px;
}

.trust-grid div {
	padding: 17px 12px;
	font-size: 12px;
	line-height: 1.4;
}

.section,
.content-section {
	padding: 76px 0;
}

.page-hero {
	padding: 72px 0 62px;
}

.page-hero h1 {
	max-width: 900px;
	font-size: clamp(40px, 4vw, 52px);
	line-height: 1.1;
}

.page-hero > div > p:not(.eyebrow) {
	max-width: 760px;
	font-size: 17px;
	line-height: 1.65;
}

.section-title {
	margin-bottom: 32px;
}

.section-title h2,
.sample-promo h2 {
	font-size: 34px;
	line-height: 1.18;
	letter-spacing: -1.2px;
}

.section-title p,
.sample-promo p {
	font-size: 16px;
	line-height: 1.7;
}

.content-card {
	border-radius: 14px;
	padding: 42px 46px;
}

.content-card.entry-content {
	max-width: 960px;
	margin-inline: auto;
}

.entry-content {
	font-size: 16px;
	line-height: 1.8;
}

.entry-content > * {
	max-width: none;
}

.entry-content h2 {
	font-size: 30px;
}

.entry-content h3 {
	font-size: 23px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin-bottom: 1.35em;
}

.catalogue-tools {
	gap: 18px;
	margin-bottom: 28px;
}

.catalogue-tools input {
	min-height: 50px;
	padding-inline: 16px;
	font-size: 15px;
}

.catalogue-tools span {
	font-size: 13px;
}

.product-grid {
	gap: 22px;
}

.product-card {
	border-radius: 13px;
	padding: 24px;
}

.tags span {
	font-size: 9px;
}

.product-card h3 {
	margin: 19px 0 10px;
	font-size: 20px;
}

.product-card > p {
	min-height: 68px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.65;
}

.metric-grid {
	padding: 17px 0;
}

.metric-grid small,
.card-footer small {
	font-size: 9px;
}

.metric-grid strong {
	font-size: 12px;
}

.card-footer > div strong {
	font-size: 24px;
}

.card-footer .text-link {
	font-size: 12px;
}

.steps {
	gap: 34px;
	margin-top: 38px;
}

.step h3 {
	margin-bottom: 9px;
	font-size: 17px;
}

.step p {
	max-width: 225px;
	font-size: 14px;
	line-height: 1.65;
}

.faq-list {
	max-width: 900px;
}

.faq-list summary {
	padding: 23px 4px;
	font-size: 17px;
}

.faq-list details p {
	margin: -6px 44px 24px 4px;
	font-size: 15px;
	line-height: 1.75;
}

.final-cta {
	padding: 72px 0;
}

.final-cta h2 {
	font-size: clamp(34px, 3.4vw, 44px);
}

.final-cta p {
	font-size: 15px;
}

.footer {
	padding-top: 62px;
}

.footer-grid {
	gap: 54px;
}

.footer-grid > div:first-child p {
	max-width: 330px;
	font-size: 13px;
	line-height: 1.75;
}

.footer h3 {
	font-size: 12px;
}

.footer-grid a:not(.brand) {
	font-size: 13px;
}

.footer-bottom {
	font-size: 11px;
}

.contact-layout {
	grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
	gap: 48px;
	max-width: 1120px;
}

.contact-overview {
	padding-top: 8px;
}

.contact-overview .section-title h2 {
	max-width: 520px;
	font-size: 38px;
}

.contact-list {
	gap: 14px;
	margin-top: 28px;
}

.contact-list div {
	padding: 18px 20px;
	border-radius: 10px;
}

.contact-list strong {
	margin-bottom: 6px;
	font-size: 14px;
}

.contact-list span,
.contact-list a {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.6;
}

.contact-list a {
	color: var(--blue);
}

.contact-panel {
	display: grid;
	gap: 32px;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 32px;
	background: #fff;
	box-shadow: 0 18px 50px rgb(19 35 59 / 8%);
}

.contact-panel-header {
	padding-bottom: 32px;
	border-bottom: 1px solid var(--line);
}

.contact-panel h2 {
	margin: 0 0 10px;
	color: var(--navy);
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -0.7px;
}

.contact-panel p:not(.eyebrow) {
	margin: 0 0 22px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.7;
}

.contact-location {
	display: grid;
	gap: 20px;
}

.contact-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.contact-meta div {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border-radius: 9px;
	background: var(--surface);
}

.contact-meta strong {
	color: var(--navy);
	font-size: 13px;
}

.contact-meta span {
	color: var(--muted);
	font-size: 13px;
}

.contact-map {
	display: block;
	width: 100%;
	height: 240px;
	border: 0;
	border-radius: 11px;
}

@media (max-width: 1080px) {
	.container {
		width: min(100% - 36px, 980px);
	}

	.contact-layout {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}

	.product-card > p {
		min-height: 0;
	}
}

@media (max-width: 820px) {
	.container {
		width: min(100% - 30px, 720px);
	}

	.section,
	.content-section {
		padding: 60px 0;
	}

	.page-hero {
		padding: 58px 0 50px;
	}

	.contact-layout {
		grid-template-columns: 1fr;
	}

	.contact-overview .section-title h2 {
		font-size: 34px;
	}

	.product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-grid {
		gap: 40px;
	}
}

@media (max-width: 560px) {
	body {
		font-size: 15px;
	}

	.container {
		width: calc(100% - 24px);
	}

	.site-header {
		height: 68px;
	}

	.brand {
		gap: 9px;
	}

	.brand strong {
		font-size: 15px;
	}

	.brand small {
		font-size: 6px;
	}

	.hero {
		padding: 52px 0 48px;
	}

	.hero h1 {
		font-size: 39px;
	}

	.hero-copy > p:not(.eyebrow, .micro-trust) {
		font-size: 15px;
	}

	.section,
	.content-section {
		padding: 48px 0;
	}

	.page-hero {
		padding: 48px 0 42px;
	}

	.page-hero h1 {
		font-size: 35px;
	}

	.page-hero > div > p:not(.eyebrow) {
		font-size: 15px;
	}

	.section-title h2,
	.sample-promo h2,
	.contact-overview .section-title h2 {
		font-size: 29px;
	}

	.section-title p,
	.sample-promo p {
		font-size: 15px;
	}

	.content-card {
		padding: 26px 22px;
	}

	.entry-content {
		font-size: 15px;
	}

	.product-grid {
		grid-template-columns: 1fr;
	}

	.product-card {
		padding: 21px;
	}

	.steps {
		gap: 42px;
	}

	.faq-list summary {
		font-size: 15px;
	}

	.faq-list details p {
		margin-right: 8px;
		font-size: 14px;
	}

	.contact-panel {
		gap: 26px;
		padding: 22px;
	}

	.contact-panel-header {
		padding-bottom: 26px;
	}

	.contact-panel h2 {
		font-size: 25px;
	}

	.contact-panel p:not(.eyebrow) {
		font-size: 14px;
	}

	.contact-meta {
		grid-template-columns: 1fr;
	}

	.contact-map {
		height: 210px;
	}

	.footer-grid {
		gap: 32px;
	}
}

/* Keep the database catalogue close to its page heading. */
.catalogue-section {
	padding-top: 0;
}

/* Product-specific checkout control used on database cards. */
.product-card .card-footer {
	margin-top: auto;
}

.secure-download-panel {
	display: grid;
	width: 100%;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
	grid-template-columns: 104px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
}

.woocommerce ul.products li.product .secure-download-panel {
	clear: both;
	grid-template-columns: 92px minmax(0, 1fr);
}

.woocommerce ul.products li.product .secure-download-actions {
	grid-template-columns: 1fr;
}

.woocommerce ul.products li.product .secure-download-button,
.woocommerce ul.products li.product .secure-download-paypal,
.woocommerce ul.products li.product .secure-download-upi {
	width: 100%;
}

.woocommerce div.product .secure-download-panel {
	clear: both;
	max-width: 560px;
	margin-top: 22px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: var(--surface);
}

.secure-download-qr {
	display: block;
	border: 1px solid var(--line);
	border-radius: 9px;
	padding: 5px;
	background: #fff;
}

.secure-download-qr img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.secure-download-content {
	min-width: 0;
}

.secure-download-content > strong {
	display: block;
	color: var(--navy);
	font-size: 13px;
	line-height: 1.35;
}

.secure-download-content > p {
	margin: 5px 0 11px !important;
	color: var(--muted);
	font-size: 10px !important;
	line-height: 1.5 !important;
}

.secure-download-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.secure-download-button {
	display: inline-flex;
	min-height: 40px;
	padding: 10px 13px;
	border: 1px solid var(--blue);
	border-radius: 7px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--blue);
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(15, 113, 255, 0.18);
}

.secure-download-button:hover {
	border-color: var(--navy);
	background: var(--navy);
	color: #fff;
}

.secure-download-button span {
	font-size: 15px;
	transition: transform 0.2s ease;
}

.secure-download-button:hover span {
	transform: translateX(3px);
}

.secure-download-paypal {
	display: inline-flex;
	min-height: 40px;
	padding: 10px 13px;
	border: 1px solid #0070ba;
	border-radius: 7px;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #005ea6 !important;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.secure-download-paypal:hover {
	background: #eef8ff;
	color: #003f75 !important;
}

.secure-download-upi {
	display: inline-flex;
	min-height: 40px;
	padding: 10px 13px;
	border: 1px solid #128c4b;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	background: #f3fff7;
	color: #0c6d39 !important;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

.secure-download-upi:hover {
	background: #e7f9ee;
	color: #075a2e !important;
}

.tpl-auto-download {
	margin: 24px 0;
	padding: 20px;
	border: 1px solid #b9d5ff;
	border-radius: 10px;
	background: #f4f8ff;
	color: var(--navy);
}

.tpl-auto-download strong {
	display: block;
	font-size: 18px;
	line-height: 1.35;
}

.tpl-auto-download p {
	margin: 7px 0 14px;
}

.tpl-auto-download__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tpl-auto-download__links a {
	display: inline-flex;
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 7px;
	align-items: center;
	background: var(--blue);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

/* Razorpay-only payment panel with manual spreadsheet fulfilment. */
.secure-download-panel.razorpay-manual-panel,
.woocommerce ul.products li.product .secure-download-panel.razorpay-manual-panel {
	display: block;
	grid-template-columns: none;
	padding: 16px;
	border: 1px solid #d7e4f7;
	border-radius: 10px;
	background: #f7faff;
}

.razorpay-manual-panel .secure-download-content > strong {
	font-size: 14px;
}

.razorpay-manual-panel .secure-download-content > p {
	margin: 7px 0 13px !important;
	font-size: 11px !important;
	line-height: 1.55 !important;
}

.razorpay-payment-wrap form {
	margin: 0;
}

.razorpay-payment-wrap .razorpay-payment-button {
	display: inline-flex !important;
	min-width: 190px;
	min-height: 42px;
	padding: 11px 18px !important;
	border: 0 !important;
	border-radius: 7px !important;
	align-items: center;
	justify-content: center;
	background: #0f71ff !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(15, 113, 255, 0.2);
}

.razorpay-payment-wrap .razorpay-payment-button:hover {
	background: var(--navy) !important;
}

@media (max-width: 820px) {
	.catalogue-section {
		padding-top: 0;
	}

}

@media (max-width: 560px) {
	.catalogue-section {
		padding-top: 0;
	}

	.secure-download-panel {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 12px;
		margin-top: 14px;
		padding-top: 14px;
	}

	.secure-download-panel.razorpay-manual-panel {
		display: block;
		padding: 14px;
	}

	.razorpay-manual-panel .secure-download-content > p {
		font-size: 10px !important;
	}

	.razorpay-payment-wrap .razorpay-payment-button {
		width: 100%;
	}

	.secure-download-content > strong {
		font-size: 12px;
	}

	.secure-download-content > p {
		font-size: 9px !important;
	}

	.secure-download-actions {
		grid-template-columns: 1fr;
	}

	.secure-download-button,
	.secure-download-paypal,
	.secure-download-upi {
		min-height: 38px;
		padding: 9px 10px;
		font-size: 10px;
	}
}

/* Database listing card */
.woocommerce ul.products li.product {
  width: min(100%, 760px) !important;
  max-width: 760px;
  margin: 0 0 28px !important;
  padding: 28px !important;
  border: 1px solid #d9e4f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 53, 100, 0.08);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  pointer-events: none;
  display: block;
  color: #10284b;
  text-decoration: none;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  display: none !important;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::after {
  content: "EXCEL WORKBOOK  •  194,941 U.S. CLOTHING BOUTIQUES\A\AIncludes: Company Name, Website, Address, Email and Phone Number.\AAlso includes category and state coverage summaries for targeted outreach and market research.\A\ADelivery: Sent to your email within 2 working days after payment.";
  white-space: pre-line;
  display: block;
  margin: 14px 0 18px;
  color: #526a8f;
  font-size: 15px;
  line-height: 1.65;
}
.woocommerce ul.products li.product .price del {
  color: #7b8799;
  font-size: 15px;
  margin-right: 8px;
}
.woocommerce ul.products li.product .price ins {
  color: #087443;
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
}
.woocommerce ul.products li.product .secure-download-panel {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .woocommerce ul.products li.product {
    padding: 22px !important;
  }
}

/* Database listing card */
.woocommerce ul.products li.product {
  width: min(100%, 760px) !important;
  max-width: 760px;
  margin: 0 0 28px !important;
  padding: 28px !important;
  border: 1px solid #d9e4f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 53, 100, 0.08);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  pointer-events: none;
  display: block;
  color: #10284b;
  text-decoration: none;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
  display: none !important;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::after {
  content: "EXCEL WORKBOOK  •  194,941 U.S. CLOTHING BOUTIQUES\A\AIncludes: Company Name, Website, Address, Email and Phone Number.\AAlso includes category and state coverage summaries for targeted outreach and market research.\A\ADelivery: Sent to your email within 2 working days after payment.";
  white-space: pre-line;
  display: block;
  margin: 14px 0 18px;
  color: #526a8f;
  font-size: 15px;
  line-height: 1.65;
}
.woocommerce ul.products li.product .price del {
  color: #7b8799;
  font-size: 15px;
  margin-right: 8px;
}
.woocommerce ul.products li.product .price ins {
  color: #087443;
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
}
.woocommerce ul.products li.product .secure-download-panel {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .woocommerce ul.products li.product {
    padding: 22px !important;
  }
}



/* Final database card copy override */
body.post-type-archive-product main .page-title { display: none !important; }
body.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link::after {
  content: "Excel workbook • 194,941 U.S. clothing boutiques • Includes: Company Name, Website, Email, Address and Phone Number. • Also includes category and state coverage summaries for targeted outreach and market research. • Delivery: Sent to your email within 2 working days after payment." !important;
  display: block !important;
  white-space: normal !important;
  margin: 18px 0 20px !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}
