/* ==========================================================================
   Silicon Valley–replica program page
   Accent #ED5A26 | DM Sans (inherited)
   ========================================================================== */

.program-page { background: #fff; }

.program-page .container--narrow {
	width: min(100% - 2.5rem, 680px);
}

/* ---- Hero (contained, ejadlabs-style) ---- */
.sv-hero {
	background: #fff;
	padding: 0;
}

.sv-hero__stack {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
}

.sv-hero__media {
	margin: 0;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	max-height: min(400px, 42vw);
	aspect-ratio: 21 / 9;
	background: #e5e7eb;
}

@media (max-width: 699px) {
	.sv-hero__media {
		max-height: 220px;
		aspect-ratio: 16 / 9;
	}
}

.sv-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 72%;
	display: block;
}

.sv-hero__copy {
	padding: 2rem 0 0;
}

.sv-hero__copy--center {
	text-align: center;
	max-width: 680px;
	margin-inline: auto;
}

.sv-pill {
	display: inline-flex;
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	background: #ed5a26;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.sv-hero__dates {
	margin: 0 0 0.6rem;
	font-size: 1rem;
	font-weight: 500;
	color: #6b7280;
}

.sv-hero__title {
	color: #1c1c1c;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
	margin: 0 0 0.9rem;
}

.sv-hero__lead {
	color: #6b7280;
	font-size: 1.05rem;
	line-height: 1.55;
	margin: 0 0 1.6rem;
}

.sv-hero__copy .btn {
	margin-bottom: 0;
}

/* ---- KPI row (flat, no cards) ---- */
.sv-kpi-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem 1.25rem;
	padding: 2.5rem 0 2rem;
	width: 100%;
}

@media (min-width: 900px) {
	.sv-kpi-row { grid-template-columns: repeat(4, 1fr); }
}

.sv-kpi-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.sv-kpi-item__icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fef0eb;
	color: #ed5a26;
	display: grid;
	place-items: center;
	margin-bottom: 0.75rem;
}

.sv-kpi-item strong {
	display: block;
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 0.2rem;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.sv-kpi-item span {
	font-size: 0.86rem;
	color: #6b7280;
	line-height: 1.4;
}

/* ---- Sponsors (logo strip) ---- */

.sv-sponsors__label {
	margin: 0 0 1.25rem;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9ca3af;
}

.sv-sponsors__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.15rem 1.75rem;
}

.sv-sponsor-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
	min-height: 56px;
	padding: 0.65rem 1rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sv-sponsor-logo:hover {
	transform: translateY(-2px);
	border-color: rgba(237, 90, 38, 0.25);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.sv-sponsor-logo img {
	max-height: 40px;
	max-width: 130px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: none;
	opacity: 1;
	transition: transform 0.25s ease;
}

.sv-sponsor-logo:hover img {
	transform: scale(1.03);
}

.sv-sponsor-logo--round {
	min-width: 56px;
	padding: 0.35rem;
	border-radius: 50%;
}

.sv-sponsor-logo--round img {
	max-height: 44px;
	max-width: 44px;
	border-radius: 50%;
	object-fit: cover;
}

.sv-sponsors__note {
	text-align: center;
	margin: 1.25rem auto 0;
	max-width: 52ch;
	font-size: 0.9rem;
	color: #6b7280;
	line-height: 1.55;
}

/* ---- Sections (alternating white / soft gray) ---- */
.sv-section {
	padding: 4.5rem 0;
	background: #fff;
}

.sv-section--plain { background: #fff; }
.sv-section--soft { background: #f8fafc; }

.sv-sponsors.sv-section { padding: 1.75rem 0 1.25rem; }

.sv-head { max-width: 720px; margin-bottom: 2.25rem; }
.sv-head--center {
	margin-inline: auto;
	text-align: center;
	max-width: 780px;
}

.sv-kicker {
	margin: 0 0 0.55rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #ed5a26;
}

.sv-head h2 {
	font-size: clamp(1.85rem, 3.2vw, 2.5rem);
	margin: 0 0 0.65rem;
}

.sv-sub {
	margin: 0;
	font-size: 1.05rem;
	color: #6b7280;
}

.sv-updated {
	margin: 0.5rem 0 0;
	font-size: 0.85rem;
	color: #9ca3af;
}

.sv-about-copy {
	margin-top: 1rem;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #6b7280;
	max-width: 680px;
	margin-inline: auto;
	text-align: center;
}

.sv-about-copy p { color: #6b7280; }

/* ---- Highlights ---- */
.sv-highlights {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 1fr;
}

@media (min-width: 700px) {
	.sv-highlights { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1100px) {
	.sv-highlights { grid-template-columns: repeat(3, 1fr); }
}

.sv-highlight {
	margin: 0;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #e5e7eb;
}

.sv-highlight img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.sv-highlight:hover img { transform: scale(1.05); }

.sv-highlight figcaption {
	position: absolute;
	inset: auto 0 0 0;
	padding: 1.25rem 1.1rem;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
	color: #fff;
	font-weight: 600;
	font-size: 1.05rem;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.sv-highlight:hover figcaption {
	opacity: 1;
	transform: translateY(0);
}

/* ---- Delegates / speakers grid ---- */
.sv-delegates {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.sv-delegates--speakers {
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 700px) {
	.sv-delegates--speakers { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1100px) {
	.sv-delegates--speakers { grid-template-columns: repeat(4, 1fr); }
}

/* ---- Speakers carousel ---- */
.sv-speakers-carousel {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.75rem;
}

.sv-speakers__track {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 0.25rem 0 0.75rem;
}

.sv-speakers__track::-webkit-scrollbar { display: none; }

.sv-delegate--speaker {
	flex: 0 0 min(100%, 260px);
	scroll-snap-align: start;
}

@media (min-width: 700px) {
	.sv-delegate--speaker { flex-basis: 240px; }
}

@media (min-width: 1000px) {
	.sv-delegate--speaker { flex-basis: 260px; }
}

.sv-carousel__prev,
.sv-carousel__next,
.sv-timeline-carousel__prev,
.sv-timeline-carousel__next {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #ed5a26;
	display: grid;
	place-items: center;
	cursor: pointer;
	flex-shrink: 0;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.sv-carousel__prev:hover,
.sv-carousel__next:hover,
.sv-timeline-carousel__prev:hover,
.sv-timeline-carousel__next:hover {
	border-color: rgba(237, 90, 38, 0.45);
	background: #fef0eb;
	transform: translateY(-1px);
}

@media (min-width: 600px) {
	.sv-delegates:not(.sv-delegates--speakers) {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1000px) {
	.sv-delegates:not(.sv-delegates--speakers) { grid-template-columns: repeat(4, 1fr); }
}

.sv-delegate {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	display: flex;
	flex-direction: column;
}

.sv-delegate:hover {
	transform: translateY(-4px);
	border-color: rgba(237, 90, 38, 0.35);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

.sv-delegate__photo {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f3f4f6;
	position: relative;
}

.sv-delegate__photo::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 40%;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.12));
	pointer-events: none;
}

.sv-delegate__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.sv-delegate:hover .sv-delegate__photo img {
	transform: scale(1.05);
}

.sv-delegate__body {
	padding: 1.15rem 1.2rem 1.35rem;
	text-align: center;
}

.sv-delegate h3 {
	font-size: 1.1rem;
	margin: 0 0 0.3rem;
	letter-spacing: -0.01em;
}

.sv-delegate__role {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: #ed5a26;
}

.sv-delegate__company {
	margin: 0.3rem 0 0;
	font-size: 0.88rem;
	color: #6b7280;
}

/* ---- Two panels ---- */
.sv-two {
	display: grid;
	gap: 1rem;
}

@media (min-width: 800px) {
	.sv-two { grid-template-columns: 1fr 1fr; }
}

.sv-panel {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 1.6rem 1.45rem;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.sv-panel h3 {
	font-size: 1.2rem;
	margin: 0 0 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #e5e7eb;
}

.sv-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sv-list li {
	position: relative;
	padding: 0.55rem 0 0.55rem 1.4rem;
	border-bottom: 1px solid #e5e7eb;
	color: #6b7280;
	font-size: 0.95rem;
}

.sv-list li:last-child { border-bottom: 0; }

.sv-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.95rem;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ed5a26;
}

.sv-list--muted li::before { background: #d1d5db; }

.sv-list--check li::before,
.sv-list--x li::before {
	top: 0.72rem;
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1;
}

.sv-list--check li {
	padding-left: 1.65rem;
}

.sv-list--check li::before {
	content: "✓";
	color: #ed5a26;
}

.sv-list--x li {
	padding-left: 1.65rem;
}

.sv-list--x li::before {
	content: "✕";
	color: #9ca3af;
	font-size: 0.85rem;
}

/* ---- Timeline carousel ---- */
.sv-timeline-carousel {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.75rem;
}

.sv-timeline-carousel__prev,
.sv-timeline-carousel__next {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #ed5a26;
	display: grid;
	place-items: center;
	cursor: pointer;
	flex-shrink: 0;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

/* timeline prev/next styled via .sv-carousel__* above */
.sv-timeline__track {
	display: flex;
	gap: 0.85rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 0.25rem 0 0.5rem;
}

.sv-timeline__track::-webkit-scrollbar { display: none; }

.sv-step {
	flex: 0 0 min(100%, 280px);
	scroll-snap-align: start;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 1.35rem 1.15rem;
	min-height: 100%;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 700px) {
	.sv-step { flex-basis: 260px; }
}

.sv-step:hover {
	border-color: rgba(237, 90, 38, 0.4);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.sv-step__num {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1.5px solid #ed5a26;
	background: #fef0eb;
	color: #ed5a26;
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: 0.85rem;
	margin-bottom: 0.85rem;
}

.sv-step__meta {
	margin: 0 0 0.35rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ed5a26;
}

.sv-step h3 {
	font-size: 1rem;
	margin: 0 0 0.4rem;
}

.sv-step p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: #6b7280;
}

/* ---- Key events (horizontal rows) ---- */
.sv-keys {
	display: grid;
	gap: 1.25rem;
}

.sv-key {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
	position: relative;
}

@media (min-width: 768px) {
	.sv-key {
		flex-direction: row;
		align-items: stretch;
		min-height: 220px;
	}
}

.sv-key::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 3px;
	background: #ed5a26;
	opacity: 0;
	transition: opacity 0.25s ease;
	z-index: 1;
}

.sv-key:hover {
	transform: translateY(-3px);
	border-color: rgba(237, 90, 38, 0.35);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.sv-key:hover::before { opacity: 1; }

.sv-key__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	flex-shrink: 0;
	width: 100%;
	max-height: 240px;
}

@media (min-width: 768px) {
	.sv-key__media {
		width: 360px;
		max-width: 38%;
		height: 220px;
		max-height: none;
		aspect-ratio: 16 / 10;
	}
}

.sv-key__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
	transition: transform 0.45s ease;
}

.sv-key:hover .sv-key__media img {
	transform: scale(1.04);
}

.sv-key__body {
	padding: 1.35rem 1.3rem 1.45rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sv-key__where {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ed5a26;
}

.sv-key h3 {
	font-size: 1.15rem;
	margin: 0 0 0.75rem;
}

.sv-key ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: auto;
}

.sv-key li {
	position: relative;
	padding: 0.4rem 0 0.4rem 1.05rem;
	font-size: 0.9rem;
	color: #6b7280;
	border-top: 1px solid #e5e7eb;
}

.sv-key li:first-child { border-top: 0; }

.sv-key li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.85rem;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ed5a26;
}

/* ---- Fee (ejadlabs bordered card) ---- */
.sv-fee {
	display: flex;
	justify-content: center;
}

.sv-fee__card {
	width: min(100%, 820px);
	background: #fff;
	border: 2px solid #ed5a26;
	border-radius: 16px;
	padding: 2.5rem 2rem 2rem;
	box-shadow: 0 12px 36px rgba(237, 90, 38, 0.08);
}

@media (min-width: 700px) {
	.sv-fee__card { padding: 3rem 2.75rem 2.5rem; }
}

.sv-fee__head {
	text-align: center;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #e5e7eb;
}

.sv-fee__amount {
	margin: 0 0 0.35rem;
	font-size: clamp(2.75rem, 6vw, 3.75rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #ed5a26;
	line-height: 1;
}

.sv-fee__label {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #1c1c1c;
}

.sv-fee__hint {
	margin: 0.65rem auto 0;
	max-width: 36ch;
	font-size: 0.92rem;
	color: #6b7280;
	line-height: 1.45;
}

.sv-fee__columns {
	display: grid;
	gap: 2rem;
}

@media (min-width: 640px) {
	.sv-fee__columns { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

.sv-fee__col h3 {
	font-size: 1.05rem;
	margin: 0 0 1rem;
	text-align: center;
}

@media (min-width: 640px) {
	.sv-fee__col h3 { text-align: left; }
}

.sv-fee__col .sv-list li {
	border-bottom: none;
	padding: 0.4rem 0 0.4rem 1.65rem;
	font-size: 0.92rem;
}

/* ---- Testimonials ---- */
.sv-testimonials {
	display: grid;
	gap: 1rem;
	align-items: stretch;
}

@media (min-width: 800px) {
	.sv-testimonials { grid-template-columns: repeat(3, 1fr); }
}

.sv-quote {
	margin: 0;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 1.5rem 1.35rem;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.sv-quote::before {
	content: "\201C";
	position: absolute;
	top: 0.85rem;
	right: 1.1rem;
	font-size: 3rem;
	line-height: 1;
	color: #fef0eb;
	font-family: Georgia, serif;
	pointer-events: none;
}

.sv-quote__text {
	flex: 1;
	margin: 0 0 1.25rem;
	font-size: 0.98rem;
	line-height: 1.6;
	color: #374151;
	position: relative;
	z-index: 1;
}

.sv-quote footer {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding-top: 1rem;
	border-top: 1px solid #e5e7eb;
	margin-top: auto;
}

.sv-quote__photo {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 2px solid #fef0eb;
	box-shadow: 0 0 0 2px rgba(237, 90, 38, 0.15);
}

.sv-quote footer div {
	display: grid;
	gap: 0.1rem;
}

.sv-quote strong {
	font-size: 0.95rem;
	color: #1c1c1c;
}

.sv-quote span {
	font-size: 0.85rem;
	color: #ed5a26;
	font-weight: 600;
}

/* ---- Apply (centered form) ---- */
.sv-apply.sv-section {
	padding: 4.5rem 0 5rem;
}

.sv-apply .sv-head {
	margin-bottom: 2rem;
}

.sv-apply__form {
	max-width: 640px;
	margin-inline: auto;
}

.sv-apply__form .form-panel {
	border-radius: 14px;
	border: 1px solid #e5e7eb;
	border-top: 3px solid #ed5a26;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
	padding: 2rem 1.75rem;
	background: #fff;
}

.sv-apply__form .form-field input,
.sv-apply__form .form-field select,
.sv-apply__form .form-field textarea {
	background: #fff;
}

.sv-apply__form .btn--primary {
	width: 100%;
	padding: 1rem 1.5rem;
	font-size: 1rem;
}

/* ---- FAQ ---- */
.sv-faq { display: grid; gap: 0.65rem; }

.sv-faq__item {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
}

.sv-faq__item[open] { border-color: rgba(237, 90, 38, 0.4); }

.sv-faq__item summary {
	list-style: none;
	cursor: pointer;
	padding: 1.1rem 1.25rem;
	font-weight: 600;
	position: relative;
	padding-right: 2.75rem;
}

.sv-faq__item summary::-webkit-details-marker { display: none; }

.sv-faq__item summary::after {
	content: "+";
	position: absolute;
	right: 1.15rem;
	top: 50%;
	transform: translateY(-50%);
	color: #ed5a26;
	font-size: 1.35rem;
}

.sv-faq__item[open] summary::after { content: "–"; }

.sv-faq__item p {
	margin: 0;
	padding: 0 1.25rem 1.2rem;
	border-top: 1px solid #e5e7eb;
	padding-top: 0.9rem;
	font-size: 0.98rem;
	color: #6b7280;
	line-height: 1.6;
}

@media (max-width: 699px) {
	.sv-hero { padding: 0; }
	.sv-hero__copy { padding-top: 1.5rem; }
	.sv-kpi-row { padding: 2rem 0 1.5rem; }
	.sv-section, .sv-apply.sv-section { padding: 3.25rem 0; }
	.sv-timeline-carousel {
		grid-template-columns: 1fr;
	}
	.sv-speakers-carousel {
		grid-template-columns: 1fr;
	}
	.sv-carousel__prev,
	.sv-carousel__next {
		display: none;
	}
}
