/* Private drum coaching page — scoped conversion and UX styles. */
.cc-inner-page--drum-lessons .cc-inner-cta {
	display: none;
}

.cc-inner-page--drum-lessons .cc-prose {
	max-width: 1020px;
	margin-inline: auto;
}

.cc-inner-page--drum-lessons .cc-prose h2 {
	margin-top: clamp(68px, 7vw, 88px);
	padding-top: 0;
	border-top: 0;
}

.cc-inner-page--drum-lessons .cc-coaching-lead {
	max-width: 860px;
}

.cc-inner-page--drum-lessons .cc-hero-consultation {
	align-self: flex-start;
	min-height: 52px;
	margin-top: 30px;
	padding: 0 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: var(--cc-ink) !important;
	font-family: var(--cc-sans);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.cc-inner-page--drum-lessons .cc-hero-consultation:hover,
.cc-inner-page--drum-lessons .cc-hero-consultation:focus-visible {
	background: var(--cc-ember);
	color: #fff !important;
	transform: translateY(-2px);
}

.cc-inner-page--drum-lessons .cc-coaching-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 30px 0 12px;
}

.cc-inner-page--drum-lessons .cc-coaching-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin: 30px 0 48px;
}

.cc-inner-page--drum-lessons .cc-coaching-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	padding: 28px;
	background: rgba(255, 255, 255, .42);
	border-radius: 8px;
	box-shadow: 0 14px 38px rgba(17, 21, 19, .055);
}

.cc-inner-page--drum-lessons .cc-coaching-card::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: var(--cc-sea);
	content: "";
	opacity: .72;
}

.cc-inner-page--drum-lessons .cc-coaching-card--wide {
	grid-column: 1 / -1;
}

.cc-inner-page--drum-lessons .cc-coaching-card h3 {
	margin: 0 0 13px;
	font-size: clamp(25px, 2.2vw, 31px);
	line-height: 1.08;
	letter-spacing: -.025em;
}

.cc-inner-page--drum-lessons .cc-coaching-card p {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 1.62;
	color: rgba(17, 21, 19, .74);
}

.cc-inner-page--drum-lessons .cc-coaching-card ul {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.58;
}

.cc-inner-page--drum-lessons .cc-coaching-programs,
.cc-inner-page--drum-lessons .cc-coaching-formats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 28px 0 48px;
}

.cc-inner-page--drum-lessons .cc-coaching-program,
.cc-inner-page--drum-lessons .cc-coaching-format {
	position: relative;
	min-width: 0;
	padding: 26px;
	background: rgba(255, 255, 255, .46);
	border: 0;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(17, 21, 19, .05);
}

.cc-inner-page--drum-lessons .cc-coaching-program::after,
.cc-inner-page--drum-lessons .cc-coaching-format::after {
	position: absolute;
	right: 26px;
	bottom: 20px;
	width: 28px;
	height: 2px;
	background: var(--cc-ember);
	content: "";
	opacity: .68;
}

.cc-inner-page--drum-lessons .cc-coaching-program h3,
.cc-inner-page--drum-lessons .cc-coaching-format h3 {
	margin: 0 0 12px;
	padding-right: 10px;
	font-size: 24px;
	line-height: 1.1;
}

.cc-inner-page--drum-lessons .cc-coaching-program p,
.cc-inner-page--drum-lessons .cc-coaching-format p {
	margin: 0;
	padding-bottom: 28px;
	font-size: 17px;
	line-height: 1.62;
}

.cc-inner-page--drum-lessons .cc-coaching-note {
	margin: 38px 0 50px;
	padding: 30px 32px;
	background: rgba(129, 154, 148, .14);
	border: 0;
	border-left: 4px solid var(--cc-sea);
	border-radius: 0 8px 8px 0;
}

.cc-inner-page--drum-lessons .cc-coaching-note p:last-child {
	margin-bottom: 0;
}

.cc-inner-page--drum-lessons .cc-coaching-video {
	overflow: hidden;
	margin: 36px 0 50px;
	border-radius: 8px;
	background: var(--cc-ink);
}

.cc-inner-page--drum-lessons .cc-coaching-video iframe {
	display: block;
	margin: 0 !important;
}

.cc-inner-page--drum-lessons #drum-consultation {
	scroll-margin-top: 110px;
	margin-top: 82px;
	padding: clamp(32px, 5vw, 54px);
	background: rgba(255, 255, 255, .42);
	border: 0;
	border-radius: 12px;
	box-shadow: 0 20px 56px rgba(17, 21, 19, .07);
}

.cc-inner-page--drum-lessons #drum-consultation > h2 {
	margin-top: 0;
}

.cc-inner-page--drum-lessons #drum-consultation > p {
	max-width: 760px;
	margin-bottom: 30px;
}

.cc-inner-page--drum-lessons #drum-consultation .wpforms-container {
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.cc-inner-page--drum-lessons #drum-consultation .wpforms-field-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 24px;
}

.cc-inner-page--drum-lessons #drum-consultation .wpforms-field {
	min-width: 0;
	margin: 0;
}

.cc-inner-page--drum-lessons #wpforms-1069-field_0-container,
.cc-inner-page--drum-lessons #wpforms-1069-field_6-container,
.cc-inner-page--drum-lessons #wpforms-1069-field_7-container,
.cc-inner-page--drum-lessons #wpforms-1069-field_10-container {
	grid-column: 1 / -1;
}

.cc-inner-page--drum-lessons #drum-consultation .wpforms-field-medium,
.cc-inner-page--drum-lessons #drum-consultation .wpforms-field-small,
.cc-inner-page--drum-lessons #drum-consultation .wpforms-field-large,
.cc-inner-page--drum-lessons #drum-consultation .wpforms-field-row {
	width: 100% !important;
	max-width: none !important;
}

.cc-inner-page--drum-lessons #drum-consultation .wpforms-field-label {
	margin-bottom: 8px !important;
	font-size: 15px !important;
	font-weight: 650 !important;
}

.cc-inner-page--drum-lessons #drum-consultation .wpforms-field-sublabel {
	margin-top: 7px !important;
	font-size: 13px !important;
	color: rgba(17, 21, 19, .62) !important;
}

.cc-inner-page--drum-lessons #drum-consultation input[type="text"],
.cc-inner-page--drum-lessons #drum-consultation input[type="email"],
.cc-inner-page--drum-lessons #drum-consultation input[type="number"],
.cc-inner-page--drum-lessons #drum-consultation select,
.cc-inner-page--drum-lessons #drum-consultation textarea {
	width: 100% !important;
	min-height: 52px !important;
	padding: 13px 15px !important;
	border: 1px solid rgba(17, 21, 19, .2) !important;
	border-radius: 5px !important;
	background: rgba(255, 255, 255, .88) !important;
	box-shadow: none !important;
	font-family: var(--cc-sans) !important;
	font-size: 16px !important;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.cc-inner-page--drum-lessons #drum-consultation textarea {
	min-height: 132px !important;
	resize: vertical;
}

.cc-inner-page--drum-lessons #drum-consultation input:focus,
.cc-inner-page--drum-lessons #drum-consultation select:focus,
.cc-inner-page--drum-lessons #drum-consultation textarea:focus {
	border-color: var(--cc-ember) !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(164, 79, 50, .12) !important;
	outline: 0 !important;
}

.cc-inner-page--drum-lessons #drum-consultation .wpforms-field-description {
	margin-top: 7px;
	font-size: 14px;
	line-height: 1.48;
	color: rgba(17, 21, 19, .6);
}

.cc-inner-page--drum-lessons #drum-consultation .wpforms-recaptcha-container {
	margin-top: 28px;
}

.cc-inner-page--drum-lessons #drum-consultation .wpforms-submit-container {
	margin-top: 22px;
}

.cc-inner-page--drum-lessons #drum-consultation .wpforms-submit {
	min-height: 56px;
	padding-inline: 26px !important;
	font-size: 15px;
}

@media (max-width: 760px) {
	.cc-inner-page--drum-lessons .cc-prose h2 {
		margin-top: 58px;
	}

	.cc-inner-page--drum-lessons .cc-coaching-grid,
	.cc-inner-page--drum-lessons .cc-coaching-programs,
	.cc-inner-page--drum-lessons .cc-coaching-formats,
	.cc-inner-page--drum-lessons #drum-consultation .wpforms-field-container {
		grid-template-columns: 1fr;
	}

	.cc-inner-page--drum-lessons .cc-coaching-card--wide,
	.cc-inner-page--drum-lessons #drum-consultation .wpforms-field {
		grid-column: auto;
	}

	.cc-inner-page--drum-lessons .cc-coaching-card,
	.cc-inner-page--drum-lessons .cc-coaching-program,
	.cc-inner-page--drum-lessons .cc-coaching-format {
		padding: 22px 20px;
	}

	.cc-inner-page--drum-lessons .cc-coaching-note {
		padding: 24px 22px;
	}

	.cc-inner-page--drum-lessons #drum-consultation {
		margin-top: 60px;
		padding: 28px 20px;
		border-radius: 8px;
	}

	.cc-inner-page--drum-lessons #drum-consultation .wpforms-recaptcha-container {
		overflow-x: auto;
		padding-bottom: 4px;
	}
}
