/* ===== KYC em Bets Guide Styles ===== */
.kyc-guide {
	background: #fff;
	color: var(--cb-text);
	font-size: 16px;
	line-height: 1.66;
	overflow-x: hidden;
}
.kyc-section { padding: 72px 0; }
.kyc-section--soft { background: var(--cb-soft-bg); }
.kyc-section-head { max-width: 920px; margin: 0 auto 36px; text-align: center; }
.kyc-section-head--left { margin-right: 0; margin-left: 0; text-align: left; }
.kyc-guide h1, .kyc-guide h2, .kyc-guide h3 { margin: 0; color: var(--cb-blue); letter-spacing: 0; }
.kyc-guide h1 { max-width: 820px; font-size: 52px; line-height: 1.08; }
.kyc-guide h2 { font-size: 34px; line-height: 1.18; }
.kyc-guide h3 { font-size: 20px; line-height: 1.28; }
.kyc-guide p { color: var(--cb-muted); font-size: 16px; line-height: 1.68; }
.kyc-card { background: #fff; border: 1px solid var(--cb-border); border-radius: 18px; box-shadow: 0 12px 32px rgba(15,23,42,0.06); }
.kyc-card--padded { padding: 32px; }
.kyc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 22px; border-radius: 999px; font-weight: 800; line-height: 1; text-align: center; }
.kyc-button--primary { background: var(--cb-green); color: #fff; }
.kyc-button--primary:hover { background: var(--cb-green-dark); color: #fff; }
.kyc-button--secondary { background: #fff; color: var(--cb-blue); border: 1px solid #d1d5db; }
.kyc-button--light { border: 1px solid rgba(255,255,255,0.34); background: rgba(255,255,255,0.1); color: #fff; }
.kyc-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.kyc-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: var(--cb-muted); font-size: 14px; font-weight: 700; }
.kyc-breadcrumb a { color: var(--cb-blue-2); }
.kyc-eyebrow { margin: 0 0 14px; color: var(--cb-blue-2) !important; font-size: 15px !important; font-weight: 800; }

/* Hero */
.kyc-hero { background: linear-gradient(180deg, #eef5ff 0%, #fff 100%); }
.kyc-hero__inner { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(320px,0.92fr); gap: 52px; align-items: center; padding-top: 76px; padding-bottom: 76px; }
.kyc-hero__intro { max-width: 800px; margin: 20px 0 28px; font-size: 19px !important; }
.kyc-hero-card { padding: 30px; box-shadow: 0 18px 42px rgba(15,23,42,0.1); }
.kyc-hero-card h2 { font-size: 25px; }
.kyc-hero-card__list { display: grid; gap: 13px; padding: 0; margin: 22px 0; list-style: none; }
.kyc-hero-card__list li { position: relative; padding-left: 30px; color: var(--cb-text); font-weight: 700; line-height: 1.55; }
.kyc-hero-card__list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--cb-green); font-weight: 900; }
.kyc-hero-card p { margin: 22px -30px -30px; padding: 18px 30px; background: #f8fbff; border-top: 1px solid var(--cb-border); font-size: 15px; }

/* Alert / Note */
.kyc-alert { margin-top: 22px; padding: 20px; background: #eaf8ef; border-left: 5px solid var(--cb-green); border-radius: 16px; color: #163b24; font-weight: 700; line-height: 1.62; }
.kyc-note { max-width: 920px; margin: 18px auto 0; padding: 16px 18px; background: rgba(24,166,58,0.08); border-left: 5px solid var(--cb-green); border-radius: 14px; color: #163b24 !important; font-weight: 700; line-height: 1.6 !important; }
.kyc-section-head--left + .kyc-note { margin-left: 0; }

/* Card Grids */
.kyc-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin: 24px 0 0; }
.kyc-card-grid--small { grid-template-columns: repeat(3, minmax(0,1fr)); }
.kyc-mini-card { text-align: center; }
.kyc-mini-card h3 { font-size: 18px; margin-bottom: 10px; }
.kyc-mini-card p { font-size: 15px !important; margin: 0; }
.kyc-term-card h3 { font-size: 17px; margin-bottom: 8px; }
.kyc-term-card p { font-size: 15px !important; margin: 0; }

/* Compare Grid */
.kyc-compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin: 24px 0 0; }
.kyc-compare-card { }
.kyc-compare-card h3 { font-size: 17px; margin-bottom: 8px; }
.kyc-compare-card p { font-size: 15px !important; margin: 0; }

/* Path Cards */
.kyc-path-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.kyc-path-card { display: block; padding: 22px; color: var(--cb-blue); font-size: 18px; font-weight: 800; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.kyc-path-card:hover { transform: translateY(-2px); border-color: rgba(24,166,58,0.28); background: rgba(24,166,58,0.035); box-shadow: 0 16px 36px rgba(15,23,42,0.09); }
.kyc-path-card p { margin: 10px 0 0; color: var(--cb-muted); font-size: 14px; font-weight: 600; }
.kyc-path-card strong { display: inline-flex; margin-top: 14px; color: var(--cb-green); font-weight: 800; font-size: 15px; }
.kyc-path-card strong::after { content: "\2192"; margin-left: 8px; }

/* Check Lists */
.kyc-check-list { display: grid; gap: 18px; margin: 20px 0; list-style: none; }
.kyc-check-list li { display: flex; align-items: flex-start; gap: 22px; color: var(--cb-text); font-weight: 700; line-height: 1.55; }
    content: "\2713"; color: var(--cb-green); font-weight: 900; font-size: 18px;
    content: "\2717"; color: #b45309; font-weight: 900; font-size: 18px;
.kyc-limitations-list { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 920px; margin-right: auto; margin-left: auto; }
.kyc-warning-list li { }
.kyc-never-send-list li { }
.kyc-urgent-list { counter-reset: kyc-urgent; }
.kyc-check-list.kyc-card--padded { padding: 32px; }
.kyc-urgent-list li::before { content: attr(data-num); counter-increment: kyc-urgent; }

/* Steps List */
.kyc-steps-list { padding: 0; margin: 14px 0 0; list-style: none; counter-reset: kyc-step; }
.kyc-steps-list li { position: relative; padding-left: 32px; margin-bottom: 10px; color: var(--cb-text); font-weight: 600; line-height: 1.55; }
.kyc-steps-list li::before { content: counter(kyc-step) "."; counter-increment: kyc-step; position: absolute; left: 0; top: 0; color: var(--cb-green); font-weight: 800; }
.kyc-card--padded + .kyc-card--padded { margin-top: 16px; }

/* Table */
.kyc-table-wrap { overflow-x: auto; margin: 24px 0 0; }
.kyc-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.kyc-table th, .kyc-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--cb-border); }
.kyc-table th { background: var(--cb-soft-bg); color: var(--cb-blue); font-weight: 800; font-size: 14px; }
.kyc-table td { color: var(--cb-muted); }
.kyc-table tr:last-child td { border-bottom: 0; }

/* FAQ */
.kyc-faq__list { display: grid; gap: 14px; max-width: 960px; margin: 0 auto; }
.kyc-faq__item { padding: 0; overflow: hidden; background: #fff; border: 1px solid var(--cb-border); border-radius: 16px; box-shadow: 0 10px 28px rgba(15,23,42,0.04); }
.kyc-faq__item summary { padding: 20px 24px; color: var(--cb-blue); font-size: 17px; font-weight: 800; cursor: pointer; }
.kyc-faq__item p { padding: 0 24px 22px; margin: 0; }

/* Responsible */
.kyc-responsible { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 28px; background: var(--cb-light-green); border-left: 7px solid var(--cb-green); border-radius: 18px; }
.kyc-age { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: var(--cb-green); color: #fff; font-size: 20px; font-weight: 900; }

/* Final CTA */
.kyc-final-cta__box { padding: 50px; background: linear-gradient(135deg, var(--cb-blue) 0%, var(--cb-blue-2) 100%); border-radius: 22px; color: #fff; text-align: center; }
.kyc-final-cta h2 { color: #fff; font-size: 38px; }
.kyc-final-cta p { max-width: 760px; margin: 14px auto 24px; color: #fff; font-size: 17px; }

/* Related Guides */
.kyc-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin: 24px 0 0; }
.kyc-related-card { display: block; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.kyc-related-card:hover { transform: translateY(-2px); border-color: rgba(24,166,58,0.28); box-shadow: 0 16px 36px rgba(15,23,42,0.09); }
.kyc-related-card h3 { font-size: 18px; margin-bottom: 8px; }
.kyc-related-card p { font-size: 15px !important; margin: 0 0 14px !important; }
.kyc-related-card strong { color: var(--cb-green); font-weight: 800; font-size: 15px; }
.kyc-related-card strong::after { content: "\2192"; margin-left: 8px; }

/* Source Note */
.kyc-source-note { max-width: 920px; margin: 24px auto 0; padding: 18px 20px; background: var(--cb-soft-bg); border: 1px solid var(--cb-border); border-radius: 16px; font-size: 14px; }

/* Responsive */
@media (max-width: 1100px) {
	.kyc-path-grid, .kyc-card-grid, .kyc-card-grid--small, .kyc-compare-grid, .kyc-related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 900px) {
	.kyc-hero__inner, .kyc-responsible { grid-template-columns: 1fr; }
	.kyc-card-grid--small { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
	.kyc-section { padding: 48px 0; }
	.kyc-guide h1 { font-size: 36px; }
	.kyc-guide h2, .kyc-final-cta h2 { font-size: 28px; }
	.kyc-button { width: 100%; }
	.kyc-actions { flex-direction: column; }
	.kyc-path-grid, .kyc-card-grid, .kyc-card-grid--small, .kyc-compare-grid, .kyc-related-grid, .kyc-limitations-list { grid-template-columns: 1fr; }
	.kyc-card--padded, .kyc-hero-card, .kyc-final-cta__box, .kyc-responsible { padding: 24px; }
	.kyc-faq__item summary { font-size: 16px; }
	.kyc-table th, .kyc-table td { padding: 10px 12px; font-size: 14px; }
}
