/* הסקשן העוטף — רקע כהה חמים שמתחבר ל‑header ול‑footer של האתר */
.gtb-section {
	background: #211c17;
	padding: 56px 20px 72px;
}
.gtb-inner { max-width: 1000px; margin: 0 auto; }
.gtb-section .gtb-title {
	text-align: center !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 2rem;
	margin: 0 0 8px;
	font-family: 'Roboto', -apple-system, "Segoe UI", Arial, sans-serif;
}
.gtb-section .gtb-subtitle { text-align: center !important; color: #c9c2b8 !important; font-size: 1.05rem; margin: 0 0 32px; }

.gtb-store {
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Roboto', -apple-system, "Segoe UI", Arial, sans-serif;
	color: #060220;
}
.gtb-stage {
	font-size: 1.05rem;
	background: #FFFAF8;
	border-inline-start: 5px solid #1A8B33;
	padding: 14px 18px;
	border-radius: 12px;
	margin-bottom: 1.4rem;
}
.gtb-stage strong { color: #1A8B33; }

.gtb-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 18px;
}
.gtb-card {
	position: relative;
	border-radius: 16px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
	display: flex;
	flex-direction: column;
	gap: 6px;
	transition: transform .15s ease, box-shadow .15s ease;
}
.gtb-card.gtb-open:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 26px rgba(0, 0, 0, .35);
}
.gtb-card.gtb-locked {
	opacity: .5;
	filter: grayscale(.35);
}
.gtb-type { font-weight: 700; font-size: 1.1rem; color: #060220; }
.gtb-time { color: #3a3548; font-weight: 500; }
.gtb-loc { color: #95857D; font-size: .92rem; }
.gtb-left { font-size: .85rem; color: #1A8B33; font-weight: 600; margin-top: 6px; }
.gtb-btn {
	margin-top: 14px;
	padding: 12px 16px;
	border: 0;
	border-radius: 30px;
	background: #1A8B33;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
	transition: background .15s ease;
}
.gtb-btn:hover { background: #145f26; }
.gtb-btn:disabled { background: #a9d9b4; cursor: default; }
.gtb-note { margin-top: 14px; font-size: .85rem; color: #a29b96; font-weight: 500; }
.gtb-msg { padding: 16px 18px; border-radius: 12px; background: #fff; }
.gtb-err { background: #fff; color: #a12; }
.gtb-result { margin-top: 18px; }
.gtb-result .ok { background: #e9f7ed; color: #1A8B33; padding: 14px; border-radius: 12px; font-weight: 600; }
.gtb-result .bad { background: #fdecea; color: #a12; padding: 14px; border-radius: 12px; }

/* מובייל: קוביות ברוחב מלא, אחת מתחת לשנייה */
@media (max-width: 600px) {
	.gtb-section { padding: 36px 14px 48px; }
	.gtb-title { font-size: 1.6rem; }
	.gtb-grid { grid-template-columns: 1fr; gap: 14px; }
	.gtb-card { padding: 18px; }
	.gtb-type { font-size: 1.15rem; }
}
