/* ==========================================================================
   /trade/apply/ — Apply for a Caliber Turf Trade Account
   Bespoke rebuild of the Elementor page (post-234) + Caliber Turf trade
   header (template 618) and trade footer (template 787).
   NOTE: this page is an Elementor "canvas" page on the live site — it does
   NOT use the Green Guard site header/footer.
   ========================================================================== */

.ct-page {
	background: #fff;
	font-family: 'Poppins', sans-serif;
}

.ct-page img { display: block; }

/* ---------------------------------------------------------------- header */
.ct-header {
	background: #232323;
	padding: 2rem 0;
	position: relative;
	z-index: 50;
}
.ct-header-inner {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ct-logo {
	display: block;
	width: 23%;
	flex: 0 0 auto;
}
.ct-logo img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.ct-nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ct-nav a {
	display: block;
	padding: 13px 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
}

/* burger + dropdown (tablet/mobile) */
.ct-burger {
	display: none;
	background: rgba(0, 0, 0, 0.05);
	border: 0;
	border-radius: 3px;
	width: 33px;
	height: 33px;
	padding: 0;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2.5px;
}
.ct-burger span {
	display: block;
	width: 20px;
	height: 3px;
	border-radius: 1px;
	background: #33373d;
}
.ct-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
	z-index: 60;
}
.ct-dropdown.open { display: block; }
.ct-dropdown a {
	display: block;
	padding: 13px 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 13.6px;
	color: #494c4f;
	text-decoration: none;
	border-bottom: 1px solid #f0f0f0;
}
.ct-dropdown a:hover { background: #f7f7f7; }

@media (max-width: 1024px) {
	.ct-nav { display: none; }
	.ct-burger {
		display: flex;
		/* the original nav widget reserves ~30px under the toggle and
		   centers it ~44px from the right edge, giving the mobile header
		   its 127px height */
		margin-bottom: 30px;
		margin-right: 44px;
	}
}

/* ------------------------------------------------------------------ hero */
.ct-hero {
	position: relative;
	min-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('/assets/images/turf-trade.jpg') center center / cover no-repeat;
}
.ct-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #0F2A1D;
	opacity: 0.65;
}
.ct-hero h1 {
	position: relative;
	margin: 0;
	padding: 0 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.15em;
	color: #fff;
	text-align: center;
}
@media (max-width: 1024px) {
	.ct-hero { min-height: 246px; }
	.ct-hero h1 { font-size: 1.8rem; }
}
@media (max-width: 767px) {
	.ct-hero { min-height: 10rem; }
	.ct-hero h1 { font-size: 1.6rem; padding: 0 1rem; }
}

/* -------------------------------------------------- shared 2-col layout */
.ct-2col {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	gap: 10px;
}
.ct-col { width: 50%; padding: 0 30px; }
.ct-col-img img {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.ct-2col { flex-direction: column; }
	.ct-col { width: 100%; padding: 0 20px; }
}

/* headings + dividers */
.ct-h2 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.2em;
}
.ct-divider { padding: 7px 0; }
.ct-divider .ct-divider-line {
	display: block;
	border-top: 3.5px solid transparent;
}
.ct-divider--orange .ct-divider-line { border-top-color: #E04F1B; }
@media (max-width: 767px) {
	.ct-h2 { font-size: 1.5rem; text-align: center; }
	.ct-divider .ct-divider-line { margin: 0 auto; }
}

/* rich text blocks */
.ct-richtext { font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 1.8em; }
.ct-richtext p { margin: 0 0 20px; }
.ct-richtext ul { margin: 16px 0; padding-left: 40px; }
.ct-richtext li { margin: 0; }

/* ----------------------------------------------------------- intro (white) */
.ct-intro { background: #fff; padding: 60px 20px 80px; }
.ct-intro .ct-2col { flex-direction: row-reverse; }
.ct-intro .ct-text { font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 1.8em; color: #000; }
@media (max-width: 767px) {
	.ct-intro { padding: 3rem 1rem; }
	.ct-intro .ct-2col { flex-direction: column; }
}

/* ------------------------------------------------------ benefits (dark) */
.ct-benefits { background: #232323; padding: 60px 20px 80px; }
.ct-benefits .ct-h2 { color: #fff; }
.ct-benefits .ct-col-text > * + * { margin-top: 20px; }
.ct-benefits .ct-divider-line { width: 32%; }
.ct-benefits .ct-richtext { color: #ADADAD; }
.ct-benefits .ct-col-text > .ct-richtext { margin-top: 33px; }
@media (max-width: 767px) {
	.ct-benefits { padding: 3rem 1rem; }
}

/* --------------------------------------------------- how it works (white) */
.ct-how { background: #fff; padding: 80px 20px; }
.ct-how-head { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.ct-how .ct-h2 { color: #000; text-align: center; }
.ct-how .ct-divider { width: 100%; }
.ct-how .ct-divider-line { width: 13%; max-width: 178px; margin: 0 auto; }
.ct-cards {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	box-sizing: border-box;
}
.ct-card {
	width: 31%;
	background: #fff;
	border: 1px solid #e3e7e1;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(31, 42, 45, 0.06);
	padding: 30px 28px 38px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ct-card-badge { display: flex; justify-content: center; align-items: center; }
.ct-num {
	width: 90px;
	height: 90px;
	min-height: 90px;
	border-radius: 50%;
	background: #E04F1B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 3rem;
	color: #fff;
}
.ct-card h3 {
	margin: 0 0 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3em;
	color: #1f2a2d;
	text-align: center;
}
.ct-card p {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7em;
	color: #5d6b6a;
}
@media (max-width: 1024px) and (min-width: 768px) {
	.ct-cards { flex-wrap: wrap; }
	.ct-card { width: 48%; }
}
@media (max-width: 767px) {
	.ct-how { padding: 80px 20px 0; }
	.ct-cards { flex-direction: column; align-items: stretch; padding: 0; }
	.ct-card { width: 100%; }
	.ct-num { width: 70px; height: 70px; min-height: 70px; font-size: 2rem; }
	.ct-card p { line-height: 1.75em; }
}

/* ------------------------------------------------------ form section (dark) */
.ct-form-sec { background: #232323; padding: 5rem 0; }
.ct-form-wrap { max-width: 696px; margin: 0 auto; }
@media (max-width: 767px) {
	.ct-form-sec { padding: 3rem 1rem; }
	.ct-form-wrap { padding: 0 20px; }
}

/* The form itself is the shared .gg-form system
   (/assets/css/components/form.css) — this page adds nothing to it. */

/* ------------------------------------------------------- program (white) */
.ct-program { background: #fff; padding: 60px 20px 80px; }
.ct-program .ct-h2 { color: #000; }
.ct-program .ct-col-text > * + * { margin-top: 20px; }
.ct-program .ct-divider-line { width: 32%; }
.ct-program .ct-richtext { color: #000; }
@media (max-width: 767px) {
	.ct-program { padding: 3rem 1rem; }
}

/* ----------------------------------------------------------- FAQ (dark) */
.ct-faq { background: #232323; padding: 90px 20px; }
.ct-faq-head {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.ct-faq .ct-h2 { color: #fff; text-align: center; }
.ct-faq .ct-divider-line { width: 18%; max-width: 209px; margin: 0 auto; }
.ct-faq-row {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
	padding-top: 20px;
	box-sizing: border-box;
}
.ct-faq-imgcol { flex: 0 0 auto; }
@media (min-width: 768px) {
	.ct-faq-imgcol { margin-right: 6px; }
}
.ct-faq-imgcol img { max-width: 100%; height: auto; border-radius: 15px; }
.ct-faq-acccol { flex: 0 1 514px; min-width: 0; }

/* Elivate FAQ accordion (as styled by post-234) */
.eew-faq-container { max-width: 800px; margin: 0 auto; padding: 20px; }
.eew-faq-item {
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 10px;
	overflow: hidden;
}
.eew-faq-question {
	margin: 0;
	padding: 15px 20px;
	background: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.22;
	transition: background 0.3s, color 0.3s;
	user-select: none;
}
.eew-faq-question:hover { background: #e9e9e9; }
.eew-faq-item.active .eew-faq-question { background: #e9e9e9; }
.eew-faq-question::after {
	content: '+';
	color: #333;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	flex-shrink: 0;
	margin-left: 16px;
	transition: transform 0.3s;
}
.eew-faq-item.active .eew-faq-question::after { content: '\2212'; }
.eew-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, opacity 0.25s ease;
	opacity: 0;
	background: #fff;
	color: #555;
}
.eew-faq-item.active .eew-faq-answer { max-height: 2000px; opacity: 1; }
.eew-faq-answer-inner {
	padding: 15px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}
.eew-faq-answer-inner p { margin: 0; }
@media (max-width: 767px) {
	.ct-faq { padding: 3rem 1rem; }
	.ct-faq-row { flex-direction: column-reverse; gap: 50px; }
	.ct-faq-imgcol { padding: 0 20px; width: 100%; box-sizing: border-box; }
	.ct-faq-acccol { flex: 1 1 auto; width: 100%; }
	.eew-faq-container { padding: 0; }
	.eew-faq-question { font-size: 0.7rem; }
}

/* -------------------------------------------------------- contact (white) */
.ct-contact { background: #fff; padding: 100px 20px 114px; }
.ct-contact-inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.ct-contact .ct-h2 { color: #000; text-align: center; margin-bottom: 4px; }
.ct-contact .ct-divider { margin-bottom: 16px; }
.ct-contact .ct-divider-line { width: 18%; margin: 0 auto; }
.ct-contact-lead {
	margin: 0 0 27px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 1.8em;
	color: #000;
}
.ct-contact-links { text-align: center; font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 1.4; }
.ct-contact-links a { text-decoration: none; }
.ct-contact-links p { margin: 0 0 13px; }
.ct-contact-links p:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
	.ct-contact { padding: 3rem 1rem 3.8rem; }
	.ct-contact-lead { margin-bottom: 33px; }
	.ct-contact-links p { margin: 0 0 17px; }
}

/* ------------------------------------------------------------- footer */
.ct-footer { background: #000; padding: 5rem 1rem; }
.ct-footer-inner {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.ct-fcol { flex: 1 1 0; padding: 0 30px; min-width: 0; }
.ct-fcol-logo img { max-width: 100%; width: auto; height: auto; margin: 0 auto; }
.ct-ftable {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Poppins', sans-serif;
	font-size: 0.9rem;
	line-height: 1.4;
	color: #fff;
}
.ct-ftable td { padding: 0; vertical-align: top; }
.ct-ftable td.ct-flabel { font-weight: bold; width: 100px; }
.ct-ftable a { color: #fff; text-decoration: none; }
.ct-flinks p { margin: 0 0 10px; }
.ct-flinks a {
	color: #fff;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 0.9rem;
	line-height: 1.65;
}
@media (max-width: 767px) {
	.ct-footer-inner { flex-direction: column; gap: 42px; }
	.ct-fcol { padding: 0 20px; }
	.ct-fcol-logo img { width: 100%; }
	.ct-ftable { line-height: 1.65; }
	.ct-ftable td { padding-bottom: 0; }
	.ct-flinks p { margin: 0 0 18px; }
	.ct-flinks a { line-height: 1.3; }
}
