.shift-block {
	position: relative;
}

.shift-block--long {
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(227, 242, 255, 0.85));
}

.shift-block--short {
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 239, 221, 0.85));
}

.shift-block__title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.shift-title-icon {
	width: 34px;
	height: 34px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: rgba(59, 103, 245, 0.14);
	color: #2a4aa8;
	box-shadow: inset 0 0 0 1px rgba(59, 103, 245, 0.2);
}

.shift-block--short .shift-title-icon {
	background: rgba(255, 149, 92, 0.16);
	color: #a85a2a;
	box-shadow: inset 0 0 0 1px rgba(255, 149, 92, 0.24);
}

.shift-title-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	color-scheme: light;
	--bg: #eef4ff;
	--bg-alt: #ffffff;
	--text: #1e1f24;
	--muted: #5b6372;
	--primary: #2f5bff;
	--primary-dark: #1635b8;
	--accent: #00f0d8;
	--accent-2: #ff6a2e;
	--accent-3: #7a4bff;
	--accent-4: #ffcf2e;
	--line: rgba(15, 23, 42, 0.08);
	--shadow: 0 30px 80px rgba(30, 41, 59, 0.12);
	--radius: 24px;
}

body {
	margin: 0;
	font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
	color: var(--text);
	background: var(--bg);
	line-height: 1.6;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	display: block;
}

.container {
	width: min(1280px, 98vw);
	margin: 0 auto;
}

@media (max-width: 720px) {
	.container {
		width: min(1140px, 88vw);
	}
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(16px) saturate(140%);
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.86), rgba(231, 241, 255, 0.92));
	border-bottom: 1px solid rgba(59, 103, 245, 0.16);
	box-shadow: 0 16px 40px rgba(30, 41, 59, 0.08);
	overflow: hidden;
}

.site-header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 10% 50%, rgba(0, 240, 216, 0.42), transparent 55%),
		radial-gradient(circle at 90% 30%, rgba(47, 91, 255, 0.42), transparent 60%),
		radial-gradient(circle at 70% 10%, rgba(122, 75, 255, 0.36), transparent 55%),
		radial-gradient(circle at 20% 85%, rgba(255, 106, 46, 0.28), transparent 55%);
	opacity: 0.9;
	pointer-events: none;
}

.site-header::after {
	content: "";
	position: absolute;
	inset: -120% 30% auto auto;
	width: 240px;
	height: 240px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.6), transparent 70%);
	animation: headerGlow 10s ease-in-out infinite;
	pointer-events: none;
}

.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	gap: 24px;
	z-index: 1;
}

.mobile-nav-toggle {
	display: none;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.65), rgba(207, 229, 255, 0.35));
	color: #1b2a4a;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
	position: relative;
	overflow: hidden;
	display: grid;
	place-items: center;
	backdrop-filter: blur(14px);
}

.mobile-nav-toggle:hover {
	transform: translateY(-1px) scale(1.02);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.2);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(190, 220, 255, 0.45));
}

.mobile-nav-toggle::after {
	content: "";
	position: absolute;
	top: -60%;
	left: -20%;
	width: 60%;
	height: 220%;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.7) 50%, transparent 100%);
	transform: translateX(-120%) skewX(-20deg);
	transition: transform 0.6s ease;
}

.mobile-nav-toggle svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.mobile-nav-close {
	display: none;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(210, 232, 255, 0.35));
	color: #1b2a4a;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.16);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	backdrop-filter: blur(14px);
}

.mobile-nav-close svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
}

.mobile-nav-close:hover {
	transform: translateY(-1px) scale(1.02);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.2);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(190, 220, 255, 0.45));
}

.mobile-nav-toggle:hover::after {
	transform: translateX(200%) skewX(-20deg);
}

@media (min-width: 769px) {
	.mobile-nav-toggle {
		display: none !important;
	}
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.brand-mark {
	--logo-size: 46px;
	--logo-scale: 3.3;
	width: var(--logo-size);
	height: var(--logo-size);
	border-radius: 16px;
	display: grid;
	place-items: center;
	font-weight: 700;
	color: white;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	margin-left: 12px;
	margin-right: calc(var(--logo-size) * (var(--logo-scale) - 1));
}

@media (max-width: 720px) {
	.brand-mark {
		--logo-scale: 2;
		margin-right: calc(var(--logo-size) * (var(--logo-scale) - 1));
	}
}

.brand-mark img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 12px;
	transform: scale(var(--logo-scale));
	transform-origin: center;
}

.brand-text strong {
	display: block;
	font-size: 1.05rem;
}

.brand-text span {
	font-size: 0.85rem;
	color: var(--muted);
}

.nav {
	display: flex;
	gap: 20px;
	font-size: 0.95rem;
}

.nav a {
	position: relative;
	padding: 10px 16px;
	color: var(--muted);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
	border: 1px solid rgba(59, 103, 245, 0.12);
	transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.nav a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--primary);
	transform: translateX(-50%) scale(0);
	transition: transform 0.25s ease;
}

.nav a:hover {
	color: var(--text);
	background: linear-gradient(120deg, rgba(59, 103, 245, 0.16), rgba(0, 194, 168, 0.16));
	transform: translateY(-1px);
	box-shadow: 0 12px 30px rgba(59, 103, 245, 0.18);
}

.nav a:hover::after {
	transform: translateX(-50%) scale(1);
}

.cta-button,
.primary,
.ghost {
	position: relative;
	border: none;
	cursor: pointer;
	font-size: 0.95rem;
	padding: 12px 22px;
	border-radius: 999px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	overflow: hidden;
	isolation: isolate;
}

.hero-actions .primary,
.hero-actions .ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-align: center;
}

.cta-button,
.primary {
	background: linear-gradient(135deg, var(--primary), var(--accent));
	color: white;
	box-shadow: 0 16px 34px rgba(59, 103, 245, 0.3);
}

.cta-button {
	font-weight: 800;
	letter-spacing: 0.01em;
	background-size: 180% 180%;
	animation: ctaButtonBreathe 1.1s ease-in-out infinite, ctaButtonGradient 2.1s linear infinite,
		ctaButtonKick 1.9s ease-in-out infinite;
	box-shadow: 0 26px 64px rgba(59, 103, 245, 0.58), 0 0 26px rgba(0, 240, 216, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.46) inset;
	filter: saturate(1.15);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.cta-button::before {
	content: "";
	position: absolute;
	inset: -14px;
	border-radius: inherit;
	background: radial-gradient(circle, rgba(0, 240, 216, 0.45) 0%, rgba(0, 240, 216, 0) 70%);
	filter: blur(12px);
	opacity: 0.9;
	animation: ctaButtonAura 1.1s ease-in-out infinite;
	z-index: -2;
	pointer-events: none;
}

.cta-button::after,
.primary::after,
.ghost::after {
	content: "";
	position: absolute;
	top: -60%;
	left: -20%;
	width: 60%;
	height: 220%;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
	transform: translateX(-120%) skewX(-20deg);
	transition: transform 0.6s ease;
	z-index: -1;
}

.cta-button::after {
	opacity: 0.95;
	animation: ctaButtonShine 2.9s linear infinite;
}

.ghost {
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid var(--line);
	color: var(--text);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.cta-button:hover,
.primary:hover,
.ghost:hover {
	transform: translateY(-3px) scale(1.01);
	box-shadow: 0 18px 40px rgba(59, 103, 245, 0.32);
}

.cta-button:hover {
	transform: translateY(-6px) scale(1.09);
	box-shadow: 0 34px 72px rgba(59, 103, 245, 0.66), 0 0 34px rgba(0, 240, 216, 0.55),
		0 0 0 1px rgba(255, 255, 255, 0.62) inset;
}

.cta-button:active {
	transform: translateY(-1px) scale(0.97);
}

.cta-button:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.92);
	outline-offset: 3px;
}

.cta-button:hover::after,
.primary:hover::after,
.ghost:hover::after {
	transform: translateX(200%) skewX(-20deg);
}

@keyframes ctaButtonBreathe {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-2px) scale(1.035);
	}
}

@keyframes ctaButtonGradient {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}

@keyframes ctaButtonAura {
	0%,
	100% {
		opacity: 0.65;
		transform: scale(0.94);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
}

@keyframes ctaButtonShine {
	0% {
		transform: translateX(-140%) skewX(-20deg);
	}
	100% {
		transform: translateX(220%) skewX(-20deg);
	}
}

@keyframes ctaButtonKick {
	0%,
	84%,
	100% {
		transform: translateX(0) rotate(0deg);
	}
	87% {
		transform: translateX(-1px) rotate(-0.8deg);
	}
	90% {
		transform: translateX(1px) rotate(0.8deg);
	}
	93% {
		transform: translateX(-0.5px) rotate(-0.4deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.cta-button,
	.cta-button::before,
	.cta-button::after {
		animation: none;
	}
}

.hero {
	position: relative;
	padding: 96px 0 64px;
	overflow: hidden;
}

.hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-orb {
	position: absolute;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	filter: blur(0px);
	opacity: 0.6;
	animation: float 12s ease-in-out infinite;
}

.hero-orb--one {
	background: radial-gradient(circle, rgba(47, 91, 255, 0.8), transparent 70%);
	top: -120px;
	left: -80px;
}

.hero-orb--two {
	background: radial-gradient(circle, rgba(0, 240, 216, 0.75), transparent 70%);
	bottom: -160px;
	right: -60px;
	animation-delay: -4s;
}

.hero-grid {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(var(--line) 1px, transparent 1px),
		linear-gradient(90deg, var(--line) 1px, transparent 1px);
	background-size: 80px 80px;
	opacity: 0.3;
}

.hero-content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 40px;
	align-items: center;
}

.hero-text h1 {
	font-size: clamp(2.4rem, 3vw + 1.5rem, 3.6rem);
	margin: 12px 0 16px;
	line-height: 1.1;
}

.eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.2rem;
	color: var(--muted);
}

.lead {
	font-size: 1.05rem;
	color: var(--muted);
}

.hero-actions {
	display: flex;
	gap: 16px;
	margin: 24px 0;
	flex-wrap: wrap;
}

.hero-stats {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.hero-stats div {
	background: var(--bg-alt);
	border-radius: 16px;
	padding: 12px 16px;
	min-width: 140px;
	box-shadow: var(--shadow);
}

.hero-stats strong {
	display: block;
	font-size: 1.2rem;
}

.hero-video {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
	font-weight: 600;
	color: var(--text);
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(59, 103, 245, 0.16);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hero-video:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
	background: rgba(255, 255, 255, 0.8);
}

.hero-video__icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--primary), var(--accent));
	color: #ffffff;
	box-shadow: 0 12px 26px rgba(59, 103, 245, 0.3);
}

.hero-video__icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.hero-card {
	background: var(--bg-alt);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	overflow: hidden;
	transform-style: preserve-3d;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-card:hover {
	transform: translateY(-6px) rotateX(2deg);
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.16);
}

.hero-card__media {
	padding: 16px;
}

.media-placeholder {
	background: linear-gradient(135deg, rgba(59, 103, 245, 0.12), rgba(0, 194, 168, 0.12));
	border: 1px dashed rgba(59, 103, 245, 0.4);
	border-radius: 16px;
	min-height: 180px;
	aspect-ratio: 4 / 3;
	display: grid;
	place-items: center;
	color: var(--muted);
	text-align: center;
	padding: 16px;
	overflow: hidden;
}

.media-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-logo {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.45);
	box-shadow: 0 12px 28px rgba(59, 103, 245, 0.12);
	padding: 12px;
	min-height: 260px;
	aspect-ratio: auto;
	position: relative;
	overflow: hidden;
}

.hero-logo > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.hero-logo::after {
	content: "";
	position: absolute;
	inset: -40% auto -40% -60%;
	width: 60%;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.42) 50%, transparent 100%);
	transform: skewX(-18deg);
	animation: heroLogoScan 5.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	pointer-events: none;
	z-index: 2;
}


.hero-logo img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	position: relative;
	z-index: 1;
	animation: heroLogoZoom 6.2s ease-in-out infinite;
	transform: scale(0.94);
	transform-origin: center center;
	filter: brightness(1.02) saturate(1.04) contrast(1.02);
	opacity: 1;
	will-change: transform, filter;
}

@keyframes heroLogoZoom {
	0%,
	100% {
		transform: scale(0.94);
		filter: brightness(1.02) saturate(1.04) contrast(1.02);
	}
	50% {
		transform: scale(1);
		filter: brightness(1.08) saturate(1.12) contrast(1.05);
	}
}

@keyframes heroLogoScan {
	0% {
		opacity: 0;
		transform: translateX(-120%) skewX(-18deg);
	}
	15% {
		opacity: 0.75;
	}
	50% {
		opacity: 0.28;
	}
	100% {
		opacity: 0;
		transform: translateX(240%) skewX(-18deg);
	}
}
.hero-card__content {
	padding: 0 24px 24px;
}

.chip-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.chip {
	background: rgba(59, 103, 245, 0.08);
	color: var(--primary-dark);
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 0.8rem;
}

.section {
	padding: 64px 0;
	position: relative;
	background: radial-gradient(circle at 15% 10%, rgba(47, 91, 255, 0.28), transparent 55%),
		radial-gradient(circle at 85% 20%, rgba(0, 240, 216, 0.32), transparent 55%),
		radial-gradient(circle at 20% 85%, rgba(255, 106, 46, 0.28), transparent 55%),
		radial-gradient(circle at 70% 70%, rgba(255, 207, 46, 0.22), transparent 55%);
}

main > .section:first-of-type {
	padding-top: 16px;
}

main > .hero:first-of-type {
	padding-top: 44px;
}

.section--alt {
	background: linear-gradient(120deg, rgba(255, 255, 255, 1), rgba(232, 242, 255, 0.9));
}

.section-header {
	max-width: 720px;
	margin-bottom: 40px;
}

.about-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	align-items: center;
	gap: 32px;
	margin-bottom: 28px;
}

.about-intro .about-carousel {
	grid-column: 1 / -1;
	margin-top: 8px;
}

.about-intro .about-video {
	grid-column: 1 / -1;
	margin-top: 18px;
}

.about-intro .section-header {
	margin-bottom: 0;
}

.about-logo {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.about-logo::before {
	content: "";
	position: absolute;
	width: min(560px, 92vw);
	height: min(560px, 92vw);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 240, 216, 0.28), transparent 62%);
	filter: blur(3px);
	opacity: 0.9;
	animation: logoPulse 4.2s ease-in-out infinite;
	z-index: 0;
}

.about-logo img {
	width: min(560px, 85vw);
	height: auto;
	filter: drop-shadow(0 18px 40px rgba(47, 91, 255, 0.25));
	animation: logoFloat 7s ease-in-out infinite;
	position: relative;
	z-index: 1;
}

@media (max-width: 860px) {
	.about-intro {
		grid-template-columns: 1fr;
	}

	.about-logo {
		justify-content: center;
	}

	.about-logo img {
		animation: logoFloat 7s ease-in-out infinite;
	}
}

@keyframes logoFloat {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.09);
	}
}

@keyframes logoPulse {
	0%,
	100% {
		transform: scale(0.9);
		opacity: 0.7;
	}
	50% {
		transform: scale(1.05);
		opacity: 1;
	}
}

.section-header h1,
.section-header h2 {
	position: relative;
}

.section-header h1::after,
.section-header h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 64px;
	height: 6px;
	border-radius: 999px;
	background: linear-gradient(120deg, var(--primary), var(--accent));
}

.program-section {
	background: radial-gradient(circle at 10% 20%, rgba(47, 91, 255, 0.32), transparent 55%),
		radial-gradient(circle at 90% 80%, rgba(0, 240, 216, 0.36), transparent 60%),
		radial-gradient(circle at 70% 10%, rgba(122, 75, 255, 0.28), transparent 55%),
		linear-gradient(120deg, rgba(255, 255, 255, 1), rgba(232, 246, 255, 1));
}

.program-days {
	position: relative;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 18px;
	counter-reset: programDay;
}

.program-days::before {
	content: "";
	position: absolute;
	inset: 8px auto 8px 50%;
	width: 2px;
	transform: translateX(-50%);
	background: linear-gradient(180deg, rgba(47, 91, 255, 0.35), rgba(0, 240, 216, 0.35));
	border-radius: 999px;
	opacity: 0.5;
	pointer-events: none;
	animation: programLinePulse 5.5s ease-in-out infinite;
}

.program-day {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	counter-increment: programDay;
	--program-offset: 0px;
	padding: 20px 20px 18px;
	border-radius: 18px;
	border: 1px solid rgba(59, 103, 245, 0.2);
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.88), rgba(234, 246, 255, 0.72));
	background-size: 100% 100%;
	transform-origin: 50% 80%;
	transform: translateY(var(--program-offset));
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	animation: programCardSway 7.2s ease-in-out infinite, programCardPulse 6.4s ease-in-out infinite;
}

.program-day:nth-child(even) {
	--program-offset: 14px;
	animation-delay: 0.4s, 0.3s;
}

.program-day:nth-child(3n) {
	animation-delay: 0.7s, 0.55s;
}

.program-day::before {
	content: "";
	position: absolute;
	inset: -40% auto auto -20%;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(122, 75, 255, 0.22), transparent 70%);
	opacity: 0.8;
	pointer-events: none;
	z-index: -1;
	animation: programAuraDrift 9s ease-in-out infinite;
}

.program-day::after {
	content: counter(programDay, decimal-leading-zero);
	position: absolute;
	right: 14px;
	top: 10px;
	font-size: clamp(1.8rem, 1.4rem + 1vw, 2.4rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	color: rgba(47, 91, 255, 0.12);
	z-index: 0;
	pointer-events: none;
	animation: programNumberBreath 4.8s ease-in-out infinite;
}

.program-day__head {
	display: grid;
	grid-template-columns: auto auto;
	align-items: start;
	gap: 10px 8px;
	margin-bottom: 10px;
	padding-right: 72px;
	position: relative;
	z-index: 1;
}

.program-day__icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	font-size: 1.42rem;
	line-height: 1;
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(218, 236, 255, 0.9));
	box-shadow: inset 0 0 0 1px rgba(59, 103, 245, 0.16), 0 10px 24px rgba(47, 91, 255, 0.24), 0 0 0 4px rgba(47, 91, 255, 0.08);
	transform-origin: center;
	transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
	filter: saturate(1.18) contrast(1.06);
	animation: programIconFloat 3.8s ease-in-out infinite;
}

.program-day__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	width: fit-content;
	padding: 5px 11px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: var(--bg-alt);
	background: linear-gradient(120deg, var(--primary), var(--accent));
	box-shadow: 0 8px 20px rgba(47, 91, 255, 0.24);
}

.program-day__badge::after {
	content: "";
	position: absolute;
	top: -120%;
	left: -40%;
	width: 46%;
	height: 320%;
	transform: rotate(20deg) translateX(-180%);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
	animation: badgeShine 5.8s ease-in-out infinite;
	pointer-events: none;
}

.program-day:nth-child(odd) .program-day__icon {
	animation-delay: 0.2s;
}

.program-day:nth-child(even) .program-day__icon {
	animation-delay: 0.45s;
	animation-duration: 4.2s;
}

.program-day:nth-child(3n) .program-day::after {
	animation-delay: 0.35s;
}

.program-day h3 {
	grid-column: 1 / -1;
	margin: 0;
	font-size: clamp(1.04rem, 0.98rem + 0.32vw, 1.22rem);
	line-height: 1.35;
}

.program-day p {
	margin: 0;
	color: var(--muted);
	line-height: 1.7;
	position: relative;
	z-index: 1;
}

.program-day:nth-child(3n + 2) {
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(228, 255, 249, 0.76));
	border-color: rgba(0, 194, 168, 0.28);
}

.program-day:nth-child(3n + 2)::before {
	background: radial-gradient(circle, rgba(0, 194, 168, 0.22), transparent 70%);
}

.program-day:nth-child(3n + 2) .program-day__badge {
	background: linear-gradient(120deg, rgba(0, 194, 168, 1), rgba(0, 240, 216, 1));
	box-shadow: 0 8px 20px rgba(0, 194, 168, 0.26);
}

.program-day:nth-child(3n + 2) .program-day__icon {
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(213, 253, 244, 0.88));
	box-shadow: inset 0 0 0 1px rgba(0, 194, 168, 0.2), 0 10px 24px rgba(0, 194, 168, 0.22), 0 0 0 4px rgba(0, 194, 168, 0.08);
}

.program-day:nth-child(3n) {
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(245, 237, 255, 0.74));
	border-color: rgba(122, 75, 255, 0.26);
}

.program-day:nth-child(3n)::before {
	background: radial-gradient(circle, rgba(122, 75, 255, 0.24), transparent 70%);
}

.program-day:nth-child(3n) .program-day__badge {
	background: linear-gradient(120deg, rgba(122, 75, 255, 1), rgba(47, 91, 255, 1));
	box-shadow: 0 8px 20px rgba(122, 75, 255, 0.24);
}

.program-day:nth-child(3n) .program-day__icon {
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.93), rgba(238, 229, 255, 0.9));
	box-shadow: inset 0 0 0 1px rgba(122, 75, 255, 0.22), 0 10px 24px rgba(122, 75, 255, 0.22), 0 0 0 4px rgba(122, 75, 255, 0.08);
}

.program-day:hover {
	transform: translateY(calc(var(--program-offset) - 8px));
	border-color: rgba(47, 91, 255, 0.34);
	box-shadow: 0 28px 62px rgba(15, 23, 42, 0.17);
}

.program-day:hover .program-day__icon {
	transform: translateY(-2px) scale(1.08) rotate(-8deg);
	box-shadow: inset 0 0 0 1px rgba(59, 103, 245, 0.22), 0 14px 30px rgba(15, 23, 42, 0.2), 0 0 0 6px rgba(255, 255, 255, 0.55);
	filter: saturate(1.35) contrast(1.08);
}

.program-day:hover .program-day__badge::after {
	animation-duration: 2.1s;
}

@keyframes programDayRise {
	0% {
		opacity: 0;
		transform: translateY(calc(var(--program-offset) + 16px)) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateY(var(--program-offset)) scale(1);
	}
}

@keyframes programCardSway {
	0%,
	100% {
		rotate: -0.18deg;
	}
	50% {
		rotate: 0.18deg;
	}
}

@keyframes programCardPulse {
	0%,
	100% {
		background-size: 100% 100%;
	}
	50% {
		background-size: 103% 103%;
	}
}

@keyframes programLinePulse {
	0%,
	100% {
		opacity: 0.35;
		filter: drop-shadow(0 0 0 rgba(47, 91, 255, 0));
	}
	50% {
		opacity: 0.72;
		filter: drop-shadow(0 0 8px rgba(0, 240, 216, 0.32));
	}
}

@keyframes programAuraDrift {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.72;
	}
	50% {
		transform: translate(10px, -8px) scale(1.06);
		opacity: 0.9;
	}
}

@keyframes programNumberBreath {
	0%,
	100% {
		opacity: 0.32;
		transform: scale(1);
	}
	50% {
		opacity: 0.52;
		transform: scale(1.04);
	}
}

@keyframes programIconFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-3px);
	}
}

@keyframes badgeShine {
	0%,
	72% {
		transform: rotate(20deg) translateX(-180%);
	}
	100% {
		transform: rotate(20deg) translateX(430%);
	}
}

@media (max-width: 760px) {
	.program-days::before {
		display: none;
	}

	.program-days {
		grid-template-columns: 1fr;
	}

	.program-day {
		--program-offset: 0px;
		padding: 18px 16px;
	}

	.program-day::after {
		font-size: 1.7rem;
		right: 10px;
		top: 10px;
	}

	.program-day__head {
		padding-right: 56px;
	}

	.program-day__icon {
		width: 36px;
		height: 36px;
		border-radius: 10px;
		font-size: 1.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.program-days::before,
	.program-day::before,
	.program-day::after,
	.program-day__icon,
	.program-day__badge::after {
		animation: none;
	}

	.program-day,
	.program-day:hover {
		animation: none;
		transform: none;
	}

	.program-day:hover .program-day__icon {
		transform: none;
	}

	.reveal.is-visible .program-day {
		animation: none;
	}
}

.program-card {
	position: relative;
	overflow: hidden;
}

.program-card::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.2;
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7), transparent 60%);
	pointer-events: none;
}

.program-card--blue {
	background: linear-gradient(145deg, rgba(59, 103, 245, 0.18), rgba(255, 255, 255, 0.95));
	border-color: rgba(59, 103, 245, 0.28);
}

.program-card--mint {
	background: linear-gradient(145deg, rgba(0, 194, 168, 0.2), rgba(255, 255, 255, 0.95));
	border-color: rgba(0, 194, 168, 0.3);
}

.program-card ul {
	color: #3c4a60;
}

.program-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.program-card__chips {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.program-card__chips span {
	font-size: 0.72rem;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(59, 103, 245, 0.14);
	color: #2a4aa8;
}

.program-card--mint .program-card__chips span {
	background: rgba(0, 194, 168, 0.18);
	color: #1a6f63;
}

.packing-card {
	position: relative;
	overflow: hidden;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(226, 242, 255, 0.9));
	border-color: rgba(59, 103, 245, 0.22);
}

.packing-card::after {
	content: "";
	position: absolute;
	inset: -30% 30% auto auto;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(59, 103, 245, 0.18), transparent 70%);
	opacity: 0.7;
	pointer-events: none;
}

.packing-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.packing-card__title {
	display: flex;
	align-items: center;
	gap: 12px;
}

.packing-card__title h3 {
	margin: 0;
	font-size: 1.2rem;
}

.packing-card__icon {
	width: 44px;
	height: 44px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	background: rgba(59, 103, 245, 0.14);
	color: #2a4aa8;
	box-shadow: inset 0 0 0 1px rgba(59, 103, 245, 0.14);
}

.packing-card__icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.packing-card__tag {
	font-size: 0.75rem;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(59, 103, 245, 0.12);
	color: #2a4aa8;
	border: 1px solid rgba(59, 103, 245, 0.2);
}

.packing-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.packing-list li {
	position: relative;
	padding: 10px 12px 10px 36px;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 14px;
	border: 1px solid rgba(59, 103, 245, 0.12);
	color: #3c4a60;
}

.packing-list li::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 16px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(120deg, var(--primary), var(--accent));
	box-shadow: 0 0 0 4px rgba(59, 103, 245, 0.12);
}

.packing-card--warn {
	background: linear-gradient(150deg, rgba(255, 245, 245, 0.95), rgba(255, 255, 255, 0.98));
	border-color: rgba(255, 117, 117, 0.35);
}

.packing-card--warn::after {
	background: radial-gradient(circle, rgba(255, 117, 117, 0.2), transparent 70%);
}

.packing-card--warn .packing-card__icon {
	background: rgba(255, 117, 117, 0.16);
	color: #b44b4b;
	box-shadow: inset 0 0 0 1px rgba(255, 117, 117, 0.18);
}

.packing-card--warn .packing-card__tag {
	background: rgba(255, 117, 117, 0.16);
	color: #a33838;
	border-color: rgba(255, 117, 117, 0.3);
}

.packing-card--warn .packing-list li {
	border-color: rgba(255, 117, 117, 0.2);
}

.packing-card--warn .packing-list li::before {
	background: linear-gradient(120deg, #ff7b7b, #ffb36b);
	box-shadow: 0 0 0 4px rgba(255, 117, 117, 0.12);
}

.packing-checklist {
	margin-top: 24px;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(236, 248, 255, 0.92));
	border-color: rgba(47, 91, 255, 0.18);
	position: relative;
	overflow: hidden;
}

.packing-checklist.is-pulsing {
	animation: checklistPulse 0.5s ease;
}

.checklist-confetti {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 3;
}

.confetti-piece {
	position: absolute;
	width: 10px;
	height: 14px;
	top: -16px;
	border-radius: 3px;
	opacity: 0.9;
	animation-name: confettiFall;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

@keyframes confettiFall {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translateY(360px) rotate(260deg);
		opacity: 0;
	}
}

@keyframes checklistPulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.01);
	}
	100% {
		transform: scale(1);
	}
}

.checklist-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.checklist-header h3 {
	margin: 0 0 4px;
	font-size: 1.2rem;
}

.checklist-header p {
	margin: 0;
	color: var(--muted);
}

.checklist-reset {
	border: 1px solid rgba(47, 91, 255, 0.2);
	background: rgba(255, 255, 255, 0.9);
	color: #2a4aa8;
	border-radius: 999px;
	padding: 8px 14px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.checklist-reset:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(47, 91, 255, 0.2);
}

.checklist-progress {
	position: relative;
	height: 10px;
	border-radius: 999px;
	background: rgba(47, 91, 255, 0.1);
	overflow: hidden;
	margin-bottom: 10px;
}

.checklist-progress__bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: linear-gradient(120deg, var(--primary), var(--accent));
	transition: width 0.3s ease;
}

.checklist-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.85rem;
	color: var(--muted);
	margin-bottom: 14px;
}

.checklist-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px;
}

.checklist-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(47, 91, 255, 0.12);
	background: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.checklist-item input {
	width: 18px;
	height: 18px;
	accent-color: var(--primary);
}

.checklist-item.is-checked {
	background: rgba(59, 103, 245, 0.12);
}

.checklist-item.is-checked span {
	color: #2a4aa8;
	text-decoration: line-through;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 14px;
	border: 1px solid rgba(59, 103, 245, 0.12);
}

.feature-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(120deg, var(--primary), var(--accent));
	margin-top: 6px;
	flex-shrink: 0;
}

.section-header h1,
.section-header h2 {
	font-size: clamp(1.8rem, 1.2rem + 1.4vw, 2.6rem);
	margin-bottom: 12px;
}

.section-header p {
	color: var(--muted);
}

.summary-section {
	position: relative;
	overflow: hidden;
}

.summary-section::before {
	content: "";
	position: absolute;
	left: -10%;
	bottom: -120px;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(59, 103, 245, 0.16), transparent 70%);
	pointer-events: none;
}

.summary-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 26px;
}

.summary-card {
	position: relative;
	padding: 26px;
	border-radius: 24px;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(232, 244, 255, 0.9));
	border: 1px solid rgba(59, 103, 245, 0.18);
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	overflow: hidden;
}

.summary-card[data-card-link] {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.summary-card::after {
	content: "";
	position: absolute;
	inset: -30% 40% auto auto;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(122, 75, 255, 0.45), transparent 70%);
	opacity: 0.7;
	pointer-events: none;
}

.summary-card h3 {
	margin: 14px 0 10px;
	font-size: 1.25rem;
}

.summary-card p {
	color: var(--muted);
	margin: 0 0 16px;
}

.summary-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.summary-icon {
	width: 48px;
	height: 48px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	background: rgba(59, 103, 245, 0.14);
	color: #2a4aa8;
	box-shadow: inset 0 0 0 1px rgba(59, 103, 245, 0.18);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	animation: iconFloat 5.5s ease-in-out infinite;
}

.summary-card::before {
	content: "";
	position: absolute;
	left: -10%;
	bottom: -10%;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.8), transparent 70%);
	opacity: 0.6;
	animation: summaryOrb 6s ease-in-out infinite;
	pointer-events: none;
}

.summary-card:hover .summary-icon {
	transform: translateY(-2px) scale(1.05);
	box-shadow: inset 0 0 0 1px rgba(59, 103, 245, 0.24), 0 10px 20px rgba(59, 103, 245, 0.18);
}

.summary-card:hover .summary-link {
	transform: translateX(6px);
}

.summary-icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.summary-badges,
.summary-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.summary-badges span {
	font-size: 0.72rem;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(59, 103, 245, 0.14);
	color: #2a4aa8;
}

.summary-pills span {
	font-size: 0.78rem;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(59, 103, 245, 0.14);
	color: #3c4a60;
}

.summary-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 18px;
	font-weight: 600;
	color: var(--primary);
	position: relative;
	transition: color 0.3s ease, transform 0.3s ease;
}

.summary-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background: linear-gradient(120deg, var(--primary), var(--accent));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}

.summary-link:hover {
	color: var(--primary-dark);
	transform: translateX(4px);
}

.summary-link:hover::after {
	transform: scaleX(1);
}

.summary-link:focus-visible {
	outline: 2px solid rgba(59, 103, 245, 0.4);
	outline-offset: 4px;
}

.summary-card[data-card-link]:focus-visible {
	outline: 2px solid rgba(59, 103, 245, 0.42);
	outline-offset: 4px;
}

.summary-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.16);
	border-color: rgba(59, 103, 245, 0.35);
}

.summary-card[data-card-link]:active {
	transform: translateY(-3px) scale(0.992);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.summary-card--schedule {
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(233, 255, 248, 0.92));
	border-color: rgba(0, 194, 168, 0.25);
}

.summary-card--schedule .summary-icon,
.summary-card--schedule .summary-badges span {
	background: rgba(0, 194, 168, 0.16);
	color: #1a6f63;
	box-shadow: inset 0 0 0 1px rgba(0, 194, 168, 0.18);
}

.summary-card--schedule::after {
	background: radial-gradient(circle, rgba(0, 194, 168, 0.2), transparent 70%);
}

.summary-card--shifts {
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(255, 239, 223, 0.92));
	border-color: rgba(255, 149, 92, 0.3);
}

.summary-card--shifts .summary-icon,
.summary-card--shifts .summary-badges span {
	background: rgba(255, 149, 92, 0.18);
	color: #a85a2a;
	box-shadow: inset 0 0 0 1px rgba(255, 149, 92, 0.22);
}

.summary-card--shifts::after {
	background: radial-gradient(circle, rgba(255, 149, 92, 0.25), transparent 70%);
}

.day-story-section {
	position: relative;
	overflow: hidden;
	overflow-x: clip;
	background: radial-gradient(circle at 10% 20%, rgba(255, 206, 110, 0.2), transparent 55%),
		radial-gradient(circle at 86% 76%, rgba(47, 91, 255, 0.2), transparent 55%),
		linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(236, 248, 255, 0.96));
}

.day-story-section::before {
	content: "";
	position: absolute;
	inset: auto -120px -140px auto;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(122, 75, 255, 0.16), transparent 70%);
	pointer-events: none;
}

.day-story {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: stretch;
}

.day-story__steps {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 6px;
	scroll-padding-inline: 10px;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
	touch-action: pan-x;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.day-story__steps::-webkit-scrollbar {
	display: none;
}

.day-step {
	border: 1px solid rgba(59, 103, 245, 0.18);
	background: rgba(255, 255, 255, 0.82);
	color: #334157;
	padding: 12px 14px;
	min-height: 46px;
	border-radius: 14px;
	font: inherit;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	scroll-snap-align: start;
	min-width: 142px;
	cursor: pointer;
	touch-action: manipulation;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.day-step:hover {
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
	border-color: rgba(59, 103, 245, 0.32);
}

.day-step.is-active {
	border-color: rgba(47, 91, 255, 0.38);
	background: linear-gradient(130deg, rgba(47, 91, 255, 0.16), rgba(0, 240, 216, 0.12));
	box-shadow: 0 12px 30px rgba(47, 91, 255, 0.16);
}

.day-step:focus-visible {
	outline: 2px solid rgba(47, 91, 255, 0.42);
	outline-offset: 3px;
}

.day-scene {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border-radius: 22px;
	border: 1px solid rgba(59, 103, 245, 0.2);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.day-scene::before {
	content: "";
	position: absolute;
	inset: -50% auto auto -15%;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle, rgba(47, 91, 255, 0.2), transparent 68%);
	pointer-events: none;
	opacity: 0.75;
	transition: background 0.3s ease;
	animation: sceneAuraFloat 8.5s ease-in-out infinite;
}

.day-scene::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.5;
	transition: opacity 0.3s ease, background 0.3s ease;
}

.day-scene.is-changing {
	border-color: rgba(47, 91, 255, 0.36);
	box-shadow: 0 20px 46px rgba(47, 91, 255, 0.14);
}

.day-scene__top {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 14px;
	align-items: center;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}

.day-scene__emoji {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	display: grid;
	place-items: center;
	font-size: 1.6rem;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(226, 240, 255, 0.9));
	box-shadow: inset 0 0 0 1px rgba(59, 103, 245, 0.16), 0 12px 28px rgba(47, 91, 255, 0.16);
}

.day-scene[data-day-kind="morning"]::before {
	background: radial-gradient(circle, rgba(255, 191, 92, 0.33), transparent 68%);
}

.day-scene[data-day-kind="morning"]::after {
	background: linear-gradient(180deg, rgba(255, 231, 179, 0.4), rgba(255, 255, 255, 0));
	animation: morningSun 6s ease-in-out infinite;
}

.day-scene[data-day-kind="morning"] .day-scene__emoji {
	animation: emojiMorning 2.8s ease-in-out infinite;
}

.day-scene[data-day-kind="adventure"]::before {
	background: radial-gradient(circle, rgba(0, 194, 168, 0.28), transparent 68%);
}

.day-scene[data-day-kind="adventure"]::after {
	background: repeating-linear-gradient(130deg, rgba(0, 194, 168, 0.15) 0 12px, rgba(255, 255, 255, 0) 12px 26px);
	animation: adventureTrail 5.4s linear infinite;
}

.day-scene[data-day-kind="adventure"] .day-scene__emoji {
	animation: emojiAdventure 1.2s ease-in-out infinite;
}

.day-scene[data-day-kind="creative"]::before {
	background: radial-gradient(circle, rgba(122, 75, 255, 0.28), transparent 68%);
}

.day-scene[data-day-kind="creative"]::after {
	background: conic-gradient(from 0deg, rgba(122, 75, 255, 0.16), rgba(255, 106, 46, 0.14), rgba(0, 240, 216, 0.14), rgba(122, 75, 255, 0.16));
	animation: creativeSpin 7.5s linear infinite;
	opacity: 0.36;
}

.day-scene[data-day-kind="creative"] .day-scene__emoji {
	animation: emojiCreative 2.6s ease-in-out infinite;
}

.day-scene[data-day-kind="show"]::before {
	background: radial-gradient(circle, rgba(255, 106, 46, 0.26), transparent 68%);
}

.day-scene[data-day-kind="show"]::after {
	background: radial-gradient(circle at 18% -8%, rgba(255, 106, 46, 0.22), transparent 42%),
		radial-gradient(circle at 82% -10%, rgba(255, 207, 46, 0.22), transparent 42%);
	animation: showLights 3.4s ease-in-out infinite;
	opacity: 0.64;
}

.day-scene[data-day-kind="show"] .day-scene__emoji {
	animation: emojiShow 1.9s ease-in-out infinite;
}

.day-scene[data-day-kind="candle"]::before {
	background: radial-gradient(circle, rgba(60, 94, 190, 0.24), transparent 68%);
}

.day-scene[data-day-kind="candle"]::after {
	background: radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.24) 0 2px, transparent 3px),
		radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.2) 0 2px, transparent 3px),
		radial-gradient(circle at 46% 14%, rgba(255, 255, 255, 0.18) 0 2px, transparent 3px),
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.22) 0 2px, transparent 3px),
		linear-gradient(180deg, rgba(62, 87, 155, 0.14), rgba(255, 255, 255, 0));
	animation: nightTwinkle 4.8s ease-in-out infinite;
	opacity: 0.7;
}

.day-scene[data-day-kind="candle"] .day-scene__emoji {
	animation: emojiNight 3.8s ease-in-out infinite;
}

@keyframes sceneAuraFloat {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}
	50% {
		transform: translate(10px, -8px) scale(1.06);
	}
}

@keyframes morningSun {
	0%,
	100% {
		opacity: 0.42;
	}
	50% {
		opacity: 0.72;
	}
}

@keyframes adventureTrail {
	0% {
		transform: translateX(-20px);
	}
	100% {
		transform: translateX(20px);
	}
}

@keyframes creativeSpin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes showLights {
	0%,
	100% {
		opacity: 0.5;
	}
	50% {
		opacity: 0.85;
	}
}

@keyframes nightTwinkle {
	0%,
	100% {
		opacity: 0.45;
	}
	50% {
		opacity: 0.8;
	}
}

@keyframes emojiMorning {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-4px);
	}
}

@keyframes emojiAdventure {
	0%,
	100% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-2px);
	}
	75% {
		transform: translateX(2px);
	}
}

@keyframes emojiCreative {
	0%,
	100% {
		transform: rotate(0deg) scale(1);
	}
	50% {
		transform: rotate(10deg) scale(1.05);
	}
}

@keyframes emojiShow {
	0%,
	100% {
		transform: scale(1);
	}
	40% {
		transform: scale(1.08);
	}
	60% {
		transform: scale(0.98);
	}
}

@keyframes emojiNight {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(2px);
	}
}

.day-scene__time {
	margin: 0 0 4px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #2a4aa8;
}

.day-scene__headline h3 {
	margin: 0;
	font-size: clamp(1.2rem, 1.1rem + 0.4vw, 1.5rem);
	line-height: 1.25;
}

.day-scene__mood {
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 0.76rem;
	font-weight: 700;
	background: rgba(47, 91, 255, 0.12);
	color: #2a4aa8;
	border: 1px solid rgba(47, 91, 255, 0.2);
}

.day-scene__text,
.day-scene__quote {
	position: relative;
	z-index: 1;
}

.day-scene__text {
	margin: 0;
	color: #3d4a60;
	line-height: 1.7;
}

.day-scene__quote {
	margin: 12px 0 0;
	font-weight: 600;
	color: #2c3f6d;
}

.day-scene__morning-carousel {
	margin-top: 14px;
	margin-bottom: 8px;
	z-index: 1;
}

.day-scene__adventure-carousel {
	margin-top: 14px;
	margin-bottom: 8px;
	z-index: 1;
}

.day-scene__creative-carousel {
	margin-top: 14px;
	margin-bottom: 8px;
	z-index: 1;
}

.day-scene__show-carousel {
	margin-top: 14px;
	margin-bottom: 8px;
	z-index: 1;
}

.day-scene__candle-carousel {
	margin-top: 14px;
	margin-bottom: 8px;
	z-index: 1;
}

.day-scene[data-day-kind="morning"] .day-scene__morning-carousel {
	display: grid;
}

.day-scene:not([data-day-kind="morning"]) .day-scene__morning-carousel {
	display: none;
}

.day-scene[data-day-kind="adventure"] .day-scene__adventure-carousel {
	display: grid;
}

.day-scene:not([data-day-kind="adventure"]) .day-scene__adventure-carousel {
	display: none;
}

.day-scene[data-day-kind="creative"] .day-scene__creative-carousel {
	display: grid;
}

.day-scene:not([data-day-kind="creative"]) .day-scene__creative-carousel {
	display: none;
}

.day-scene[data-day-kind="show"] .day-scene__show-carousel {
	display: grid;
}

.day-scene:not([data-day-kind="show"]) .day-scene__show-carousel {
	display: none;
}

.day-scene[data-day-kind="candle"] .day-scene__candle-carousel {
	display: grid;
}

.day-scene:not([data-day-kind="candle"]) .day-scene__candle-carousel {
	display: none;
}

.day-scene .carousel-progress {
	display: none;
}

.day-scene .carousel {
	max-width: 100%;
}

.day-scene .carousel-track {
	gap: 18px;
	padding: 4px 2px 8px;
}

.day-scene .carousel-slide {
	flex: 0 0 clamp(220px, 34vw, 320px);
}

.day-scene .carousel-slide .media-placeholder {
	min-height: 230px;
	aspect-ratio: auto;
	padding: 10px;
	background: transparent;
	border: none;
}

.day-scene .carousel-slide .media-placeholder img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
	background: transparent;
}

.day-scene__fan {
	position: relative;
	width: 100%;
	height: 174px;
	margin-top: 14px;
	margin-bottom: 8px;
	perspective: 1000px;
	pointer-events: none;
	z-index: 1;
}

.day-fan-card {
	position: absolute;
	left: 50%;
	top: 8px;
	width: clamp(92px, 18vw, 122px);
	aspect-ratio: 3 / 4;
	border-radius: 14px;
	overflow: hidden;
	border: 2px solid rgba(255, 255, 255, 0.88);
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.2);
	transform-origin: 50% 100%;
	transform: translate(calc(-50% + var(--deal-x, 0px)), var(--deal-y, 0px)) rotate(var(--deal-rotate, 0deg)) scale(1);
	opacity: 0;
	will-change: transform, opacity;
	backface-visibility: hidden;
}

.day-fan-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: saturate(1.05) contrast(1.03);
}

.day-fan-card.is-dealt {
	animation: cardDeal 640ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes cardDeal {
	0% {
		opacity: 0;
		transform: translate(calc(-50% + 220px), -44px) rotate(-14deg) scale(0.84);
	}
	70% {
		opacity: 1;
		transform: translate(calc(-50% + var(--deal-x, 0px)), calc(var(--deal-y, 0px) - 8px)) rotate(var(--deal-rotate, 0deg)) scale(1.02);
	}
	100% {
		opacity: 1;
		transform: translate(calc(-50% + var(--deal-x, 0px)), var(--deal-y, 0px)) rotate(var(--deal-rotate, 0deg)) scale(1);
	}
}

@media (max-width: 920px) {
	.day-story {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.day-story__steps {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: max-content;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 2px 2px 6px;
		scroll-padding-inline: 10px;
		scroll-snap-type: x mandatory;
		overscroll-behavior-x: contain;
		touch-action: pan-x;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.day-story__steps::-webkit-scrollbar {
		display: none;
	}

	.day-step {
		white-space: nowrap;
		scroll-snap-align: start;
		min-width: 142px;
		min-height: 50px;
	}
}

@media (max-width: 640px) {
	.day-scene {
		padding: 20px;
		min-height: 318px;
	}

	.day-scene .carousel-slide {
		flex-basis: min(78vw, 300px);
	}

	.day-scene .carousel-slide .media-placeholder {
		min-height: 210px;
	}

	.day-story-section .container {
		width: min(1140px, 92vw);
	}

	.day-scene__fan {
		height: 156px;
		margin-top: 12px;
		margin-inline: auto;
	}

	.day-fan-card {
		width: clamp(84px, 23vw, 104px);
	}

	.day-scene__top {
		grid-template-columns: auto 1fr;
		gap: 12px;
	}

	.day-scene__mood {
		grid-column: 1 / -1;
		width: fit-content;
	}

	.day-step {
		min-height: 48px;
	}
}

@media (max-width: 380px) {
	.day-step {
		min-width: 132px;
		padding-inline: 12px;
	}

	.day-scene {
		min-height: 300px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.day-step,
	.day-scene {
		transition: none;
	}

	.day-scene::before,
	.day-scene::after,
	.day-scene__emoji {
		animation: none !important;
	}

	.day-fan-card.is-dealt {
		animation: none;
		opacity: 1;
		transform: translate(calc(-50% + var(--deal-x, 0px)), var(--deal-y, 0px)) rotate(var(--deal-rotate, 0deg)) scale(1);
	}
}

.reveal.is-visible .summary-card {
	animation: summaryRise 0.8s ease both;
}

.reveal.is-visible .summary-card:nth-child(2) {
	animation-delay: 0.12s;
}

.reveal.is-visible .summary-card:nth-child(3) {
	animation-delay: 0.24s;
}

@keyframes summaryRise {
	0% {
		opacity: 0;
		transform: translateY(24px) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}
@keyframes iconFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-3px);
	}
}
@keyframes summaryOrb {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}
	50% {
		transform: translate(12px, -10px) scale(1.08);
	}
}
@media (prefers-reduced-motion: reduce) {
	.summary-card::before,
	.summary-icon {
		animation: none;
	}
}

.grid-3,
.grid-2 {
	display: grid;
	gap: 24px;
}

.grid-3 {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid-2 {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.card {
	background: linear-gradient(160deg, rgba(255, 255, 255, 1), rgba(235, 245, 255, 0.9), rgba(255, 242, 232, 0.65));
	border: 1px solid rgba(59, 103, 245, 0.18);
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card,
.summary-card,
.price-card,
.schedule-card,
.infra-card,
.program-card,
.packing-card,
.packing-checklist {
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
	border-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.16);
}

.card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 60px rgba(15, 23, 42, 0.14);
}

.card ul {
	padding-left: 18px;
	margin: 12px 0 0;
	color: var(--muted);
}

.timeline {
	display: grid;
	gap: 16px;
}

.timeline-modern {
	position: relative;
	padding-left: 16px;
}

.timeline-modern::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 8px;
	bottom: 8px;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(59, 103, 245, 0.5), rgba(0, 194, 168, 0.5));
}

.timeline-modern .timeline-item {
	position: relative;
}

.timeline-modern .timeline-item::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 24px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary), var(--accent));
	box-shadow: 0 0 0 6px rgba(59, 103, 245, 0.12);
}

.schedule-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.schedule-card {
	position: relative;
	padding: 18px 18px 18px 22px;
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(230, 245, 255, 0.9));
	border: 1px solid rgba(59, 103, 245, 0.16);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
}

.schedule-card::before {
	content: "";
	position: absolute;
	top: -40px;
	right: -40px;
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(59, 103, 245, 0.18), transparent 70%);
}

.schedule-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.schedule-time {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(59, 103, 245, 0.12);
	color: #2a4aa8;
	margin-bottom: 10px;
}

.schedule-card p {
	margin: 0;
	color: #334155;
}

.schedule-title {
	font-weight: 600;
}

.schedule-detail {
	margin-top: 8px;
	color: #4b5563;
	font-size: 0.9rem;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transform: translateY(6px);
	transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
}

.schedule-card:hover .schedule-detail,
.schedule-card:focus-within .schedule-detail {
	opacity: 1;
	max-height: 80px;
	transform: translateY(0);
}

.schedule-card:focus-visible {
	outline: 2px solid rgba(59, 103, 245, 0.4);
	outline-offset: 4px;
}

.schedule-icon {
	width: 34px;
	height: 34px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, rgba(59, 103, 245, 0.2), rgba(0, 194, 168, 0.18));
	color: #2a4aa8;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
	position: absolute;
	top: 14px;
	right: 14px;
}

.schedule-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.timeline-item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 16px;
	padding: 16px 20px;
	background: linear-gradient(120deg, rgba(255, 255, 255, 1), rgba(233, 248, 255, 0.9));
	border-radius: 16px;
	border: 1px solid rgba(59, 103, 245, 0.16);
}

.timeline-item span {
	font-weight: 600;
	color: var(--primary-dark);
}

.price-card {
	background: linear-gradient(160deg, rgba(255, 255, 255, 1), rgba(232, 250, 245, 0.92));
	border-radius: 22px;
	padding: 28px;
	text-align: center;
	border: 1px solid rgba(0, 194, 168, 0.2);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-card:hover {
	transform: translateY(-6px) scale(1.01);
	box-shadow: 0 26px 60px rgba(15, 23, 42, 0.14);
}

.price-card h3 {
	margin-bottom: 8px;
}

.price-date {
	color: var(--muted);
}

.price {
	font-size: 1.8rem;
	margin: 12px 0 20px;
}

.shift-block__head h3 {
	margin: 0 0 6px;
}

.shift-block__head p {
	margin: 0 0 16px;
	color: var(--muted);
}

.shift-block__head h3::after {
	content: "";
	display: block;
	width: 46px;
	height: 3px;
	border-radius: 999px;
	margin-top: 10px;
	background: linear-gradient(120deg, var(--primary), var(--accent));
}

.shift-block--long .shift-block__head h3::after {
	background: linear-gradient(120deg, rgba(59, 103, 245, 0.95), rgba(0, 194, 168, 0.9));
}

.shift-block--short .shift-block__head h3::after {
	background: linear-gradient(120deg, rgba(255, 149, 92, 0.95), rgba(255, 207, 46, 0.9));
}

.shift-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.shift-card {
	position: relative;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid transparent;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(233, 244, 255, 0.9)) padding-box,
		linear-gradient(130deg, rgba(59, 103, 245, 0.4), rgba(0, 194, 168, 0.35)) border-box;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.shift-block--short .shift-card {
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(255, 243, 230, 0.9)) padding-box,
		linear-gradient(130deg, rgba(255, 149, 92, 0.45), rgba(255, 207, 46, 0.35)) border-box;
}

.shift-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 60px rgba(15, 23, 42, 0.14);
}


.shift-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.shift-badge {
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(59, 103, 245, 0.12);
	color: #2a4aa8;
	font-weight: 600;
	font-size: 0.85rem;
	box-shadow: inset 0 0 0 1px rgba(59, 103, 245, 0.18);
}

.shift-block--short .shift-badge {
	background: rgba(255, 149, 92, 0.16);
	color: #8a4b1f;
	box-shadow: inset 0 0 0 1px rgba(255, 149, 92, 0.22);
}

.shift-price {
	font-weight: 700;
	color: #1f2a44;
	background: rgba(255, 255, 255, 0.6);
	padding: 4px 10px;
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(59, 103, 245, 0.14);
}

.shift-block--short .shift-price {
	box-shadow: inset 0 0 0 1px rgba(255, 149, 92, 0.18);
}

.shift-range {
	margin: 10px 0 12px;
	font-weight: 600;
}

.shift-meta {
	display: grid;
	gap: 6px;
	color: var(--muted);
	font-size: 0.9rem;
}

.note {
	color: var(--muted);
	margin-top: 24px;
}

.accordion {
	display: grid;
	gap: 12px;
}

.accordion-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 18px 20px;
	border-radius: 16px;
	border: 1px solid rgba(59, 103, 245, 0.16);
	background: linear-gradient(140deg, rgba(255, 255, 255, 1), rgba(236, 244, 255, 0.9));
	font-size: 1rem;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.accordion-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.accordion-panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	padding: 0 20px;
}

.accordion-panel p {
	color: var(--muted);
}

.accordion-item.active + .accordion-panel {
	padding: 12px 20px 20px;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.gallery .media-placeholder {
	min-height: 180px;
	background: linear-gradient(140deg, rgba(59, 103, 245, 0.12), rgba(0, 194, 168, 0.12));
	border: 1px dashed rgba(0, 194, 168, 0.4);
}

.faq-layout {
	align-items: start;
}

.faq-photo {
	border-radius: 22px;
	overflow: hidden;
	min-height: 260px;
	background: linear-gradient(140deg, rgba(59, 103, 245, 0.12), rgba(0, 194, 168, 0.12));
	border: 1px solid rgba(59, 103, 245, 0.18);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.faq-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section-header.reveal.is-visible {
	animation: faqHeaderIn 0.7s ease both;
}

.faq-layout.is-visible .faq-photo {
	animation: faqPhotoIn 0.8s ease both;
}

.faq-layout.is-visible .accordion-item {
	animation: faqItemIn 0.6s ease both;
}

.faq-layout.is-visible .accordion-item:nth-of-type(1) {
	animation-delay: 0.05s;
}

.faq-layout.is-visible .accordion-item:nth-of-type(2) {
	animation-delay: 0.1s;
}

.faq-layout.is-visible .accordion-item:nth-of-type(3) {
	animation-delay: 0.15s;
}

.faq-layout.is-visible .accordion-item:nth-of-type(4) {
	animation-delay: 0.2s;
}

.faq-layout.is-visible .accordion-item:nth-of-type(5) {
	animation-delay: 0.25s;
}

.faq-layout.is-visible .accordion-item:nth-of-type(6) {
	animation-delay: 0.3s;
}

.faq-layout.is-visible .accordion-item:nth-of-type(7) {
	animation-delay: 0.35s;
}

.faq-layout.is-visible .accordion-panel {
	animation: faqPanelIn 0.6s ease both;
}

@media (max-width: 900px) {
	.faq-layout {
		grid-template-columns: 1fr;
	}

	.faq-layout .accordion {
		order: 1;
	}

	.faq-photo {
		order: 2;
		min-height: 180px;
	}
}

@keyframes faqHeaderIn {
	0% {
		opacity: 0;
		transform: translateY(14px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes faqPhotoIn {
	0% {
		opacity: 0;
		transform: translateY(18px) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes faqItemIn {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes faqPanelIn {
	0% {
		opacity: 0;
		transform: translateY(8px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.faq-layout.is-visible .faq-photo,
	.faq-layout.is-visible .accordion-item,
	.faq-layout.is-visible .accordion-panel,
	.section-header.reveal.is-visible {
		animation: none;
	}
}

.carousel {
	position: relative;
	display: grid;
	gap: 16px;
	perspective: 1200px;
}

.carousel-track {
	display: flex;
	align-items: stretch;
	gap: 28px;
	overflow: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	padding: 4px 4px 12px;
	mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
	cursor: grab;
	touch-action: pan-x;
	user-select: none;
}

.carousel-track:active {
	cursor: grabbing;
}

.carousel-slide {
	flex: 0 0 clamp(240px, 30vw, 380px);
	scroll-snap-align: center;
	transition: transform 0.4s ease, opacity 0.4s ease, filter 0.4s ease;
	opacity: 0.6;
	filter: saturate(0.8);
}

.carousel-slide.is-active {
	opacity: 1;
	transform: translateY(-10px);
	filter: saturate(1) blur(0);
	z-index: 1;
}

.carousel-slide .media-placeholder {
	min-height: 260px;
	border-radius: 18px;
	border: 1px solid rgba(59, 103, 245, 0.2);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
	position: relative;
	overflow: hidden;
}

.carousel-slide .media-placeholder img {
	cursor: pointer;
}

.carousel-slide .media-placeholder::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 55%);
	opacity: 0.6;
	pointer-events: none;
}

.carousel-slide.is-active .media-placeholder {
	box-shadow: 0 30px 70px rgba(59, 103, 245, 0.24), 0 0 0 1px rgba(0, 194, 168, 0.3);
}

.carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.85);
	color: var(--text);
	display: grid;
	place-items: center;
	font-size: 1.4rem;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
	cursor: pointer;
	touch-action: manipulation;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	z-index: 2;
}

.carousel-control:hover {
	transform: translateY(-50%) scale(1.05);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.2);
}

.carousel-control.prev {
	left: -12px;
}

.carousel-control.next {
	right: -12px;
}

.carousel-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.carousel-dots .dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	border: none;
	background: rgba(59, 103, 245, 0.25);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, width 0.2s ease;
}

.carousel-dots .dot.is-active {
	width: 24px;
	background: linear-gradient(120deg, var(--primary), var(--accent));
}

.carousel-progress {
	height: 6px;
	border-radius: 999px;
	background: rgba(59, 103, 245, 0.12);
	overflow: hidden;
}

.carousel-progress__bar {
	display: block;
	height: 100%;
	width: 0%;
	border-radius: inherit;
	background: linear-gradient(120deg, rgba(59, 103, 245, 0.85), rgba(0, 194, 168, 0.85));
	box-shadow: 0 0 12px rgba(59, 103, 245, 0.5);
	transition: width 0.5s ease;
}

.lightbox {
	position: fixed;
	inset: 0;
	background: rgba(10, 16, 32, 0.7);
	backdrop-filter: blur(6px);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px 6vw;
	z-index: 200;
}

.lightbox.is-open {
	display: flex;
}

.lightbox img {
	max-width: min(90vw, 1100px);
	max-height: 85vh;
	border-radius: 18px;
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.35);
}

.lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.9);
	color: #0f172a;
	font-size: 1.6rem;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
}

.lightbox-nav.prev {
	left: 24px;
}

.lightbox-nav.next {
	right: 24px;
}

.lightbox-close {
	position: absolute;
	top: 24px;
	right: 24px;
	border: none;
	background: rgba(255, 255, 255, 0.9);
	color: #0f172a;
	font: inherit;
	padding: 10px 14px;
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
}

.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.95);
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.carousel-slide .media-placeholder img {
		cursor: default;
	}

	.lightbox {
		padding: 0;
		backdrop-filter: blur(2px);
	}

	.lightbox img {
		max-width: 100vw;
		max-height: 100vh;
		border-radius: 0;
	}

	.lightbox-nav {
		width: 44px;
		height: 44px;
	}

	.lightbox-nav.prev {
		left: 10px;
	}

	.lightbox-nav.next {
		right: 10px;
	}

	.lightbox-close {
		top: 10px;
		right: 10px;
		padding: 8px 12px;
	}
}

@media (max-width: 720px) {
	.carousel-control.prev {
		left: 8px;
	}

	.carousel-control.next {
		right: 8px;
	}
}

.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}

.contact-form {
	display: grid;
	gap: 16px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 1), rgba(233, 246, 255, 0.92));
	padding: 24px;
	border-radius: 20px;
	border: 1px solid rgba(59, 103, 245, 0.2);
}

.infra-block {
	margin-top: 32px;
	display: grid;
	gap: 24px;
}

.infra-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
	align-items: center;
}

.infra-grid--stack {
	grid-template-columns: 1fr;
	align-items: stretch;
}


.infra-media .media-placeholder {
	min-height: 260px;
	border-radius: 20px;
	border: 1px solid rgba(59, 103, 245, 0.2);
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.map-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(59, 103, 245, 0.2);
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.7), rgba(216, 232, 255, 0.65));
}

.video-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(59, 103, 245, 0.2);
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.8), rgba(216, 232, 255, 0.7));
}

.video-embed__frame {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	object-fit: cover;
}

.map-embed::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 55%);
	pointer-events: none;
}

.map-embed__frame {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	filter: saturate(1.08) contrast(1.04);
}

@media (max-width: 720px) {
	.map-embed {
		aspect-ratio: 4 / 3;
	}
}

.infra-grid--stack .media-placeholder {
	min-height: 340px;
	aspect-ratio: auto;
}

.infra-grid--stack .media-placeholder img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	background: #ffffff;
}

.infra-card {
	background: linear-gradient(160deg, rgba(255, 255, 255, 1), rgba(230, 246, 255, 0.92));
	border: 1px solid rgba(59, 103, 245, 0.18);
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.infra-card ul {
	padding-left: 18px;
	margin: 12px 0 0;
	color: var(--muted);
}

.infra-card__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.infra-card__row ul {
	flex: 1;
}

.infra-card__row .hero-video {
	flex-shrink: 0;
	margin-top: 12px;
}

@media (max-width: 720px) {
	.infra-card__row {
		flex-direction: column;
	}

	.infra-card__row .hero-video {
		width: fit-content;
	}
}

.contact-form label {
	display: grid;
	gap: 8px;
	font-size: 0.9rem;
	color: var(--muted);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid var(--line);
	font: inherit;
}

.form-note {
	color: var(--muted);
	font-size: 0.85rem;
}

.shift-price {
	margin: -4px 0 4px;
	font-weight: 600;
}

.contact-info {
	display: grid;
	gap: 16px;
}

.site-footer {
	padding: 14px 0 8px;
	background: linear-gradient(140deg, #0a1020, #0f1b33 55%, #152746);
	color: white;
	position: relative;
	overflow: hidden;
}

.site-footer .container {
	width: min(1280px, 94vw);
}

.site-footer::before {
	content: "";
	position: absolute;
	inset: -20% -10% 0 -10%;
	background: radial-gradient(circle at 15% 20%, rgba(88, 151, 255, 0.35), transparent 45%),
		radial-gradient(circle at 85% 30%, rgba(0, 224, 194, 0.3), transparent 40%),
		radial-gradient(circle at 60% 80%, rgba(255, 128, 170, 0.25), transparent 45%);
	opacity: 0.9;
	animation: footerGlow 12s ease-in-out infinite;
	pointer-events: none;
}

.site-footer::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 40%, rgba(255, 255, 255, 0.06));
	animation: footerSheen 8s ease-in-out infinite;
	pointer-events: none;
	opacity: 0.6;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(220px, 1fr));
	gap: 8px 14px;
	position: relative;
	z-index: 1;
}

.footer-grid > * {
	padding: 1px 0;
}

.footer-brand p {
	color: rgba(255, 255, 255, 0.72);
	margin-top: 2px;
	font-size: 0.82rem;
}

.footer-brand {
	max-width: 320px;
}

.footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 3px;
}

.footer-social a {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.85);
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.footer-social a svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.footer-social a:hover {
	transform: translateY(-2px) scale(1.05);
	background: linear-gradient(120deg, rgba(59, 103, 245, 0.6), rgba(0, 194, 168, 0.6));
	color: #ffffff;
}

.call-fab {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #2b6ff7, #00d1b8);
	color: #ffffff;
	box-shadow: 0 16px 36px rgba(43, 111, 247, 0.35);
	z-index: 60;
	overflow: hidden;
	animation: callPulse 1.6s ease-in-out infinite;
}

.call-fab svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.call-fab::after {
	content: "";
	position: absolute;
	inset: -40%;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.45);
	opacity: 0;
	animation: callRing 1.6s ease-in-out infinite;
}

.call-fab:hover {
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 20px 42px rgba(43, 111, 247, 0.42);
}

@keyframes callPulse {
	0%,
	100% {
		transform: translateY(0) scale(1);
	}
	50% {
		transform: translateY(-3px) scale(1.08);
	}
}

@keyframes callRing {
	0% {
		transform: scale(0.5);
		opacity: 0.75;
	}
	100% {
		transform: scale(1.45);
		opacity: 0;
	}
}

.footer-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.footer-tags span {
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 0.85rem;
}

.footer-links h4,
.footer-info h4 {
	margin: 0 0 8px;
	font-size: 1.01rem;
}

.footer-links h4 {
	text-align: left;
	display: flex;
	align-items: center;
	gap: 8px;
	padding-left: 0;
}

.footer-links h4::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-links {
	display: grid;
	gap: 6px 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-flow: row;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.78);
	transition: color 0.2s ease, transform 0.2s ease;
	font-size: 0.9rem;
	padding: 4px 0;
	text-align: left;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.footer-link__icon {
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-link__icon svg {
	width: 11px;
	height: 11px;
	fill: currentColor;
}

.footer-links a::after {
	content: "";
	width: 0;
	height: 2px;
	margin-left: 2px;
	background: linear-gradient(120deg, rgba(59, 103, 245, 0.9), rgba(0, 194, 168, 0.9));
	border-radius: 999px;
	transition: width 0.2s ease;
}

.footer-links a:hover {
	color: white;
	transform: translateX(2px);
}

.footer-links a:hover::after {
	width: 22px;
}

.footer-info p {
	color: rgba(255, 255, 255, 0.72);
	margin: 0 0 5px;
	font-size: 0.9rem;
}

.footer-info {
	padding-left: 8px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom {
	margin-top: 6px;
	padding-top: 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.65);
	position: relative;
	z-index: 1;
	font-size: 0.85rem;
	text-align: center;
}

.footer-credit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
}

.footer-credit img {
	height: 14px;
	width: auto;
	vertical-align: middle;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}

@media (max-width: 900px) {
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-info {
		padding-left: 0;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		padding-top: 16px;
	}
}

@media (max-width: 720px) {
	.footer-links {
		grid-template-columns: repeat(2, minmax(110px, 1fr));
	}

	.footer-credit {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-logo img,
	.hero-logo::after {
		animation: none;
	}
}

.footer-social a {
	width: 36px;
	height: 36px;
}

.cursor-glow {
	position: fixed;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	pointer-events: none;
	background: radial-gradient(circle, rgba(59, 103, 245, 0.18), transparent 60%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.reveal {
	opacity: 0;
	transform: translateY(24px) scale(0.98);
	transition: all 0.7s ease;
}

.reveal.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.hero-stats div,
.timeline-item,
.contact-form {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-stats div:hover,
.timeline-item:hover,
.contact-form:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

@keyframes float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(18px);
	}
}

@keyframes headerGlow {
	0%,
	100% {
		transform: translate(-10%, -10%) scale(0.95);
		opacity: 0.6;
	}
	50% {
		transform: translate(10%, 10%) scale(1.1);
		opacity: 0.85;
	}
}

@keyframes footerGlow {
	0%,
	100% {
		transform: translateY(0) scale(1);
		filter: hue-rotate(0deg);
	}
	50% {
		transform: translateY(-10px) scale(1.03);
		filter: hue-rotate(20deg);
	}
}

@keyframes footerSheen {
	0%,
	100% {
		transform: translateX(-10%);
		opacity: 0.4;
	}
	50% {
		transform: translateX(10%);
		opacity: 0.7;
	}
}

@media (max-width: 768px) {
	.nav {
		display: none;
		position: fixed;
		top: 16px;
		right: 0;
		height: auto;
		width: min(200px, 68vw);
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 5px;
		padding: 58px 12px 12px;
		background: linear-gradient(
			160deg,
			rgba(47, 91, 255, 0.95) 0%,
			rgba(122, 75, 255, 0.95) 35%,
			rgba(0, 240, 216, 0.92) 70%,
			rgba(255, 106, 46, 0.88) 100%
		);
		border-left: 1px solid rgba(255, 255, 255, 0.35);
		box-shadow: -18px 0 44px rgba(47, 91, 255, 0.35);
		backdrop-filter: blur(14px) saturate(140%);
		border-radius: 18px 0 0 18px;
		max-height: calc(100vh - 32px);
		overflow: auto;
		z-index: 20;
	}

	.mobile-nav-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 16px;
		right: 16px;
	}

	.nav a {
		width: 100%;
		padding: 9px 10px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.18);
		border: 1px solid rgba(255, 255, 255, 0.35);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
		font-weight: 500;
		text-align: left;
		color: #ffffff;
		backdrop-filter: blur(12px);
	}

	.nav a:hover {
		transform: none;
		background: rgba(255, 255, 255, 0.3);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
	}

	.mobile-nav-close {
		border: 1px solid rgba(255, 255, 255, 0.5);
		background: rgba(255, 255, 255, 0.22);
		color: #ffffff;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	}

	.mobile-nav-close:hover {
		background: rgba(255, 255, 255, 0.35);
		box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26);
	}

	.nav a::after {
		display: none;
	}

	.nav.nav--open {
		display: flex;
	}

	.mobile-nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.site-header {
		overflow: visible;
	}

	.header-inner {
		flex-wrap: wrap;
		gap: 12px 16px;
	}

	.cta-button {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 720px) {
	.hero {
		padding-top: 120px;
	}

	.hero-content {
		grid-template-columns: 1fr;
	}

	.hero-card {
		order: -1;
	}

	.hero-actions {
		flex-direction: column;
	}

	.hero-actions a {
		width: 100%;
		text-align: center;
	}

	.hero-stats {
		flex-direction: column;
	}

	.hero-stats div {
		width: 100%;
	}

	.timeline-item {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.footer-links {
		grid-template-columns: 1fr;
	}

	.footer-links h4 {
		justify-content: flex-start;
	}
}
