/**
 * GK Videótár - Cancellation page stylesheet
 *
 * v0.6.0 — iOS infó blokk stílusok hozzáadva.
 *          Ezek a Fiókom oldalakon is megjelennek, ezért NEM függenek
 *          a .gk-cancellation-page wrappertől.
 *
 * Brand színek:
 *  - Lila: #7945E9
 *  - Háttér: #F2F0F6
 *  - Szöveg: #2C2C2A
 */

.gk-cancellation-page {
	background: #F2F0F6;
	min-height: 70vh;
	padding: 32px 16px 48px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.gk-cancellation-container {
	max-width: 480px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 28px 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* ============================================================
   iOS INFÓ BLOKK
   Megjelenik: Fiókom főoldal, Előfizetéseim oldal, és a
   lemondási oldalon iOS előfizetőknek.
   ============================================================ */

.gk-ios-notice {
	background: #F8F5FE;
	border: 1px solid #D6C5F7;
	border-radius: 12px;
	padding: 20px 22px;
	margin: 0 0 28px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	color: #2C2C2A;
	box-sizing: border-box;
}

.gk-ios-notice .gk-ios-notice-title {
	font-size: 18px;
	font-weight: 600;
	color: #2C2C2A;
	margin: 0 0 10px;
	line-height: 1.3;
	padding: 0;
}

.gk-ios-notice .gk-ios-notice-intro {
	font-size: 14px;
	line-height: 1.6;
	color: #444441;
	margin: 0 0 16px;
}

.gk-ios-notice .gk-ios-notice-intro strong {
	color: #2C2C2A;
	font-weight: 600;
}

.gk-ios-notice .gk-ios-notice-label {
	font-size: 13px;
	font-weight: 600;
	color: #444441;
	margin: 0 0 10px;
}

.gk-ios-notice ol.gk-ios-steps {
	margin: 0 0 20px;
	padding: 0 0 0 22px;
	list-style: decimal;
}

.gk-ios-notice ol.gk-ios-steps li {
	font-size: 14px;
	line-height: 1.6;
	color: #2C2C2A;
	margin: 0 0 6px;
	padding: 0;
}

.gk-ios-notice ol.gk-ios-steps li strong {
	font-weight: 600;
}

.gk-ios-notice a.gk-ios-btn {
	display: block !important;
	width: 100% !important;
	padding: 14px 16px !important;
	border-radius: 10px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-align: center !important;
	cursor: pointer !important;
	text-decoration: none !important;
	border: 1px solid #7945E9 !important;
	font-family: inherit !important;
	margin: 0 0 14px !important;
	box-sizing: border-box !important;
	background: #7945E9 !important;
	background-color: #7945E9 !important;
	color: #FFFFFF !important;
	box-shadow: none !important;
	line-height: 1.4 !important;
	transition: background-color 0.15s ease !important;
}

.gk-ios-notice a.gk-ios-btn:link,
.gk-ios-notice a.gk-ios-btn:visited {
	color: #FFFFFF !important;
	background: #7945E9 !important;
	background-color: #7945E9 !important;
	text-decoration: none !important;
}

.gk-ios-notice a.gk-ios-btn:hover,
.gk-ios-notice a.gk-ios-btn:focus,
.gk-ios-notice a.gk-ios-btn:active {
	background: #6837D6 !important;
	background-color: #6837D6 !important;
	border-color: #6837D6 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.gk-ios-notice .gk-ios-notice-footer {
	font-size: 13px;
	line-height: 1.5;
	color: #888780;
	margin: 0;
	text-align: center;
}

.gk-ios-notice .gk-ios-notice-footer a {
	color: #7945E9;
	text-decoration: underline;
}

/* A lemondási oldalon a konténer már ad paddinget, ott ne duplázzuk */
.gk-cancellation-container .gk-ios-notice {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
}

@media (max-width: 480px) {
	.gk-ios-notice {
		padding: 16px 16px;
		border-radius: 10px;
	}

	.gk-ios-notice .gk-ios-notice-title {
		font-size: 17px;
	}
}

/* ============================================================
   TESZT MÓD BANNER
   ============================================================ */

.gk-cancellation-page .gk-test-banner {
	background: #FEF3C7;
	border: 2px solid #F59E0B;
	border-radius: 8px;
	padding: 12px 14px;
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 1.5;
	color: #78350F;
}

.gk-cancellation-page .gk-test-banner strong {
	display: block;
	margin-bottom: 4px;
	color: #78350F;
	font-weight: 700;
}

.gk-cancellation-page .gk-test-banner code {
	background: rgba(120, 53, 15, 0.1);
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 12px;
	font-family: 'SF Mono', Monaco, Consolas, monospace;
}

.gk-cancellation-page .gk-test-banner-inline {
	margin: 0 0 16px;
	text-align: left;
}

.gk-cancellation-page .gk-test-banner-inline strong {
	display: inline;
	margin: 0;
}

/* ============================================================
   SZÖVEGEK
   ============================================================ */

.gk-cancellation-page .gk-step-title {
	font-size: 22px;
	font-weight: 600;
	color: #2C2C2A;
	margin: 0 0 12px;
	line-height: 1.3;
}

.gk-cancellation-page .gk-step-title-centered {
	text-align: center;
}

.gk-cancellation-page .gk-step-intro {
	font-size: 15px;
	line-height: 1.6;
	color: #444441;
	margin: 0 0 20px;
}

.gk-cancellation-page .gk-step-intro-centered {
	text-align: center;
}

.gk-cancellation-page .gk-step-intro strong {
	color: #2C2C2A;
	font-weight: 600;
}

.gk-cancellation-page .gk-loss-list-label {
	font-size: 14px;
	font-weight: 500;
	color: #444441;
	margin: 0 0 12px;
}

/* ============================================================
   1. LÉPÉS — LISTA
   ============================================================ */

.gk-cancellation-page .gk-loss-list {
	background: #F2F0F6;
	border-radius: 10px;
	padding: 16px 18px;
	margin: 0 0 24px;
	list-style: none;
}

.gk-cancellation-page .gk-loss-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.45;
	color: #2C2C2A;
	margin: 0;
}

.gk-cancellation-page .gk-loss-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #7945E9;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-top: 2px;
}

/* ============================================================
   2. LÉPÉS — RADIO LIST
   ============================================================ */

.gk-cancellation-page .gk-radio-list {
	margin: 0 0 16px;
}

.gk-cancellation-page .gk-radio-item {
	display: flex !important;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.4;
	color: #2C2C2A;
	cursor: pointer;
	background: #FFFFFF;
	transition: border-color 0.15s ease, background-color 0.15s ease;
	box-sizing: border-box;
}

.gk-cancellation-page .gk-radio-item:hover {
	border-color: #7945E9;
}

.gk-cancellation-page .gk-radio-item.is-selected {
	border-color: #7945E9;
	background: #F8F5FE;
}

.gk-cancellation-page .gk-radio-item input[type="radio"] {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #7945E9;
	cursor: pointer;
}

.gk-cancellation-page .gk-radio-label {
	flex: 1;
}

/* ============================================================
   2. LÉPÉS — CONDITIONAL FIELD
   ============================================================ */

.gk-cancellation-page .gk-conditional-field {
	background: #F8F5FE;
	border-left: 3px solid #7945E9;
	padding: 12px 14px;
	margin: -4px 0 16px 16px;
	border-radius: 0 8px 8px 0;
}

.gk-cancellation-page .gk-field-label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #444441;
	margin: 0 0 8px;
}

.gk-cancellation-page .gk-field-label-optional {
	margin-top: 8px;
}

.gk-cancellation-page .gk-optional-note {
	color: #888780;
	font-weight: 400;
	font-style: italic;
}

.gk-cancellation-page input[type="text"].gk-textinput {
	width: 100% !important;
	box-sizing: border-box !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 6px !important;
	padding: 9px 11px !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	font-family: inherit !important;
	color: #2C2C2A !important;
	background: #FFFFFF !important;
	margin: 0 !important;
	height: auto !important;
}

.gk-cancellation-page input[type="text"].gk-textinput::placeholder {
	font-size: 13px !important;
	color: #999891 !important;
}

.gk-cancellation-page input[type="text"].gk-textinput:focus {
	outline: none !important;
	border-color: #7945E9 !important;
	box-shadow: 0 0 0 3px rgba(121, 69, 233, 0.12) !important;
}

/* ============================================================
   2. LÉPÉS — TEXTAREA
   ============================================================ */

.gk-cancellation-page textarea.gk-textarea {
	width: 100% !important;
	box-sizing: border-box !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 8px !important;
	padding: 10px 12px !important;
	font-size: 14px !important;
	font-family: inherit !important;
	line-height: 1.5 !important;
	color: #2C2C2A !important;
	background: #FFFFFF !important;
	resize: vertical !important;
	min-height: 80px !important;
	margin: 0 0 16px !important;
}

.gk-cancellation-page textarea.gk-textarea::placeholder {
	font-size: 14px !important;
	color: #999891 !important;
}

.gk-cancellation-page textarea.gk-textarea:focus {
	outline: none !important;
	border-color: #7945E9 !important;
	box-shadow: 0 0 0 3px rgba(121, 69, 233, 0.12) !important;
}

/* ============================================================
   2. LÉPÉS — HIBA ÜZENET
   ============================================================ */

.gk-cancellation-page .gk-error-message {
	background: #FEF2F2;
	border: 1px solid #FCA5A5;
	color: #B91C1C;
	padding: 12px 14px;
	border-radius: 8px;
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.5;
}

/* ============================================================
   3. LÉPÉS — SUCCESS
   ============================================================ */

.gk-cancellation-page .gk-success-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #7945E9;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px auto 20px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}

.gk-cancellation-page .gk-info-box {
	background: #F2F0F6;
	border-radius: 10px;
	padding: 16px 18px;
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.6;
	color: #444441;
	text-align: left;
}

.gk-cancellation-page .gk-info-box strong {
	color: #2C2C2A;
	font-weight: 600;
	display: block;
	margin-bottom: 4px;
}

/* ============================================================
   ELSŐDLEGES GOMB
   ============================================================ */

.gk-cancellation-page a.gk-btn-primary,
.gk-cancellation-page button.gk-btn-primary {
	display: block !important;
	width: 100% !important;
	padding: 14px 16px !important;
	border-radius: 10px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-align: center !important;
	cursor: pointer !important;
	text-decoration: none !important;
	border: 1px solid #7945E9 !important;
	font-family: inherit !important;
	margin: 0 0 12px !important;
	box-sizing: border-box !important;
	background: #7945E9 !important;
	background-color: #7945E9 !important;
	color: #FFFFFF !important;
	box-shadow: none !important;
	line-height: 1.4 !important;
	transition: background-color 0.15s ease, border-color 0.15s ease !important;
}

.gk-cancellation-page a.gk-btn-primary:link,
.gk-cancellation-page a.gk-btn-primary:visited {
	color: #FFFFFF !important;
	text-decoration: none !important;
	background: #7945E9 !important;
	background-color: #7945E9 !important;
	border-color: #7945E9 !important;
}

.gk-cancellation-page a.gk-btn-primary:hover,
.gk-cancellation-page a.gk-btn-primary:focus,
.gk-cancellation-page a.gk-btn-primary:active,
.gk-cancellation-page button.gk-btn-primary:hover,
.gk-cancellation-page button.gk-btn-primary:focus,
.gk-cancellation-page button.gk-btn-primary:active {
	background: #6837D6 !important;
	background-color: #6837D6 !important;
	border-color: #6837D6 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.gk-cancellation-page button.gk-btn-primary:disabled {
	background: #C5B3F2 !important;
	background-color: #C5B3F2 !important;
	border-color: #C5B3F2 !important;
	cursor: not-allowed !important;
}

/* ============================================================
   MÁSODLAGOS GOMB
   ============================================================ */

.gk-cancellation-page button.gk-btn-secondary,
.gk-cancellation-page a.gk-btn-secondary {
	display: block !important;
	width: 100% !important;
	padding: 14px 16px !important;
	border-radius: 10px !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	text-align: center !important;
	cursor: pointer !important;
	text-decoration: none !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #7945E9 !important;
	border: 1px solid #7945E9 !important;
	font-family: inherit !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	line-height: 1.4 !important;
	transition: background-color 0.15s ease !important;
}

.gk-cancellation-page a.gk-btn-secondary:link,
.gk-cancellation-page a.gk-btn-secondary:visited {
	color: #7945E9 !important;
	text-decoration: none !important;
	background: transparent !important;
	background-color: transparent !important;
}

.gk-cancellation-page button.gk-btn-secondary:hover,
.gk-cancellation-page button.gk-btn-secondary:focus,
.gk-cancellation-page button.gk-btn-secondary:active,
.gk-cancellation-page a.gk-btn-secondary:hover,
.gk-cancellation-page a.gk-btn-secondary:focus,
.gk-cancellation-page a.gk-btn-secondary:active {
	color: #7945E9 !important;
	background: rgba(121, 69, 233, 0.08) !important;
	background-color: rgba(121, 69, 233, 0.08) !important;
	border-color: #7945E9 !important;
	text-decoration: none !important;
}

/* ============================================================
   DEBUG INFO
   ============================================================ */

.gk-cancellation-page .gk-debug-info {
	background: #FFF8E1;
	border: 1px solid #FFE082;
	border-radius: 8px;
	padding: 12px 14px;
	margin: 24px 0 0;
	font-size: 12px;
	font-family: 'SF Mono', Monaco, Consolas, monospace;
	color: #5D4037;
	line-height: 1.6;
}

.gk-cancellation-page .gk-debug-info strong {
	color: #3E2723;
	font-weight: 600;
}

/* ============================================================
   RESZPONZÍV
   ============================================================ */

@media (max-width: 480px) {
	.gk-cancellation-page {
		padding: 20px 12px 32px;
	}

	.gk-cancellation-container {
		padding: 24px 16px;
		border-radius: 10px;
	}

	.gk-cancellation-page .gk-step-title {
		font-size: 20px;
	}

	.gk-cancellation-page .gk-step-intro,
	.gk-cancellation-page .gk-loss-item,
	.gk-cancellation-page .gk-radio-item {
		font-size: 14px;
	}
}
