/*
Theme Name: Karel-Werner-Test
Theme URI: 
Author: Robert
Requires at least: 1.0
Tested up to: 1.0
Requires PHP: 1.0
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: Karel
Tags: one-column, two-columns, block-patterns, featured-images, full-site-editing, rtl-language-support, style-variations, threaded-comments, translation-ready
*/

/*
 */
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--base);
	border-color: var(--wp--preset--color--secondary);
}

/*
 */
a {
	text-decoration-thickness: .0625em !important;
	text-underline-offset: .15em;
}

/* ============================================
   SEKCE - Komerční karty služeb
   ============================================ */

.komercni-karty {
	padding: 4rem 2rem;
	background-color: #e8ebe8; /* Světlé pozadí jako na obrázku */
}

.komercni-karty h2 {
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	color: #3d4a3d;
}

.komercni-karty > p {
	max-width: 600px;
	margin: 0 auto 3rem;
	color: #5a6a5a;
}

/* Grid karet - 3 sloupce */
.komercni-karty .wp-block-columns {
	margin-bottom: 2rem;
}

.komercni-karty .wp-block-column {
	flex-basis: calc(33.333% - 20px) !important;
}

/* Samotná karta služby */
.service-card {
	padding: 2.5rem 2rem;
	border-radius: 20px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Emoji ikona nahoře */
.service-icon {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.service-card h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: inherit;
}

.service-card p:not(.service-icon) {
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	flex-grow: 1;
	color: inherit;
	opacity: 0.95;
}

/* Žluté tlačítko */
.service-btn {
	margin-top: auto;
}

.service-btn .wp-block-button__link {
	background-color: #d9b857 !important;
	color: #3d4a3d !important;
	border-radius: 8px;
	padding: 0.75rem 2rem;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}

.service-btn .wp-block-button__link:hover {
	background-color: #c9a647 !important;
	transform: scale(1.05);
}

/* Tip se slevou */
.sleva-tip {
	margin-top: 2rem;
	padding: 1rem;
	background-color: rgba(217, 184, 87, 0.2);
	border-radius: 10px;
	font-weight: 600;
	color: #5a6a5a;
}

/* Responzivita */
@media (max-width: 782px) {
	.komercni-karty .wp-block-column {
		flex-basis: 100% !important;
		margin-bottom: 1.5rem;
	}
	
	.komercni-karty h2 {
		font-size: 1.5rem;
	}
	
	.service-card {
		padding: 2rem 1.5rem;
	}
}

/* ============================================
   SEKCE - Fotografické služby
   ============================================ */

.fotograf-sluzby {
	padding: 4rem 2rem;
	background-color: #f8f9fa;
}

.fotograf-sluzby h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fotograf-sluzby > p {
	max-width: 700px;
	margin: 0 auto 3rem;
	color: #6c757d;
	font-size: 1.1rem;
}

/* Karty s fotoslužbami */
.foto-card {
	background: #ffffff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.foto-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

/* Obrázek v kartě */
.foto-image {
	margin: 0 !important;
	height: 200px;
	overflow: hidden;
}

.foto-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Barevné akcenty pro různé typy */
.card-portrait .foto-image { border-bottom: 4px solid #f0e6d2; }
.card-wedding .foto-image { border-bottom: 4px solid #ffe6f0; }
.card-product .foto-image { border-bottom: 4px solid #000000; }

.foto-card h3 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #2c3e50;
	margin: 1.5rem 1.5rem 1rem;
	text-align: center;
}

/* Seznam vlastností */
.foto-features {
	list-style: none !important;
	padding: 0 1.5rem !important;
	margin: 0 0 1.5rem !important;
	flex-grow: 1;
}

.foto-features li {
	padding: 0.5rem 0;
	color: #495057;
	font-size: 0.95rem;
	line-height: 1.6;
	border-bottom: 1px solid #e9ecef;
}

.foto-features li:last-child {
	border-bottom: none;
}

/* Cena */
.foto-price {
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	color: #28a745 !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 1.5rem !important;
	background: #f8f9fa;
	border-top: 2px dashed #dee2e6;
}

/* ============================================
   JAK TO PROBÍHÁ - Kroky procesu
   ============================================ */

.proces-krok {
	background: #ffffff;
	border-radius: 12px;
	padding: 2rem 1.5rem;
	text-align: center;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	position: relative;
	height: 100%;
}

.proces-krok:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Číslo kroku */
.krok-cislo {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
}

.proces-krok h4 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 0.8rem;
}

.proces-krok p {
	color: #6c757d;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}

/* CTA Tlačítko */
.cta-button .wp-block-button__link {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
	color: #ffffff !important;
	padding: 1rem 3rem !important;
	font-size: 1.1rem !important;
	font-weight: 600 !important;
	border-radius: 50px !important;
	border: none !important;
	box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cta-button .wp-block-button__link:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
}

/* ============================================
   RESPONZIVITA
   ============================================ */

@media (max-width: 782px) {
	.fotograf-sluzby {
		padding: 3rem 1.5rem;
	}
	
	.fotograf-sluzby h2 {
		font-size: 1.8rem;
	}
	
	.foto-card h3 {
		font-size: 1.3rem;
	}
	
	.foto-price {
		font-size: 1.5rem !important;
	}
	
	.proces-krok {
		padding: 1.5rem 1rem;
		margin-bottom: 1rem;
	}
	
	.krok-cislo {
		width: 40px;
		height: 40px;
		font-size: 1.5rem;
	}
	
	.cta-button .wp-block-button__link {
		padding: 0.8rem 2rem !important;
		font-size: 1rem !important;
	}
}

@media (max-width: 480px) {
	.fotograf-sluzby h2 {
		font-size: 1.5rem;
	}
	
	.foto-features {
		padding: 0 1rem !important;
	}
	
	.foto-features li {
		font-size: 0.9rem;
	}
}
