/* YeniTelefon eSim */

.yt-esim {
	max-width: 720px;
	margin: 0 auto 3rem;
	padding: 1.5rem 0 2.5rem;
}

.yt-esim-header {
	margin-bottom: 1.5rem;
	text-align: center;
}

.yt-esim-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.7rem, 3.5vw, 2.3rem);
	letter-spacing: -0.03em;
	color: #164523;
}

.yt-esim-sub {
	margin: 0;
	color: #4d6555;
}

.yt-esim-progress {
	display: flex;
	justify-content: center;
	gap: 0.65rem;
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.yt-esim-progress li {
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	display: grid;
	place-items: center;
	font-weight: 800;
	background: #e8f0ea;
	color: #5a7262;
}

.yt-esim-progress li.is-active,
.yt-esim-progress li.is-done {
	background: #164523;
	color: #fff;
}

.yt-esim-step {
	padding: 1.25rem 1.2rem 1.4rem;
	border-radius: 18px;
	border: 1px solid rgba(29, 88, 44, 0.16);
	background: linear-gradient(180deg, #f7fbf8 0%, #fff 55%);
	box-shadow: 0 10px 28px rgba(22, 69, 35, 0.08);
}

.yt-esim-step h2 {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	color: #164523;
}

.yt-esim-help,
.yt-esim-q,
.yt-esim-warn {
	margin: 0 0 0.85rem;
	line-height: 1.45;
}

.yt-esim-help {
	padding: 0.85rem 0.95rem;
	border-radius: 12px;
	background: #eef6f0;
	color: #245a34;
	font-size: 0.95rem;
}

.yt-esim-q {
	font-size: 1.08rem;
	font-weight: 800;
	color: #164523;
}

.yt-esim-warn {
	padding: 0.75rem 0.9rem;
	border-radius: 12px;
	background: #fff3cd;
	color: #7a5b00;
	font-weight: 700;
	font-size: 0.92rem;
}

.yt-esim-field {
	display: grid;
	gap: 0.35rem;
	margin: 0 0 0.9rem;
}

.yt-esim-field span {
	font-weight: 700;
	color: #3f5547;
	font-size: 0.88rem;
}

.yt-esim-select,
.yt-esim-input {
	width: 100%;
	min-height: 2.75rem;
	padding: 0.55rem 0.8rem;
	border-radius: 12px;
	border: 1px solid rgba(29, 88, 44, 0.22);
	background: #fff;
	font-size: 1rem;
}

.yt-esim-choices {
	display: grid;
	gap: 0.65rem;
	margin: 0 0 1rem;
}

.yt-esim-choice {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	border: 1px solid rgba(29, 88, 44, 0.18);
	background: #fff;
	font-weight: 750;
	cursor: pointer;
}

.yt-esim-bank {
	margin: 0 0 1rem;
	padding: 1rem;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(29, 88, 44, 0.16);
}

.yt-esim-bank__lead {
	margin: 0 0 0.75rem;
	font-weight: 850;
	color: #164523;
}

.yt-esim-bank p {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin: 0 0 0.65rem;
}

.yt-esim-bank span {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #5a7262;
}

.yt-esim-bank strong {
	font-size: 1.05rem;
	word-break: break-word;
	color: #12351c;
}

.yt-esim-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1rem;
}

.yt-esim-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85rem;
	padding: 0.65rem 1.15rem;
	border: 0;
	border-radius: 12px;
	font-weight: 800;
	cursor: pointer;
	text-decoration: none;
}

.yt-esim-btn--primary {
	background: linear-gradient(180deg, #1f7a3a 0%, #176530 100%);
	color: #fff;
	box-shadow: 0 10px 22px rgba(23, 101, 48, 0.25);
}

.yt-esim-btn--primary:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	box-shadow: none;
}

.yt-esim-btn--ghost {
	background: #e8f0ea;
	color: #164523;
}

.yt-esim-btn--wa {
	background: #128c7e;
	color: #fff;
	width: 100%;
}

.yt-esim-alert {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	font-weight: 750;
	background: #eef3f0;
	color: #3f5547;
}

.yt-esim-alert--err {
	background: #fde8e8;
	color: #7f1d1d;
}

.yt-esim-alert--ok {
	background: #e6f6ea;
	color: #14532d;
}

.yt-esim-done {
	padding: 1.25rem 1.1rem;
	border-radius: 16px;
	background: #e6f6ea;
	color: #14532d;
	font-weight: 750;
	line-height: 1.5;
	text-align: center;
}

.yt-esim-guide-card {
	padding: 1.2rem;
	border-radius: 18px;
	border: 1px solid rgba(29, 88, 44, 0.16);
	background: #fff;
	box-shadow: 0 10px 28px rgba(22, 69, 35, 0.08);
}

.yt-esim-guide-media {
	margin: 0 0 1rem;
}

.yt-esim-guide-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
}

.yt-esim-guide-title {
	margin: 0 0 0.75rem;
	color: #164523;
}

.yt-esim-step-count {
	text-align: center;
	font-weight: 750;
	color: #5a7262;
	margin: 0 0 0.85rem;
}

.yt-esim-wa-wrap {
	margin-top: 0.85rem;
}

@media (max-width: 640px) {
	.yt-esim-actions {
		flex-direction: column;
	}
	.yt-esim-btn {
		width: 100%;
	}
}
