/**
 * ON1 Plus Day - July 2026 landing page styles
 *
 * @copyright   2026, ON1
 */

/* !- Login button */
#wp-submit.bg-green {
	--bs-btn-bg: var(--orange-500);
	--bs-btn-border-color: var(--orange-500);
	--bs-btn-hover-bg: var(--orange-500);
	--bs-btn-hover-border-color: var(--orange-500);
	--bs-btn-active-bg: var(--orange-500);
	--bs-btn-active-border-color: var(--orange-500);

	background-color: var(--orange-500);
}

/* !- Eyebrow */
.eyebrow {
	color: var(--orange);
}

/* !- Hero */
.hero {
	align-items: center;
	aspect-ratio: 2880 / 1200;
	background: url(https://ononesoft.cachefly.net/images/landing/2026/plus-day-july-2026/hero-bg@2x.jpg) center center no-repeat;
	background-size: cover;
	display: flex;
	margin-top: 0;
	max-width: 100%;
	min-height: 600px;
	position: relative;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 62% 85% at 22% 50%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 72%);
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 991.98px) {
	.hero::before {
		background: rgba(0, 0, 0, 0.65);
	}
}

.hero-h1 {
	color: var(--white);
	font-size: var(--text-6xl);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.08;
	margin-bottom: 0.75rem;
}

.hero-sub-bold {
	color: var(--text);
	font-size: var(--text-2xl);
}

.hero-sub {
	color: var(--text-muted);
	font-size: var(--text-base);
	line-height: 1.65;
	margin-bottom: 2.5rem;
}

.hero-buttons {
	margin-bottom: 2.5rem;
}

.hero-button-info {
	color: var(--text-muted);
	font-size: var(--text-sm);
	line-height: 1.65;
}

/* !- Intro strip & 4-up grid */
.intro-strip {
	background: var(--bg-850);
	padding: 4.375rem 0;
}

.four-up-item {
	background: var(--bg);
	border: 1px solid var(--border-subtle);
	padding: 2rem 1.75rem;
}

.four-up-icon {
	height: 36px;
	margin-bottom: 1rem;
	opacity: 0.7;
	width: 36px;
}

.four-up-item h4 {
	color: var(--text);
	font-size: var(--text-base);
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 0.625rem;
}

.four-up-item p {
	color: var(--text-subtle);
	font-size: var(--text-sm);
	line-height: 1.6;
	margin: 0;
}

/* !- Schedule */
.schedule-section {
	background: var(--bg-850);
	padding: 5.625rem 0;
}

.schedule-heading {
	margin-bottom: 2.25rem;
	text-align: center;
}

.schedule-heading .eyebrow {
	margin-bottom: 0.75rem;
}

.schedule-heading .section-h2 {
}

.schedule-item {
	border-bottom: 1px solid var(--border-subtle);
	padding: 1.75rem 0;
}

.schedule-item:first-of-type {
	border-top: 1px solid var(--border-subtle);
}

.schedule-title {
	align-items: flex-start;
	color: var(--text);
	display: flex;
	font-size: var(--text-base);
	font-weight: 600;
	gap: 0.75rem;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}

.schedule-title::before {
	background-color: rgba(254, 132, 42, 0.12);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='50,0 61,35 98,35 68,57 79,91 50,70 21,91 32,57 2,35 39,35' fill='%23fe842a'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.8125rem;
	border-radius: 0.25rem;
	content: '';
	flex-shrink: 0;
	height: 1.25rem;
	margin-top: 0.125rem;
	width: 1.25rem;
}

.schedule-time {
	color: var(--slate-300);
	font-size: var(--text-sm);
	margin-bottom: 0.875rem;
	padding-left: 2rem;
}

.schedule-copy {
	color: var(--text-muted);
	font-size: var(--text-base);
	line-height: 1.7;
	padding-left: 2.25rem;
}

.instructors-heading {
	padding: 5rem 0 2.25rem;
}

.instructors .section-copy {
	padding-top: 1.75rem;
}
