﻿* { margin: 0; padding: 0; box-sizing: border-box; }

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background: linear-gradient(135deg, #f0f4f8 0%, #e0e7f1 100%);
	color: #333;
	padding-top: 80px;
}

main {
	width: 100% !important;
	max-width: 100% !important;
	background: linear-gradient(135deg, #f0f4f8 0%, #e0e7f1 100%);
	padding-bottom: 60px;
}

.hero-peloponneso {
	height: 50vh !important;
	min-height: 320px;
	display: flex !important;
	width: 100% !important;
	max-width: 100% !important;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(30, 60, 114, 0.72) 0%, rgba(42, 82, 152, 0.62) 50%, rgba(126, 139, 163, 0.72) 100%), url('../grecia-sfondo.jpg') center/cover no-repeat !important;
	color: white;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.hero-peloponneso__content {
	position: relative;
	z-index: 2;
	max-width: 900px;
	padding: 40px 24px;
}

.hero-peloponneso h1 {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 12px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-peloponneso p {
	font-size: 1.15rem;
	opacity: 0.95;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.card {
	background: white;
	border-radius: 15px;
	padding: 30px;
	margin: 20px auto;
	max-width: 1000px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card h2, .card h3 {
	color: #1e3c72;
	margin-bottom: 15px;
	font-size: 1.6rem;
}

.card p, .card li {
	color: #555;
	line-height: 1.8;
	font-size: 1rem;
	margin-bottom: 12px;
}

.section-title {
	text-align: center;
	color: #1e3c72;
	font-size: 2rem;
	margin: 40px 20px 24px;
	font-weight: 700;
}

.cta-box {
	background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
	color: white;
	border-radius: 16px;
	padding: 28px;
	max-width: 1000px;
	margin: 0 auto 32px;
	box-shadow: 0 10px 30px rgba(30, 64, 175, 0.25);
	text-align: center;
}

.cta-box-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 14px;
}

.cta-box a {
	display: inline-block;
	background: white;
	color: #1e40af;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	margin: 0;
	transition: transform 0.2s ease;
}

.cta-box a:hover { transform: translateY(-2px); }

.map-img {
	display: block;
	max-width: 480px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.localities {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.locality-tag {
	background: #eff6ff;
	color: #1e40af;
	border: 1px solid #bfdbfe;
	border-radius: 999px;
	padding: 6px 12px;
	font-size: 0.85rem;
	font-weight: 600;
}

.info-box {
	background: #f8fafc;
	border-left: 4px solid #1e40af;
	border-radius: 0 12px 12px 0;
	padding: 20px 24px;
	margin-top: 16px;
}

.province-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 12px;
	max-width: 1000px;
	margin: 0 auto 32px;
	padding: 0 20px;
}

.province-grid a {
	display: block;
	text-align: center;
	background: white;
	color: #1e40af;
	border: 1px solid #bfdbfe;
	padding: 14px 12px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	transition: all 0.2s ease;
}

.province-grid a:hover {
	background: #1e40af;
	color: white;
	transform: translateY(-2px);
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 24px auto;
	max-width: 1000px;
	padding: 0 20px;
}

.nav-links a {
	background: white;
	color: #1e40af;
	border: 1px solid #bfdbfe;
	padding: 10px 18px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	transition: all 0.2s ease;
}

.nav-links a:hover {
	background: #1e40af;
	color: white;
}

nav.navbar, nav#breadcrumb-nav {
	margin-top: 0 !important;
	visibility: visible !important;
	float: none !important;
	right: auto !important;
	height: auto !important;
	overflow: visible !important;
}

#breadcrumb-nav {
	position: sticky;
	top: 80px;
	z-index: 9998;
	width: 100%;
	margin-top: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

#breadcrumb-nav.breadcrumb-hidden {
	opacity: 0;
	transform: translateY(-100%);
	pointer-events: none;
}

.lead {
	font-size: 1.15rem;
	line-height: 1.85;
	color: #334155;
	border-left: 4px solid #3b82f6;
	padding-left: 20px;
	margin-bottom: 0;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 16px;
	max-width: 1000px;
	margin: 0 auto 28px;
	padding: 0 20px;
}

.stat-card {
	background: white;
	border-radius: 14px;
	padding: 22px 16px;
	text-align: center;
	box-shadow: 0 8px 24px rgba(30, 64, 175, 0.1);
	border: 1px solid #e0e7ff;
	transition: transform 0.2s ease;
}

.stat-card:hover { transform: translateY(-3px); }

.stat-card i {
	font-size: 1.6rem;
	color: #3b82f6;
	margin-bottom: 10px;
	display: block;
}

.stat-value {
	display: block;
	font-size: 1.35rem;
	font-weight: 800;
	color: #1e3c72;
	margin-bottom: 4px;
}

.stat-label {
	display: block;
	font-size: 0.82rem;
	color: #64748b;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.section-subtitle {
	text-align: center;
	color: #475569;
	font-size: 1.05rem;
	max-width: 700px;
	margin: -12px auto 28px;
	padding: 0 20px;
	line-height: 1.6;
}

.highlights-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
	max-width: 1000px;
	margin: 0 auto 28px;
	padding: 0 20px;
}

.highlight-card {
	background: white;
	border-radius: 14px;
	padding: 24px 20px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	border-top: 4px solid #3b82f6;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.highlight-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(30, 64, 175, 0.15);
}

.highlight-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, #eff6ff, #dbeafe);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

.highlight-icon i {
	font-size: 1.3rem;
	color: #1e40af;
}

.highlight-card h4 {
	color: #1e3c72;
	font-size: 1.05rem;
	margin-bottom: 8px;
	font-weight: 700;
}

.highlight-card p {
	color: #64748b;
	font-size: 0.92rem;
	line-height: 1.65;
	margin: 0;
}

.card--intro {
	border-left: 5px solid #3b82f6;
}

.content-sections .card + .card {
	margin-top: 0;
}

.tips-card {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	border: 1px solid #bae6fd;
}

.tips-card h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #1e40af;
}

.tips-card h3 i { color: #f59e0b; }

.tips-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tips-list li {
	position: relative;
	padding: 10px 0 10px 28px;
	color: #475569;
	line-height: 1.65;
	border-bottom: 1px solid rgba(186, 230, 253, 0.6);
	font-size: 0.95rem;
}

.tips-list li:last-child { border-bottom: none; }

.tips-list li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	color: #3b82f6;
	font-weight: 700;
}

.info-box p { margin: 0; line-height: 1.7; }

.info-box .info-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 12px 0;
	border-bottom: 1px solid #e2e8f0;
}

.info-box .info-item:last-child { border-bottom: none; padding-bottom: 0; }

.info-box .info-item i {
	color: #3b82f6;
	margin-top: 3px;
	flex-shrink: 0;
}

.map-card-header {
	text-align: center;
	margin-bottom: 8px;
}

.map-card-header h3 {
	color: #1e3c72;
	font-size: 1.1rem;
	margin-bottom: 4px;
}

.map-card-header p {
	color: #64748b;
	font-size: 0.9rem;
	margin: 0;
}

@media (max-width: 768px) {
	.hero-peloponneso { height: 38vh !important; min-height: 260px; }
	.hero-peloponneso h1 { font-size: 1.8rem; }
	.card { padding: 20px; margin: 16px; }
	.section-title { font-size: 1.5rem; }
	#breadcrumb-nav { padding: 0.5rem 0; top: 80px; }
	#breadcrumb-nav ol { font-size: 0.85rem; padding: 0 1rem; }
	.province-grid { grid-template-columns: repeat(2, 1fr); }
	.highlights-grid { grid-template-columns: 1fr; padding: 0 16px; }
	.stats-grid { grid-template-columns: repeat(2, 1fr); padding: 0 16px; }
}



