/*
Theme Name: Black Ice Banking Systems
Theme URI: https://www.thecountrybankofneedham.com
Author: Pro Plans & The Country Bank of Needham
Author URI: https://www.thecountrybankofneedham.com
Description: Black Ice Banking Systems — a Full Site Editing theme for The Country Bank of Needham, focused on finished banking pages for The Country Bank Of Needham.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0.7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: black-ice-banking-systems
Tags: finance, banking, receivables, invoicing, documents, verification, full-site-editing, block-patterns, block-styles, custom-colors, custom-menu, custom-logo, editor-style, featured-images, flexible-header, one-column, two-columns, three-columns, translation-ready, wide-blocks
*/

html,
body,
.wp-block-post-author__avatar,
.wp-block-social-links,
.wp-block-post-excerpt__excerpt,
.wp-block-separator {
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
}

.no-margin-top {
	margin-top: 0 !important;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
 }

body {
	font-smooth: auto;
	font-smooth: inherit;
	-webkit-font-smoothing: inherit;
}

.wp-site-blocks > .wp-block-group  {
	margin-block-start: 0;
}

.wp-block-columns{
	margin-block-start: 0;
	margin-block-end: 0;
}

.wp-block-cover{
	margin-block-start: 0;
	margin-block-end: 0;
}
/* TCBON seeded page layout */
.tcbon-page-hero {
	padding: 8px 0 24px;
}

.tcbon-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.tcbon-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #840024;
	font-weight: 700;
}

.tcbon-page-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(32px, 5vw, 52px);
	line-height: 1.05;
}

.tcbon-lead {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.7;
	color: #3a3f45;
	max-width: 880px;
}

.tcbon-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.tcbon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	background: #840024;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.tcbon-page-section {
	padding: 8px 0 32px;
}

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

.tcbon-card {
	background: #fff;
	border: 1px solid #e6e8eb;
	border-radius: 24px;
	padding: 24px;
}

.tcbon-card h2 {
	margin-top: 0;
	margin-bottom: 12px;
}

.tcbon-card p,
.tcbon-card li {
	color: #3a3f45;
	line-height: 1.7;
}

@media (max-width: 782px) {
	.tcbon-grid-2 {
		grid-template-columns: 1fr;
	}
}


.tcbon-btn-outline {
	background: transparent;
	color: #840024;
	border: 1px solid #840024;
}

.tcbon-list {
	margin: 0;
	padding-left: 20px;
}

.tcbon-page-section-soft {
	padding-top: 0;
}

.tcbon-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.tcbon-feature-card h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 22px;
}

.tcbon-cta-card {
	padding: 32px;
}

@media (max-width: 960px) {
	.tcbon-feature-grid {
		grid-template-columns: 1fr;
	}
}


.tcbon-page-hero-certificate {
	padding-bottom: 12px;
}

.tcbon-certificate-box {
	background: linear-gradient(180deg, #fff 0%, #fcf7f8 100%);
	border: 1px solid #d7bcc6;
	border-radius: 28px;
	padding: 28px;
	box-shadow: 0 10px 30px rgba(132, 0, 36, 0.06);
}

.tcbon-cert-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 20px 0;
}

.tcbon-cert-grid div {
	padding: 16px;
	border: 1px solid #ead7dd;
	border-radius: 18px;
	background: #fff;
}

.tcbon-cert-grid strong,
.tcbon-cert-grid span {
	display: block;
}

.tcbon-cert-grid strong {
	margin-bottom: 6px;
	color: #840024;
}

.tcbon-certificate-note {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	color: #3a3f45;
}

@media (max-width: 782px) {
	.tcbon-cert-grid {
		grid-template-columns: 1fr;
	}
}


.tcbon-promo-link {
	display:block;
	border-radius:24px;
	overflow:hidden;
	box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.tcbon-promo-image,
.tcbon-card-image {
	display:block;
	width:100%;
	height:auto;
}

.tcbon-card-image-wrap {
	max-width:440px;
	margin:0 auto;
	border-radius:24px;
	overflow:hidden;
	box-shadow:0 18px 45px rgba(15,23,42,.08);
	background:#f4f4f4;
}

@media (max-width: 782px) {
	.tcbon-promo-link,
	.tcbon-card-image-wrap {
		border-radius:18px;
	}
}
