/* Summit content pages — premium editorial layout */

.ukct-content--wide {
	padding: 0 0 5.5rem;
	background:
		radial-gradient(ellipse 80% 40% at 100% 0%, rgba(46, 196, 214, 0.08), transparent 55%),
		radial-gradient(ellipse 60% 30% at 0% 20%, rgba(245, 197, 24, 0.06), transparent 50%),
		var(--ukct-bg);
}

.ukct-content--wide .ukct-content__inner {
	max-width: 100%;
	background: transparent;
	border: 0;
	padding: 0;
}

.ukct-prose {
	display: grid;
	gap: 1.35rem;
	padding-top: 1.75rem;
}

.ukct-prose > section,
.ukct-block {
	background: #fff;
	border: 1px solid rgba(197, 216, 222, 0.9);
	padding: clamp(1.35rem, 2.5vw, 2rem);
	position: relative;
	box-shadow: 0 8px 28px rgba(7, 16, 24, 0.04);
	overflow: hidden;
}

.ukct-prose > section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, var(--ukct-yellow), var(--ukct-aqua));
	opacity: 0.85;
}

.ukct-prose > section:nth-child(3n+2)::before {
	background: linear-gradient(180deg, var(--ukct-orange), var(--ukct-teal));
}
.ukct-prose > section:nth-child(3n+3)::before {
	background: linear-gradient(180deg, var(--ukct-green), var(--ukct-aqua));
}

.ukct-prose > section:first-child {
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
}

.ukct-prose h2 {
	margin: 0 0 0.85rem;
	font-size: clamp(1.3rem, 2.5vw, 1.75rem);
	font-weight: 800;
	color: var(--ukct-navy);
	text-transform: uppercase;
	letter-spacing: -0.02em;
	line-height: 1.15;
	max-width: 22ch;
}

.ukct-prose h3 {
	margin: 1.15rem 0 0.45rem;
	font-size: 1.08rem;
	font-weight: 800;
	color: var(--ukct-navy);
	line-height: 1.3;
}

.ukct-prose p {
	margin: 0 0 0.95rem;
	color: var(--ukct-text);
	font-size: 1.02rem;
	line-height: 1.7;
	max-width: 68ch;
}

.ukct-prose p:last-child { margin-bottom: 0; }

.ukct-prose li {
	color: var(--ukct-text);
	font-size: 0.98rem;
	line-height: 1.65;
}

.ukct-prose ul,
.ukct-prose ol {
	margin: 0.55rem 0 1rem;
	padding-left: 1.2rem;
	max-width: 68ch;
}

.ukct-prose li { margin: 0.4rem 0; }

.ukct-prose strong { color: var(--ukct-ink); }

.ukct-lead {
	font-size: clamp(1.08rem, 2vw, 1.22rem) !important;
	color: var(--ukct-muted) !important;
	max-width: 52rem !important;
	line-height: 1.65 !important;
	font-weight: 500;
}

/* —— Page hero —— */
.ukct-page-hero {
	position: relative;
	background:
		linear-gradient(120deg, rgba(5, 10, 14, 0.94) 0%, rgba(10, 61, 74, 0.88) 55%, rgba(14, 138, 154, 0.82) 100%),
		radial-gradient(circle at 85% 20%, rgba(245, 197, 24, 0.25), transparent 40%);
	color: #fff;
	border-bottom: 0;
	padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
}

.ukct-page-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 4px;
	background: linear-gradient(90deg, var(--ukct-yellow), var(--ukct-orange), var(--ukct-green), var(--ukct-aqua));
}

.ukct-page-hero .ukct-wrap { position: relative; z-index: 1; }

.ukct-page-hero .ukct-eyebrow {
	color: var(--ukct-yellow);
	margin-bottom: 0.65rem;
}

.ukct-page-hero h1 {
	margin: 0;
	font-family: var(--ukct-font);
	font-size: clamp(1.7rem, 4vw, 2.75rem);
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.025em;
	line-height: 1.1;
	text-transform: uppercase;
	max-width: 18ch;
}

.ukct-page-hero > .ukct-wrap > p {
	margin: 0.85rem 0 0;
	color: rgba(255, 255, 255, 0.88);
	max-width: 42rem;
	font-size: 1.05rem;
	line-height: 1.55;
}

.ukct-page-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.25rem;
}

.ukct-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.35rem;
}

.ukct-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.8rem;
	background: var(--ukct-yellow);
	color: #071018;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}
.ukct-chip--ocean { background: var(--ukct-aqua); color: #071018; }
.ukct-chip--orange { background: var(--ukct-orange); color: #fff; }
.ukct-chip--green { background: var(--ukct-green); color: #fff; }
.ukct-chip--ghost {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #fff;
}

/* Image / media placeholders */
.ukct-figure {
	margin: 0 0 1.35rem;
	background:
		linear-gradient(145deg, rgba(7, 16, 24, 0.2), transparent 40%),
		linear-gradient(135deg, #071018 0%, #0a3d4a 48%, #0e8a9a 100%);
	border: 0;
	min-height: 240px;
	display: grid;
	place-items: center;
	text-align: center;
	color: #fff;
	padding: 1.75rem 1.5rem;
	position: relative;
	overflow: hidden;
}
.ukct-figure::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 80%, rgba(245, 197, 24, 0.18), transparent 35%),
		radial-gradient(circle at 80% 20%, rgba(46, 196, 214, 0.2), transparent 40%);
	pointer-events: none;
}
.ukct-figure::after {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	pointer-events: none;
}
.ukct-figure--wide { min-height: min(38vw, 340px); }
.ukct-figure--tall { min-height: 380px; }
.ukct-figure > * { position: relative; z-index: 1; }
.ukct-figure__label {
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ukct-yellow);
	margin: 0 0 0.45rem;
}
.ukct-figure__title {
	margin: 0;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 800;
	max-width: 24rem;
	line-height: 1.25;
}
.ukct-figure__hint {
	margin: 0.55rem 0 0;
	font-size: 0.82rem;
	opacity: 0.8;
	max-width: 28rem;
}

.ukct-media-grid {
	display: grid;
	gap: 0.85rem;
	margin: 1.15rem 0 1.35rem;
}
@media (min-width: 720px) {
	.ukct-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1000px) {
	.ukct-media-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.ukct-media-grid .ukct-figure {
	margin: 0;
	min-height: 180px;
}

.ukct-feature-grid {
	display: grid;
	gap: 0.9rem;
	margin-top: 1.15rem;
}
@media (min-width: 720px) {
	.ukct-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 980px) {
	.ukct-feature-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ukct-feature-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.ukct-feature {
	border: 1px solid var(--ukct-border);
	border-top: 3px solid var(--ukct-teal);
	padding: 1.15rem 1.1rem 1.2rem;
	background: linear-gradient(180deg, #fff 0%, var(--ukct-bg) 140%);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
	height: 100%;
}
.ukct-feature:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(7, 16, 24, 0.08);
	border-color: #9fc9d0;
}
.ukct-feature:nth-child(4n+1) { border-top-color: var(--ukct-yellow); }
.ukct-feature:nth-child(4n+2) { border-top-color: var(--ukct-orange); }
.ukct-feature:nth-child(4n+3) { border-top-color: var(--ukct-green); }
.ukct-feature:nth-child(4n+4) { border-top-color: var(--ukct-aqua); }
.ukct-feature h3 {
	margin: 0 0 0.45rem;
	font-size: 1.02rem;
}
.ukct-feature p {
	margin: 0;
	color: var(--ukct-muted);
	font-size: 0.9rem;
	line-height: 1.55;
	max-width: none;
}

.ukct-steps {
	counter-reset: ukct-step;
	list-style: none;
	margin: 1.15rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.8rem;
	max-width: none;
}
.ukct-steps li {
	counter-increment: ukct-step;
	position: relative;
	padding: 1.05rem 1.1rem 1.05rem 3.6rem;
	background: linear-gradient(90deg, rgba(46, 196, 214, 0.08), #fff 35%);
	border: 1px solid var(--ukct-border);
	list-style: none;
	margin: 0;
}
.ukct-steps li::before {
	content: counter(ukct-step);
	position: absolute;
	left: 0.95rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 50%;
	background: var(--ukct-navy);
	color: var(--ukct-yellow);
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 0.82rem;
}

.ukct-timeline {
	list-style: none;
	margin: 1.15rem 0 0;
	padding: 0;
	border-left: 3px solid var(--ukct-aqua);
	max-width: none;
}
.ukct-timeline li {
	padding: 0.85rem 0 0.85rem 1.2rem;
	position: relative;
	margin: 0;
}
.ukct-timeline li::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 1.2rem;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--ukct-yellow);
	box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.25);
}
.ukct-timeline strong {
	display: block;
	color: var(--ukct-navy);
	font-size: 1.08rem;
	margin-bottom: 0.2rem;
}

.ukct-day {
	border-left: 4px solid var(--ukct-orange);
	padding: 0.35rem 0 0.35rem 1.15rem;
	margin: 1.4rem 0;
	background: linear-gradient(90deg, rgba(240, 130, 26, 0.06), transparent 55%);
}
.ukct-day:nth-of-type(2) {
	border-left-color: var(--ukct-green);
	background: linear-gradient(90deg, rgba(47, 158, 68, 0.06), transparent 55%);
}
.ukct-day h3 { margin-top: 0; color: var(--ukct-orange); }
.ukct-day:nth-of-type(2) h3 { color: var(--ukct-green); }

.ukct-cta-band {
	display: grid;
	gap: 1rem;
	padding: clamp(1.5rem, 3vw, 2rem);
	background:
		radial-gradient(circle at 90% 20%, rgba(245, 197, 24, 0.2), transparent 35%),
		linear-gradient(110deg, #050a0e 0%, #0a3d4a 55%, #0e8a9a 100%);
	color: #fff;
	margin: 0.35rem 0 0;
	align-items: center;
}
@media (min-width: 860px) {
	.ukct-cta-band {
		grid-template-columns: 1.4fr auto;
		gap: 1.5rem;
	}
}
.ukct-cta-band h2,
.ukct-cta-band h3 {
	margin: 0 0 0.4rem;
	color: #fff;
	text-transform: uppercase;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	max-width: 22ch;
	line-height: 1.15;
}
.ukct-cta-band > p {
	margin: 0;
	opacity: 0.92;
	max-width: 38rem;
	color: #fff !important;
	font-size: 0.98rem;
	line-height: 1.55;
}
.ukct-cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
}

.ukct-related {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 0.35rem;
	align-items: center;
	padding: 1.25rem 1.35rem;
	background: #fff;
	border: 1px solid var(--ukct-border);
}
.ukct-related h2 {
	width: 100%;
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ukct-teal);
	max-width: none;
}
.ukct-related ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	max-width: none;
}
.ukct-related a {
	display: inline-flex;
	padding: 0.5rem 0.85rem;
	border: 1px solid var(--ukct-border);
	background: var(--ukct-bg);
	color: var(--ukct-navy);
	text-decoration: none;
	font-size: 0.82rem;
	font-weight: 700;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ukct-related a:hover {
	border-color: var(--ukct-navy);
	background: var(--ukct-navy);
	color: #fff;
}

/* FAQ accordion */
.ukct-faq {
	display: grid;
	gap: 0.65rem;
	margin-top: 1rem;
}
.ukct-faq details {
	border: 1px solid var(--ukct-border);
	background: linear-gradient(180deg, #fff, var(--ukct-bg));
	padding: 0.2rem 1rem 0.4rem;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ukct-faq details[open] {
	border-color: #9fc9d0;
	box-shadow: 0 10px 24px rgba(7, 16, 24, 0.05);
}
.ukct-faq summary {
	cursor: pointer;
	font-weight: 750;
	color: var(--ukct-navy);
	padding: 0.85rem 0;
	list-style: none;
	line-height: 1.35;
}
.ukct-faq summary::-webkit-details-marker { display: none; }
.ukct-faq summary::after {
	content: "+";
	float: right;
	color: var(--ukct-orange);
	font-weight: 800;
	font-size: 1.15rem;
	line-height: 1;
	margin-left: 0.75rem;
}
.ukct-faq details[open] summary::after { content: "–"; }
.ukct-faq details p {
	margin: 0 0 0.95rem;
	color: var(--ukct-muted);
	font-size: 0.95rem;
	max-width: 65ch;
}

.ukct-table-wrap {
	overflow-x: auto;
	margin-top: 1rem;
	border: 1px solid var(--ukct-border);
}
.ukct-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}
.ukct-table th,
.ukct-table td {
	border-bottom: 1px solid var(--ukct-border);
	border-right: 1px solid var(--ukct-border);
	padding: 0.75rem 0.85rem;
	text-align: left;
}
.ukct-table th:last-child,
.ukct-table td:last-child { border-right: 0; }
.ukct-table tr:last-child td { border-bottom: 0; }
.ukct-table th {
	background: var(--ukct-navy);
	color: #fff;
	font-weight: 700;
}
.ukct-table tr:nth-child(even) td { background: rgba(238, 244, 246, 0.7); }

/* Sticky page CTA */
.ukct-sticky-cta {
	position: sticky;
	bottom: 0;
	z-index: 40;
	background: rgba(5, 10, 14, 0.94);
	backdrop-filter: blur(10px);
	border-top: 1px solid rgba(46, 196, 214, 0.25);
	padding: 0.75rem 0;
}
.ukct-sticky-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}
.ukct-sticky-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.88rem;
	font-weight: 650;
}
.ukct-sticky-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

@media (max-width: 640px) {
	.ukct-prose > section::before { width: 2px; }
	.ukct-sticky-cta p { display: none; }
}

/* Motion */
@media (prefers-reduced-motion: no-preference) {
	.ukct-prose > section {
		animation: ukct-rise 0.55s ease both;
	}
	.ukct-prose > section:nth-child(1) { animation-delay: 0.02s; }
	.ukct-prose > section:nth-child(2) { animation-delay: 0.06s; }
	.ukct-prose > section:nth-child(3) { animation-delay: 0.1s; }
	.ukct-prose > section:nth-child(4) { animation-delay: 0.14s; }
	.ukct-page-hero h1 {
		animation: ukct-rise 0.5s ease both;
	}
}

@keyframes ukct-rise {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}
