/* Crypto Expert page — light theme + bitcoin orange accents */
.crypto-page .blog-content h3 {
	color: #323232;
	font-size: 18px;
	font-weight: 600;
	margin: 28px 0 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid rgba(247, 147, 26, 0.25);
}

.crypto-page .blog-content > p {
	color: #646464;
	line-height: 1.75;
}

.crypto-page .crypto-hero {
	margin: 0 0 24px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #ececec;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
	animation: cryptoFadeIn 0.7s ease both;
}

.crypto-page .crypto-hero img {
	width: 100%;
	height: auto;
	display: block;
}

.crypto-page .tagline-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 20px 0 24px;
}

.crypto-page .tagline-strip span {
	padding: 8px 20px;
	border-radius: 30px;
	background: linear-gradient(135deg, #f7931a 0%, #ffab40 100%);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	animation: cryptoFadeIn 0.6s ease both;
}

.crypto-page .tagline-strip span:nth-child(2) { animation-delay: 0.1s; background: linear-gradient(135deg, #323232 0%, #555 100%); }
.crypto-page .tagline-strip span:nth-child(3) { animation-delay: 0.2s; background: linear-gradient(135deg, #78cc6d 0%, #50a3a2 100%); }

.crypto-page .highlight-box {
	padding: 22px 24px;
	margin: 0 0 24px;
	border-left: 4px solid #f7931a;
	background: linear-gradient(135deg, rgba(247, 147, 26, 0.1) 0%, rgba(247, 147, 26, 0.03) 100%);
	border-radius: 0 10px 10px 0;
	box-shadow: 0 2px 12px rgba(247, 147, 26, 0.08);
}

.crypto-page .highlight-box p {
	margin: 0;
	color: #444;
	line-height: 1.85;
	font-size: 15px;
}

.crypto-page .highlight-box strong { color: #323232; }

.crypto-page .crypto-quote {
	text-align: center;
	padding: 18px 22px;
	margin: 0 0 28px;
	border-radius: 10px;
	background: #fafafa;
	border: 1px dashed rgba(247, 147, 26, 0.35);
	font-size: 15px;
	font-style: italic;
	color: #555;
	line-height: 1.7;
}

.crypto-page .crypto-quote strong {
	color: #f7931a;
	font-style: normal;
}

/* Learning levels */
.crypto-page .levels-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 32px;
}

@media (max-width: 900px) {
	.crypto-page .levels-grid { grid-template-columns: 1fr; }
}

.crypto-page .level-card {
	padding: 22px 20px;
	border-radius: 12px;
	border: 1px solid #ececec;
	background: #fff;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.05);
	opacity: 0;
	animation: cryptoFadeInUp 0.65s ease forwards;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.crypto-page .level-card:nth-child(1) { animation-delay: 0.05s; border-top: 4px solid #78cc6d; }
.crypto-page .level-card:nth-child(2) { animation-delay: 0.15s; border-top: 4px solid #f7931a; }
.crypto-page .level-card:nth-child(3) { animation-delay: 0.25s; border-top: 4px solid #323232; }

.crypto-page .level-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 28px rgba(247, 147, 26, 0.12);
}

.crypto-page .level-card .level-badge {
	display: inline-block;
	padding: 3px 12px;
	margin-bottom: 10px;
	border-radius: 20px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: rgba(247, 147, 26, 0.12);
	color: #e67e00;
}

.crypto-page .level-card h4 {
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 700;
	color: #323232;
}

.crypto-page .level-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.crypto-page .level-card ul li {
	position: relative;
	padding: 6px 0 6px 18px;
	font-size: 13px;
	color: #666;
	line-height: 1.55;
}

.crypto-page .level-card ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #f7931a;
	font-size: 11px;
}

/* Value section */
.crypto-page .crypto-value-section {
	margin: 32px 0;
	padding: 28px 24px 30px;
	border-radius: 14px;
	background: linear-gradient(145deg, #fffaf5 0%, #ffffff 50%, #f8fbf7 100%);
	border: 1px solid rgba(247, 147, 26, 0.22);
	box-shadow: 0 8px 32px rgba(247, 147, 26, 0.08);
}

.crypto-page .crypto-value-header { text-align: center; margin-bottom: 26px; }

.crypto-page .crypto-value-header .value-badge {
	display: inline-block;
	padding: 5px 16px;
	margin-bottom: 12px;
	border-radius: 20px;
	background: rgba(247, 147, 26, 0.12);
	color: #e67e00;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.crypto-page .crypto-value-title {
	margin: 0 0 12px !important;
	padding: 0 !important;
	border: none !important;
}

.crypto-page .crypto-value-title .title-main {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #f7931a;
}

.crypto-page .crypto-value-title .title-sub {
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: #323232;
	margin-top: 4px;
}

.crypto-page .value-lead {
	max-width: 620px;
	margin: 0 auto;
	color: #666;
	font-size: 14px;
	line-height: 1.75;
}

.crypto-page .crypto-value-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

@media (max-width: 768px) {
	.crypto-page .crypto-value-grid { grid-template-columns: 1fr; }
}

.crypto-page .value-card {
	position: relative;
	padding: 20px 18px 18px 66px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	opacity: 0;
	animation: cryptoFadeInUp 0.6s ease forwards;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.crypto-page .value-card:nth-child(1) { animation-delay: 0.05s; }
.crypto-page .value-card:nth-child(2) { animation-delay: 0.1s; }
.crypto-page .value-card:nth-child(3) { animation-delay: 0.15s; }
.crypto-page .value-card:nth-child(4) { animation-delay: 0.2s; }
.crypto-page .value-card:nth-child(5) { animation-delay: 0.25s; }
.crypto-page .value-card:nth-child(6) { animation-delay: 0.3s; }
.crypto-page .value-card:nth-child(7) { animation-delay: 0.35s; }
.crypto-page .value-card:nth-child(8) { animation-delay: 0.4s; }
.crypto-page .value-card:nth-child(9) { animation-delay: 0.45s; }
.crypto-page .value-card:nth-child(10) { animation-delay: 0.5s; }

.crypto-page .value-card:hover {
	transform: translateY(-4px);
	border-color: rgba(247, 147, 26, 0.45);
	box-shadow: 0 8px 22px rgba(247, 147, 26, 0.12);
}

.crypto-page .value-card .value-icon {
	position: absolute;
	left: 16px;
	top: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: rgba(247, 147, 26, 0.12);
	color: #f7931a;
	font-size: 16px;
	transition: background 0.3s ease, color 0.3s ease;
}

.crypto-page .value-card:hover .value-icon {
	background: #f7931a;
	color: #fff;
}

.crypto-page .value-card .value-num {
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 11px;
	font-weight: 700;
	color: rgba(247, 147, 26, 0.4);
}

.crypto-page .value-card h4 {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 600;
	color: #323232;
}

.crypto-page .value-card p {
	margin: 0;
	font-size: 13px;
	color: #666;
	line-height: 1.65;
}

/* Topics grid */
.crypto-page .includes-intro { color: #646464; margin-bottom: 16px; line-height: 1.7; }

.crypto-page .crypto-includes-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

@media (max-width: 900px) {
	.crypto-page .crypto-includes-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.crypto-page .crypto-includes-grid { grid-template-columns: 1fr; }
}

.crypto-page .include-card {
	padding: 16px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.crypto-page .include-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(247, 147, 26, 0.1);
}

.crypto-page .include-card .include-icon {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	background: rgba(247, 147, 26, 0.1);
	color: #f7931a;
	font-size: 15px;
	margin-bottom: 10px;
}

.crypto-page .include-card h4 {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 600;
	color: #323232;
}

.crypto-page .include-card p {
	margin: 0;
	font-size: 12px;
	color: #777;
	line-height: 1.55;
}

/* Principles + coins */
.crypto-page .principles-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0 28px;
}

.crypto-page .principle-pill {
	padding: 8px 16px;
	border-radius: 8px;
	background: #323232;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	animation: cryptoFadeIn 0.5s ease both;
}

.crypto-page .principle-pill.green { background: #78cc6d; }
.crypto-page .principle-pill.orange { background: #f7931a; }

.crypto-page .coins-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.crypto-page .coin-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 8px;
	border: 1px solid #ececec;
	background: #fff;
	font-size: 12px;
	font-weight: 600;
	color: #444;
}

.crypto-page .coin-badge .coin-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.crypto-page .coin-badge .coin-dot.btc { background: #f7931a; }
.crypto-page .coin-badge .coin-dot.eth { background: #627eea; }
.crypto-page .coin-badge .coin-dot.bnb { background: #f3ba2f; }
.crypto-page .coin-badge .coin-dot.sol { background: #9945ff; }
.crypto-page .coin-badge .coin-dot.xrp { background: #23292f; }

/* CTA — reuse structure, crypto colors */
@keyframes cryptoFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes cryptoFadeInUp {
	from { opacity: 0; transform: translateY(24px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes cryptoIconFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

@keyframes cryptoGlowPulse {
	0%, 100% { opacity: 0.4; transform: scale(1); }
	50% { opacity: 0.7; transform: scale(1.04); }
}

.crypto-page .cta-box.cta-booking {
	position: relative;
	padding: 0;
	margin-top: 36px;
	border: none;
	background: transparent;
	animation: cryptoFadeInUp 0.8s ease 0.15s both;
}

.crypto-page .cta-booking .cta-glow {
	position: absolute;
	inset: 0;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(247, 147, 26, 0.3) 0%, rgba(120, 204, 109, 0.15) 100%);
	animation: cryptoGlowPulse 4s ease-in-out infinite;
	pointer-events: none;
}

.crypto-page .cta-booking .cta-inner {
	position: relative;
	z-index: 1;
	padding: 36px 28px 32px;
	border-radius: 16px;
	border: 1px solid rgba(247, 147, 26, 0.3);
	background: linear-gradient(160deg, #ffffff 0%, #fffaf5 100%);
	box-shadow: 0 10px 40px rgba(247, 147, 26, 0.12);
	text-align: center;
}

.crypto-page .cta-booking .cta-icon-wrap {
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	line-height: 64px;
	border-radius: 50%;
	background: linear-gradient(135deg, #f7931a 0%, #ffab40 100%);
	color: #fff;
	font-size: 26px;
	box-shadow: 0 8px 24px rgba(247, 147, 26, 0.4);
	animation: cryptoIconFloat 3s ease-in-out infinite;
}

.crypto-page .cta-booking .cta-badge {
	display: inline-block;
	padding: 5px 16px;
	margin-bottom: 12px;
	border-radius: 20px;
	background: rgba(247, 147, 26, 0.12);
	color: #e67e00;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.crypto-page .cta-booking .cta-title {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
	color: #323232;
}

.crypto-page .cta-booking .cta-sub {
	margin: 0 auto 22px;
	max-width: 520px;
	color: #666;
	font-size: 14px;
	line-height: 1.75;
}

.crypto-page .cta-booking .cta-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 18px;
	margin-bottom: 26px;
}

.crypto-page .cta-booking .cta-features span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #ececec;
	color: #555;
	font-size: 12px;
	font-weight: 500;
}

.crypto-page .cta-booking .cta-features span i { color: #f7931a; }

.crypto-page .cta-booking .cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.crypto-page .cta-booking .cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 220px;
	padding: 14px 22px;
	border-radius: 10px;
	text-decoration: none !important;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.crypto-page .cta-booking .cta-btn:hover { transform: translateY(-4px); }

.crypto-page .cta-booking .cta-btn-whatsapp {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
	color: #fff !important;
}

.crypto-page .cta-booking .cta-btn-contact {
	background: linear-gradient(135deg, #f7931a 0%, #e67e00 100%);
	box-shadow: 0 6px 20px rgba(247, 147, 26, 0.35);
	color: #fff !important;
}

.crypto-page .cta-booking .cta-btn-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	font-size: 20px;
}

.crypto-page .cta-booking .cta-btn-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}

.crypto-page .cta-booking .cta-btn-text strong {
	font-size: 14px;
	color: #fff;
}

.crypto-page .cta-booking .cta-btn-text small {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.85);
}

.crypto-teaser .lnk-inline {
	display: inline-block;
	margin-top: 12px;
	padding: 10px 18px;
	border-radius: 6px;
	background: #f7931a;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
}

.crypto-teaser .lnk-inline:hover { background: #e67e00; }
.crypto-teaser p { color: #646464; line-height: 1.75; }

@media (prefers-reduced-motion: reduce) {
	.crypto-page * { animation: none !important; opacity: 1 !important; transform: none !important; }
}
