/**
 * SMS Purchase Guide - Štýly
 *
 * @package SRZ_Rada
 * @since 1.0.0
 */

/* ============================================
   KONTAJNER
   ============================================ */
.srz-sms-guide {
	background-color: var(--wp--preset--color--ti-bg-alt, #f8fafc);
	margin-top: 0;
	padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
}

.srz-sms-guide-inner {
	max-width: 1400px;
	margin: 0 auto;
}

/* ============================================
   NADPISY
   ============================================ */
.srz-sms-guide-title {
	text-align: center;
	color: var(--wp--preset--color--extra-primary, #018763);
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 28px;
	font-weight: 700;
	margin-bottom: var(--wp--preset--spacing--30);
}

.srz-sms-guide-subtitle {
	text-align: center;
	color: var(--wp--preset--color--secondary, #64748b);
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--50);
}

/* ============================================
   HLAVNÉ UPOZORNENIE
   ============================================ */
.srz-sms-guide-notice {
	background: linear-gradient(135deg, #fef3c7, #fde68a);
	border: 2px solid #f59e0b;
	border-radius: 12px;
	padding: 16px 24px;
	margin-bottom: 32px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #92400e;
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
}

.srz-sms-guide-notice-icon {
	font-size: 20px;
	margin-right: 8px;
}

/* ============================================
   GRID KARIET
   ============================================ */
.srz-sms-guide-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.srz-sms-guide-spacer {
	height: 24px;
}

/* ============================================
   KARTA
   ============================================ */
.srz-sms-guide-card {
	display: flex;
}

.srz-sms-guide-card-inner {
	background-color: #ffffff;
	border: 2px solid #bbf7d0;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	width: 100%;
	display: flex;
	flex-direction: column;
}

/* Header karty */
.srz-sms-guide-card-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.srz-sms-guide-card-number {
	background-color: #dcfce7;
	color: #16a34a;
	border-radius: 50px;
	padding: 8px 14px;
	font-size: 16px;
	font-weight: 700;
	flex-shrink: 0;
}

.srz-sms-guide-card-title {
	color: var(--wp--preset--color--extra-primary, #018763);
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

/* ============================================
   OBSAH KARTY
   ============================================ */
.srz-sms-guide-card-content {
	flex: 1;
}

.srz-sms-guide-text {
	color: var(--wp--preset--color--primary, #1e293b);
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 10px;
}

.srz-sms-guide-list {
	color: var(--wp--preset--color--primary, #1e293b);
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 10px;
	padding-left: 20px;
}

.srz-sms-guide-example {
	color: #374151;
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}

.srz-sms-guide-note {
	color: #374151;
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}

.srz-sms-guide-note-bold {
	color: #1e293b;
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0;
}

/* Formát SMS */
.srz-sms-guide-format {
	color: #1e293b;
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* Telefónne číslo */
.srz-sms-guide-phone {
	color: var(--wp--preset--color--extra-primary, #018763);
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 8px;
}

/* Výsledok - úspech/chyba */
.srz-sms-guide-success {
	color: #16a34a;
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 6px;
}

.srz-sms-guide-error {
	color: #dc2626;
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 8px;
}

/* Varovanie v karte */
.srz-sms-guide-warning {
	background: #fef3c7;
	border-radius: 8px;
	padding: 10px 14px;
	color: #92400e;
	font-family: var(--wp--preset--font-family--srz-rada-roboto, sans-serif);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
	.srz-sms-guide-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.srz-sms-guide-row {
		grid-template-columns: 1fr;
	}

	.srz-sms-guide {
		padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--40);
	}

	.srz-sms-guide-title {
		font-size: 24px;
	}

	.srz-sms-guide-phone {
		font-size: 28px;
	}
}
