/*
  Theme Name: Bigtech - ICO & Crypto Landing Page Template
  Support: themegenix@gmail.com
  Description: Bigtech - ICO & Crypto Landing Page Template.
  Version: 1.0
*/


/* CSS Index
-----------------------------------

1. Theme default css
2. Header
3. Mobile-menu
4. Banner
5. Breadcrumb
6. Countdown
7. About
8. Choose
9. Chart
10. Counter
11. RoadMap
12. Document
13. Team
14. Download
15. Faq
16. Blog
17. Pagination
18. Contact
19. Newsletter
20. Footer
21. Preloader

*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: dejavu-sans;
    src: url(../fonts/dejavu/DejaVuSans.ttf);
}
@font-face {
    font-family: dejavu-sans-light;
    src: url(../fonts/dejavu/DejaVuSans-ExtraLight.ttf);
}



body {
	font-family: 'Outfit', 'dejavu-sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #A4B4C3;
	font-style: normal;
	background-color: #030B15;
	line-height: 1.75;
}
body.white-background {
	background-color: #FFFFFF;
}

/*
 * Armcoin Phase 3 — global design tokens (radius, surfaces, borders, shadows).
 * Consumed by hub chooser, archive cards, header cluster, and primary buttons so radii/shadows stay aligned without markup churn.
 */
:root {
	--armcoin-radius-xs: 4px;
	--armcoin-radius-sm: 6px;
	--armcoin-radius-md: 8px;
	--armcoin-radius-lg: 15px;
	--armcoin-radius-pill: 70px;
	--armcoin-rgb-purple: 86, 77, 202;
	--armcoin-rgb-cyan: 0, 196, 244;
	--armcoin-border-subtle: rgba(148, 163, 184, 0.075);
	--armcoin-border-subtle-hover: rgba(148, 163, 184, 0.11);
	--armcoin-border-chooser: rgba(148, 163, 184, 0.068);
	--armcoin-border-chooser-hover: rgba(86, 77, 202, 0.3);
	--armcoin-border-accent-outline: rgba(var(--armcoin-rgb-purple), 0.11);
	--armcoin-surface-listing: rgba(6, 15, 28, 0.38);
	--armcoin-surface-listing-hover: rgba(6, 15, 28, 0.48);
	--armcoin-surface-elevated: rgba(15, 26, 42, 0.55);
	--armcoin-surface-elevated-hover: rgba(22, 36, 58, 0.66);
	--armcoin-shadow-inset-soft: 0 1px 0 rgba(255, 255, 255, 0.018) inset;
	--armcoin-shadow-inset-chooser: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
	--armcoin-shadow-inset-chooser-hover: 0 1px 0 rgba(255, 255, 255, 0.035) inset;
	--armcoin-shadow-cta-primary: 0px 6px 22px rgba(6, 34, 51, 0.22);
	--armcoin-shadow-cta-header: 0 4px 14px rgba(6, 34, 51, 0.16);
	--armcoin-shadow-lang-panel: 0 12px 36px rgba(0, 0, 0, 0.28);
	--armcoin-heading-section: 42px;
}

img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #00C4F4;
	text-decoration: none;
}
a,
button {
	color: #00C4F4;
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', 'dejavu-sans', sans-serif;
	color: #FFFFFF;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	color: #727885;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #00C4F4;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #00C4F4;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #00C4F4;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #00C4F4;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}

/* button style */
.btn {
	user-select: none;
	-moz-user-select: none;
	background: #040E18;
	border-radius: var(--armcoin-radius-pill);
	border: 2px solid transparent;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 1;
	margin-bottom: 0;
	padding: 25px 50px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.4s 0s;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow: var(--armcoin-shadow-cta-primary);
	background-clip: padding-box;
	position: relative;
}
.btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: -2px;
	background: linear-gradient(90deg, rgba(0, 196, 244, 1) 0%, rgba(4, 12, 21, 1) 49%, rgba(0, 196, 244, 1) 100%);
	border-radius: var(--armcoin-radius-pill);
	transition: all 0.4s ease 0s;
	z-index: -1;
}
.btn:hover {
	border-color: #00C4F4;
	color: #00C4F4;
}
.btn.btn-two {
	background: #564DCA;
	border-radius: var(--armcoin-radius-sm);
	padding: 25px 42px;
	border: none;
}
.btn.btn-two::after {
	display: none;
}
.btn.btn-two:hover {
	color: #fff;
	background: #00C4F4;
}
/*
 * Quiet / secondary CTA tier — matches archive listing chip buttons; optional class for templates.
 * No ::after gradient; small uppercase pill. Does not replace .btn-two (alternate solid secondary).
 */
.btn.btn-quiet {
	border-radius: var(--armcoin-radius-sm);
	padding: 3px 12px;
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
	min-height: 28px;
	text-transform: uppercase;
	background: rgba(var(--armcoin-rgb-purple), 0.19);
	border: 1px solid rgba(var(--armcoin-rgb-purple), 0.32);
	color: rgba(255, 255, 255, 0.9);
	box-shadow: none;
	transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}
.btn.btn-quiet::after {
	display: none !important;
}
.btn.btn-quiet:hover {
	background: rgba(var(--armcoin-rgb-purple), 0.3);
	border-color: rgba(var(--armcoin-rgb-cyan), 0.32);
	color: #fff;
}
.breadcrumb > .active {
	color: #888;
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #3d3d3d;
	text-align: center;
	cursor: pointer;
	background: #dcbc95;
	transition: 1s ease;
	border: none;
}
.scroll-top.open {
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: #a3a3a3;
}


/* 2. Header */
.custom-container {
    max-width: 1630px;
}
.custom-container-two {
	max-width: 1700px;
}
.custom-container-three {
	max-width: 1520px;
}
.custom-container-four {
	max-width: 1200px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.menu-area {
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 140px;
}
.navbar-wrap > ul > li {
	display: block;
	position: relative;
	margin-right: 65px;
}
.navbar-wrap > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 45px 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}
.navbar-wrap > ul > li:last-child {
	margin-right: 0;
}
/*
 * Header utility cluster (WPML lang + CTA) — .menu-nav only, not .mobile-menu.
 * From md up: header-action is visible while primary links may still be hidden until lg;
 * apply column-gap + reset legacy 65px li gutters here (768px+), not only at lg.
 */
@media (min-width: 768px) {
	.menu-nav .header-action.d-flex {
		align-items: center;
		flex-wrap: nowrap;
		column-gap: 1.125rem;
		row-gap: 0.5rem;
		margin-left: 0.5rem;
	}
	.menu-nav .header-action > ul {
		margin-left: 0;
	}
	.menu-nav .header-action > ul > li {
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	.menu-nav .header-action > ul > li::before {
		display: none !important;
	}
	.menu-nav .header-action ul.header-btn {
		position: relative;
		margin-left: 0 !important;
		padding-left: 1.25rem !important;
		padding-right: 0;
	}
	.menu-nav .header-action ul.header-btn::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 26px;
		opacity: 0.22;
		background: #ffffff;
	}
	.menu-nav .header-lang .selected-lang {
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.065em;
		padding: 0.42rem 0.82rem 0.42rem 0.88rem;
		min-height: 2.5rem;
		border-radius: var(--armcoin-radius-sm);
		border: 1px solid rgba(255, 255, 255, 0.13);
		background: rgba(255, 255, 255, 0.045);
		gap: 0.45rem;
	}
	.menu-nav .header-lang .selected-lang:focus-visible {
		outline: 2px solid rgba(0, 196, 244, 0.45);
		outline-offset: 2px;
	}
	.menu-nav .header-lang .selected-lang::after {
		margin-left: 0.25rem;
		font-size: 11px;
	}
	.menu-nav .header-lang img.wpml-ls-flag {
		flex-shrink: 0;
		margin-right: 0.35rem;
	}
	.menu-nav .header-lang .lang-list {
		left: 0;
		top: calc(100% + 10px);
		min-width: 8.75rem;
		padding: 0.45rem 0;
		border-radius: var(--armcoin-radius-md);
		box-shadow: var(--armcoin-shadow-lang-panel);
		transform: none;
		transform-origin: unset;
		transition: opacity 0.2s ease, visibility 0.2s ease;
	}
	.menu-nav .header-lang:hover .lang-list,
	.menu-nav .header-lang:focus-within .lang-list {
		visibility: visible;
		opacity: 1;
		transform: none;
	}
	.menu-nav .header-lang .lang-list li a {
		font-size: 13px;
		letter-spacing: 0.06em;
		padding: 0.4rem 1rem;
		transition: color 0.15s ease;
	}
	.menu-nav .header-lang .lang-list li a:focus-visible {
		outline: 2px solid rgba(0, 196, 244, 0.5);
		outline-offset: 1px;
		border-radius: var(--armcoin-radius-xs);
	}
	.menu-nav .header-btn .btn {
		font-size: 13px;
		padding: 0.65rem 1.35rem;
		white-space: nowrap;
		box-shadow: var(--armcoin-shadow-cta-header);
		transition:
			color 0.2s ease,
			border-color 0.2s ease,
			box-shadow 0.2s ease,
			background-color 0.2s ease;
	}
	/* Header CTA: drop global .btn gradient pseudo-layer (lighter paint, calmer bar) */
	.menu-nav .header-btn .btn::after {
		display: none;
	}
	.menu-nav .header-btn .btn:focus-visible {
		outline: 2px solid rgba(0, 196, 244, 0.55);
		outline-offset: 3px;
	}
}
/* Desktop primary links: flex + item rhythm (lg and up — main-menu is d-lg-flex). */
@media (min-width: 992px) {
	.menu-nav {
		column-gap: 1rem;
		align-items: center;
	}
	.menu-nav .navbar-wrap.main-menu {
		flex: 1 1 auto;
		min-width: 0;
		/* Buffer before lang + CTA so long labels (e.g. HY) do not visually collide */
		padding-inline-end: clamp(0.5rem, 1.5vw, 1.25rem);
	}
	.menu-nav .header-action {
		flex-shrink: 0;
	}
	.menu-nav .navbar-wrap > ul.navigation {
		margin-left: 72px;
		flex-wrap: wrap;
		row-gap: 6px;
		min-width: 0;
	}
	.menu-nav .navbar-wrap > ul.navigation > li {
		margin-right: 22px;
		flex: 0 0 auto;
	}
	.menu-nav .navbar-wrap > ul.navigation > li:last-child {
		margin-right: 32px;
	}
}
@media (min-width: 992px) and (max-width: 1499.98px) {
	.menu-nav .navbar-wrap > ul.navigation > li > a {
		font-size: 13px;
		letter-spacing: 0.06em;
	}
}
@media (min-width: 1200px) {
	.menu-nav {
		flex-wrap: nowrap;
	}
	.menu-nav .navbar-wrap > ul.navigation {
		flex-wrap: nowrap;
	}
}
.navbar-wrap > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #00C4F4;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.navbar-wrap > ul > li.active > a::before,
.navbar-wrap > ul > li > a:hover::before {
	-webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: #fff;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.header-action > ul > li {
	position: relative;
	margin-left: 65px;
	padding-left: 65px;
}
.header-action > ul > li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.header-action > ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 28px;
	background: #FFFFFF;
	opacity: .2;
}
.header-action > ul > li:first-child::before {
	display: none;
}
.header-lang {
	position: relative;
}
.header-lang .selected-lang {
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	cursor: pointer;
	letter-spacing: 1px;
}
.header-lang .selected-lang::after {
	content: "\f107";
	display: block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	color: #00C4F4;
	margin-left: 10px;
}
.header-lang .lang-list {
	position: absolute;
	left: -10px;
	top: calc(100% + 25px);
	background: #0B1D33;
	z-index: 3;
	padding: 10px 0;
	border-radius: 6px;
	box-shadow: 0px 30px 70px 0px rgba(40, 44, 49, 0.15);
	min-width: 100px;
	visibility: hidden;
	opacity: 0;
	transform-origin: top center;
	transform: perspective(400px) rotateX(-45deg);
	transition: all 0.3s ease-out 0s;
}
.header-lang:hover .lang-list {
	visibility: visible;
	opacity: 1;
	transform: perspective(400px) rotateX(0deg);
}
.header-lang .lang-list li {
	margin-bottom: 5px;
	line-height: 1;
}
.header-lang .lang-list li:last-child {
	margin-bottom: 0;
}
.header-lang .lang-list li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.header-lang .lang-list li a:hover {
	color: #00C4F4;
}
.header-btn .btn {
	font-size: 14px;
	padding: 20px 45px;
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 230px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: #0B1D33;
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
	border-radius: 0;
	padding: 18px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}
.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
	padding: 9px 15px 9px 25px;
	line-height: 1.4;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	font-size: 14px;
}
.navbar-wrap ul li .sub-menu li a:hover,
.navbar-wrap ul li .sub-menu li.active a {
	color: #00C4F4;
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #030B15;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.sticky-menu .navbar-wrap > ul > li > a {
	padding: 45px 0;
}
#header-fixed-height.active-height {
	display: block;
	height: 105px;
}

/* header-two */
.menu-area.menu-style-two {
	border-bottom: none;
	padding: 30px 0;
}
.menu-style-two .navbar-wrap > ul > li > a {
    padding: 40px 0;
}
.menu-style-two .navbar-wrap > ul > li > a::before {
    display: none;
}
.menu-style-two .header-btn .btn {
	background: #00C4F4;
	border-radius: var(--armcoin-radius-sm);
}
.menu-style-two .header-btn .btn::after {
	display: none;
}
.menu-style-two .header-btn .btn:hover {
	background: #564DCA;
	border-color: #564DCA;
	color: #fff;
}
.menu-area.menu-style-two.sticky-menu {
	padding: 0 0;
}
.menu-style-two .navbar-wrap > ul > li.active > a,
.menu-style-two .navbar-wrap > ul > li:hover > a {
    color: #00C4F4;
}

/* 3. Mobile-menu */
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: #0B1D33;
}
.mobile-menu-visible .menu-backdrop {
	opacity: 0.80;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #0B1D33;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
	position: absolute;
	right: 15px;
	top: 28px;
	line-height: 30px;
	width: 35px;
	text-align: center;
	font-size: 20px;
	color: #00C4F4;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
	background: transparent;
	border: 0;
	padding: 0;
	font: inherit;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(255 255 255 / 6%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(255 255 255 / 6%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(255 255 255 / 6%);
}
.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 60px 10px 25px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	letter-spacing: 0.08em;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: #00C4F4;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
	border-color: #00C4F4;
	background: #00C4F4;
	color: #fff;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #000;
    display: none;
    margin-top: 3px;
	background: transparent;
	border: 0;
	padding: 0;
	font: inherit;
}

/* 4. Banner */
.banner-bg {
	background-image: url(../img/shapes/bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 120px 0 0;
	overflow: hidden;
}
.banner-bg::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0.23deg, #030B15 5.68%, rgba(3, 11, 21, 0.42) 81.9%);
	z-index: -1;
}
.banner-shape-wrap img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.banner-shape-wrap img.img-one {
	top: 28%;
	left: -3%;
	animation: leftToRight 5s infinite linear;
}
.banner-shape-wrap img.img-two {
	left: auto;
	right: 8%;
	top: 20%;
}
.banner-shape-wrap img.img-three {
	left: auto;
	right: -2%;
	top: auto;
	bottom: 14%;
	animation: alltuchtopdown 3s infinite linear;
}
.banner-content img {
	margin-bottom: 25px;
}
.banner-content .title {
	font-size: 55px;
	margin-bottom: 45px;
	line-height: 1.4;
	letter-spacing: -0.01em;
}
.banner-content .title span {
	color: #00C4F4;
}
/* Homepage hero — service positioning line + dual CTAs (Home.php) */
.armcoin-home-hero .title {
	margin-bottom: 1rem;
}
.armcoin-hero-lead {
	max-width: 40rem;
	margin: 0 auto;
	font-size: 1.0625rem;
	line-height: 1.65;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.88);
}
.armcoin-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 1.75rem;
	padding-bottom: 2.5rem;
}
.armcoin-home-hero--no-lead .armcoin-hero-actions {
	margin-top: 1.1rem;
}
.armcoin-hero-actions .btn {
	margin: 0;
}
.armcoin-home-hero .armcoin-hero-actions__btn--secondary {
	font-size: 13px;
	padding: 18px 36px;
	margin-top: 0.45rem;
}
@media (max-width: 575.98px) {
	.armcoin-hero-lead {
		font-size: 1rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
.banner-progress-wrap ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 50px;
}
.banner-progress-wrap ul li {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	color: #00C4F4;
	display: inline-block;
	position: relative;
	padding-bottom: 25px;
}
.banner-progress-wrap ul li::before {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 14px;
	background: #00C4F4;
}
.banner-progress-wrap ul li:nth-child(2) {
	color: #FF9700;
}
.banner-progress-wrap ul li:nth-child(3) {
	color: #12D176;
}
.banner-progress-wrap ul li:nth-child(2)::before {
	background: #FF9700;
}
.banner-progress-wrap ul li:nth-child(3)::before {
	background: #12D176;
}
.banner-progress-wrap {
	margin: 0 150px 70px;
}
.banner-progress-wrap .progress {
	height: 6px;
	background-color: #F2F2F2;
	border-radius: 0;
	overflow: inherit;
	margin-bottom: 25px;
	margin-top: 8px;
}
.banner-progress-wrap .progress .progress-bar {
	background-color: #00C4F4;
	position: relative;
	overflow: inherit;
}
.banner-progress-wrap .progress .progress-bar::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	z-index: 5;
	border: 6px solid #00C4F4;
}
.banner-progress-wrap .title {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.banner-progress-wrap .title span {
	margin-left: auto;
}
.banner-countdown-wrap .title {
	font-size: 26px;
	margin-bottom: 15px;
	letter-spacing: -0.01em;
}
.banner-countdown-wrap .coming-time {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.banner-countdown-wrap .coming-time .time-count {
	min-width: 162px;
	min-height: 96px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	position: relative;
	margin: 20px 17.5px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	background: #0B1D33;
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: 5px;
	color: #A4B4C3;
	text-transform: capitalize;
}
.banner-countdown-wrap .coming-time .time-count span {
	font-size: 35px;
	font-weight: 600;
	color: #00C4F4;
	margin-bottom: 12px;
	display: block;
	font-family: 'Poppins', 'dejavu-sans',sans-serif;
	letter-spacing: 1px;
}
.banner-countdown-wrap .coming-time .time-count.hour span {
	color: #FF9700;
}
.banner-countdown-wrap .coming-time .time-count.min span {
	color: #FF1D45;
}
.banner-countdown-wrap .coming-time .time-count.sec span {
	color: #12D176;
}
@keyframes alltuchtopdown {
  0% {
        transform: rotateX(0deg) translateY(0px);
    }
  50% {
        transform: rotateX(0deg) translateY(-30px);
    }
  100% {
        transform: rotateX(0deg) translateY(0px);
    }
}
@keyframes leftToRight {
  0% {
        transform: rotateX(0deg) translateX(0px);
    }
  50% {
        transform: rotateX(0deg) translateX(50px);
    }
  100% {
        transform: rotateX(0deg) translateX(0px);
    }
}

/* banner-two */
.banner-area-two {
	position: relative;
	padding: 225px 0 0;
	z-index: 1;
}
.banner-bg-two {
	background-image: url(../img/shapes/bg02.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 164px);
	z-index: -1;
}
.banner-bg-two::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -40px;
	background-image: url(../img/shapes/shape.svg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 722px;
	z-index: -1;
}
.banner-area-two .banner-content img {
	margin-bottom: 0;
}
.banner-area-two .banner-content {
	margin-bottom: 0;
}
.banner-area-two .banner-content .title {
	margin-bottom: 65px;
	line-height: 1.36;
	text-transform: none;
}
.banner-social-wrap {
	position: absolute;
	left: 100px;
	bottom: 90px;
}
.banner-social-wrap ul li {
	margin-bottom: 25px;
	border: 1px solid #F3F3F3;
	border-radius: 50px;
	width: 42px;
	display: flex;
	align-items: center;
}
.banner-social-wrap ul li.is-active {
	width: auto;
}
.banner-social-wrap ul li:last-child {
	margin-bottom: 0;
}
.banner-social-wrap ul li a {
	font-size: 15px;
	color: #081A39;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	transition: 0s;
}
.banner-social-wrap ul li span {
	color: #B5BAC4;
	font-size: 14px;
	font-weight: 500;
	padding-right: 14px;
	display: none;
}
.banner-scroll {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
	right: 40px;
	bottom: 90px;
}
.banner-scroll span {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.515em;
	color: #081A39;
	transform: rotate(-90deg);
	margin-bottom: 120px;
	opacity: 0.4;
}


/* 5. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb-bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 235px 0 150px;
}
.breadcrumb-bg::before {
	position: absolute;
	content: "";
	background-image: url(../img/bg/breadcrumb_shape.png);
	background-repeat: repeat;
	background-position: center;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 19px;
}
.breadcrumb-content {
	text-align: center;
}
.breadcrumb-content .title {
	font-size: 65px;
	margin-bottom: 30px;
	letter-spacing: -0.01em;
	line-height: 1.15;
}
.breadcrumb-content .breadcrumb {
	display: flex;
	margin-bottom: 0;
	justify-content: center;
	align-items: center;
}
.breadcrumb-content .breadcrumb .breadcrumb-item {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: 1.27;
	text-decoration: underline;
}
.breadcrumb-content .breadcrumb .breadcrumb-item:first-child {
	text-decoration: none;
}
.breadcrumb-content .breadcrumb .breadcrumb-item a {
	color: #fff;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 15px;
	color: #FFFFFF;
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	opacity: .5;
	padding-top: 3px;
}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {
	padding-left: 15px;
}

/*
 * Blog template + crypto_news archive: composed masthead (.armcoin-archive-hero).
 * Intro markup lives inside the hero (Blog.php / archive-crypto_news.php). Not hubs or singles.
 */
.breadcrumb-area.breadcrumb-bg.armcoin-archive-hero {
	position: relative;
	padding: 88px 0 40px;
	overflow: hidden;
}
.breadcrumb-area.breadcrumb-bg.armcoin-archive-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		185deg,
		rgba(3, 11, 21, 0.25) 0%,
		rgba(3, 11, 21, 0.62) 48%,
		rgba(3, 11, 21, 0.82) 100%
	);
	pointer-events: none;
	z-index: 0;
}
.breadcrumb-area.armcoin-archive-hero .container {
	position: relative;
	z-index: 1;
}
.armcoin-archive-hero__shell {
	margin-left: auto;
	margin-right: auto;
	max-width: 44rem;
	padding: 0;
	border-radius: var(--armcoin-radius-lg, 15px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: linear-gradient(
		168deg,
		rgba(12, 22, 38, 0.72) 0%,
		rgba(6, 14, 26, 0.88) 55%,
		rgba(3, 11, 21, 0.94) 100%
	);
	box-shadow:
		0 28px 70px rgba(0, 0, 0, 0.42),
		0 0 0 1px rgba(0, 196, 244, 0.07) inset,
		0 1px 0 rgba(255, 255, 255, 0.05) inset;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.armcoin-archive-hero__shell--no-intro .armcoin-archive-hero__head {
	padding-bottom: 1.65rem;
}
.armcoin-archive-hero__head {
	text-align: center;
	padding: 1.55rem 1.35rem 1.15rem;
}
.armcoin-archive-hero__head .breadcrumb {
	margin-bottom: 0.5rem;
	justify-content: center;
	opacity: 0.82;
}
.armcoin-archive-hero__head .breadcrumb .breadcrumb-item {
	font-size: 0.68rem;
	letter-spacing: 0.16em;
	font-weight: 600;
	line-height: 1.35;
	text-transform: uppercase;
	text-decoration: none;
}
.armcoin-archive-hero__head .breadcrumb .breadcrumb-item a {
	text-decoration: none;
}
.armcoin-archive-hero__title,
.armcoin-archive-hero__head .armcoin-archive-hero__title {
	margin-top: 0;
	margin-bottom: 0 !important;
	color: #fff !important;
	font-size: clamp(2.15rem, 4.2vw, 3.45rem) !important;
	font-weight: 700;
	letter-spacing: -0.036em;
	line-height: 1.05;
	text-shadow: 0 4px 36px rgba(0, 0, 0, 0.55), 0 1px 0 rgba(255, 255, 255, 0.06);
}
.breadcrumb-area.armcoin-archive-hero .armcoin-archive-hero__intro.armcoin-intro-copy {
	box-sizing: border-box;
	margin: 0;
	max-width: none;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 0 0 var(--armcoin-radius-lg, 15px) var(--armcoin-radius-lg, 15px);
	padding: 1.1rem 1.4rem 1.35rem;
	background: linear-gradient(
		180deg,
		rgba(0, 196, 244, 0.06) 0%,
		rgba(255, 255, 255, 0.025) 40%,
		rgba(3, 11, 21, 0.35) 100%
	);
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-shadow: none;
	color: rgba(236, 242, 250, 0.94);
	font-size: 1.02rem;
	line-height: 1.66;
	letter-spacing: 0.012em;
	font-weight: 400;
	overflow-wrap: break-word;
	word-wrap: break-word;
	text-wrap: pretty;
}
.breadcrumb-area.armcoin-archive-hero .armcoin-archive-hero__intro.armcoin-intro-copy.entry-content > *:first-child {
	margin-top: 0;
}
.breadcrumb-area.armcoin-archive-hero .armcoin-archive-hero__intro.armcoin-intro-copy.entry-content > *:last-child {
	margin-bottom: 0;
}
.breadcrumb-area.armcoin-archive-hero .armcoin-archive-hero__intro.armcoin-intro-copy.entry-content p {
	margin-bottom: 0.55em;
	color: inherit;
}
.breadcrumb-area.armcoin-archive-hero .armcoin-archive-hero__intro.armcoin-intro-copy.entry-content p:last-child {
	margin-bottom: 0;
}
.breadcrumb-area.armcoin-archive-hero + .blog-area.pt-130.pb-130 {
	padding-top: 26px !important;
}
@media (max-width: 991.98px) {
	.breadcrumb-area.armcoin-archive-hero + .blog-area.pt-130.pb-130 {
		padding-top: 22px !important;
	}
}
@media (max-width: 767.98px) {
	.breadcrumb-area.armcoin-archive-hero + .blog-area.pt-130.pb-130 {
		padding-top: 18px !important;
	}
}
@media (max-width: 575.98px) {
	.breadcrumb-area.armcoin-archive-hero + .blog-area.pt-130.pb-130 {
		padding-top: 16px !important;
	}
}
@media (min-width: 992px) {
	.breadcrumb-area.armcoin-archive-hero + .blog-area.pt-130.pb-130 .container > .blog-category-hub-nav + .row {
		margin-top: 0.35rem;
	}
}

/*
 * Ecosystem hub pages only (.armcoin-hub-hero): composed hero with title + first-paragraph lead in markup.
 * Scoped; does not target crypto singles or generic pages.
 */
.breadcrumb-area.breadcrumb-bg.armcoin-hub-hero {
	position: relative;
	padding: 120px 0 72px;
	overflow: hidden;
}
.breadcrumb-area.breadcrumb-bg.armcoin-hub-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 72px;
	pointer-events: none;
	z-index: 1;
	background: linear-gradient(
		to bottom,
		transparent 0%,
		rgba(3, 11, 21, 0.5) 50%,
		rgba(3, 11, 21, 0.94) 100%
	);
}
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__inner {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 46rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__crumbs {
	margin-bottom: 0;
}
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__crumbs .breadcrumb {
	margin-bottom: 0.35rem;
	justify-content: center;
	opacity: 0.88;
}
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__crumbs .breadcrumb .breadcrumb-item {
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__crumbs .breadcrumb .breadcrumb-item a {
	text-decoration: none;
}
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__title,
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__inner .armcoin-hub-hero__title {
	color: #fff !important;
	font-size: clamp(2rem, 5vw, 3.35rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0 0 0.85rem;
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
}
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__lead {
	max-width: 38rem;
	margin: 0 auto;
	text-align: center;
}
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__lead p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 1.0625rem;
	line-height: 1.68;
	font-weight: 400;
	letter-spacing: 0.01em;
}
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__lead a {
	color: rgba(0, 196, 244, 0.92);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
.breadcrumb-area.armcoin-hub-hero .armcoin-hub-hero__lead a:hover {
	color: #fff;
}
.blog-details-area.armcoin-hub-body-wrap {
	padding-top: 2.75rem !important;
}
.blog-details-area.armcoin-hub-body-wrap .armcoin-hub-body.entry-content > p:first-child {
	margin-top: 0;
}
.blog-details-area.armcoin-hub-body-wrap .armcoin-hub-body.entry-content {
	padding-top: 0.15rem;
}

/* 6. Countdown */
.countdown-area-two .countdown-wrap {
	background: #FFFFFF;
	box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
	border-radius: 20px;
	position: relative;
	text-align: center;
	padding: 55px 50px 60px;
}
.countdown-area-two .countdown-wrap::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 80%;
	background: #00C4F4;
	opacity: 0.08;
	border-radius: 20px;
	z-index: -1;
}
.countdown-area-two .countdown-wrap .title {
	color: #030B15;
	letter-spacing: -0.01em;
	font-size: 26px;
	margin-bottom: 35px;
	line-height: 1.88;
}
.ClassyCountdown-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
	column-gap: 115px;
	row-gap: 30px;
}
.ClassyCountdown-wrapper > div > div:not(:last-child) {
    display: block !important;
}
.ClassyCountdown-wrapper > div > div canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
}
.ClassyCountdown-value {
	display: block;
	line-height: 0;
}
.ClassyCountdown-value>div {
	display: block;
	text-align: center;
	line-height: 1;
	margin-bottom: 5px;
	font-size: 35px;
	font-weight: 600;
	color: #030B15;
	font-family: 'Poppins', 'dejavu-sans', sans-serif;
	margin-top: -95px;
}
.ClassyCountdown-value > span {
    font-size: 14px;
    display: block;
    text-align: center;
	font-family: 'Outfit', 'dejavu-sans';
    color: #030B15;
    font-weight: 500;
    line-height: 1;
}


/* 7. About */
.about-img {
	position: relative;
	padding-left: 120px;
}
.about-img img.img-two {
	position: absolute;
	left: 60px;
	top: 40px;
}
.about-content {
	margin-left: 70px;
}
.section-title .sub-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	letter-spacing: 0.09em;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 25px;
}
.section-title .sub-title::after,
.section-title .sub-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #00C4F4;
	border-radius: 50%;
}
.section-title .sub-title::after {
	left: auto;
	right: 0;
}
.section-title .title {
	font-size: var(--armcoin-heading-section);
	margin-bottom: 0;
	letter-spacing: -0.01em;
}
.section-title .title span {
	color: #00C4F4;
}
.about-content p {
	margin-bottom: 40px;
	width: 73%;
	color: #A4B4C3;
}
.partner-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.partner-wrap ul li {
	width: 20%;
	height: 123px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -1px;
	margin-top: -1px;
	cursor: pointer;
}
.partner-wrap ul li img {
	opacity: .5;
	transition: .3s linear;
}
.partner-wrap ul li:hover img {
	opacity: 1;
}

/* about-two */
.about-area-two {
	padding: 130px 0;
	position: relative;
}
.section-title.section-title-two .sub-title {
	color: #564DCA;
	letter-spacing: 0.02em;
	padding: 0;
	text-decoration: underline;
	margin-bottom: 18px;
}
.section-title.section-title-two .sub-title::before,
.section-title.section-title-two .sub-title::after {
	display: none;
}
.section-title.section-title-two .title {
	font-size: 45px;
	color: #030B15;
	line-height: 1.26;
}
.about-content-two p {
	color: #727885;
	margin-bottom: 20px;
	width: 80%;
}
.about-content-two .about-list {
	margin-bottom: 45px;
}
.about-content-two .about-list ul li {
	display: flex;
	align-items: baseline;
	color: #030B15;
	margin-bottom: 10px;
}
.about-content-two .about-list ul li:last-child {
	margin-bottom: 0;
}
.about-content-two .about-list ul li i {
	color: #564DCA;
	margin-right: 10px;
}
.about-shape-wrap img {
	position: absolute;
}
.about-shape-wrap img.shape-one {
	left: 9%;
	bottom: 90px;
	animation: leftToRight 5s infinite linear;
}
.about-shape-wrap img.shape-two {
	right: 7%;
	bottom: 22%;
}
.rotateme {
  -webkit-animation-name: teamRotate;
  animation-name: teamRotate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes teamRotate {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes teamRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* 8. Choose */
.choose-area .row {
	margin: 0 -10px;
}
.choose-area .row [class*="col-"] {
	padding: 0 10px;
}
.choose-item {
	background: #030B15;
	border: 1px solid #121A23;
	border-radius: var(--armcoin-radius-lg);
	padding: 60px 40px;
	transition: .3s ease-in-out;
}
.choose-item:hover {
	border-color: transparent;
}
.choose-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.07);
	border: 4px solid rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	margin-bottom: 30px;
	transition: .3s ease-in-out;
}
.choose-item:hover .choose-icon {
	border-color: #00C4F4;
}
.choose-content .title {
	font-size: 22px;
	margin-bottom: 24px;
	font-weight: 500;
	text-transform: none;
	line-height: 1.27;
}
.choose-content p {
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 22px;
	color: #A4B4C3;
}
.choose-area .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.choose-area .slide-progress {
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.10);
	overflow: hidden;
	background-image: linear-gradient(to right, #00C4F4, #00C4F4);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .4s ease-in-out;
	margin-top: 50px;
}

/* 8b. Homepage ecosystem — clickable product gateway cards */
.armcoin-ecosystem__head .title {
	margin-bottom: 0.35rem;
}
.armcoin-ecosystem__lead {
	margin: 0.75rem auto 0;
	max-width: 42rem;
	font-size: 1rem;
	line-height: 1.55;
	color: #A4B4C3;
}
.armcoin-ecosystem__grid {
	margin-top: 0.25rem;
}
.armcoin-ecosystem-card {
	text-decoration: none !important;
	color: inherit !important;
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.armcoin-ecosystem-card:hover {
	box-shadow: 0 14px 40px rgba(0, 124, 163, 0.14);
	border-color: rgba(0, 196, 244, 0.38) !important;
	transform: translateY(-2px);
}
.armcoin-ecosystem-card:focus-visible {
	outline: 2px solid #00C4F4;
	outline-offset: 3px;
}
.armcoin-ecosystem-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}
.armcoin-ecosystem-card__body .title {
	margin-bottom: 14px;
}
.armcoin-ecosystem-card__body p {
	flex: 1 1 auto;
	margin-bottom: 1.1rem;
}
.armcoin-ecosystem-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: auto;
	font-size: 0.92rem;
	font-weight: 600;
	color: #00C4F4;
	letter-spacing: 0.02em;
}
.armcoin-ecosystem-card:hover .armcoin-ecosystem-card__cta {
	color: #5ee4ff;
}
.armcoin-ecosystem-card__icon i {
	font-size: 1.65rem;
	color: #00C4F4;
	line-height: 1;
}
.choose-item.armcoin-ecosystem-card {
	padding: 48px 32px 44px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
@media (max-width: 991.98px) {
	.choose-item.armcoin-ecosystem-card {
		padding: 40px 28px 36px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.armcoin-ecosystem-card:hover {
		transform: none;
	}
}

/* 8b1. Homepage educational materials (after ecosystem lead, before gateway cards) */
.armcoin-edu-materials {
	margin: 0.9rem auto 3rem;
	padding: 1rem 0 2.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
/* Main education block head: strip global .section-title cyan dots; pill kicker — scoped only here */
.armcoin-edu-materials .section-title .sub-title::before,
.armcoin-edu-materials .section-title .sub-title::after {
	display: none !important;
	content: none !important;
}
.armcoin-edu-materials .section-title .sub-title {
	padding: 0.35rem 0.75rem;
	margin-bottom: 0.9rem;
	border-radius: 999px;
	background: rgba(0, 196, 244, 0.1);
	border: 1px solid rgba(0, 196, 244, 0.22);
	color: #67e8f9;
	letter-spacing: 0.04em;
	text-transform: none;
	font-size: 0.75rem;
	font-weight: 700;
	position: static;
}
.armcoin-edu-materials .armcoin-edu-materials__head .title {
	font-size: clamp(1.45rem, 2.2vw, 1.85rem);
	line-height: 1.22;
	letter-spacing: -0.02em;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.35rem;
	color: #f8fafc;
}
.armcoin-edu-materials .armcoin-edu-materials__intro {
	margin: 0.5rem auto 0;
	max-width: 42rem;
	font-size: clamp(0.95rem, 1.05vw, 1.05rem);
	line-height: 1.62;
	color: #a8b3c7;
}
/* Row stack: featured → head → cards (spacing via template classes, not Bootstrap mt-*) */
.armcoin-edu-materials__row--featured {
	margin-top: 0;
}
.armcoin-edu-materials__row--head {
	margin-top: 1.35rem;
}
@media (min-width: 992px) {
	.armcoin-edu-materials__row--head {
		margin-top: 1.6rem;
	}
}
/* Intro block sits close to guide cards below */
.armcoin-edu-materials__cards {
	margin-top: 0.7rem !important;
}
@media (min-width: 992px) {
	.armcoin-edu-materials__inner > .row.armcoin-edu-materials__cards {
		margin-top: 0.9rem !important;
	}
}
.armcoin-edu-materials-card {
	text-decoration: none !important;
	color: inherit !important;
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
	background: linear-gradient(165deg, #050f1a 0%, #030b15 48%, #030910 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--armcoin-radius-lg, 16px);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 196, 244, 0.04) inset;
	padding: 2.45rem 1.8rem 2rem;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	position: relative;
	overflow: hidden;
}
.armcoin-edu-materials-card:hover {
	border-color: rgba(0, 196, 244, 0.38);
	box-shadow: 0 14px 40px rgba(0, 124, 163, 0.14);
	transform: translateY(-2px);
}
.armcoin-edu-materials-card:focus-visible {
	outline: 2px solid #00C4F4;
	outline-offset: 3px;
}
.armcoin-edu-materials-card__icon {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	margin-bottom: 1.35rem;
}
.armcoin-edu-materials-card__icon i {
	font-size: 1.45rem;
	color: #00C4F4;
	line-height: 1;
}
.armcoin-edu-materials-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}
.armcoin-edu-materials-card__title {
	font-size: 1.1875rem;
	font-weight: 600;
	margin-bottom: 0.72rem;
	line-height: 1.34;
	text-transform: none;
	color: #fff;
}
.armcoin-edu-materials-card__body p {
	flex: 1 1 auto;
	margin-bottom: 1.1rem;
	font-size: 1rem;
	line-height: 1.58;
	color: #A4B4C3;
}
.armcoin-edu-materials-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: auto;
	font-size: 0.95rem;
	font-weight: 600;
	color: #00C4F4;
	letter-spacing: 0.02em;
}
.armcoin-edu-materials-card:hover .armcoin-edu-materials-card__cta {
	color: #5ee4ff;
}
.armcoin-edu-materials-featured {
	display: flex;
	flex-direction: column;
	gap: 0;
	color: inherit;
	background: linear-gradient(165deg, #061222 0%, #030b15 55%, #030910 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--armcoin-radius-lg, 16px);
	overflow: hidden;
	box-shadow: 0 6px 32px rgba(0, 0, 0, 0.38);
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
@media (min-width: 768px) {
	.armcoin-edu-materials-featured {
		flex-direction: row;
		align-items: stretch;
		min-height: 210px;
	}
	.armcoin-edu-materials-featured__media {
		flex: 0 0 42%;
		min-height: 210px;
	}
	.armcoin-edu-materials-featured__copy {
		flex: 1 1 auto;
		padding: 2.15rem 2.4rem;
		justify-content: center;
	}
}
.armcoin-edu-materials-featured:hover {
	border-color: rgba(0, 196, 244, 0.4);
	box-shadow: 0 12px 44px rgba(0, 124, 163, 0.16);
	transform: translateY(-2px);
}
.armcoin-edu-materials-featured:focus-within {
	outline: 2px solid #00C4F4;
	outline-offset: 3px;
}
.armcoin-edu-materials-featured__media {
	position: relative;
	min-height: 160px;
	background:
		radial-gradient(circle at 30% 40%, rgba(0, 196, 244, 0.18) 0%, transparent 55%),
		linear-gradient(145deg, #0a1f2e 0%, #030910 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.armcoin-edu-materials-featured__media--video {
	display: block;
	padding: 0;
	background: #030910;
}
.armcoin-edu-materials-featured__video-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background: #0a1218;
}
.armcoin-edu-materials-featured__video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}
.armcoin-edu-materials-featured__video-wrap--native {
	padding-bottom: 0;
	height: auto;
	min-height: 160px;
	background: #0a1218;
}
.armcoin-edu-materials-featured__video {
	width: 100%;
	height: auto;
	display: block;
	max-height: min(360px, 55vh);
	object-fit: contain;
	background: #000;
}
.armcoin-edu-materials-featured__video-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 160px;
	background:
		radial-gradient(circle at 30% 40%, rgba(0, 196, 244, 0.18) 0%, transparent 55%),
		linear-gradient(145deg, #0a1f2e 0%, #030910 100%);
}
.armcoin-edu-materials-featured__play {
	font-size: 3.25rem;
	color: rgba(0, 196, 244, 0.92);
	line-height: 1;
	opacity: 0.95;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.armcoin-edu-materials-featured:hover .armcoin-edu-materials-featured__play {
	transform: scale(1.06);
	opacity: 1;
}
.armcoin-edu-materials-featured__copy {
	padding: 1.9rem 1.65rem 2rem;
	display: flex;
	flex-direction: column;
}
.armcoin-edu-materials-featured__title {
	font-size: 1.45rem;
	font-weight: 600;
	margin-bottom: 0.62rem;
	line-height: 1.28;
	text-transform: none;
	color: #fff;
}
.armcoin-edu-materials-featured__copy p {
	margin-bottom: 1.15rem;
	font-size: 1.02rem;
	line-height: 1.62;
	color: #A4B4C3;
	flex: 1 1 auto;
}
.armcoin-edu-materials-featured__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #00C4F4;
	text-decoration: none !important;
	margin-top: auto;
	align-self: flex-start;
}
.armcoin-edu-materials-featured__cta:hover {
	color: #5ee4ff;
}
.armcoin-edu-materials-featured:hover .armcoin-edu-materials-featured__cta {
	color: #5ee4ff;
}
/* Education request form (homepage): one premium panel — no global .section-title dots */
.armcoin-edu-materials__inner > .armcoin-edu-materials-form__row {
	margin-top: 1.75rem;
	padding-top: 0;
}
@media (min-width: 768px) {
	.armcoin-edu-materials__inner > .armcoin-edu-materials-form__row {
		margin-top: 2rem;
	}
}
@media (min-width: 992px) {
	.armcoin-edu-materials__inner > .armcoin-edu-materials-form__row {
		margin-top: 2.25rem;
	}
}
.armcoin-edu-materials-form {
	background: rgba(7, 18, 32, 0.82);
	border: 1px solid rgba(0, 196, 244, 0.18);
	border-radius: 18px;
	padding: 20px 18px 22px;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}
@media (min-width: 768px) {
	.armcoin-edu-materials-form {
		padding: 28px 32px 32px;
	}
}
@media (min-width: 992px) {
	.armcoin-edu-materials-form {
		padding: 32px 36px 36px;
	}
}
.armcoin-edu-materials-form__head {
	text-align: left;
	margin: 0 0 18px;
	padding: 0;
}
.armcoin-edu-materials-form__kicker {
	display: inline-block;
	margin: 0 0 0;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: none;
	color: #67e8f9;
	background: rgba(0, 196, 244, 0.1);
	border: 1px solid rgba(0, 196, 244, 0.22);
	line-height: 1.25;
	vertical-align: middle;
}
.armcoin-edu-materials-form__kicker::before,
.armcoin-edu-materials-form__kicker::after {
	content: none !important;
	display: none !important;
}
.armcoin-edu-materials-form__title {
	margin: 14px 0 0;
	padding: 0;
	max-width: 720px;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #f8fafc;
}
@media (min-width: 768px) {
	.armcoin-edu-materials-form__title {
		font-size: clamp(1.55rem, 2.4vw, 2.25rem);
	}
}
.armcoin-edu-materials-form__intro {
	margin: 10px 0 0;
	padding: 0;
	max-width: 680px;
	font-size: clamp(0.95rem, 1.1vw, 1.05rem);
	line-height: 1.65;
	color: #a8b3c7;
}
/* CF7 (homepage education request only): product-style layout — scoped via .armcoin-edu-form-ui */
.armcoin-edu-materials-form__cf7 {
	margin-top: 0;
	padding-top: 4px;
	border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px 16px;
	align-items: start;
	margin: 0;
	max-width: 100%;
}

@media (min-width: 768px) {
	.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* Expect CF7 field order: name, contact, topic, level, message, submit — adjust in CF7 if needed */
	.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form > p:has(textarea),
	.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form > p:has(.wpcf7-submit),
	.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form > p:has(button[type="submit"]),
	.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form > p:has(input[type="file"]),
	.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form > .wpcf7-response-output {
		grid-column: 1 / -1;
	}
}

@supports not (selector(:has(*))) {
	@media (min-width: 768px) {
		.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form {
			grid-template-columns: 1fr;
		}
	}
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form > p {
	margin: 0;
	min-width: 0;
	width: 100%;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form > .wpcf7-response-output {
	margin: 0 !important;
	width: 100%;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form label {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: #e2e8f0;
	margin-bottom: 6px;
	line-height: 1.35;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form label .wpcf7-form-control-wrap {
	margin-top: 0;
	margin-bottom: 0;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 0;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form input[type="text"],
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form input[type="email"],
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form input[type="tel"],
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form input[type="url"],
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form select {
	width: 100%;
	box-sizing: border-box;
	background: rgba(7, 18, 32, 0.75);
	border: 1px solid rgba(0, 196, 244, 0.2);
	border-radius: 11px;
	font-size: 0.95rem;
	line-height: 1.35;
	color: #f8fafc;
	font-weight: 400;
	padding: 10px 14px;
	min-height: 48px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form select {
	cursor: pointer;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form textarea {
	width: 100%;
	box-sizing: border-box;
	background: rgba(7, 18, 32, 0.75);
	border: 1px solid rgba(0, 196, 244, 0.2);
	border-radius: 11px;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #f8fafc;
	font-weight: 400;
	padding: 12px 14px;
	min-height: 110px;
	resize: vertical;
	overflow-y: auto;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form input::placeholder,
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form textarea::placeholder {
	color: #94a3b8;
	font-size: 0.95rem;
	font-weight: 400;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form input:focus,
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form select:focus,
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-form textarea:focus {
	outline: none;
	border-color: #00c4f4;
	box-shadow: 0 0 0 2px rgba(0, 196, 244, 0.15);
	background: rgba(7, 18, 32, 0.88);
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui input.wpcf7-submit,
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui button.wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: 44px;
	min-height: 44px;
	margin-top: 0;
	padding: 0 18px;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	border-radius: 999px;
	border: none;
	color: #f8fafc;
	cursor: pointer;
	background: linear-gradient(135deg, #00c4f4 0%, #3b82f6 100%);
	box-shadow: 0 6px 20px rgba(0, 196, 244, 0.2);
	transition:
		transform 0.2s ease,
		filter 0.2s ease,
		box-shadow 0.2s ease;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui input.wpcf7-submit:hover,
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui button.wpcf7-submit:hover {
	filter: brightness(1.06);
	box-shadow: 0 8px 26px rgba(59, 130, 246, 0.28);
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui input.wpcf7-submit:focus-visible,
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui button.wpcf7-submit:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 2px rgba(0, 196, 244, 0.35),
		0 8px 26px rgba(59, 130, 246, 0.28);
}

@media (prefers-reduced-motion: no-preference) {
	.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui input.wpcf7-submit:hover,
	.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui button.wpcf7-submit:hover {
		transform: translateY(-1px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui input.wpcf7-submit:hover,
	.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui button.wpcf7-submit:hover {
		transform: none;
	}
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-spinner {
	margin-left: 10px;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-response-output {
	padding: 12px 14px;
	font-size: 0.875rem;
	line-height: 1.45;
	border-radius: 10px;
	clear: both;
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-mail-sent-ok {
	color: #bbf7d0;
	background: rgba(34, 197, 94, 0.12);
	border: 1px solid rgba(34, 197, 94, 0.35);
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-validation-errors,
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-acceptance-missing,
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-spam-blocked,
.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-mail-sent-ng {
	color: #fecaca;
	background: rgba(239, 68, 68, 0.1);
	border: 1px solid rgba(239, 68, 68, 0.35);
}

.armcoin-edu-materials-form__cf7 .armcoin-edu-form-ui .wpcf7-not-valid-tip {
	font-size: 0.8125rem;
	margin-top: 6px;
	color: #fca5a5;
}

.armcoin-edu-materials-form__fallback {
	text-align: left;
}

.armcoin-edu-materials-form__fallback p {
	color: rgba(164, 180, 195, 0.95);
	margin-bottom: 0.75rem;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	font-size: 0.9rem;
	line-height: 1.45;
}
@media (prefers-reduced-motion: reduce) {
	.armcoin-edu-materials-card:hover,
	.armcoin-edu-materials-featured:hover {
		transform: none;
	}
	.armcoin-edu-materials-featured:hover .armcoin-edu-materials-featured__play {
		transform: none;
	}
}

/* 8c. Hub card grids (page meta on useful-telegram / crypto-products / ai-products; see inc/hub-page-cards.php) */
.armcoin-resource-directory {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.armcoin-resource-directory__inner {
	max-width: 100%;
}
.armcoin-resource-card {
	background: linear-gradient(165deg, #050f1a 0%, #030b15 48%, #030910 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--armcoin-radius-lg, 16px);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 196, 244, 0.04) inset;
	padding: 1.35rem 1.25rem 1.25rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.armcoin-resource-card:hover {
	border-color: rgba(0, 196, 244, 0.42);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(0, 196, 244, 0.12) inset,
		0 0 28px rgba(0, 196, 244, 0.08);
	transform: translateY(-3px);
}
.armcoin-resource-card:focus-within {
	border-color: rgba(0, 196, 244, 0.38);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(0, 196, 244, 0.14) inset;
}
.armcoin-resource-card__media {
	flex-shrink: 0;
	margin: 0 0 1rem;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(255, 255, 255, 0.035);
	aspect-ratio: 16 / 9;
	position: relative;
}
.armcoin-resource-card__media-link {
	display: block;
	height: 100%;
	line-height: 0;
}
.armcoin-resource-card__media-link:focus-visible {
	outline: 2px solid rgba(0, 196, 244, 0.75);
	outline-offset: 3px;
	border-radius: 10px;
}
.armcoin-resource-card__thumb {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.armcoin-resource-card__media--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(
		145deg,
		rgba(255, 255, 255, 0.045) 0%,
		rgba(0, 196, 244, 0.05) 42%,
		rgba(255, 255, 255, 0.02) 100%
	);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.armcoin-resource-card__media--empty::after {
	content: "";
	width: 3rem;
	height: 3rem;
	border-radius: 14px;
	border: 1px solid rgba(0, 196, 244, 0.14);
	background: rgba(0, 196, 244, 0.06);
	opacity: 0.85;
}
.armcoin-resource-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}
.armcoin-resource-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	align-items: center;
	margin-bottom: 0.75rem;
	min-height: 1.65rem;
}
.armcoin-resource-card__official,
.armcoin-resource-card__badge {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 999px;
	padding: 0.2rem 0.6rem;
	border: 1px solid transparent;
}
.armcoin-resource-card__official {
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: #8aefff;
	background: rgba(0, 196, 244, 0.12);
	border-color: rgba(0, 196, 244, 0.38);
	box-shadow: 0 0 0 1px rgba(0, 196, 244, 0.06);
}
.armcoin-resource-card__badge {
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: none;
	color: #c8d4df;
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.12);
}
.armcoin-resource-card__main {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	margin-bottom: 0.85rem;
}
.armcoin-resource-card__title {
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.32;
	margin: 0 0 0.45rem;
	color: #fff;
}
.armcoin-resource-card__title a {
	color: inherit;
	text-decoration: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-word;
}
.armcoin-resource-card__title a:hover {
	color: #8aefff;
}
.armcoin-resource-card__title a:focus-visible {
	outline: 2px solid rgba(0, 196, 244, 0.75);
	outline-offset: 3px;
	border-radius: 4px;
	color: #8aefff;
}
.armcoin-resource-card__desc {
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(164, 180, 195, 0.95);
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	flex: 0 1 auto;
	word-break: break-word;
}
.armcoin-resource-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-top: auto;
	align-self: stretch;
	padding: 0.65rem 1rem;
	border-radius: 11px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #b8f6ff;
	text-decoration: none !important;
	background: rgba(0, 196, 244, 0.11);
	border: 1px solid rgba(0, 196, 244, 0.32);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
	transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.armcoin-resource-card__cta:hover {
	color: #e6fbff;
	background: rgba(0, 196, 244, 0.18);
	border-color: rgba(0, 196, 244, 0.48);
	box-shadow: 0 0 20px rgba(0, 196, 244, 0.1);
}
.armcoin-resource-card__cta:focus-visible {
	outline: 2px solid rgba(0, 196, 244, 0.85);
	outline-offset: 2px;
	color: #e6fbff;
}
@media (prefers-reduced-motion: reduce) {
	.armcoin-resource-card,
	.armcoin-resource-card__cta {
		transition: none;
	}
	.armcoin-resource-card:hover {
		transform: none;
	}
}

/*
 * AI Products hub: logo/app marks need a dedicated frame (not the global 16:9 + cover banner
 * treatment). Scoped to .armcoin-resource-directory--hub-ai-products only; other hubs unchanged.
 */
.armcoin-resource-directory--hub-ai-products .armcoin-resource-card__media--ai-logo {
	aspect-ratio: 1 / 1;
	width: 100%;
	max-width: min(14rem, 100%);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	padding: clamp(0.85rem, 2.2vw, 1.15rem);
	box-sizing: border-box;
	border-radius: 14px;
	border-color: rgba(255, 255, 255, 0.1);
	background: radial-gradient(
			120% 80% at 50% 0%,
			rgba(0, 196, 244, 0.09) 0%,
			rgba(0, 0, 0, 0.08) 45%,
			rgba(255, 255, 255, 0.03) 100%
		),
		linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.28) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 32px rgba(0, 0, 0, 0.35);
}
.armcoin-resource-directory--hub-ai-products .armcoin-resource-card__media-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 0;
	line-height: 0;
}
.armcoin-resource-directory--hub-ai-products .armcoin-resource-card__logo-stage {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 0;
	width: 100%;
	padding: clamp(0.65rem, 1.8vw, 1.05rem);
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(0, 196, 244, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), inset 0 -1px 0 rgba(0, 0, 0, 0.35),
		0 1px 0 rgba(0, 196, 244, 0.06);
}
.armcoin-resource-directory--hub-ai-products .armcoin-resource-card__thumb {
	width: auto !important;
	height: auto !important;
	max-width: min(78%, 11rem);
	max-height: min(72%, 10rem);
	object-fit: contain;
	object-position: center;
	flex-shrink: 0;
	margin: auto;
	display: block;
	filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.45));
}

/* choose-two */
.choose-bg {
	background-image: url(../img/bg/choose_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 130px 0 218px;
	position: relative;
}
.choose-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/bg/choose_shape01.png);
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 25px;
}
.choose-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/bg/choose_shape02.png);
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 19px;
}
.choose-item-two {
	margin-bottom: 30px;
}
.choose-icon-two {
	margin-bottom: 35px;
}
.choose-icon-two img {
	height: 48px;
}
.choose-item-two .choose-content {
	width: 77%;
}

/* 9. Chart */
.chart-inner {
	padding: 0 110px;
}
.chart-bg {
	background-image: url(../img/bg/chart_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 130px 0;
}
.chart-content .nav-tabs {
	border-bottom: none;
	margin: 0 -20px;
	margin-bottom: 50px;
}
.chart-content .nav-tabs .nav-item {
	padding: 0 20px;
}
.chart-content .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	padding: 0;
	position: relative;
}
.chart-content .nav-tabs .nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #00C4F4;
	transition: .3s linear;
	opacity: 0;
}
.chart-content .nav-tabs .nav-link.active::before {
	opacity: 1;
}
.chart-content {
	width: 72%;
}
.chart-content-inner .title {
	font-size: 55px;
	margin-bottom: 35px;
	letter-spacing: -0.01em;
	line-height: 1.2;
}
.chart-content-inner p {
	color: #A4B4C3;
	margin-bottom: 45px;
}


.chart-wrap {
	background: #0B1D33;
	border-radius: 20px;
	padding: 60px 45px 60px;
	text-align: center;
}
.chart-wrap img {
	margin-bottom: 75px;
}
.chart-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.chart-wrap ul li {
	width: 50%;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}
.chart-wrap ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #005F73;
}
.chart-wrap ul li:nth-child(2):before {
	background: #F72585;
}
.chart-wrap ul li:nth-child(3):before {
	background: #5DD400;
}
.chart-wrap ul li:nth-child(4):before {
	background: #FF9700;
}
.chart-wrap ul li:nth-child(5):before {
	background: #00C4F4;
}
.chart-wrap ul li:nth-child(6):before {
	background: #007FF4;
}

/* 10. Counter */
.counter-inner {
	background: #FFFFFF;
	box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
	border-radius: 20px;
	padding: 64px 75px 33px;
	position: relative;
	margin-top: -120px;
	margin-bottom: 10px;
}
.counter-inner::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	width: 80%;
	height: 80%;
	border-radius: 20px;
	background: #00C4F4;
	opacity: 0.08;
	z-index: -1;
}
.counter-item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.counter-icon {
	width: 71px;
	flex: 0 0 71px;
	margin-right: 30px;
}
.counter-content .count {
	display: flex;
	align-items: center;
	color: #030B15;
	letter-spacing: -0.02em;
	font-size: 48px;
	line-height: 0.85;
	margin-bottom: 8px;
}
.counter-content p {
	margin-bottom: 0;
	color: #646580;
	line-height: 1.6;
}


/* 11. RoadMap */
.roadmap-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.roadmap-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(360deg, #0B1D33 0%, rgba(11, 29, 51, 0) 97.51%);
	transform: matrix(1, 0, 0, -1, 0, 0);
	opacity: .8;
}
.roadmap-wrap {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1670px;
	overflow-x: auto;
}
.roadmap-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1670px;
	height: 8px;
	background: linear-gradient(294.72deg, #FF4581 9.05%, #4388DD 79.28%);
	opacity: 0.1;
}
.roadmap-item {
	width: 345px;
	display: flex;
	flex-direction: column;
	flex: 0 0 345px;
}
.roadmap-title {
	display: inline-block;
	color: #00C4F4;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 22px;
	letter-spacing: 0.1em;
}
.roadmap-content .dot {
	content: "";
	position: absolute;
	left: -8px;
	top: 0;
	width: 16px;
	height: 16px;
	background: #00C4F4;
	border-radius: 50%;
}
.roadmap-content .dot::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 32px;
	height: 32px;
	background: #00C4F4;
	opacity: 0.1;
	border-radius: 50%;
}
.roadmap-content {
	position: relative;
	margin-left: 57px;
	padding-left: 17px;
	padding-top: 110px;
}
.roadmap-content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #00C4F4;
}
.roadmap-content .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.roadmap-content p {
	margin-bottom: 0;
	color: #A4B4C3;
}
.roadmap-item:nth-child(even) {
	flex-direction: column-reverse;
	margin-bottom: 165px;
	width: 400px;
	flex: 0 0 400px;
}
.roadmap-item:nth-child(even) .roadmap-content .dot {
	top: auto;
	bottom: 0;
}
.roadmap-item:nth-child(even) .roadmap-title {
	margin-top: 22px;
	margin-bottom: 0;
}
.roadmap-item:nth-child(even) .roadmap-content {
	padding-bottom: 110px;
	padding-top: 0;
}
.roadmap-item:not(:first-child) {
	margin-left: -120px;
}
.roadmap-item:nth-child(odd) {
	margin-top: 165px;
	margin-left: -180px;
}
.roadmap-item:nth-child(1) {
	margin-left: 100px;
	width: 288px;
	flex: 0 0 auto;
}
.roadmap-item:last-child {
	width: 290px;
	flex: 0 0 auto;
}
.bt-roadmap-item:nth-child(2) .roadmap-content::before,
.bt-roadmap-item:nth-child(2) .dot,
.bt-roadmap-item:nth-child(2) .dot::before {
	background: #FF4581;
}
.bt-roadmap-item:nth-child(3) .roadmap-content::before,
.bt-roadmap-item:nth-child(3) .dot,
.bt-roadmap-item:nth-child(3) .dot::before {
	background: #FF9700;
}
.bt-roadmap-item:nth-child(4) .roadmap-content::before,
.bt-roadmap-item:nth-child(4) .dot,
.bt-roadmap-item:nth-child(4) .dot::before {
	background: #5DD400;
}
.bt-roadmap-item:nth-child(5) .roadmap-content::before,
.bt-roadmap-item:nth-child(5) .dot,
.bt-roadmap-item:nth-child(5) .dot::before {
	background: #007FF4;
}
.bt-roadmap-item:nth-child(6) .roadmap-content::before,
.bt-roadmap-item:nth-child(6) .dot,
.bt-roadmap-item:nth-child(6) .dot::before {
	background: #FF9700;
}
.bt-roadmap-item:nth-child(7) .roadmap-content::before,
.bt-roadmap-item:nth-child(7) .dot,
.bt-roadmap-item:nth-child(7) .dot::before {
	background: #FF4581;
}
.bt-roadmap-item:nth-child(2) .roadmap-title {
	color: #FF4581;
}
.bt-roadmap-item:nth-child(3) .roadmap-title {
	color: #FF9700;
}
.bt-roadmap-item:nth-child(4) .roadmap-title {
	color: #5DD400;
}
.bt-roadmap-item:nth-child(5) .roadmap-title {
	color: #007FF4;
}
.bt-roadmap-item:nth-child(6) .roadmap-title {
	color: #FF9700;
}
.bt-roadmap-item:nth-child(7) .roadmap-title {
	color: #FF4581;
}

/* roadmap-two */
.roadmap-wrap-two {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 50px;
}
.roadmap-wrap-two:last-child {
	margin-bottom: 0;
}
.roadmap-wrap-two::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: 8px;
	background: linear-gradient(294.72deg, #FF4581 9.05%, #4388DD 79.28%);
	opacity: 0.1;
}
.roadmap-wrap-two .roadmap-content .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #030B15;
	line-height: 1.62;
}
.roadmap-wrap-two .roadmap-content p {
	color: #727885;
}
.roadmap-wrap-two .roadmap-content {
	padding-top: 75px;
}
.roadmap-wrap-two .roadmap-item:nth-child(odd) {
	margin-top: 0;
	margin-left: 0;
}
.roadmap-wrap-two .roadmap-item:not(:first-child) {
	margin-left: 0;
}
.roadmap-wrap-two .roadmap-item:nth-child(even) .roadmap-content {
	padding-bottom: 0;
	padding-top: 75px;
}
.roadmap-wrap-two .roadmap-item:nth-child(even) {
	flex-direction: column;
	margin-bottom: 30px;
	flex: 0 0 400px;
	width: 400px;
}
.roadmap-wrap-two .roadmap-item:nth-child(even) .roadmap-content .dot {
	top: 0;
	bottom: auto;
}
.roadmap-wrap-two .roadmap-item:nth-child(even) .roadmap-title {
	margin-top: 0;
	margin-bottom: 22px;
}
.roadmap-wrap-two .roadmap-item:nth-child(2),
.roadmap-wrap-two .roadmap-item:nth-child(1) {
	margin-left: 130px;
}
.roadmap-wrap-two .roadmap-item:nth-child(4) {
	width: 260px;
	flex: 0 0 260px;
}
.roadmap-wrap-two .roadmap-item {
	margin-bottom: 30px;
}
.roadmap-wrap-two .roadmap-item:nth-child(2) .roadmap-content::before,
.roadmap-wrap-two .roadmap-item:nth-child(2) .dot,
.roadmap-wrap-two .roadmap-item:nth-child(2) .dot::before {
	background: #FF9700;
}
.roadmap-wrap-two .roadmap-item:nth-child(3) .roadmap-content::before,
.roadmap-wrap-two .roadmap-item:nth-child(3) .dot,
.roadmap-wrap-two .roadmap-item:nth-child(3) .dot::before {
	background: #007FF4;
}
.roadmap-wrap-two .roadmap-item:nth-child(4) .roadmap-content::before,
.roadmap-wrap-two .roadmap-item:nth-child(4) .dot,
.roadmap-wrap-two .roadmap-item:nth-child(4) .dot::before {
	background: #FF4581;
}
.roadmap-wrap-two .roadmap-item:nth-child(2) .roadmap-title {
	color: #FF9700;
}
.roadmap-wrap-two .roadmap-item:nth-child(3) .roadmap-title {
	color: #007FF4;
}
.roadmap-wrap-two .roadmap-item:nth-child(4) .roadmap-title {
	color: #FF4581;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(1) .roadmap-content::before,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(1) .dot,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(1) .dot::before {
	background: #FF4581;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(2) .roadmap-content::before,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(2) .dot,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(2) .dot::before {
	background: #007FF4;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(3) .roadmap-content::before,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(3) .dot,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(3) .dot::before {
	background: #FF9700;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(4) .roadmap-content::before,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(4) .dot,
.roadmap-wrap-two.bottom .roadmap-item:nth-child(4) .dot::before {
	background: #00C4F4;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(1) .roadmap-title {
	color: #FF4581;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(2) .roadmap-title {
	color: #007FF4;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(3) .roadmap-title {
	color: #FF9700;
}
.roadmap-wrap-two.bottom .roadmap-item:nth-child(4) .roadmap-title {
	color: #00C4F4;
}


/* 12. Document */
.area-bg {
	background-image: url(../img/bg/area_bg.png);
	background-size: cover;
	background-position: center;
}
.document-content .document-list {
	margin-bottom: 40px;
}
.document-content .document-list li {
	font-size: 18px;
	color: #fff;
	position: relative;
	margin-bottom: 15px;
	padding-left: 15px;
}
.document-content .document-list li:last-child {
	margin-bottom: 0;
}
.document-content .document-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}

/* 13. Team */
.team-area {
	position: relative;
	z-index: 1;
}
.team-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, #0B1D33 0%, rgba(11, 29, 51, 0) 97.51%);
	transform: matrix(1, 0, 0, -1, 0, 0);
	z-index: -1;
}
.team-item {
	text-align: center;
	margin-bottom: 60px;
}
.team-item .team-thumb {
	position: relative;
	border-radius: 50%;
	padding: 15px;
	margin-bottom: 30px;
	display: inline-block;
}
.team-item .team-thumb::before {
	content: "";
	left: 0;
	top: 0;
	width: 226px;
	height: 226px;
	background: transparent;
	border: 2px dashed #00C4F4;
	border-radius: 50%;
	position: absolute;
	transition: opacity .3s linear;
	animation: teamRotate 10s linear infinite;
	opacity: 0;
}
.team-item:hover .team-thumb::before {
	opacity: 1;
}
.team-item .team-thumb img {
	border-radius: 50%;
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
}
.team-item:hover .team-thumb img {
	filter: grayscale(0);
}
.team-content .title {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 500;
	transition: .3s linear;
}
.team-content span {
	display: block;
	margin-bottom: 10px;
}
.team-content .team-social {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -10px;
}
.team-content .team-social li {
	padding: 0 10px;
}
.team-content .team-social li a {
	color: #fff;
	font-size: 13px;
}
.team-content .team-social li a:hover {
	color: #00C4F4;
}

/* team-two */
.team-bg {
	background-image: url(../img/bg/team_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 130px 0 100px;
	position: relative;
}
.team-bg::after,
.team-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/bg/team_shape01.png);
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 29px;
}
.team-bg::after {
	background-image: url(../img/bg/team_shape02.png);
	top: auto;
	bottom: 0;
	height: 23px;
}
.team-item.team-item-two .team-thumb img {
	border-radius: 0;
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
}
.team-item.team-item-two:hover .team-thumb img {
	filter: grayscale(0);
}
.team-item.team-item-two .team-thumb {
	border-radius: 0;
	padding: 0;
	margin-bottom: 35px;
}
.team-item.team-item-two .team-thumb::before {
	display: none;
}
.team-item.team-item-two {
	margin-bottom: 30px;
}

/* 14. Download */
.download-content p {
	color: #727885;
	margin-bottom: 30px;
}
.download-btn {
	display: flex;
	align-items: center;
}
.download-btn a {
	margin-right: 20px;
	margin-top: 10px;
	display: block;
}

/* 15. Faq */
.faq-area {
	background: #F3F6FC;
	padding: 120px 0 130px;
	position: relative;
	z-index: 1;
}
.faq-wrap .accordion-item {
	background-color: transparent;
	border: none;
	margin-bottom: 20px;
	position: relative;
}
.faq-wrap .accordion-item:last-child {
	margin-bottom: 0;
}
.faq-wrap .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
}
.faq-wrap .accordion-item:first-of-type .accordion-button:not(.collapsed) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.faq-wrap .accordion-button {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Poppins', 'dejavu-sans', sans-serif;
	line-height: 1.25;
	padding: 37px 100px 37px 55px;
	border-radius: 100px;
	position: relative;
}
.faq-wrap .accordion-button:not(.collapsed) {
	color: #030B15;
	background-color: #fff;
	box-shadow: none;
	border-radius: 0;
}
.faq-wrap .accordion-body {
	padding: 0 40px 45px 55px;
	background: #fff;
	position: relative;
}
.faq-wrap .accordion-body::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #00C4F4;
}
.faq-wrap .accordion-body p {
	margin-bottom: 0;
	color: #727885;
	font-size: 18px;
	line-height: 1.55;
}
.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}
.accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-wrap .accordion-button::after {
	width: auto;
	height: auto;
	content: "\f063";
	background-image: none;
	background-size: auto;
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	font-size: 25px;
	position: absolute;
	right: 50px;
	top: 36px;
	color: #132047;
	opacity: .3;
}
.faq-wrap .accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(-180deg);
	opacity: 1;
}
.faq-shape-wrap img {
	position: absolute;
	z-index: -1;
}
.faq-shape-wrap img.img-one {
	left: 7%;
	bottom: 15%;
	animation: leftToRight 5s infinite linear;
}
.faq-shape-wrap img.img-two {
	right: 6%;
	top: 15%;
}
.faq-shape-wrap img.img-three {
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
}

/* 16. Blog */
.blog-post-item {
	margin-bottom: 60px;
}
.blog-post-thumb {
	margin-bottom: 30px;
}
.blog-post-thumb img {
	border-radius: 15px;
	width: 100%;
}
.blog-meta ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.blog-meta ul li {
	color: #030B15;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-right: 40px;
	margin-top: 5px;
}
.blog-meta ul li:last-child {
	margin-right: 0;
}
.blog-meta ul li i {
	margin-right: 10px;
	color: #564DCA;
}
.blog-meta ul li a {
	color: #030B15;
}
.blog-meta ul li a:hover {
	color: #564DCA;
}
.blog-post-content .title {
	color: #030B15;
	letter-spacing: -0.02em;
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.27;
}
.blog-post-content .title a:hover {
	color: #564DCA;
}
.blog-post-content p {
	margin-bottom: 30px;
}
.blog-post-content .btn.btn-two i {
	margin-left: 20px;
}
.blog-sidebar {
	margin-left: 25px;
}
.blog-widget {
	border: 1px solid #F2F5FA;
	box-shadow: 0px 12px 10px rgba(238, 239, 240, 0.25);
	background: #fff;
	padding: 40px 30px;
	margin-bottom: 40px;
}
.blog-widget .bw-title {
	font-size: 22px;
	margin-bottom: 20px;
	color: #030B15;
	letter-spacing: -0.02em;
}
.blog-widget .sidebar-search {
	position: relative;
}
.blog-widget .sidebar-search input {
	background: #F3F6FC;
	border: 1px solid #F2F4F6;
	color: #030A39;
	width: 100%;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 19px 50px 19px 20px;
	height: 60px;
}
.blog-widget .sidebar-search input::placeholder {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #727885;
}
.blog-widget .sidebar-search button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	border: none;
	background: transparent;
	padding: 0;
	font-size: 14px;
	color: #030A39;
}
.blog-widget .category-list ul li {
	margin-bottom: 15px;
}
.blog-widget .category-list ul li:last-child {
	margin-bottom: 0;
}
.blog-widget .category-list ul li a {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #727885;
	font-weight: 600;
	font-size: 12px;
	display: flex;
	align-items: center;
	border: 1px solid #F2F5FA;
	background: #FFFFFF;
	padding: 11px 18px;
}
.blog-widget .category-list ul li a span {
	margin-left: auto;
}
.blog-widget .category-list ul li a:hover {
	color: #171717;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.04);
}
.blog-widget .page-list ul li {
	margin-bottom: 20px;
}
.blog-widget .page-list ul li:last-child {
	margin-bottom: 0;
}
.blog-widget .page-list ul li a {
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	color: #727885;
}
.blog-widget .page-list ul li a i {
	margin-left: auto;
}
.blog-widget .page-list ul li a:hover {
	color: #171717;
}
.rc-post-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.rc-post-item:last-child {
	margin-bottom: 0;
}
.rc-post-thumb {
	width: 97px;
	flex: 0 0 97px;
	margin-right: 25px;
}
.rc-post-thumb img {
	border-radius: 10px;
}
.rc-post-content span {
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #727885;
	display: block;
	margin-bottom: 5px;
}
.rc-post-content .title {
	font-size: 15px;
	color: #141515;
	margin-bottom: 0;
	line-height: 1.42;
}
.rc-post-content .title a:hover {
	color: #564DCA;
}
.blog-widget .tag-list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
}
.blog-widget .tag-list ul li {
	padding: 0 5px 10px;
}
.blog-widget .tag-list ul li a {
	color: #b6b7ba;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	border: 1px solid #F2F4F6;
	padding: 6px 20px;
	display: block;
}
.blog-widget .tag-list ul li a:hover {
	opacity: 1;
	color: #fff;
	background: #564DCA;
	border-color: #564DCA;
}
.blog-widget:last-child {
	margin: 0 0;
}


/* blog-details */
.blog-details-wrap .blog-post-content p {
	margin-bottom: 15px;
}
.bd-approach-wrap {
	margin: 50px 0 65px;
}
.bd-approach-wrap .row .col-46 {
	width: 46%;
	flex: 0 0 46%;
}
.bd-approach-wrap .row .col-54 {
	width: 54%;
	flex: 0 0 54%;
}
.bd-approach-content {
	width: 93%;
}
.bd-approach-content .title {
	font-size: 24px;
	margin-bottom: 20px;
}
.bd-approach-content ul li {
	font-weight: 500;
	font-size: 15px;
	color: #171151;
	margin-bottom: 5px;
}
.bd-approach-content ul li:last-child {
	margin-bottom: 0;
}
.bd-approach-content ul li i {
	color: #564DCA;
	margin-right: 15px;
}
.bd-approach-img img {
	border-radius: 10px;
}
.bd-technology-content .title {
	letter-spacing: -0.03em;
	font-size: 24px;
	margin-bottom: 25px;
}
.blog-details-img {
	margin: 35px 0 40px;
}
.blog-details-img img {
	border-radius: 10px;
	margin-bottom: 20px;
}
.blog-details-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 36px 0;
	border-top: 1px solid #ECEEF3;
	border-bottom: 1px solid #ECEEF3;
}
.blog-details-tags {
	width: 70%;
	flex: 0 0 70%;
}
.blog-details-tags ul {
	display: flex;
	align-items: center;
}
.blog-details-tags ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.blog-details-social ul li.social-title,
.blog-details-tags ul li.tag-title {
	font-weight: 600;
	font-size: 20px;
	font-family: 'Poppins', 'dejavu-sans', sans-serif;
	letter-spacing: -0.02em;
	color: #030B15;
	margin-right: 20px;
}
.blog-details-tags ul li a {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #C1C1C1;
	display: block;
	padding: 5px 18px;
}
.blog-details-tags ul li a:hover {
	background: #564DCA;
	color: #fff;
}
.blog-details-social {
	width: 30%;
	flex: 0 0 30%;
}
.blog-details-social ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.blog-details-social ul li {
	margin-right: 20px;
}
.blog-details-social ul li:last-child {
	margin-right: 0;
}
.blog-details-social ul li a {
	font-size: 15px;
	color: #0072AC
}
.blog-details-social ul li:nth-child(3) a {
	color: #DA0021;
}
.blog-details-social ul li:nth-child(4) a {
	color: #0072AC;
}
.blog-details-social ul li:nth-child(5) a {
	color: #3AC4FF;
}
.comment-wrap {
	border-bottom: 1px solid #ECEEF3;
}
.comment-wrap .title {
	font-size: 20px;
	color: #030B15;
	margin: 0 0 30px;
}
.latest-comments ul li .comments-box {
	display: flex;
	align-items: flex-start;
	width: 74%;
	margin-bottom: 60px;
}
.latest-comments ul li .comments-box .comments-avatar {
	width: 80px;
	flex: 0 0 80px;
	margin-right: 30px;
}
.latest-comments ul li .comments-box .comments-avatar img {
	border-radius: 50%;
}
.latest-comments ul li .comments-box .avatar-name {
	margin-bottom: 10px;
}
.latest-comments ul li .comments-box .avatar-name .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: #030B15;
	font-size: 16px;
	margin-bottom: 0;
}
.latest-comments ul li .comments-box .avatar-name .title a {
	font-size: 20px;
	opacity: .5;
}
.latest-comments ul li .comments-box .avatar-name .title a:hover {
	opacity: 1;
}
.latest-comments ul li .comments-box .avatar-name span {
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	color: #727885;
}
.latest-comments ul li .comments-box .comment-text p {
	margin-bottom: 0;
	font-size: 14px;
}
.latest-comments ul li .children {
	margin-left: 100px;
}
.latest-comments ul li .children .comments-box {
	width: 84%;
}
.post-comments-form {
	margin-top: 50px;
}
.post-comment-content {
	margin-bottom: 45px;
}
.post-comment-content .title {
	color: #030B15;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
	font-size: 20px;
}
.post-comment-content p {
	margin-bottom: 0;
}
.comment-form .form-grp {
	margin-bottom: 30px;
}
.comment-form .form-grp textarea,
.comment-form .form-grp input {
	display: block;
	border: none;
	width: 100%;
	background: #F3F6FC;
	border-radius: 5px;
	color: #171151;
	font-weight: 400;
	font-size: 15px;
	display: block;
	padding: 17px 20px;
	height: 60px;
}
.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
	color: #B2B0C1;
	font-weight: 400;
	font-size: 15px;
}
.comment-form .form-grp textarea {
	min-height: 172px;
	max-height: 172px;
}
.comment-form .btn.btn-two:hover {
	background: #00C4F4;
}


/* 17. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 10px;
	margin-bottom: 0 !important;
}
.pagination-wrap ul li {
	display: block;
	margin: 10px 3.7px 0;
}
.pagination-wrap ul li a {
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #F2F5FA;
	border-radius: 5px;
	background: transparent;
	font-weight: 500;
	font-size: 14px;
	color: #8A879F;
}
.pagination-wrap ul li a:hover,
.pagination-wrap ul li .current {
	color: #fff;
	background: #564DCA;
	border-color: #564DCA;
}


/* 18. Contact */
.contact-info-wrap {
	margin-bottom: 50px;
}
.contact-info-item {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.contact-info-item::before {
	content: "";
	position: absolute;
	right: -61px;
	top: 44px;
	background-image: url(../img/images/line.png);
	width: 122px;
	height: 9px;
}
.contact-info-wrap .row [class*="col-"]:last-child .contact-info-item::before {
	display: none;
}
.contact-info-item .icon {
	width: 107px;
	height: 107px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: transparent;
	font-size: 28px;
	color: #FF9700;
	margin: 0 auto;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.07);
	z-index: 1;
	margin-bottom: 10px;
}
.contact-info-item .icon-background {
	position: absolute;
	width: 83px;
	height: 83px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #0B1D33;
	border-radius: 50%;
	z-index: -1;
}
.contact-info-item .icon-background::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 83px;
	height: 83px;
	background: transparent;
	border: 3px solid #FF9700;
}
.contact-info-item .content p {
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 30px;
}
.contact-info-wrap .row [class*="col-"]:nth-child(2) .icon {
	color: #FF4581;
}
.contact-info-wrap .row [class*="col-"]:nth-child(3) .icon {
	color: #00C4F4;
}
.contact-info-wrap .row [class*="col-"]:nth-child(2) .icon-background::before {
	border-color: #FF4581;
}
.contact-info-wrap .row [class*="col-"]:nth-child(3) .icon-background::before {
	border-color: #00C4F4;
}
.contact-form-wrap {
	background-image: url(../img/bg/contact_bg.png);
	background-position: center;
	background-size: cover;
	padding: 80px;
}
.contact-form-wrap .form-grp {
	margin-bottom: 30px;
}
.contact-form-wrap .form-grp textarea,
.contact-form-wrap .form-grp input {
	width: 100%;
	background: #0B1D33;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 18px 20px;
	height: 65px;
}
.contact-form-wrap .form-grp textarea::placeholder,
.contact-form-wrap .form-grp input::placeholder {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	opacity: .7;
}
.contact-form-wrap .form-grp textarea {
	min-height: 184px;
	max-height: 184px;
}
.contact-form-wrap .submit-btn .btn {
	background: #0B1D33;
	border-color: #00C4F4;
}

/* contact-two */
.contact-bg {
	background-image: url(../img/bg/contact_bg02.jpg);
	background-size: cover;
	background-position: center;
	padding: 130px 0 250px;
	position: relative;
}
.contact-bg::after,
.contact-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/bg/contact_shape01.png);
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 29px;
}
.contact-bg::after {
	background-image: url(../img/bg/contact_shape02.png);
	top: auto;
	bottom: 0;
	height: 18px;
}
.contact-inner {
	padding: 0 40px;
}
.contact-info-wrap-two .title {
	font-size: 50px;
	margin-bottom: 35px;
	letter-spacing: -0.03em;
	line-height: 1.2;
}
.contact-list-item {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(246, 246, 246, 0.06);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	display: flex;
	align-items: center;
	padding: 22px 32px;
	width: 69%;
	margin-bottom: 15px;
}
.contact-list-item:last-child {
	margin-bottom: 0;
}
.contact-list-item .icon {
	width: 35px;
	flex: 0 0 35px;
	margin-right: 22px;
}
.contact-list-item .content p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 146.49%;
	color: #FFFFFF;
}
.contact-form-wrap-two .title {
	font-size: 30px;
	text-transform: none;
	letter-spacing: -0.03em;
	line-height: 2;
	margin-bottom: 35px;
}
.contact-form-wrap-two textarea,
.contact-form-wrap-two input {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(246, 246, 246, 0.06);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	width: 100%;
	letter-spacing: -0.02em;
	color: #030B15;
	font-weight: 400;
	font-size: 20px;
	padding: 17px 22px;
	line-height: 1.5;
	height: 66px;
	margin-bottom: 20px;
	display: block;
	transition: .3s linear;
}
.contact-form-wrap-two textarea::placeholder,
.contact-form-wrap-two input::placeholder {
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.38);
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
}
.contact-form-wrap-two textarea:focus,
.contact-form-wrap-two input:focus {
	background: #fff;
	border-color: #fff;
}
.contact-form-wrap-two textarea {
	min-height: 165px;
	max-height: 165px;
}
.contact-form-wrap-two .btn.btn-two {
	background: #00C4F4;
}
.contact-form-wrap-two .btn.btn-two:hover {
	background: #564DCA;
}

/* 19. Newsletter */
.newsletter-wrap {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 26px 23px rgba(81, 98, 132, 0.06);
	border-radius: 10px;
	padding: 64px 50px;
	margin-top: -120px;
	z-index: 1;
	position: relative;
}
.newsletter-content {
	width: 42.5%;
	flex: 0 0 42.5%;
}
.newsletter-content .title {
	color: #030B15;
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 0;
	letter-spacing: -1px;
}
.newsletter-form {
	width: 57.5%;
	flex: 0 0 57.5%;
}
.newsletter-form form {
	position: relative;
}
.newsletter-form input {
	width: 100%;
	border: 1px solid #ECEEF3;
	border-radius: 4px;
	background: #F3F6FC;
	font-size: 16px;
	font-weight: 400;
	color: #030B15;
	padding: 26px 215px 26px 25px;
	line-height: 1.25;
	height: 72px;
}
.newsletter-form input::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #667279;
}
.newsletter-form form button {
	position: absolute;
	right: 12px;
	top: 8px;
	bottom: 8px;
}
.newsletter-form .btn.btn-two {
	padding: 21px 47px;
}


/* 20. Footer */
.footer-area {
	position: relative;
	z-index: 1;
}
.footer-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(359.43deg, #0B1D33 11.06%, rgba(11, 29, 51, 0) 99.43%);
	z-index: -1;
}
.footer-scroll-wrap {
	position: relative;
	z-index: 1;
}
.footer-scroll-wrap .scroll-to-target {
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #030B15;
	border: 1px solid #1F262F;
	border-radius: 50%;
	font-size: 18px;
	padding: 0 0;
	color: #fff;
	margin: 0 auto;
}
.footer-scroll-wrap .scroll-to-target:hover {
	background: #00C4F4;
	border-color: #00C4F4;
}
.footer-scroll-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #1F262F;
	z-index: -1;
}
.footer-top {
	padding: 55px 0 50px;
}
.footer-widget {
	margin-bottom: 30px;
}
.footer-widget .f-logo {
	margin-bottom: 20px;
	display: block;
}
.footer-content p {
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 26px;
	color: #A4B4C3;
}
.footer-social {
	display: flex;
	align-items: center;
	margin: 0 -7px;
}
 .footer-social li {
	padding: 0 7px;
}
 .footer-social li a {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #719ED6;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}
.footer-social li a:hover {
	background: #00C4F4;
	border-color: #00C4F4;
}
.footer-widget .fw-title {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 25px 0 27px;
}
.footer-link ul li {
	margin-bottom: 10px;
}
.footer-link ul li:last-child {
	margin-bottom: 0;
}
.footer-link ul li a {
	font-size: 15px;
	line-height: 20px;
	color: #A4B4C3;
	position: relative;
}
.footer-link ul li a::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.footer-link ul li a:hover::before {
	-webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.footer-link ul li a:hover {
	color: #fff;
}
.footer-top .row [class*="col-"]:nth-child(2) .footer-widget {
	margin-left: 80px;
}
.footer-top .row [class*="col-"]:nth-child(4) .footer-widget {
	margin-left: 75px;
}
.footer-newsletter p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 60px;
	color: #A4B4C3;
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter form input {
	width: 100%;
	border: none;
	background: rgb(118 118 130 / 10%);
	border-radius: 10px;
	font-weight: 400;
	font-size: 15px;
	padding: 23px 80px 23px 25px;
	color: #fff;
	height: 72px;
}
.footer-newsletter form input::placeholder {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
.footer-newsletter form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 72px;
	background: #00C4F4;
	border-radius: 10px;
	font-size: 20px;
	color: #fff;
	border: none;
}
.footer-bottom {
	border-top: 1px solid rgb(255 255 255 / 6%);
	padding: 27px 0;
}
.copyright-text p {
	color: #fff;
	margin-bottom: 0;
	font-size: 15px;
}
.footer-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -30px;
}
.footer-menu ul li {
	padding: 0 30px;
}
.footer-menu ul li a {
	font-size: 15px;
	color: #A4B4C3;
	font-weight: 500;
}
.footer-menu ul li a:hover {
	color: #fff;
}

/* footer-two */
.footer-area-two .footer-top {
	padding: 70px 40px 65px;
}
.footer-menu-two .navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer-menu-two .navigation li {
	margin-right: 60px;
}
.footer-menu-two .navigation li:last-child {
	margin-right: 0;
}
.footer-menu-two .navigation li a {
	color: #030B15;
	font-weight: 500;
	font-size: 16px;
}
.footer-menu-two .navigation li a:hover {
	color: #00C4F4;
}
.footer-area-two .footer-social ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-area-two .footer-social ul li {
	margin-right: 40px;
}
.footer-area-two .footer-social ul li:last-child {
	margin-right: 0;
}
.footer-area-two .footer-social ul li a {
	color: #0A142F;
	opacity: .3;
	font-size: 24px;
	line-height: 1;
}
.footer-area-two .footer-social ul li a:hover {
	color: #00C4F4;
	opacity: 1;
}
.footer-area-two .footer-bottom {
	border-top: 1px solid #F0F3F9;
	padding: 40px 40px;
}
.footer-area-two .copyright-text p {
	color: #282F3B;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
}
.footer-area-two .scroll-up .scroll-to-target {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #564DCA;
	padding: 0 0;
	border: none;
	color: #fff;
	font-size: 17px;
	margin: -60px auto 15px;
}
.footer-area-two .scroll-up .scroll-to-target:hover {
	background: #00C4F4;
}
.footer-area-two .scroll-up span {
	display: block;
	color: #0A142F;
	font-size: 14px;
	font-weight: 500;
}
.footer-bottom-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer-bottom-menu ul li {
	margin-right: 30px;
}
.footer-bottom-menu ul li:last-child {
	margin-right: 0;
}
.footer-bottom-menu ul li a {
	font-size: 15px;
	color: #0A142F;
	font-weight: 500;
}
.footer-bottom-menu ul li a:hover {
	color: #00C4F4;
}

/* footer-three */
.footer-bg {
	background-image: url(../img/bg/breadcrumb-bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 120px;
}
.footer-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/bg/footer_shape.png);
	background-repeat: repeat;
	background-position: center;
	width: 100%;
	height: 29px;
}
.footer-area-three .footer-top {
	padding: 0 0 50px;
}


.bt-roadmap-wrap {
	display: flex;
	padding: 0;
	min-height: 490px;
	margin: 10px 0 0;
	justify-content: flex-end;
}
.bt-roadmap_x {
	position: relative;
}
.bt-roadmap_x::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 0px);
	transform: translateY(-50%);
	width: 1670px;
	height: 8px;
	background: linear-gradient(294.72deg, #FF4581 9.05%, #4388DD 79.28%);
	opacity: 0.1;
}
.bt-roadmap-item {
	display: flex;
	width: 370px;
	flex: 0 0 auto;
	height: 305px;
	align-self: flex-end;
	flex-direction: column;
	justify-content: flex-start;
}
.bt-roadmap-item:nth-child(even) {
	align-self: flex-start;
	flex-direction: column-reverse;
	margin-top: -10px;
}
.bt-roadmap-item:nth-child(even) .roadmap-title {
	margin: 22px 0 0;
}
.roadmap-content span {
	display: block;
	color: #A4B4C3;
}
.bt-roadmap-item:nth-child(even) .roadmap-content {
	padding: 0 0 110px 17px;
}
.bt-roadmap-item:nth-child(even) .roadmap-content .dot {
	top: auto;
	bottom: 0;
}
.bt-roadmap-item:not(:first-child) {
	margin-left: -155px;
}
.bt-roadmap-item:last-child {
	width: 280px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	display: none;
}
.bt-roadmap_x._mCS_1.mCS_no_scrollbar {
	padding-bottom: 0;
}
.bt-roadmap_x.mCustomScrollbar {
	padding: 0 0 30px;
}
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
}
.bt-roadmap_x:not(.mCS_no_scrollbar):before {
	top: calc(50% - 15px);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #00c2f2;
}

/* 21. Preloader */
#preloader {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #030B15;
	z-index: 999;
	width: 100%;
	height: 100%;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #00c2f2;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1.0);
  };
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  };
}

/*
 * Archive / blog listing shell: calmer section padding when hub chooser is present.
 * :has() targets Blog template; .category-archive-hub targets category archives.
 */
.blog-area.pt-130.pb-130.category-archive-hub,
.blog-area.pt-130.pb-130:has(.blog-category-hub-nav),
.blog-area.pt-130.pb-130.crypto-news-archive {
	padding-top: 64px !important;
	padding-bottom: 60px !important;
}
@media (max-width: 991.98px) {
	.blog-area.pt-130.pb-130.category-archive-hub,
	.blog-area.pt-130.pb-130:has(.blog-category-hub-nav),
	.blog-area.pt-130.pb-130.crypto-news-archive {
		padding-top: 52px !important;
		padding-bottom: 48px !important;
	}
}
@media (max-width: 767.98px) {
	.blog-area.pt-130.pb-130.category-archive-hub,
	.blog-area.pt-130.pb-130:has(.blog-category-hub-nav),
	.blog-area.pt-130.pb-130.crypto-news-archive {
		padding-top: 42px !important;
		padding-bottom: 38px !important;
	}
}
@media (max-width: 575.98px) {
	.blog-area.pt-130.pb-130.category-archive-hub,
	.blog-area.pt-130.pb-130:has(.blog-category-hub-nav),
	.blog-area.pt-130.pb-130.crypto-news-archive {
		padding-top: 34px !important;
		padding-bottom: 32px !important;
	}
}
/* Editorial intro / archive description — tight rhythm with hub cards, readable contrast */
.blog-area .armcoin-intro-copy {
	box-sizing: border-box;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.65rem;
	padding: 0.82rem 1rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.98rem;
	line-height: 1.58;
	letter-spacing: 0.008em;
	font-weight: 400;
	overflow-wrap: break-word;
	word-wrap: break-word;
	text-wrap: pretty;
	border-radius: var(--armcoin-radius-md);
	background: rgba(0, 196, 244, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.11);
}
.blog-area .armcoin-intro-copy.entry-content > *:first-child {
	margin-top: 0;
}
.blog-area .armcoin-intro-copy.entry-content > *:last-child {
	margin-bottom: 0;
}
.blog-area .armcoin-intro-copy.entry-content p {
	margin-bottom: 0.52em;
}
.blog-area .armcoin-intro-copy.entry-content p:last-child {
	margin-bottom: 0;
}
.blog-area .blog-page-intro:not(.armcoin-intro-copy),
.blog-area .category-archive-description:not(.armcoin-intro-copy) {
	max-width: 42rem;
	margin-bottom: 0.7rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.925rem;
	line-height: 1.58;
	letter-spacing: 0.004em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.blog-area .container > .blog-category-hub-nav + .row {
	margin-top: 0.5rem;
}

/*
 * Post listing cards (category archives + Blog page template only).
 * Targets .blog-post-item without .blog-details-wrap so single/page layouts stay unchanged.
 * Flex column + full-height columns align CTAs and balance rows at desktop widths.
 */
.blog-area .row > .col-md-4.d-flex {
	align-items: stretch;
}
.blog-area .blog-post-item:not(.blog-details-wrap) {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	margin-bottom: 20px;
	padding: 9px 11px 12px;
	border: 1px solid var(--armcoin-border-subtle);
	border-radius: var(--armcoin-radius-md);
	background: var(--armcoin-surface-listing);
	box-sizing: border-box;
	box-shadow: var(--armcoin-shadow-inset-soft);
	transition: border-color 0.18s ease, background-color 0.18s ease;
}
.blog-area .blog-post-item:not(.blog-details-wrap):hover {
	border-color: var(--armcoin-border-subtle-hover);
	background: var(--armcoin-surface-listing-hover);
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-thumb {
	flex: 0 0 auto;
	margin-bottom: 10px;
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-thumb img {
	border-radius: var(--armcoin-radius-md);
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	height: auto;
	min-height: 0;
}
/* Crypto News home featured: show full hero (no 16:9 cover crop). Archive digest uses uniform frame below. */
.blog-area.home-crypto-news-preview .blog-post-item.crypto-news-home-featured:not(.blog-details-wrap) .blog-post-thumb img {
	aspect-ratio: unset;
	object-fit: contain;
	object-position: center center;
	width: 100%;
	height: auto;
	max-height: none;
	min-height: 0;
}
.blog-area.home-crypto-news-preview .blog-post-item.crypto-news-home-featured:not(.blog-details-wrap) .blog-post-thumb {
	background: rgba(3, 11, 21, 0.45);
	border-radius: var(--armcoin-radius-md);
}
/* Crypto News archive listing: fixed media frame + cover (2:1 — slightly less dominant than 16:9) */
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .blog-post-thumb {
	flex-shrink: 0;
	overflow: hidden;
	margin-bottom: 8px;
	border-radius: var(--armcoin-radius-md);
	background: rgba(3, 11, 21, 0.45);
	aspect-ratio: 2 / 1;
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .blog-post-thumb > a {
	display: block;
	height: 100%;
	line-height: 0;
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .blog-post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 0 !important;
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .blog-post-thumb-empty {
	height: 100%;
	min-height: 100%;
	aspect-ratio: auto;
	border-radius: inherit;
}
/* Stable meta band + fill Bootstrap column so flex column can push CTA to one baseline per row */
.blog-area.crypto-news-archive .row > .col-md-4.d-flex > .blog-post-item.crypto-news-digest:not(.blog-details-wrap) {
	height: 100%;
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) {
	padding: 8px 10px 10px;
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-meta {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	min-height: 3rem;
	box-sizing: border-box;
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-meta .blog-meta {
	width: 100%;
}
/* Archive markup: .crypto-news-card-body + .crypto-news-card-excerpt + .crypto-news-card-footer (see archive-crypto_news.php) */
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-body {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-excerpt {
	flex: 0 0 auto;
	min-height: calc(11.5px * 1.45 * 3);
	max-height: calc(11.5px * 1.45 * 3);
	overflow: hidden;
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-excerpt p {
	min-height: 0;
	max-height: none;
	flex: 0 1 auto;
	margin-bottom: 0 !important;
	font-size: 11.5px !important;
	line-height: 1.45 !important;
	color: rgba(255, 255, 255, 0.7) !important;
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-footer {
	flex: 0 0 auto;
	margin-top: auto;
	padding-top: 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-footer .btn {
	margin-top: 0;
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
	background: rgba(0, 196, 244, 0.08);
	border-color: rgba(0, 196, 244, 0.28);
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-footer .btn:hover {
	background: rgba(0, 196, 244, 0.16);
	border-color: rgba(0, 196, 244, 0.42);
	color: #fff;
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-thumb-empty {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 0;
	border-radius: var(--armcoin-radius-md);
	background: linear-gradient(145deg, #182636 0%, #263952 100%);
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-content .title {
	font-size: 1.03rem !important;
	line-height: 1.29 !important;
	margin-bottom: 6px !important;
	letter-spacing: -0.012em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-content .title a {
	color: rgba(255, 255, 255, 0.94) !important;
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-content .title a:hover {
	color: #00c4f4 !important;
}
/* Archive digest: lighter title band + tighter rhythm (overrides generic listing title above) */
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .blog-post-content .title {
	font-size: 0.97rem !important;
	line-height: 1.24 !important;
	margin-bottom: 4px !important;
	min-height: calc(0.97rem * 1.24 * 2);
	letter-spacing: -0.01em;
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-content p {
	flex: 0 1 auto;
	margin-bottom: 9px !important;
	color: rgba(255, 255, 255, 0.68);
	font-size: 12.25px;
	line-height: 1.52;
	min-height: calc(1.5em * 3);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-content .btn {
	align-self: flex-start;
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 3px 12px;
	font-size: 9.5px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	/* Same visual tier as .btn.btn-quiet; listing markup unchanged */
	border-radius: var(--armcoin-radius-sm);
	background: rgba(var(--armcoin-rgb-purple), 0.19);
	border: 1px solid rgba(var(--armcoin-rgb-purple), 0.32);
	color: rgba(255, 255, 255, 0.9);
	box-shadow: none;
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-content .btn::after {
	display: none;
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-content .btn:hover {
	background: rgba(var(--armcoin-rgb-purple), 0.3);
	border-color: rgba(var(--armcoin-rgb-cyan), 0.32);
	color: #fff;
}
.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-content .btn i {
	margin-left: 5px;
	font-size: 0.8em;
}
/* responsive.css sets min-height on .blog-post-thumb img ≤767px; restore listing aspect-ratio for hub/archive grids only */
@media (max-width: 767.98px) {
	.blog-area .blog-post-item:not(.blog-details-wrap) .blog-post-thumb img {
		min-height: 0 !important;
	}
}


/* -------------------------------------------------------------------------
 * Crypto News archive — visual polish pass
 * Archive only. Keeps structure/query/content unchanged.
 * ------------------------------------------------------------------------- */
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) {
        padding: 8px 10px 10px;
}

.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .blog-post-thumb {
        aspect-ratio: 2 / 1;
        margin-bottom: 8px;
}

.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-meta {
        min-height: 3rem;
        margin-bottom: 5px !important;
}

.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-body {
        gap: 2px;
}

.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .blog-post-content .title {
        font-size: 0.97rem !important;
        line-height: 1.24 !important;
        margin-bottom: 4px !important;
        min-height: calc(0.97rem * 1.24 * 2);
        letter-spacing: -0.01em;
}

.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-excerpt {
        min-height: calc(11.5px * 1.45 * 3);
        max-height: calc(11.5px * 1.45 * 3);
}

.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-excerpt p {
        font-size: 11.5px !important;
        line-height: 1.45 !important;
        color: rgba(255, 255, 255, 0.7) !important;
        margin-bottom: 0 !important;
}

.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        padding-top: 6px;
}

.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-footer .btn {
        width: 100%;
        justify-content: center;
        margin-top: 0;
        background: rgba(0, 196, 244, 0.08);
        border-color: rgba(0, 196, 244, 0.28);
}

.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-footer .btn:hover {
        background: rgba(0, 196, 244, 0.14);
        border-color: rgba(0, 196, 244, 0.42);
}

/* -------------------------------------------------------------------------
 * Crypto News — archive + home: digest meta / badge / kicker (dark blog cards)
 * ------------------------------------------------------------------------- */
.blog-area .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-meta,
.blog-area .blog-post-item.crypto-news-home-featured:not(.blog-details-wrap) .crypto-news-card-meta,
.blog-area .blog-post-item.crypto-news-home-compact:not(.blog-details-wrap) .crypto-news-card-meta {
	flex: 0 0 auto;
	margin-bottom: 8px;
	padding: 0 1px;
}
.blog-area.crypto-news-archive .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-meta {
	margin-bottom: 5px !important;
}
.blog-area .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-meta .blog-meta ul,
.blog-area .blog-post-item.crypto-news-home-featured:not(.blog-details-wrap) .crypto-news-card-meta .blog-meta ul,
.blog-area .blog-post-item.crypto-news-home-compact:not(.blog-details-wrap) .crypto-news-card-meta .blog-meta ul {
	margin-bottom: 0;
}
.blog-area .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-meta .blog-meta ul li,
.blog-area .blog-post-item.crypto-news-home-featured:not(.blog-details-wrap) .crypto-news-card-meta .blog-meta ul li,
.blog-area .blog-post-item.crypto-news-home-compact:not(.blog-details-wrap) .crypto-news-card-meta .blog-meta ul li {
	color: rgba(255, 255, 255, 0.62);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.blog-area .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-meta .blog-meta ul li i,
.blog-area .blog-post-item.crypto-news-home-featured:not(.blog-details-wrap) .crypto-news-card-meta .blog-meta ul li i,
.blog-area .blog-post-item.crypto-news-home-compact:not(.blog-details-wrap) .crypto-news-card-meta .blog-meta ul li i {
	margin-right: 6px;
	color: rgba(0, 196, 244, 0.65);
}
.blog-area .blog-post-item.crypto-news-digest:not(.blog-details-wrap) .crypto-news-card-lang,
.blog-area .blog-post-item.crypto-news-home-featured:not(.blog-details-wrap) .crypto-news-card-lang,
.blog-area .blog-post-item.crypto-news-home-compact:not(.blog-details-wrap) .crypto-news-card-lang {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.07em;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(var(--armcoin-rgb-purple), 0.32);
	border: 1px solid rgba(var(--armcoin-rgb-purple), 0.45);
	padding: 3px 8px;
	border-radius: var(--armcoin-radius-sm);
	line-height: 1;
}
.blog-area .blog-post-item.crypto-news-home-featured:not(.blog-details-wrap) .blog-post-content .crypto-news-kicker {
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: rgba(0, 196, 244, 0.88);
	margin-bottom: 8px;
}
.blog-area.home-crypto-news-preview .home-cn-editorial-row {
	align-items: stretch;
}
.blog-area.home-crypto-news-preview .home-cn-secondary-stack {
	gap: 1.25rem;
}
@media (min-width: 992px) {
	.blog-area.home-crypto-news-preview .home-cn-secondary-stack {
		min-height: 100%;
	}
}
.blog-area.home-crypto-news-preview .home-cn-cta-wrap {
	text-align: center;
	margin-top: 2rem;
}
.blog-area.home-crypto-news-preview .home-cn-cta-wrap .btn {
	min-width: 12.5rem;
	min-height: 32px;
	padding: 5px 16px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: var(--armcoin-radius-sm);
	background: rgba(var(--armcoin-rgb-purple), 0.22);
	border: 1px solid rgba(var(--armcoin-rgb-purple), 0.38);
	color: rgba(255, 255, 255, 0.92) !important;
	box-shadow: none;
}
.blog-area.home-crypto-news-preview .home-cn-cta-wrap .btn::after {
	display: none !important;
}
.blog-area.home-crypto-news-preview .home-cn-cta-wrap .btn:hover {
	background: rgba(var(--armcoin-rgb-purple), 0.34);
	border-color: rgba(var(--armcoin-rgb-cyan), 0.35);
	color: #fff !important;
}

/* Crypto News single — hero breadcrumb (editorial date line, EN vs HY/RU) */
.crypto-news-single-breadcrumb .breadcrumb-content .title {
	letter-spacing: -0.025em;
	line-height: 1.18;
	margin-bottom: 0.35rem;
}
.crypto-news-single-hero-deck {
	margin: 0 0 0.85rem;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.72);
}
.crypto-news-single-hero-deck time {
	color: rgba(255, 255, 255, 0.88);
	font-weight: 600;
}
.crypto-news-single-hero-deck--labeled .crypto-news-single-hero-label {
	display: inline-block;
	margin-right: 0.4rem;
	font-weight: 600;
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(0, 196, 244, 0.82);
}
@media (max-width: 575.98px) {
	.crypto-news-single-breadcrumb .breadcrumb-content .title {
		font-size: 1.35rem;
	}
	.crypto-news-single-hero-deck {
		font-size: 0.875rem;
		margin-bottom: 0.75rem;
	}
}

/* Crypto News single digest: dark editorial surfaces (matches listing tokens) */
.blog-details-area.crypto-news-single .alignleft {
	float: left;
	padding-right: 10px;
	margin-right: 15px;
	margin-bottom: 0;
}
.blog-details-area.crypto-news-single .alignright {
	float: right;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 0;
}
.blog-details-area.crypto-news-single img.alignright,
.blog-details-area.crypto-news-single img.alignleft {
	width: unset !important;
	height: unset !important;
	max-width: unset !important;
}
@media (max-width: 460px) {
	.blog-details-area.crypto-news-single img.alignright,
	.blog-details-area.crypto-news-single img.alignleft {
		width: 100% !important;
		height: auto !important;
		margin: 15px 0;
		padding: 0;
	}
}
.blog-details-area.crypto-news-single .blog-details-wrap .blog-post-thumb img {
	border-radius: var(--armcoin-radius-md);
	width: 100%;
	height: auto;
	max-height: none;
	min-height: 0;
	object-fit: contain;
	object-position: center center;
}
.blog-details-area.crypto-news-single .blog-details-wrap .blog-post-thumb {
	background: rgba(3, 11, 21, 0.35);
	border-radius: var(--armcoin-radius-md);
}
@media (max-width: 575.98px) {
	.blog-details-area.crypto-news-single .blog-details-wrap .blog-post-thumb img {
		max-height: none;
	}
}
.blog-details-area.crypto-news-single .armcoin-digest-single-meta {
	margin-bottom: 1.65rem;
}
.blog-details-area.crypto-news-single .armcoin-digest-single-meta .blog-meta ul {
	margin-bottom: 0;
}
.blog-details-area.crypto-news-single .armcoin-digest-single-meta .blog-meta ul li {
	color: rgba(255, 255, 255, 0.68);
}
.blog-details-area.crypto-news-single .armcoin-digest-lang-pill {
	display: inline-block;
	padding: 3px 10px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(var(--armcoin-rgb-purple), 0.32);
	border: 1px solid rgba(var(--armcoin-rgb-purple), 0.45);
	border-radius: var(--armcoin-radius-sm);
	line-height: 1;
}
.blog-details-area.crypto-news-single .blog-details-wrap .blog-post-content .armcoin-digest-lead {
	font-size: 1.0625rem;
	margin-bottom: 1.85rem;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.8);
	overflow-wrap: anywhere;
	word-wrap: break-word;
}
.blog-details-area.crypto-news-single.crypto-news-single--ui-en .blog-details-wrap .blog-post-content .armcoin-digest-lead {
	font-size: 1.09375rem;
	line-height: 1.64;
	margin-bottom: 2rem;
}
.blog-details-area.crypto-news-single .armcoin-digest-items-heading {
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(0, 196, 244, 0.9);
	margin-bottom: 1.45rem;
	margin-top: 0.15rem;
}
.blog-details-area.crypto-news-single.crypto-news-single--ui-en .armcoin-digest-items-heading {
	margin-bottom: 1.6rem;
}
.blog-details-area.crypto-news-single .armcoin-digest-card {
	border: 1px solid var(--armcoin-border-subtle);
	border-radius: var(--armcoin-radius-md);
	background: var(--armcoin-surface-listing);
	box-shadow: var(--armcoin-shadow-inset-soft);
	padding: 1.35rem 1.45rem 1.5rem;
	height: 100%;
	margin-bottom: 0;
	transition: border-color 0.18s ease, background-color 0.18s ease;
}
.blog-details-area.crypto-news-single .armcoin-digest-card:hover {
	border-color: var(--armcoin-border-subtle-hover);
	background: var(--armcoin-surface-listing-hover);
}
.blog-details-area.crypto-news-single .armcoin-digest-emoji-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
	padding: 6px;
	border-radius: var(--armcoin-radius-md);
	background: rgba(var(--armcoin-rgb-purple), 0.18);
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 14px;
	border: 1px solid rgba(var(--armcoin-rgb-purple), 0.35);
}
.blog-details-area.crypto-news-single .armcoin-digest-card h3 {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0.65rem;
	color: rgba(255, 255, 255, 0.94);
	letter-spacing: -0.018em;
	line-height: 1.34;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}
.blog-details-area.crypto-news-single .armcoin-digest-card p {
	margin-bottom: 0;
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9875rem;
	line-height: 1.58;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}
@media (max-width: 575.98px) {
	.blog-details-area.crypto-news-single .armcoin-digest-card {
		padding: 1rem 1rem 1.1rem;
	}
	.blog-details-area.crypto-news-single .armcoin-digest-card h3 {
		font-size: 1.05rem;
	}
	.blog-details-area.crypto-news-single .blog-details-wrap .blog-post-content .armcoin-digest-lead {
		font-size: 0.98rem;
		margin-bottom: 1.35rem;
	}
}
.blog-details-area.crypto-news-single .armcoin-digest-lang-switch {
	margin-top: 2.65rem;
	padding: 1.35rem 1.45rem;
	border: 1px solid var(--armcoin-border-subtle);
	border-radius: var(--armcoin-radius-md);
	background: rgba(6, 15, 28, 0.55);
}
.blog-details-area.crypto-news-single .armcoin-digest-lang-switch strong {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
.blog-details-area.crypto-news-single .armcoin-digest-lang-switch ul {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.blog-details-area.crypto-news-single .armcoin-digest-lang-switch a {
	display: inline-block;
	padding: 7px 14px;
	border-radius: var(--armcoin-radius-sm);
	background: rgba(var(--armcoin-rgb-purple), 0.25);
	border: 1px solid rgba(var(--armcoin-rgb-purple), 0.4);
	color: rgba(255, 255, 255, 0.95) !important;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease;
}
.blog-details-area.crypto-news-single .armcoin-digest-lang-switch a:hover {
	background: rgba(var(--armcoin-rgb-purple), 0.38);
	border-color: rgba(var(--armcoin-rgb-cyan), 0.35);
	color: #fff !important;
}

/* Exchange request (A_Templates/Exchange.php) — desk-first layout, reduced chrome */
.armcoin-exchange-request {
	--er-accent: #00c8f0;
	--er-accent-soft: rgba(0, 200, 240, 0.1);
	--er-warm: #ffb86c;
	--er-surface: rgba(10, 18, 30, 0.55);
	--er-content-max: min(88rem, 100%);
	--er-radius: 20px;
	padding: clamp(1.15rem, 2.2vw, 1.65rem) 0 clamp(2rem, 4vw, 3.25rem);
	background:
		radial-gradient(ellipse 120% 80% at 50% -20%, rgba(0, 160, 200, 0.12), transparent 55%),
		linear-gradient(180deg, #03060c 0%, #0a1420 38%, #050a10 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.armcoin-exchange-request__container {
	max-width: min(100rem, 100%);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1rem, 4vw, 3rem);
	padding-right: clamp(1rem, 4vw, 3rem);
}
.armcoin-exchange-request .container.armcoin-exchange-request__container {
	max-width: min(100rem, 100%);
}
.armcoin-exchange-request__hero--desk {
	margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
	padding: 0;
	text-align: left;
}
.armcoin-exchange-request__hero-main {
	max-width: min(52rem, 100%);
}
.armcoin-exchange-request__kicker {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(0, 200, 235, 0.75);
	margin-bottom: 0.45rem;
}
.armcoin-exchange-request__title {
	font-size: clamp(1.85rem, 3.2vw, 2.45rem);
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.35rem;
	letter-spacing: -0.03em;
	line-height: 1.12;
}
.armcoin-exchange-request__lead {
	max-width: min(40rem, 100%);
	margin: 0 0 0.65rem;
	color: rgba(210, 220, 232, 0.92);
	line-height: 1.4;
	font-size: clamp(0.98rem, 1.5vw, 1.08rem);
	font-weight: 500;
}
.armcoin-exchange-request__trust {
	max-width: min(44rem, 100%);
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.45;
	color: rgba(150, 170, 192, 0.72);
	letter-spacing: 0.01em;
}
.armcoin-exchange-request__hero-note {
	display: none;
}
.armcoin-er-step__eyebrow {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(180, 198, 215, 0.55);
	margin: 0 0 1rem;
}
.armcoin-er-desk-quote {
	max-width: var(--er-content-max);
	margin: 0 auto 1.25rem;
}
.armcoin-er-rate-banner {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1.35rem 1.5rem 1.4rem;
	margin-bottom: 0;
	min-height: 5.75rem;
	justify-content: center;
	border-radius: var(--er-radius);
	border: 1px solid rgba(0, 200, 230, 0.22);
	background: linear-gradient(125deg, rgba(0, 185, 220, 0.14) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(6, 12, 22, 0.6) 100%);
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
}
.armcoin-er-rate-banner__row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
}
.armcoin-er-rate-banner__label {
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: rgba(0, 215, 245, 0.65);
	flex: 0 0 auto;
	min-width: 0;
	max-width: 42%;
}
.armcoin-er-rate-banner__quote {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 0.65rem;
	flex: 1 1 auto;
	min-width: 0;
}
.armcoin-er-rate-banner__pill {
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.2rem 0.45rem;
	border-radius: 7px;
	line-height: 1;
	border: 1px solid rgba(0, 200, 235, 0.3);
	color: rgba(185, 245, 255, 0.95);
	background: rgba(0, 160, 200, 0.12);
	flex-shrink: 0;
}
.armcoin-er-rate-banner__num {
	font-size: clamp(1.55rem, 3.8vw, 2.05rem);
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
	color: #f5ffff;
	line-height: 1.1;
	text-align: right;
	min-width: 0;
}
.armcoin-er-rate-banner__adjust {
	margin: 0.35rem 0 0;
	font-size: 0.68rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.35);
	font-weight: 500;
}
.armcoin-er-rate-banner--feed {
	border-color: rgba(0, 196, 244, 0.22);
}
.armcoin-er-rate-banner--feed .armcoin-er-rate-banner__label {
	color: rgba(0, 215, 250, 0.72);
}
.armcoin-er-rate-banner--ref {
	border-color: rgba(255, 190, 130, 0.28);
	background: linear-gradient(125deg, rgba(255, 150, 80, 0.12) 0%, rgba(0, 0, 0, 0.42) 100%);
}
.armcoin-er-rate-banner--ref .armcoin-er-rate-banner__label {
	color: rgba(255, 210, 175, 0.75);
}
.armcoin-er-rate-banner--ref .armcoin-er-rate-banner__pill {
	border-color: rgba(255, 200, 150, 0.35);
	color: rgba(255, 225, 200, 0.96);
	background: rgba(255, 120, 60, 0.08);
}
.armcoin-er-rate-banner--ref .armcoin-er-rate-banner__num {
	color: rgba(255, 235, 215, 0.98);
}
.armcoin-er-rate-banner--ref .armcoin-er-rate-banner__adjust {
	color: rgba(255, 210, 180, 0.38);
}
.armcoin-er-rate-banner--desk {
	border-color: rgba(170, 150, 240, 0.3);
	background: linear-gradient(125deg, rgba(110, 90, 180, 0.14) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.armcoin-er-rate-banner--desk .armcoin-er-rate-banner__label {
	color: rgba(205, 195, 255, 0.82);
}
.armcoin-er-rate-banner--desk .armcoin-er-rate-banner__pill {
	border-color: rgba(180, 160, 255, 0.38);
	color: rgba(225, 218, 255, 0.96);
	background: rgba(90, 70, 160, 0.12);
}
.armcoin-er-rate-banner--desk .armcoin-er-rate-banner__num {
	color: rgba(235, 230, 255, 0.98);
}
.armcoin-er-rate-banner--desk .armcoin-er-rate-banner__adjust {
	color: rgba(200, 190, 255, 0.4);
}
.armcoin-er-route-detail {
	margin-top: 0.65rem;
	padding: 0;
	border: none;
	border-radius: 12px;
	background: transparent;
}
.armcoin-er-route-detail__summary {
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: rgba(150, 175, 200, 0.65);
	cursor: pointer;
	list-style: none;
	padding: 0.35rem 0;
}
.armcoin-er-route-detail__summary::-webkit-details-marker {
	display: none;
}
.armcoin-er-route-detail__summary::after {
	content: '+';
	float: right;
	font-weight: 700;
	color: rgba(0, 200, 235, 0.45);
}
.armcoin-er-route-detail[open] .armcoin-er-route-detail__summary::after {
	content: '−';
}
.armcoin-er-route-detail__text {
	margin: 0.4rem 0 0;
	font-size: 0.78rem;
	line-height: 1.45;
	color: rgba(175, 190, 208, 0.78);
}
.armcoin-er-route-detail--ref .armcoin-er-route-detail__summary {
	color: rgba(255, 200, 160, 0.55);
}
.armcoin-er-route-detail--ref .armcoin-er-route-detail__text {
	color: rgba(220, 200, 185, 0.75);
}
.armcoin-er-route-detail--desk .armcoin-er-route-detail__summary {
	color: rgba(200, 190, 240, 0.6);
}
.armcoin-er-route-detail--desk .armcoin-er-route-detail__text {
	color: rgba(200, 195, 225, 0.78);
}
.armcoin-er-amount-desk {
	max-width: var(--er-content-max);
	margin: 0 auto;
}
.armcoin-er-amounts-row {
	display: flex;
	flex-wrap: wrap;
}
.armcoin-er-amounts-row.armcoin-er-amounts-row--f2c .armcoin-er-field--fiat {
	order: 1;
}
.armcoin-er-amounts-row.armcoin-er-amounts-row--f2c .armcoin-er-field--crypto {
	order: 2;
}
.armcoin-er-amounts-tiles.armcoin-er-amounts-row {
	--bs-gutter-y: 1rem;
}
.armcoin-er-field-tile {
	box-sizing: border-box;
	border-radius: var(--er-radius);
	padding: 1.15rem 1.2rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.35) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.armcoin-er-field-tile__label {
	color: rgba(235, 242, 250, 0.92) !important;
	font-size: 0.7rem !important;
	letter-spacing: 0.1em !important;
	font-weight: 600 !important;
}
.armcoin-er-field-tile__input {
	font-size: 1.35rem !important;
	font-weight: 600 !important;
	padding: 1rem 1.1rem !important;
	border-radius: 14px !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: rgba(0, 0, 0, 0.35) !important;
}
.armcoin-er-meta-strip {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	--bs-gutter-x: 0.75rem;
	--bs-gutter-y: 0.65rem;
}
.armcoin-er-field--meta .armcoin-exchange-request__label {
	font-size: 0.6rem !important;
	letter-spacing: 0.1em !important;
	color: rgba(255, 255, 255, 0.38) !important;
	margin-bottom: 0.3rem !important;
}
.armcoin-er-field--meta .armcoin-exchange-request__control {
	font-size: 0.84rem !important;
	padding: 0.52rem 0.65rem !important;
	border-radius: 10px !important;
	background: rgba(0, 0, 0, 0.22) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.armcoin-er-input-highlight {
	font-size: inherit !important;
	font-weight: inherit !important;
	padding: inherit !important;
}
.armcoin-exchange-request__panel--desk {
	max-width: var(--er-content-max);
	width: 100%;
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 3.5vw, 2.25rem) clamp(1.35rem, 3.5vw, 2rem);
	border-radius: var(--er-radius);
	border: 1px solid rgba(255, 255, 255, 0.055);
	background: linear-gradient(175deg, rgba(16, 26, 40, 0.72) 0%, rgba(4, 10, 18, 0.88) 100%);
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}
.armcoin-exchange-request__panel--builder {
	padding-top: clamp(1.35rem, 3vw, 2rem);
}
.armcoin-er-builder__hint {
	font-size: 0.82rem;
	line-height: 1.45;
	color: rgba(165, 185, 205, 0.75);
	margin: 0 0 1.1rem;
	max-width: min(44rem, 100%);
}
.armcoin-er-route-summary {
	font-size: 0.8rem;
	color: rgba(0, 210, 245, 0.78);
	margin: 0.75rem 0 1rem;
	font-weight: 600;
}
.armcoin-er-quote-block {
	margin-top: 0.35rem;
}
.armcoin-er-delivery-block {
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.armcoin-er-contact-block {
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.armcoin-er-contact {
	margin-top: 0.1rem;
}
.armcoin-exchange-request__label {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.48);
	margin-bottom: 0.35rem;
}
.armcoin-exchange-request__control,
.armcoin-exchange-request__textarea {
	width: 100%;
	border-radius: 11px;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: rgba(0, 0, 0, 0.22) !important;
	color: #fff !important;
	padding: 0.62rem 0.8rem;
	font-size: 0.94rem;
}
.armcoin-exchange-request__control:focus,
.armcoin-exchange-request__textarea:focus {
	border-color: rgba(0, 196, 244, 0.4) !important;
	box-shadow: 0 0 0 2px rgba(0, 196, 244, 0.1);
	outline: none;
}
.armcoin-exchange-request__textarea {
	min-height: 80px;
	resize: vertical;
}
.armcoin-exchange-request__check {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.85rem;
	color: rgba(210, 220, 232, 0.85);
	cursor: pointer;
	margin-bottom: 1.1rem;
}
.armcoin-exchange-request__check input {
	margin-top: 0.18rem;
}
.armcoin-er-actions-final {
	margin-top: 0.35rem;
}
.armcoin-exchange-request__actions {
	text-align: center;
}
.armcoin-exchange-request__submit {
	min-width: 240px;
	max-width: 100%;
	padding: 0.9rem 1.35rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 12px !important;
	background: linear-gradient(180deg, rgba(0, 196, 244, 0.26) 0%, rgba(0, 120, 155, 0.14) 100%) !important;
	border: 1px solid rgba(0, 196, 244, 0.42) !important;
	color: #e8fbff !important;
	box-shadow: 0 12px 32px rgba(0, 196, 244, 0.15);
}
.armcoin-exchange-request__submit:hover {
	border-color: rgba(0, 196, 244, 0.65) !important;
	color: #fff !important;
}

/* Exchange desk — premium OTC layer (visual only; logic unchanged) */
.armcoin-exchange-request {
	--er-space-xs: 0.45rem;
	--er-space-sm: 0.75rem;
	--er-space-md: 1.1rem;
	--er-space-lg: 1.45rem;
	--er-space-xl: 2rem;
	--er-space-2xl: 2.6rem;
	--er-radius-sm: 11px;
	--er-radius-md: 15px;
	--er-radius-lg: 20px;
	--er-border-soft: rgba(255, 255, 255, 0.04);
	--er-border-accent: rgba(0, 210, 240, 0.22);
	--er-text-quiet: rgba(155, 175, 198, 0.68);
}
.armcoin-exchange-request__hero--desk.armcoin-exchange-request__hero--compact {
	margin-bottom: clamp(0.45rem, 1.2vw, 0.85rem);
}
.armcoin-exchange-request__hero--compact .armcoin-exchange-request__kicker {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 0.28rem;
	color: rgba(0, 200, 235, 0.58);
}
.armcoin-exchange-request__hero--compact .armcoin-exchange-request__title {
	font-size: clamp(1.48rem, 2.6vw, 1.95rem);
	margin-bottom: 0.28rem;
	letter-spacing: -0.035em;
	line-height: 1.08;
}
.armcoin-exchange-request__hero--compact .armcoin-exchange-request__lead {
	margin: 0 0 0.2rem;
	max-width: min(34rem, 100%);
	font-size: clamp(0.86rem, 1.35vw, 0.95rem);
	line-height: 1.38;
	color: rgba(205, 216, 230, 0.82);
	font-weight: 400;
}
.armcoin-exchange-request__hero--compact .armcoin-exchange-request__trust {
	margin-top: 0.35rem;
	padding: 0;
	border: none;
	font-size: 0.74rem;
	line-height: 1.42;
	color: rgba(145, 165, 188, 0.62);
	max-width: min(36rem, 100%);
}
.armcoin-exchange-request__panel--desk {
	border-radius: var(--er-radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.035);
	background: linear-gradient(178deg, rgba(12, 20, 32, 0.45) 0%, rgba(4, 9, 15, 0.72) 100%);
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.42);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.armcoin-exchange-request__panel--builder {
	padding-top: clamp(1.1rem, 2.4vw, 1.65rem);
	padding-bottom: clamp(1.2rem, 3vw, 1.85rem);
}
.armcoin-er-builder-shell {
	position: relative;
	margin-bottom: var(--er-space-md);
	padding: clamp(0.95rem, 2vw, 1.25rem) clamp(0.65rem, 1.8vw, 1.1rem) clamp(1rem, 2.2vw, 1.35rem);
	border-radius: var(--er-radius-md);
	border: 1px solid rgba(255, 255, 255, 0.055);
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(4, 10, 18, 0.35) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 14px 40px rgba(0, 0, 0, 0.28);
	overflow: visible;
}
.armcoin-er-builder-shell::before {
	display: none;
}
.armcoin-er-builder-shell > * {
	position: relative;
	z-index: 1;
}
.armcoin-er-builder-shell .armcoin-er-builder__hint {
	margin-bottom: clamp(0.85rem, 2vw, 1.15rem);
	font-size: 0.74rem;
	line-height: 1.45;
	color: var(--er-text-quiet);
	max-width: min(40rem, 100%);
}
.armcoin-er-builder__row {
	--bs-gutter-x: 1.35rem;
	--bs-gutter-y: 1rem;
	align-items: stretch;
}
.armcoin-er-builder__field {
	display: flex;
	flex-direction: column;
	gap: 0.42rem;
	min-height: 100%;
}
.armcoin-er-builder__label {
	font-size: 0.6rem !important;
	letter-spacing: 0.16em !important;
	color: rgba(210, 222, 238, 0.42) !important;
	margin-bottom: 0 !important;
	font-weight: 700 !important;
}
.armcoin-er-builder__col {
	display: flex;
	flex-direction: column;
}
.armcoin-er-builder__select-wrap {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	align-items: stretch;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, rgba(0, 200, 240, 0.04) 42%, rgba(0, 0, 0, 0.35) 100%);
	box-shadow:
		0 10px 28px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.armcoin-er-builder__select-wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 0.65rem;
	height: 0.4rem;
	margin-top: -0.05rem;
	pointer-events: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2300d4f0' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round' stroke-opacity='0.65' d='M1.5 2L6 6L10.5 2'/%3E%3C/svg%3E") center / contain no-repeat;
	opacity: 0.9;
}
#armcoin-exchange-request-form .armcoin-er-builder__select-wrap:has(.armcoin-er-builder__select:disabled) {
	opacity: 0.5;
	box-shadow: none;
}
#armcoin-exchange-request-form .armcoin-er-builder__select-wrap:has(.armcoin-er-builder__select:not(:disabled)):hover {
	border-color: rgba(0, 210, 240, 0.28);
	box-shadow:
		0 12px 32px rgba(0, 0, 0, 0.4),
		0 0 0 1px rgba(0, 200, 235, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#armcoin-exchange-request-form .armcoin-er-builder__select-wrap:focus-within {
	border-color: rgba(0, 205, 245, 0.55);
	box-shadow:
		0 0 0 3px rgba(0, 196, 244, 0.14),
		0 14px 36px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	outline: none;
}
#armcoin-exchange-request-form .armcoin-er-builder__select-wrap .armcoin-er-builder__select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	flex: 1 1 auto;
	min-height: 58px;
	padding: 0.78rem 2.85rem 0.78rem 1.15rem !important;
	font-size: 1.04rem !important;
	font-weight: 600 !important;
	line-height: 1.28;
	letter-spacing: 0.015em;
	color: #eef8ff !important;
	color-scheme: dark;
	border: none !important;
	border-radius: 12px !important;
	background-color: rgba(4, 10, 20, 0.55) !important;
	background-image: none !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease;
}
#armcoin-exchange-request-form .armcoin-er-builder__select-wrap .armcoin-er-builder__select:hover:not(:disabled) {
	background-color: rgba(6, 14, 26, 0.72) !important;
}
#armcoin-exchange-request-form .armcoin-er-builder__select-wrap .armcoin-er-builder__select:focus {
	outline: none !important;
	box-shadow: none !important;
}
#armcoin-exchange-request-form .armcoin-er-builder__select-wrap .armcoin-er-builder__select:disabled {
	opacity: 1;
	cursor: not-allowed;
	color: rgba(200, 215, 230, 0.45) !important;
}
#armcoin-exchange-request-form .armcoin-er-builder__select option {
	font-size: 0.95rem;
	font-weight: 500;
	padding: 0.55rem 0.85rem;
	background-color: #0b141f;
	color: #e8f4fc;
}
#armcoin-exchange-request-form .armcoin-er-builder__select option:checked {
	background-color: rgba(0, 55, 72, 0.95);
	color: #fff;
}
.armcoin-er-route-summary {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.62rem 0.95rem;
	margin: 0 0 var(--er-space-md);
	border-radius: 12px;
	border: 1px solid rgba(0, 200, 235, 0.12);
	background: rgba(0, 200, 235, 0.05);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
	color: rgba(175, 235, 248, 0.88);
	letter-spacing: 0.02em;
	font-variant-numeric: tabular-nums;
}
.armcoin-er-route-summary::before {
	content: '';
	flex-shrink: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, rgba(180, 250, 255, 0.95), rgba(0, 180, 220, 0.45));
	box-shadow: 0 0 14px rgba(0, 200, 240, 0.45);
}
.armcoin-er-quote-block {
	margin-top: 0.1rem;
}
.armcoin-er-quote-block__surface {
	padding: clamp(1.2rem, 2.8vw, 1.85rem);
	border-radius: var(--er-radius-lg);
	border: 1px solid var(--er-border-accent);
	background:
		radial-gradient(ellipse 100% 70% at 50% -10%, rgba(0, 200, 240, 0.14), transparent 52%),
		linear-gradient(165deg, rgba(14, 24, 38, 0.95) 0%, rgba(5, 10, 18, 0.98) 100%);
	box-shadow:
		0 32px 88px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(0, 200, 235, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.armcoin-er-quote-block__surface .armcoin-er-desk-quote {
	margin-bottom: var(--er-space-lg);
	max-width: 100%;
}
.armcoin-er-quote-block__surface .armcoin-er-rate-banner {
	border: none;
	border-radius: var(--er-radius-md);
	padding: clamp(1.15rem, 2.2vw, 1.65rem) clamp(1.1rem, 2vw, 1.5rem);
	background: linear-gradient(145deg, rgba(0, 185, 225, 0.18) 0%, rgba(0, 0, 0, 0.35) 48%, rgba(4, 12, 22, 0.55) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.armcoin-er-quote-block__surface .armcoin-er-rate-banner__row {
	flex-direction: column;
	align-items: stretch;
	gap: 0.55rem;
}
.armcoin-er-quote-block__surface .armcoin-er-rate-banner__label {
	max-width: 100%;
	font-size: 0.58rem;
	letter-spacing: 0.16em;
	color: rgba(0, 215, 245, 0.5);
}
.armcoin-er-quote-block__surface .armcoin-er-rate-banner__quote {
	width: 100%;
	justify-content: flex-start;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
}
.armcoin-er-quote-block__surface .armcoin-er-rate-banner__pill {
	font-size: 0.52rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	padding: 0.18rem 0.42rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.22);
	color: rgba(200, 230, 240, 0.55);
}
.armcoin-er-quote-block__surface .armcoin-er-rate-banner--ref .armcoin-er-rate-banner__pill,
.armcoin-er-quote-block__surface .armcoin-er-rate-banner--desk .armcoin-er-rate-banner__pill {
	border-color: rgba(255, 255, 255, 0.08);
}
.armcoin-er-quote-block__surface .armcoin-er-rate-banner--ref .armcoin-er-rate-banner__pill {
	color: rgba(255, 210, 185, 0.52);
	background: rgba(0, 0, 0, 0.18);
}
.armcoin-er-quote-block__surface .armcoin-er-rate-banner--desk .armcoin-er-rate-banner__pill {
	color: rgba(215, 205, 245, 0.52);
	background: rgba(0, 0, 0, 0.18);
}
.armcoin-er-quote-block__surface .armcoin-er-rate-banner__num {
	font-size: clamp(1.85rem, 4.2vw, 2.65rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
	text-align: left;
	width: 100%;
	color: #f2fdff;
}
.armcoin-er-quote-block__surface .armcoin-er-rate-banner__adjust {
	margin-top: 0.45rem;
	padding: 0;
	border: none;
	background: none;
	font-size: 0.68rem;
	color: rgba(175, 195, 210, 0.38);
}
.armcoin-er-quote-block__surface .armcoin-er-route-detail {
	margin-top: var(--er-space-sm);
	padding: 0;
	border: none;
	background: none;
	border-radius: 0;
}
.armcoin-er-quote-block__surface .armcoin-er-route-detail__summary {
	padding: 0.25rem 0;
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: rgba(150, 175, 200, 0.42);
}
.armcoin-er-quote-block__surface .armcoin-er-route-detail__text {
	font-size: 0.74rem;
	line-height: 1.5;
	color: rgba(165, 185, 205, 0.55);
}
.armcoin-er-quote-block__surface .armcoin-er-amount-desk {
	max-width: 100%;
	margin-top: 0.15rem;
}
.armcoin-er-quote-block__surface .armcoin-er-field-tile {
	border: none;
	border-radius: var(--er-radius-md);
	padding: 1.1rem 0.95rem 1.15rem;
	background: rgba(0, 0, 0, 0.22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.armcoin-er-quote-block__surface .armcoin-er-field-tile__label {
	font-size: 0.62rem !important;
	letter-spacing: 0.12em !important;
	color: rgba(210, 222, 235, 0.45) !important;
}
.armcoin-er-quote-block__surface .armcoin-er-field-tile__input {
	font-size: clamp(1.35rem, 3.2vw, 1.75rem) !important;
	font-weight: 600 !important;
	padding: 0.95rem 1rem !important;
	border-radius: var(--er-radius-sm) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	background: rgba(0, 0, 0, 0.35) !important;
}
.armcoin-er-quote-block__surface .armcoin-er-field-tile__input:focus {
	border-color: rgba(0, 196, 244, 0.5) !important;
	box-shadow: 0 0 0 3px rgba(0, 196, 244, 0.12);
}
.armcoin-er-field-tile {
	border-radius: var(--er-radius-md);
	padding: 1.15rem 1.15rem 1.2rem;
	border-color: rgba(255, 255, 255, 0.06);
}
.armcoin-er-field-tile__input:focus {
	border-color: rgba(0, 196, 244, 0.5) !important;
	box-shadow: 0 0 0 3px rgba(0, 196, 244, 0.12);
	outline: none;
}
.armcoin-er-field-tile__input {
	font-size: 1.32rem !important;
	font-weight: 600 !important;
	padding: 1rem 1.05rem !important;
	border-radius: var(--er-radius-sm) !important;
}
.armcoin-er-delivery-block {
	margin-top: var(--er-space-2xl);
	padding-top: var(--er-space-lg);
	border-top: 1px solid rgba(255, 255, 255, 0.045);
}
.armcoin-er-delivery-block__eyebrow {
	margin-bottom: var(--er-space-sm);
	font-size: 0.62rem;
	letter-spacing: 0.16em;
	color: rgba(160, 180, 200, 0.38);
}
.armcoin-er-delivery-inner {
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}
.armcoin-er-delivery-inner > .armcoin-er-deliv-field:last-child {
	margin-bottom: 0 !important;
}
.armcoin-er-delivery-inner .armcoin-exchange-request__control,
.armcoin-er-delivery-inner .armcoin-exchange-request__textarea {
	border-color: rgba(255, 255, 255, 0.07) !important;
	background: rgba(0, 0, 0, 0.2) !important;
}
.armcoin-er-contact-block {
	margin-top: var(--er-space-2xl);
	padding-top: var(--er-space-lg);
	border-top: 1px solid rgba(255, 255, 255, 0.045);
}
.armcoin-er-contact-block__eyebrow {
	margin-bottom: var(--er-space-sm);
	font-size: 0.62rem;
	letter-spacing: 0.16em;
	color: rgba(160, 180, 200, 0.38);
}
.armcoin-er-contact-inner {
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}
.armcoin-er-contact-inner .armcoin-exchange-request__label {
	color: rgba(210, 222, 235, 0.38);
}
.armcoin-er-contact-inner .armcoin-exchange-request__control,
.armcoin-er-contact-inner .armcoin-exchange-request__textarea {
	border-color: rgba(255, 255, 255, 0.07) !important;
	background: rgba(0, 0, 0, 0.2) !important;
}
.armcoin-exchange-request__check {
	padding: var(--er-space-md) 0 var(--er-space-sm);
	margin-top: var(--er-space-md);
	margin-bottom: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.04);
	font-size: 0.82rem;
	color: rgba(195, 208, 222, 0.72);
}
.armcoin-er-actions-final {
	margin-top: 0 !important;
	padding: var(--er-space-lg) 0 var(--er-space-xs);
	border-top: none;
}
.armcoin-exchange-request__submit {
	min-height: 56px;
	min-width: min(100%, 320px);
	border-radius: var(--er-radius-sm) !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	background: linear-gradient(180deg, rgba(0, 205, 245, 0.35) 0%, rgba(0, 110, 145, 0.2) 100%) !important;
	border: 1px solid rgba(0, 200, 240, 0.45) !important;
	box-shadow: 0 20px 56px rgba(0, 180, 220, 0.25);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, color 0.15s ease;
}
.armcoin-exchange-request__submit:hover {
	box-shadow: 0 26px 64px rgba(0, 196, 244, 0.32);
	transform: translateY(-1px);
}
.armcoin-exchange-request__submit:focus-visible {
	outline: 2px solid rgba(0, 210, 245, 0.55);
	outline-offset: 3px;
}
@media (min-width: 992px) {
	.armcoin-exchange-request__hero--desk {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		gap: 2rem;
	}
	.armcoin-exchange-request__hero-main {
		max-width: min(56rem, 100%);
	}
}
@media (max-width: 575.98px) {
	.armcoin-er-rate-banner__row {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.armcoin-er-rate-banner__label {
		max-width: 100%;
		flex: 1 1 100%;
	}
	.armcoin-er-rate-banner__quote {
		width: 100%;
		justify-content: space-between;
	}
	.armcoin-er-rate-banner__num {
		font-size: clamp(1.32rem, 5.5vw, 1.65rem);
	}
	.armcoin-exchange-request__check {
		align-items: center;
		min-height: 44px;
	}
	.armcoin-exchange-request__check input {
		width: 1.12rem;
		height: 1.12rem;
		margin-top: 0;
		flex-shrink: 0;
	}
	.armcoin-er-builder-shell {
		padding: 0.85rem 0 0.65rem;
		margin-bottom: 0.85rem;
	}
	.armcoin-er-builder-shell .armcoin-er-builder__hint {
		margin-bottom: 1.05rem;
		font-size: 0.78rem;
	}
	.armcoin-er-builder__select-wrap::after {
		right: 0.85rem;
	}
	#armcoin-exchange-request-form .armcoin-er-builder__select-wrap .armcoin-er-builder__select {
		min-height: 52px;
		padding: 0.7rem 2.5rem 0.7rem 1rem !important;
		font-size: 0.96rem !important;
	}
	.armcoin-er-quote-block__surface {
		padding: 1rem 0.95rem;
	}
	.armcoin-er-quote-block__surface .armcoin-er-rate-banner {
		padding: 1rem 1rem 1.1rem;
	}
	.armcoin-er-quote-block__surface .armcoin-er-rate-banner__num {
		font-size: clamp(1.55rem, 6vw, 2.1rem);
	}
	.armcoin-er-field-tile {
		padding: 1.05rem 1.05rem 1.1rem;
	}
	.armcoin-er-field-tile__input {
		font-size: 1.22rem !important;
		padding: 0.95rem 1rem !important;
	}
	.armcoin-er-contact-inner,
	.armcoin-er-delivery-inner {
		padding: 1rem 0.9rem;
	}
	.armcoin-exchange-request__submit {
		width: 100%;
		min-width: 0;
	}
}

/* -------------------------------------------------------------------------
 * Exchange desk — premium visual pass (UI only; tokens + hierarchy)
 * Scoped to #armcoin-exchange-request for predictable cascade.
 * ------------------------------------------------------------------------- */
#armcoin-exchange-request.armcoin-exchange-request {
	background:
		radial-gradient(ellipse 110% 75% at 50% -22%, rgba(0, 190, 230, 0.16), transparent 52%),
		radial-gradient(ellipse 55% 40% at 100% 12%, rgba(110, 80, 200, 0.09), transparent 50%),
		radial-gradient(ellipse 45% 35% at 0% 55%, rgba(0, 140, 170, 0.06), transparent 50%),
		linear-gradient(180deg, #03060c 0%, #0c1624 44%, #050a10 100%);
}

#armcoin-exchange-request .armcoin-exchange-request__panel--desk {
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: linear-gradient(178deg, rgba(14, 22, 34, 0.58) 0%, rgba(4, 9, 15, 0.82) 100%);
	box-shadow:
		0 36px 96px rgba(0, 0, 0, 0.48),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

#armcoin-exchange-request .armcoin-er-builder-shell {
	position: relative;
	padding: clamp(1.05rem, 2.3vw, 1.5rem) clamp(1rem, 2.2vw, 1.35rem) clamp(1.15rem, 2.5vw, 1.55rem);
	border: 1px solid rgba(255, 255, 255, 0.085);
	background:
		linear-gradient(180deg, rgba(0, 210, 245, 0.07) 0%, transparent 42%),
		linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.34) 100%);
	box-shadow:
		0 0 0 1px rgba(0, 200, 235, 0.05),
		0 20px 52px rgba(0, 0, 0, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#armcoin-exchange-request .armcoin-er-builder-shell::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 10%;
	right: 10%;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(0, 210, 245, 0.65) 35%,
		rgba(255, 200, 150, 0.45) 68%,
		transparent
	);
	opacity: 0.9;
	pointer-events: none;
	z-index: 2;
}

#armcoin-exchange-request .armcoin-er-builder-shell .armcoin-er-builder__hint {
	font-size: 0.76rem;
	letter-spacing: 0.02em;
	color: rgba(175, 198, 218, 0.78);
}

#armcoin-exchange-request .armcoin-er-builder__field--send .armcoin-er-builder__select-wrap {
	border-color: rgba(0, 200, 240, 0.22);
	box-shadow:
		0 12px 32px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.09),
		inset 0 0 0 1px rgba(0, 200, 240, 0.06);
}

#armcoin-exchange-request .armcoin-er-builder__field--receive .armcoin-er-builder__select-wrap {
	border-color: rgba(255, 200, 150, 0.2);
	box-shadow:
		0 12px 32px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		inset 0 0 0 1px rgba(255, 200, 150, 0.05);
}

#armcoin-exchange-request #armcoin-exchange-request-form .armcoin-er-builder__select-wrap .armcoin-er-builder__select {
	min-height: 60px;
	padding-top: 0.85rem !important;
	padding-bottom: 0.85rem !important;
	font-size: 1.07rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.02em;
	background-color: rgba(5, 12, 22, 0.62) !important;
}

#armcoin-exchange-request #armcoin-exchange-request-form .armcoin-er-builder__select-wrap .armcoin-er-builder__select:disabled {
	color: rgba(175, 195, 215, 0.42) !important;
}

#armcoin-exchange-request #armcoin-exchange-request-form .armcoin-er-builder__select option:checked {
	background-color: rgba(0, 85, 105, 0.98);
	color: #fff;
	font-weight: 700;
}

@media (min-width: 768px) {
	#armcoin-exchange-request .armcoin-er-builder__row {
		position: relative;
		align-items: stretch;
	}

	#armcoin-exchange-request .armcoin-er-builder__row::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -40%);
		width: 2.65rem;
		height: 2.65rem;
		border-radius: 50%;
		pointer-events: none;
		z-index: 3;
		border: 1px solid rgba(255, 255, 255, 0.14);
		background:
			radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.14), transparent 52%),
			linear-gradient(150deg, rgba(8, 18, 32, 0.98), rgba(0, 95, 120, 0.42));
		box-shadow:
			0 10px 28px rgba(0, 0, 0, 0.45),
			inset 0 1px 0 rgba(255, 255, 255, 0.08);
	}

	#armcoin-exchange-request .armcoin-er-builder__row::before {
		content: '⇄';
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -40%);
		z-index: 4;
		font-size: 0.95rem;
		line-height: 1;
		font-weight: 700;
		color: rgba(0, 215, 245, 0.88);
		text-shadow: 0 0 18px rgba(0, 200, 240, 0.45);
		pointer-events: none;
	}

	#armcoin-exchange-request .armcoin-er-builder__col {
		padding-right: clamp(0.75rem, 2vw, 1.35rem);
		padding-left: clamp(0.75rem, 2vw, 1.35rem);
	}
}

@media (max-width: 767.98px) {
	#armcoin-exchange-request .armcoin-er-builder__row::before,
	#armcoin-exchange-request .armcoin-er-builder__row::after {
		display: none;
	}
}

#armcoin-exchange-request .armcoin-er-quote-block__surface {
	padding: clamp(1.35rem, 3.2vw, 2.15rem);
	border: 1px solid rgba(0, 210, 245, 0.32);
	background:
		radial-gradient(ellipse 85% 60% at 18% -5%, rgba(0, 200, 240, 0.16), transparent 52%),
		radial-gradient(ellipse 70% 55% at 96% 88%, rgba(130, 95, 220, 0.1), transparent 48%),
		linear-gradient(168deg, rgba(20, 30, 46, 0.98) 0%, rgba(6, 11, 18, 0.99) 100%);
	box-shadow:
		0 44px 110px rgba(0, 0, 0, 0.58),
		0 0 0 1px rgba(0, 200, 235, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-desk-quote {
	margin-bottom: clamp(1.15rem, 2.5vw, 1.75rem);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner {
	padding: clamp(1.2rem, 2.4vw, 1.75rem) clamp(1.15rem, 2.2vw, 1.65rem);
	background: linear-gradient(
		135deg,
		rgba(0, 195, 235, 0.22) 0%,
		rgba(0, 0, 0, 0.28) 46%,
		rgba(6, 14, 26, 0.62) 100%
	);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 18px 48px rgba(0, 0, 0, 0.35);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner__pill {
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0.22rem 0.55rem;
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.28);
	color: rgba(200, 235, 248, 0.78);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner__num {
	font-size: clamp(2rem, 4.6vw, 3.05rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	text-shadow: 0 2px 28px rgba(0, 200, 240, 0.18);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner--ref .armcoin-er-rate-banner__num,
#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner--ref .armcoin-er-rate-banner__pill {
	text-shadow: 0 2px 24px rgba(255, 170, 100, 0.12);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-field-tile {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(155deg, rgba(0, 200, 240, 0.07) 0%, rgba(0, 0, 0, 0.26) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.07),
		0 16px 40px rgba(0, 0, 0, 0.28);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-field--fiat.armcoin-er-field-tile {
	background: linear-gradient(155deg, rgba(255, 200, 140, 0.07) 0%, rgba(0, 0, 0, 0.26) 100%);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-field-tile__label {
	color: rgba(230, 240, 250, 0.58) !important;
	font-weight: 700 !important;
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-field-tile__input {
	font-size: clamp(1.45rem, 3.4vw, 1.95rem) !important;
	font-weight: 700 !important;
	background: rgba(4, 10, 18, 0.55) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 992px) {
	#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner__row {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 1.35rem;
	}

	#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner__label {
		max-width: 38%;
		font-size: 0.62rem;
		letter-spacing: 0.18em;
		color: rgba(0, 215, 245, 0.68);
	}

	#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner__quote {
		flex: 1 1 auto;
		width: auto;
		justify-content: flex-end;
		align-items: baseline;
		flex-wrap: nowrap;
		gap: 0.85rem;
	}

	#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner__num {
		width: auto;
		text-align: right;
	}
}

@media (min-width: 768px) {
	#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-amounts-tiles.armcoin-er-amounts-row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 1.2rem;
		row-gap: 1rem;
		align-items: stretch;
	}

	#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-amounts-tiles.armcoin-er-amounts-row > [class*='col-'] {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 1 auto !important;
	}

	#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-field--crypto.armcoin-er-field-tile {
		position: relative;
	}

	#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-field--crypto.armcoin-er-field-tile::after {
		content: '';
		position: absolute;
		right: calc(-0.6rem - 1px);
		top: 50%;
		transform: translateY(-50%);
		width: 1.1rem;
		height: 2px;
		border-radius: 2px;
		background: linear-gradient(90deg, rgba(0, 210, 245, 0.55), rgba(255, 200, 150, 0.45));
		pointer-events: none;
		z-index: 2;
	}
}

@media (max-width: 767.98px) {
	#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-field--crypto.armcoin-er-field-tile::after {
		display: none;
	}
}

#armcoin-exchange-request .armcoin-er-delivery-inner {
	padding: clamp(1rem, 2.2vw, 1.35rem);
	border-radius: var(--er-radius-md);
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: linear-gradient(175deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.22));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#armcoin-exchange-request .armcoin-er-delivery-block__eyebrow {
	color: rgba(185, 205, 225, 0.52);
	letter-spacing: 0.18em;
}

#armcoin-exchange-request .armcoin-er-contact-block__eyebrow {
	margin-bottom: 0.65rem;
	color: rgba(195, 215, 235, 0.55);
	letter-spacing: 0.18em;
}

#armcoin-exchange-request .armcoin-er-contact-inner {
	padding: clamp(1.1rem, 2.4vw, 1.7rem);
	border-radius: var(--er-radius-md);
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: linear-gradient(175deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.24));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 18px 44px rgba(0, 0, 0, 0.28);
}

#armcoin-exchange-request .armcoin-er-contact-inner .armcoin-exchange-request__label {
	color: rgba(215, 228, 242, 0.48);
	letter-spacing: 0.1em;
}

#armcoin-exchange-request .armcoin-er-contact-inner .armcoin-exchange-request__control,
#armcoin-exchange-request .armcoin-er-contact-inner .armcoin-exchange-request__textarea {
	border-radius: 12px !important;
	border-color: rgba(255, 255, 255, 0.09) !important;
	background: rgba(3, 9, 16, 0.55) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

#armcoin-exchange-request .armcoin-exchange-request__check {
	border-top: 1px solid rgba(255, 255, 255, 0.055);
	padding-top: var(--er-space-lg);
	margin-top: var(--er-space-lg);
}

#armcoin-exchange-request .armcoin-er-actions-final {
	padding: clamp(1.2rem, 2.8vw, 1.85rem) clamp(0.5rem, 2vw, 1rem) clamp(0.35rem, 1vw, 0.65rem);
	margin-top: 0.25rem;
	border-radius: var(--er-radius-md);
	border: 1px solid rgba(0, 200, 240, 0.14);
	background: linear-gradient(180deg, rgba(0, 200, 240, 0.07) 0%, rgba(0, 0, 0, 0.18) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 22px 56px rgba(0, 0, 0, 0.35);
}

#armcoin-exchange-request .armcoin-exchange-request__submit {
	min-height: 58px;
	font-size: 0.8rem !important;
	letter-spacing: 0.1em !important;
	background: linear-gradient(180deg, rgba(0, 215, 250, 0.42) 0%, rgba(0, 100, 135, 0.28) 100%) !important;
	border: 1px solid rgba(0, 210, 245, 0.55) !important;
	box-shadow:
		0 0 0 1px rgba(0, 200, 240, 0.12),
		0 22px 56px rgba(0, 180, 220, 0.28);
}

/* -------------------------------------------------------------------------
 * Exchange pair combobox (custom listbox UI; native selects stay as values)
 * ------------------------------------------------------------------------- */
.armcoin-er-combobox-wrap.armcoin-er-builder__select-wrap::after {
	display: none;
}

#armcoin-exchange-request-form .armcoin-er-combobox-wrap:has(.armcoin-er-builder__select--native:disabled) {
	opacity: 1;
}

#armcoin-exchange-request-form .armcoin-er-combobox-wrap:has(.armcoin-er-builder__select--native:disabled) .armcoin-er-combobox__trigger {
	opacity: 0.52;
	filter: saturate(0.7);
	cursor: not-allowed;
}

.armcoin-er-builder__select--native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.armcoin-er-combobox-wrap {
	position: relative;
}

.armcoin-er-combobox-wrap:focus-within {
	z-index: 40;
}

.armcoin-er-combobox {
	position: relative;
	z-index: 1;
}

.armcoin-er-combobox__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	width: 100%;
	min-height: 60px;
	padding: 0.78rem 1rem 0.78rem 1.15rem;
	margin: 0;
	text-align: left;
	font-family: inherit;
	font-size: 1.07rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.28;
	color: #eef8ff;
	cursor: pointer;
	border: none;
	border-radius: 12px;
	background: rgba(5, 12, 22, 0.62);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.armcoin-er-combobox__trigger:hover:not(:disabled) {
	background: rgba(7, 16, 30, 0.82);
}

.armcoin-er-combobox__trigger:focus {
	outline: none;
}

.armcoin-er-combobox__trigger:focus-visible {
	box-shadow:
		0 0 0 3px rgba(0, 196, 244, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.armcoin-er-combobox__trigger.is-open {
	background: rgba(8, 18, 34, 0.88);
}

.armcoin-er-combobox__value {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.armcoin-er-combobox__badge {
	flex-shrink: 0;
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.2rem 0.45rem;
	border-radius: 999px;
	border: 1px solid rgba(0, 200, 235, 0.35);
	color: rgba(185, 245, 255, 0.95);
	background: rgba(0, 90, 110, 0.35);
}

.armcoin-er-builder__field--receive .armcoin-er-combobox__badge {
	border-color: rgba(255, 200, 150, 0.35);
	color: rgba(255, 225, 205, 0.95);
	background: rgba(90, 50, 30, 0.35);
}

.armcoin-er-combobox__chevron {
	flex-shrink: 0;
	width: 0.65rem;
	height: 0.4rem;
	margin-right: 0.15rem;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2300d4f0' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round' stroke-opacity='0.75' d='M1.5 2L6 6L10.5 2'/%3E%3C/svg%3E") center / contain no-repeat;
	opacity: 0.92;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.armcoin-er-combobox__trigger.is-open .armcoin-er-combobox__chevron {
	transform: rotate(180deg);
}

.armcoin-er-combobox__panel {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	z-index: 80;
	max-height: min(20rem, 52vh);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0.35rem;
	margin: 0;
	border-radius: 14px;
	border: 1px solid rgba(0, 200, 235, 0.28);
	background: linear-gradient(168deg, rgba(14, 22, 36, 0.98) 0%, rgba(5, 10, 18, 0.99) 100%);
	box-shadow:
		0 28px 64px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(0, 200, 235, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 200, 235, 0.35) rgba(0, 0, 0, 0.2);
}

.armcoin-er-combobox__panel::-webkit-scrollbar {
	width: 8px;
}

.armcoin-er-combobox__panel::-webkit-scrollbar-thumb {
	background: rgba(0, 200, 235, 0.28);
	border-radius: 8px;
}

.armcoin-er-combobox__option {
	position: relative;
	padding: 0.72rem 0.85rem 0.72rem 0.95rem;
	margin: 0.12rem 0;
	border-radius: 10px;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.015em;
	color: rgba(230, 240, 250, 0.94);
	cursor: pointer;
	transition: background 0.14s ease, color 0.14s ease;
	border: 1px solid transparent;
}

.armcoin-er-combobox__option--placeholder {
	font-weight: 500;
	font-size: 0.84rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(160, 180, 200, 0.45);
	cursor: default;
}

.armcoin-er-combobox__option:not(.armcoin-er-combobox__option--placeholder):hover,
.armcoin-er-combobox__option:not(.armcoin-er-combobox__option--placeholder):focus {
	outline: none;
	background: rgba(0, 200, 240, 0.1);
	border-color: rgba(0, 200, 235, 0.15);
}

.armcoin-er-combobox__option.is-active:not(.armcoin-er-combobox__option--placeholder) {
	background: rgba(0, 200, 240, 0.14);
	border-color: rgba(0, 210, 245, 0.22);
}

.armcoin-er-combobox__option.is-selected:not(.armcoin-er-combobox__option--placeholder) {
	background: rgba(0, 120, 150, 0.28);
	border-color: rgba(0, 200, 235, 0.35);
}

.armcoin-er-combobox__option.is-selected:not(.armcoin-er-combobox__option--placeholder)::before {
	content: '';
	position: absolute;
	left: 0.35rem;
	top: 50%;
	width: 3px;
	height: 1.1rem;
	margin-top: -0.55rem;
	border-radius: 2px;
	background: linear-gradient(180deg, rgba(0, 230, 255, 0.9), rgba(0, 140, 180, 0.5));
}

#armcoin-exchange-request .armcoin-er-builder__field--receive .armcoin-er-combobox__option.is-active:not(.armcoin-er-combobox__option--placeholder) {
	background: rgba(255, 200, 140, 0.1);
	border-color: rgba(255, 200, 150, 0.2);
}

#armcoin-exchange-request .armcoin-er-builder__field--receive .armcoin-er-combobox__option.is-selected:not(.armcoin-er-combobox__option--placeholder) {
	border-color: rgba(255, 200, 150, 0.32);
}

@media (max-width: 575.98px) {
	.armcoin-er-combobox__trigger {
		min-height: 52px;
		font-size: 0.96rem;
		padding: 0.7rem 0.85rem 0.7rem 1rem;
	}

	.armcoin-er-combobox__panel {
		max-height: min(16rem, 45vh);
	}
}

/* -------------------------------------------------------------------------
 * Exchange desk — final polish layer (UI only; scoped #armcoin-exchange-request)
 * ------------------------------------------------------------------------- */
#armcoin-exchange-request.armcoin-exchange-request {
	padding-top: clamp(0.85rem, 1.8vw, 1.25rem);
	padding-bottom: clamp(1.65rem, 3.5vw, 2.75rem);
}

#armcoin-exchange-request .armcoin-exchange-request__hero--desk.armcoin-exchange-request__hero--compact {
	margin-bottom: clamp(0.35rem, 1vw, 0.65rem);
}

#armcoin-exchange-request .armcoin-exchange-request__hero-main {
	max-width: min(48rem, 100%);
	padding-bottom: 0.15rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

#armcoin-exchange-request .armcoin-exchange-request__hero--compact .armcoin-exchange-request__kicker {
	display: inline-block;
	padding: 0.28rem 0.55rem;
	margin-bottom: 0.42rem;
	border-radius: 999px;
	letter-spacing: 0.14em;
	color: rgba(210, 245, 255, 0.88);
	background: rgba(0, 120, 150, 0.2);
	border: 1px solid rgba(0, 200, 235, 0.22);
}

#armcoin-exchange-request .armcoin-exchange-request__hero--compact .armcoin-exchange-request__title {
	font-size: clamp(1.55rem, 2.85vw, 2.1rem);
	font-weight: 700;
	letter-spacing: -0.038em;
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}

#armcoin-exchange-request .armcoin-exchange-request__hero--compact .armcoin-exchange-request__lead {
	margin-bottom: 0.45rem;
	color: rgba(218, 228, 240, 0.88);
	font-weight: 400;
}

#armcoin-exchange-request .armcoin-exchange-request__hero--compact .armcoin-exchange-request__trust {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: 0.15rem;
	padding: 0.38rem 0.65rem 0.4rem;
	max-width: 100%;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.35;
	color: rgba(175, 198, 218, 0.78);
	background: rgba(4, 12, 22, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;
}

#armcoin-exchange-request .armcoin-exchange-request__hero--compact .armcoin-exchange-request__trust::before {
	content: '';
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, rgba(200, 255, 255, 0.95), rgba(0, 180, 215, 0.45));
	box-shadow: 0 0 12px rgba(0, 200, 240, 0.35);
}

#armcoin-exchange-request .armcoin-exchange-request__panel--desk {
	margin-top: 0.15rem;
}

#armcoin-exchange-request .armcoin-er-builder-shell {
	padding: clamp(1rem, 2.2vw, 1.35rem) clamp(0.85rem, 2vw, 1.2rem) clamp(1.05rem, 2.2vw, 1.45rem);
	border-radius: calc(var(--er-radius-md) + 2px);
	border: 1px solid rgba(255, 255, 255, 0.07);
	background:
		linear-gradient(180deg, rgba(0, 210, 245, 0.05) 0%, transparent 38%),
		linear-gradient(168deg, rgba(255, 255, 255, 0.045) 0%, rgba(0, 0, 0, 0.32) 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.07),
		0 18px 48px rgba(0, 0, 0, 0.38);
}

#armcoin-exchange-request .armcoin-er-builder-shell .armcoin-er-builder__hint {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: rgba(175, 195, 215, 0.72);
	padding-bottom: 0.35rem;
	margin-bottom: clamp(0.75rem, 1.8vw, 1rem);
	border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

#armcoin-exchange-request .armcoin-er-builder__row {
	--bs-gutter-x: 1.5rem;
	position: relative;
	padding-top: 0.15rem;
}

#armcoin-exchange-request .armcoin-er-builder__label {
	letter-spacing: 0.18em !important;
	color: rgba(220, 232, 248, 0.5) !important;
}

#armcoin-exchange-request .armcoin-er-combobox-wrap.armcoin-er-builder__select-wrap {
	padding: 3px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.28) 100%);
	box-shadow:
		0 14px 36px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#armcoin-exchange-request .armcoin-er-builder__field--send .armcoin-er-combobox-wrap.armcoin-er-builder__select-wrap {
	border-color: rgba(0, 200, 240, 0.18);
	box-shadow:
		0 14px 36px rgba(0, 0, 0, 0.38),
		inset 0 0 0 1px rgba(0, 200, 240, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#armcoin-exchange-request .armcoin-er-builder__field--receive .armcoin-er-combobox-wrap.armcoin-er-builder__select-wrap {
	border-color: rgba(255, 200, 150, 0.14);
	box-shadow:
		0 14px 36px rgba(0, 0, 0, 0.38),
		inset 0 0 0 1px rgba(255, 200, 150, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

#armcoin-exchange-request #armcoin-exchange-request-form .armcoin-er-combobox-wrap:focus-within {
	border-color: rgba(0, 210, 245, 0.45);
	box-shadow:
		0 0 0 2px rgba(0, 196, 244, 0.12),
		0 18px 44px rgba(0, 0, 0, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

#armcoin-exchange-request .armcoin-er-combobox__trigger {
	min-height: 58px;
	padding: 0.72rem 1rem 0.72rem 1.1rem;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.018em;
	border-radius: 13px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: linear-gradient(175deg, rgba(12, 22, 36, 0.75) 0%, rgba(4, 10, 18, 0.92) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#armcoin-exchange-request .armcoin-er-combobox__trigger:hover:not(:disabled) {
	border-color: rgba(0, 210, 245, 0.22);
	background: linear-gradient(175deg, rgba(14, 26, 42, 0.82) 0%, rgba(5, 12, 22, 0.95) 100%);
}

#armcoin-exchange-request .armcoin-er-combobox__trigger.is-open {
	border-color: rgba(0, 210, 245, 0.35);
}

#armcoin-exchange-request .armcoin-er-combobox__value {
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(248, 252, 255, 0.98);
}

#armcoin-exchange-request .armcoin-er-combobox__badge {
	font-size: 0.56rem;
	letter-spacing: 0.14em;
	padding: 0.22rem 0.5rem;
}

#armcoin-exchange-request .armcoin-er-combobox__panel {
	top: calc(100% + 8px);
	padding: 0.45rem;
	border-radius: 16px;
	border: 1px solid rgba(0, 200, 235, 0.32);
	box-shadow:
		0 32px 72px rgba(0, 0, 0, 0.58),
		0 0 0 1px rgba(0, 200, 235, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

#armcoin-exchange-request .armcoin-er-combobox__option {
	padding: 0.78rem 0.95rem 0.78rem 1.05rem;
	margin: 0.08rem 0;
	font-size: 0.97rem;
}

#armcoin-exchange-request .armcoin-er-quote-block__surface {
	padding: clamp(1.45rem, 3.4vw, 2.35rem);
	border-width: 1px;
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-desk-quote {
	margin-bottom: clamp(1.25rem, 2.8vw, 1.85rem);
	padding: clamp(1.05rem, 2.2vw, 1.45rem) clamp(1rem, 2vw, 1.35rem);
	border-radius: var(--er-radius-md);
	border: 1px solid rgba(0, 200, 235, 0.2);
	background: linear-gradient(
		145deg,
		rgba(0, 195, 235, 0.16) 0%,
		rgba(0, 0, 0, 0.22) 48%,
		rgba(6, 14, 26, 0.55) 100%
	);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 20px 52px rgba(0, 0, 0, 0.38);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner {
	border: none;
	background: transparent;
	box-shadow: none;
	padding: 0.15rem 0.15rem 0.35rem;
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner__num {
	font-size: clamp(2.15rem, 5vw, 3.25rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.02;
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-rate-banner__pill {
	font-size: 0.56rem;
	padding: 0.26rem 0.58rem;
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-amount-desk {
	margin-top: 0.35rem;
	padding-top: clamp(1rem, 2.2vw, 1.35rem);
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-field-tile {
	padding: 1.15rem 1.05rem 1.2rem;
	border-radius: calc(var(--er-radius-md) + 2px);
}

#armcoin-exchange-request .armcoin-er-quote-block__surface .armcoin-er-field-tile__input {
	min-height: 3.35rem;
	font-size: clamp(1.5rem, 3.5vw, 2rem) !important;
}

#armcoin-exchange-request .armcoin-er-route-summary {
	font-weight: 600;
	letter-spacing: 0.03em;
}

#armcoin-exchange-request .armcoin-er-contact-block {
	margin-top: clamp(1.75rem, 3.5vw, 2.35rem);
	padding-top: clamp(1.25rem, 2.5vw, 1.65rem);
}

#armcoin-exchange-request .armcoin-er-contact-inner {
	padding: clamp(1.2rem, 2.6vw, 1.85rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(178deg, rgba(255, 255, 255, 0.042) 0%, rgba(0, 0, 0, 0.26) 100%);
}

#armcoin-exchange-request .armcoin-er-contact-inner .armcoin-exchange-request__control,
#armcoin-exchange-request .armcoin-er-contact-inner .armcoin-exchange-request__textarea {
	min-height: 2.75rem;
	padding-top: 0.68rem !important;
	padding-bottom: 0.68rem !important;
	font-size: 0.95rem !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: linear-gradient(180deg, rgba(8, 16, 28, 0.65) 0%, rgba(3, 8, 14, 0.88) 100%) !important;
}

#armcoin-exchange-request .armcoin-er-contact-inner .armcoin-exchange-request__textarea {
	min-height: 5.5rem;
}

#armcoin-exchange-request .armcoin-er-contact-inner .armcoin-exchange-request__control:focus,
#armcoin-exchange-request .armcoin-er-contact-inner .armcoin-exchange-request__textarea:focus {
	border-color: rgba(0, 200, 235, 0.45) !important;
	box-shadow: 0 0 0 2px rgba(0, 196, 244, 0.12);
}

#armcoin-exchange-request .armcoin-er-delivery-inner .armcoin-exchange-request__control,
#armcoin-exchange-request .armcoin-er-delivery-inner .armcoin-exchange-request__textarea {
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: linear-gradient(180deg, rgba(8, 16, 28, 0.6) 0%, rgba(3, 8, 14, 0.85) 100%) !important;
}

#armcoin-exchange-request .armcoin-exchange-request__check {
	padding: 0.85rem 0.95rem;
	margin-top: clamp(1.1rem, 2.4vw, 1.5rem);
	border: 1px solid rgba(255, 255, 255, 0.055);
	border-radius: var(--er-radius-sm);
	background: rgba(0, 0, 0, 0.18);
}

#armcoin-exchange-request .armcoin-er-actions-final {
	padding: clamp(1.35rem, 3vw, 2rem) clamp(0.75rem, 2.2vw, 1.25rem) clamp(0.5rem, 1.2vw, 0.85rem);
	border: 1px solid rgba(0, 200, 240, 0.22);
}

@media (max-width: 575.98px) {
	#armcoin-exchange-request .armcoin-exchange-request__hero-main {
		padding-bottom: 0.5rem;
	}

	#armcoin-exchange-request .armcoin-exchange-request__hero--compact .armcoin-exchange-request__trust {
		font-size: 0.68rem;
		padding: 0.34rem 0.55rem;
	}
}

/* -------------------------------------------------------------------------
 * Exchange desk — structural hero pass (wrappers: deck + quote-hero; UI only)
 * ------------------------------------------------------------------------- */
#armcoin-exchange-request .armcoin-exchange-request__panel--builder {
	padding-top: clamp(0.95rem, 2vw, 1.35rem);
	padding-bottom: clamp(1.05rem, 2.6vw, 1.55rem);
}

#armcoin-exchange-request .armcoin-er-builder-shell {
	margin-bottom: 0.35rem;
	border-color: rgba(255, 255, 255, 0.055);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 36px rgba(0, 0, 0, 0.32);
}

#armcoin-exchange-request .armcoin-er-builder-deck {
	position: relative;
	margin-top: 0.2rem;
	padding: clamp(1.05rem, 2.5vw, 1.55rem) clamp(0.9rem, 2.2vw, 1.35rem);
	border-radius: 22px;
	border: 1px solid rgba(0, 210, 245, 0.28);
	background:
		radial-gradient(ellipse 95% 85% at 50% 0%, rgba(0, 210, 245, 0.14), transparent 58%),
		linear-gradient(168deg, rgba(20, 34, 52, 0.95) 0%, rgba(5, 10, 18, 0.98) 100%);
	box-shadow:
		0 0 0 1px rgba(0, 200, 240, 0.08),
		0 28px 72px rgba(0, 0, 0, 0.48),
		inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

@media (min-width: 768px) {
	#armcoin-exchange-request .armcoin-er-builder-deck::before {
		content: '';
		position: absolute;
		left: 50%;
		top: 12%;
		bottom: 12%;
		width: 1px;
		transform: translateX(-50%);
		background: linear-gradient(
			180deg,
			transparent 0%,
			rgba(0, 210, 245, 0.35) 35%,
			rgba(255, 200, 150, 0.28) 65%,
			transparent 100%
		);
		pointer-events: none;
		z-index: 0;
		opacity: 0.85;
	}

	#armcoin-exchange-request .armcoin-er-builder-deck .armcoin-er-builder__row {
		position: relative;
		z-index: 1;
	}
}

#armcoin-exchange-request .armcoin-er-builder-deck .armcoin-er-combobox-wrap.armcoin-er-builder__select-wrap {
	border-radius: 18px;
	padding: 4px;
}

#armcoin-exchange-request .armcoin-er-builder-deck .armcoin-er-combobox__trigger {
	min-height: 60px;
	font-size: 1.08rem;
	font-weight: 600;
	letter-spacing: 0.022em;
}

#armcoin-exchange-request .armcoin-er-builder-deck .armcoin-er-combobox__value {
	font-size: 1.06rem;
	font-weight: 600;
	letter-spacing: 0.025em;
}

#armcoin-exchange-request .armcoin-er-quote-block:not([hidden]) {
	margin-top: 0.5rem;
}

#armcoin-exchange-request .armcoin-er-quote-block__surface {
	padding: 0.4rem !important;
	border-radius: 24px !important;
	border: 1px solid rgba(0, 200, 235, 0.18) !important;
	background: rgba(2, 8, 14, 0.55) !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 32px 80px rgba(0, 0, 0, 0.42) !important;
}

#armcoin-exchange-request .armcoin-er-quote-hero {
	position: relative;
	padding: clamp(1.35rem, 3.2vw, 2.15rem) clamp(1.15rem, 2.8vw, 1.85rem) clamp(1.45rem, 3.2vw, 2.25rem);
	border-radius: 20px;
	border: 1px solid rgba(0, 220, 255, 0.42);
	background:
		radial-gradient(ellipse 100% 75% at 50% -25%, rgba(0, 220, 255, 0.28), transparent 52%),
		radial-gradient(ellipse 55% 45% at 100% 85%, rgba(120, 90, 220, 0.14), transparent 50%),
		linear-gradient(172deg, rgba(26, 40, 60, 0.98) 0%, rgba(6, 12, 22, 1) 100%);
	box-shadow:
		0 0 100px rgba(0, 190, 230, 0.14),
		0 40px 100px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	overflow: hidden;
}

#armcoin-exchange-request .armcoin-er-quote-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(125deg, transparent 40%, rgba(255, 255, 255, 0.03) 50%, transparent 60%);
	pointer-events: none;
}

#armcoin-exchange-request .armcoin-er-quote-hero .armcoin-er-desk-quote {
	position: relative;
	z-index: 1;
	margin-bottom: clamp(1.1rem, 2.5vw, 1.65rem) !important;
	padding: 0.35rem 0.25rem 0.55rem !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

#armcoin-exchange-request .armcoin-er-quote-hero .armcoin-er-rate-banner__row {
	gap: 1rem;
}

#armcoin-exchange-request .armcoin-er-quote-hero .armcoin-er-rate-banner__label {
	font-size: 0.64rem;
	letter-spacing: 0.2em;
	color: rgba(0, 225, 255, 0.72);
}

#armcoin-exchange-request .armcoin-er-quote-hero .armcoin-er-rate-banner__num {
	font-size: clamp(2.35rem, 5.8vw, 3.55rem) !important;
	font-weight: 700;
	text-shadow: 0 4px 36px rgba(0, 200, 240, 0.22);
}

#armcoin-exchange-request .armcoin-er-quote-hero .armcoin-er-amount-desk {
	position: relative;
	z-index: 1;
	margin-top: 0.5rem !important;
	padding-top: clamp(1.15rem, 2.5vw, 1.55rem) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#armcoin-exchange-request .armcoin-er-quote-hero .armcoin-er-field-tile__label {
	font-size: 0.68rem !important;
	letter-spacing: 0.14em !important;
	font-weight: 700 !important;
	color: rgba(235, 245, 255, 0.62) !important;
}

#armcoin-exchange-request .armcoin-er-quote-hero .armcoin-er-field-tile {
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: linear-gradient(165deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.12) 100%) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

#armcoin-exchange-request .armcoin-er-quote-hero .armcoin-er-field-tile__input {
	font-size: clamp(1.55rem, 3.8vw, 2.15rem) !important;
	font-weight: 700 !important;
}

#armcoin-exchange-request .armcoin-er-contact-block--secondary {
	margin-top: clamp(1.5rem, 3vw, 2rem) !important;
	padding-top: clamp(1rem, 2.2vw, 1.35rem) !important;
	border-top-color: rgba(255, 255, 255, 0.035) !important;
}

#armcoin-exchange-request .armcoin-er-contact-block--secondary .armcoin-er-contact-block__eyebrow {
	font-size: 0.58rem;
	letter-spacing: 0.2em;
	color: rgba(150, 170, 192, 0.42);
	margin-bottom: 0.55rem;
}

#armcoin-exchange-request .armcoin-er-contact-block--secondary .armcoin-er-contact-inner {
	padding: clamp(1rem, 2.2vw, 1.45rem);
	border-color: rgba(255, 255, 255, 0.055);
	background: linear-gradient(178deg, rgba(255, 255, 255, 0.02) 0%, rgba(0, 0, 0, 0.22) 100%);
	box-shadow: none;
}

#armcoin-exchange-request .armcoin-er-contact-block--secondary .armcoin-exchange-request__control,
#armcoin-exchange-request .armcoin-er-contact-block--secondary .armcoin-exchange-request__textarea {
	border-color: rgba(255, 255, 255, 0.07) !important;
	background: rgba(4, 10, 18, 0.45) !important;
	box-shadow: none !important;
}

#armcoin-exchange-request .armcoin-er-actions-final {
	margin-top: 0.35rem;
	border-width: 1px;
	border-color: rgba(0, 210, 245, 0.28);
	background: linear-gradient(180deg, rgba(0, 200, 240, 0.1) 0%, rgba(0, 0, 0, 0.22) 100%);
}

#armcoin-exchange-request .armcoin-exchange-request__submit {
	min-height: 60px;
	font-size: 0.82rem !important;
	box-shadow:
		0 0 0 1px rgba(0, 210, 245, 0.15),
		0 24px 60px rgba(0, 170, 210, 0.32) !important;
}

@media (max-width: 767.98px) {
	#armcoin-exchange-request .armcoin-er-builder-deck::before {
		display: none;
	}

	#armcoin-exchange-request .armcoin-er-quote-hero .armcoin-er-rate-banner__num {
		font-size: clamp(2rem, 8vw, 2.75rem) !important;
	}
}

/* -------------------------------------------------------------------------
 * Exchange desk — admin Kobbopay test mode banner (?kobbopay_test=1)
 * ------------------------------------------------------------------------- */
#armcoin-exchange-request .armcoin-er-admin-test-banner {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 193, 7, 0.55);
	background: rgba(255, 193, 7, 0.12);
	color: #ffe8a3;
	font-size: 0.95rem;
	line-height: 1.45;
}

/* -------------------------------------------------------------------------
 * Exchange desk — Kobbopay payment panel (Phase 5, flag-gated in JS)
 * ------------------------------------------------------------------------- */
#armcoin-exchange-request .armcoin-er-payment-panel {
	margin-top: 1.25rem;
}

#armcoin-exchange-request .armcoin-er-payment-panel__inner {
	padding: 1.25rem 1.35rem;
	border-radius: 14px;
	border: 1px solid rgba(0, 210, 245, 0.28);
	background: linear-gradient(165deg, rgba(8, 28, 48, 0.92) 0%, rgba(4, 12, 22, 0.96) 100%);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

#armcoin-exchange-request .armcoin-er-payment-panel__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

#armcoin-exchange-request .armcoin-er-payment-panel__title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	color: #e8eef7;
}

#armcoin-exchange-request .armcoin-er-pay-chip {
	display: inline-block;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	border: 1px solid rgba(148, 163, 184, 0.35);
	color: #cbd5e1;
	background: rgba(15, 23, 42, 0.55);
}

#armcoin-exchange-request .armcoin-er-pay-chip--awaiting_payment,
#armcoin-exchange-request .armcoin-er-pay-chip--draft {
	border-color: rgba(0, 196, 244, 0.45);
	color: #7dd3fc;
}

#armcoin-exchange-request .armcoin-er-pay-chip--paid {
	border-color: rgba(250, 204, 21, 0.45);
	color: #fde68a;
}

#armcoin-exchange-request .armcoin-er-pay-chip--confirmed,
#armcoin-exchange-request .armcoin-er-pay-chip--processing,
#armcoin-exchange-request .armcoin-er-pay-chip--completed {
	border-color: rgba(52, 211, 153, 0.45);
	color: #6ee7b7;
}

#armcoin-exchange-request .armcoin-er-pay-chip--failed,
#armcoin-exchange-request .armcoin-er-pay-chip--expired,
#armcoin-exchange-request .armcoin-er-pay-chip--underpaid {
	border-color: rgba(248, 113, 113, 0.45);
	color: #fca5a5;
}

#armcoin-exchange-request .armcoin-er-payment-panel__hint {
	margin: 0 0 0.45rem;
	font-size: 0.82rem;
	line-height: 1.5;
	color: rgba(232, 238, 247, 0.78);
}

#armcoin-exchange-request .armcoin-er-payment-panel__hint--muted {
	color: rgba(232, 238, 247, 0.55);
}

#armcoin-exchange-request .armcoin-er-payment-panel__meta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem 1rem;
	margin: 0.85rem 0 1rem;
}

#armcoin-exchange-request .armcoin-er-payment-panel__meta dt {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(148, 163, 184, 0.85);
	margin: 0 0 0.2rem;
}

#armcoin-exchange-request .armcoin-er-payment-panel__meta dd {
	margin: 0;
	font-size: 0.95rem;
	color: #f1f5f9;
}

#armcoin-exchange-request .armcoin-er-payment-panel__qr-wrap {
	text-align: center;
	margin: 0.5rem 0 1rem;
}

#armcoin-exchange-request .armcoin-er-payment-panel__qr {
	border-radius: 10px;
	background: #fff;
	padding: 8px;
}

#armcoin-exchange-request .armcoin-er-payment-panel__addr {
	display: block;
	word-break: break-all;
	padding: 0.65rem 0.75rem;
	margin: 0.35rem 0 0.65rem;
	border-radius: 8px;
	background: rgba(6, 15, 28, 0.85);
	border: 1px solid rgba(148, 163, 184, 0.2);
	font-size: 0.8rem;
	color: #e2e8f0;
}

#armcoin-exchange-request .armcoin-er-payment-panel__copy {
	font-size: 0.78rem;
	padding: 0.45rem 0.9rem;
}

#armcoin-exchange-request .armcoin-er-payment-panel__pid {
	margin: 0.75rem 0 0;
	font-size: 0.75rem;
	color: rgba(148, 163, 184, 0.85);
}

#armcoin-exchange-request .armcoin-er-payment-panel__pid code {
	color: #94a3b8;
}

/* -------------------------------------------------------------------------
 * Exchange page: optional SEO/educational HTML above the desk (post_content)
 * ------------------------------------------------------------------------- */
.armcoin-exchange-page-seo {
	padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(0.5rem, 2vw, 1rem);
	background: linear-gradient(180deg, rgba(0, 12, 24, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.armcoin-exchange-page-seo__inner {
	max-width: 920px;
}

.armcoin-exchange-page-seo .armcoin-seo-landing h1 {
	font-size: clamp(1.65rem, 4vw, 2.15rem);
	line-height: 1.25;
	margin-bottom: 1rem;
}

.armcoin-exchange-page-seo .armcoin-seo-landing h2 {
	font-size: clamp(1.2rem, 2.8vw, 1.45rem);
	margin-top: 2rem;
	margin-bottom: 0.65rem;
}

.armcoin-exchange-page-seo .armcoin-seo-landing h3 {
	font-size: 1.05rem;
	margin-top: 1.25rem;
	margin-bottom: 0.4rem;
}

.armcoin-exchange-page-seo .armcoin-seo-landing p,
.armcoin-exchange-page-seo .armcoin-seo-landing li {
	line-height: 1.65;
	color: rgba(235, 242, 248, 0.92);
}

.armcoin-exchange-page-seo .armcoin-seo-landing a {
	color: #5fe0ff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.armcoin-exchange-page-seo .armcoin-seo-landing a:hover {
	color: #9cecfc;
}

