:root {
	--color-bg: #050b1a;
	--color-primary: #00d26a;   /* Bolt zelená */
	--color-secondary: #4fc3f7;
	--color-text: #ffffff;
	--color-text-muted: #b0b0b0;
	--color-text2: #e6f1ff;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background-color: var(--color-bg);
	color: var(--color-text);
	line-height: 1.6;
	font-size: clamp(15px, 1.8vw, 17px);
}

a {
	color: inherit;
	text-decoration: none;
}

.page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

header {
	position: relative;
	z-index: 2;
	padding: 20px 7vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 1.3rem;
	letter-spacing: 0.06em;
	background-image: url("img/Boltax_logo5.png"); 
	background-size: cover;
	background-position: center;
	opacity: 1.00;
	width: 300px;
	height: 74px;
}

.logo span {
	color: var(--color-primary);
}

.nav-links {
	display: flex;
	gap: 24px;
	font-size: 0.95rem;
	color: var(--color-text-muted);
}

.nav-links a:hover {
	color: var(--color-primary);
}

.hero {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	padding: clamp(40px, 8vw, 120px) 6vw;
	overflow: hidden;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("img/Boltax_digitalna_cesta_blue_v5.png"); 
	background-size: cover;
	background-position: center;
	opacity: 0.90;
	pointer-events: none;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(0, 210, 106, 0.25), transparent 55%),
				radial-gradient(circle at 80% 80%, rgba(79, 195, 247, 0.25), transparent 55%);
	pointer-events: none;
}

.hero-content {
	position: relative;
	z-index: 1;
	max-width: 520px;
}

.hero-kicker {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--color-secondary);
	margin-bottom: 14px;
}

.hero-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: clamp(1rem, 2.6vw, 1.15rem);
	color: #E6F1FF;
	line-height: 1.1;
	margin-bottom: 18px;
	text-shadow: 0 2px 6px rgba(0,0,0,0.55);
}

.hero-title span {
	color: var(--color-primary);
}

.hero-subtitle {
	font-size: 1rem;
	color: #e6f1ff;
	max-width: 32rem;
	margin-bottom: 200px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 22px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 600;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all 0.18s ease-out;
}

.btn-primary {
	background: var(--color-primary);
	color: #02100a;
	border-color: var(--color-primary);
}

.btn-primary:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.btn-ghost {
	background: rgba(5, 11, 26, 0.7);
	color: var(--color-text);
	border-color: rgba(255, 255, 255, 0.18);
}

.btn-ghost:hover {
	border-color: var(--color-secondary);
	color: var(--color-secondary);
}

.hero-meta {
	font-size: 0.85rem;
	color: var(--color-text-muted);
}

.hero-meta strong {
	color: var(--color-text2);
}

main {
	position: relative;
	z-index: 1;
	background: radial-gradient(circle at top, rgba(255, 255, 255, 0.03), transparent 55%);
}

.section {
	padding: 60px 7vw;
}

.section-title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.section-subtitle {
	font-size: 0.95rem;
	color: var(--color-text-muted);
	margin-bottom: 28px;
}

.steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
}

.step {
	background: rgba(8, 16, 40, 0.9);
	border-radius: 16px;
	padding: 20px 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.step-label {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--color-secondary);
	margin-bottom: 6px;
}

.step-title {
	font-weight: 600;
	margin-bottom: 6px;
}

.step-text {
	font-size: 0.9rem;
	color: var(--color-text-muted);
}

.benefits {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}

.benefit {
	background: rgba(8, 16, 40, 0.9);
	border-radius: 16px;
	padding: 18px 16px;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.benefit-title {
	font-weight: 600;
	margin-bottom: 6px;
}

.benefit-text {
	font-size: 0.9rem;
	color: var(--color-text-muted);
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
}

.pricing-card {
	background: rgba(8, 16, 40, 0.95);
	border-radius: 18px;
	padding: 22px 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-name {
	font-weight: 600;
	margin-bottom: 4px;
}

.pricing-price {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 10px 0 4px;
}

.pricing-note {
	font-size: 0.8rem;
	color: var(--color-text-muted);
	margin-bottom: 14px;
}

.pricing-features {
	list-style: none;
	font-size: 0.9rem;
	color: var(--color-text-muted);
	margin-bottom: 16px;
}

.pricing-features li::before {
	content: "• ";
	color: var(--color-primary);
}

footer {
	padding: 24px 7vw 30px;
	font-size: 0.85rem;
	color: var(--color-text-muted);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	gap: 10px;
}

footer a {
	color: var(--color-text-muted);
}

footer a:hover {
	color: var(--color-secondary);
}

/* Hide checkbox */
.nav-toggle {
	display: none;
}

/* Hamburger icon */
.nav-toggle-label {
	display: none;
	position: absolute;
	right: 7vw;
	top: 22px;
	width: 32px;
	height: 26px;
	cursor: pointer;
	z-index: 999;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
	display: block;
	background: #ffffff;
	height: 3px;
	width: 100%;
	border-radius: 3px;
	position: absolute;
	transition: 0.25s ease;
}

.nav-toggle-label span {
	top: 50%;
	transform: translateY(-50%);
}

.nav-toggle-label span::before {
	content: "";
	top: -9px;
}

.nav-toggle-label span::after {
	content: "";
	top: 9px;
}

/* Mobile nav container */
.mobile-nav {
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	width: 100%;
	background: rgba(5, 11, 26, 0.96);
	backdrop-filter: blur(6px);
	padding: 20px 0;
	text-align: center;
	z-index: 998;
}

.mobile-nav a {
	display: block;
	padding: 14px 0;
	font-size: 1.1rem;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mobile-nav a:last-child {
	border-bottom: none;
}

/* Show menu when toggled */
.nav-toggle:checked ~ .mobile-nav {
	display: block;
}

/* Animate hamburger into X */
.nav-toggle:checked + .nav-toggle-label span {
	background: transparent;
}

.nav-toggle:checked + .nav-toggle-label span::before {
	top: 0;
	transform: rotate(45deg);
}

.nav-toggle:checked + .nav-toggle-label span::after {
	top: 0;
	transform: rotate(-45deg);
}

@media (max-width: 960px) {
	.hero {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.hero::before {
		opacity: 0.90;
		background-position: 60% center;
	}

	.steps,
	.benefits,
	.pricing-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.nav-links {
		display: none;
	}
	
	.nav-toggle-label {
		display: block;
	}
}

@media (max-width: 640px) {
	header {
		padding-inline: 5vw;
	}

	.hero,
	.section,
	footer {
		padding-inline: 5vw;
	}

	.nav-links {
		display: none;
	}

	.hero-content {
		max-width: 100%;
	}
}