/* ==========================================================================
   iWin-style theme skin for Flatsome
   Custom landing-style header + footer applied site-wide.
   ========================================================================== */

/* ---------- Reset / base ---------- */
.iwin-page,
.iwin-page *,
.iwin-page *::before,
.iwin-page *::after {
	box-sizing: border-box;
}

html,
body.iwin-page {
	height: auto;
}

body.iwin-page {
	margin: 0;
	padding: 0;
	min-height: 100vh;
	font-family: "Be Vietnam Pro", "Roboto", "Segoe UI", Arial, sans-serif;
	color: #e9d8a6;
	background-color: #050811;
	background-image:
		radial-gradient(ellipse at top, #1a0e2e 0%, #050811 55%, #02030a 100%);
	background-attachment: fixed;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.iwin-page a {
	color: #ffd470;
	text-decoration: none;
	transition: color .25s, filter .25s;
}

body.iwin-page a:hover {
	color: #ffeaa7;
	filter: drop-shadow(0 0 6px rgba(255, 200, 80, .55));
}

body.iwin-page img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* ---------- Star particles (pure CSS) ---------- */
.iwin-stars,
.iwin-stars--alt {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background-repeat: repeat;
}

.iwin-stars {
	background-image:
		radial-gradient(1px 1px at 23% 17%, rgba(255, 220, 140, .85), transparent 60%),
		radial-gradient(1px 1px at 78% 32%, rgba(255, 200, 120, .7), transparent 60%),
		radial-gradient(1.5px 1.5px at 41% 78%, rgba(255, 180, 90, .85), transparent 60%),
		radial-gradient(1px 1px at 12% 60%, rgba(255, 170, 80, .65), transparent 60%),
		radial-gradient(1px 1px at 88% 84%, rgba(255, 210, 150, .8), transparent 60%),
		radial-gradient(1px 1px at 60% 12%, rgba(255, 200, 120, .7), transparent 60%);
	background-size: 600px 600px;
	animation: iwinStars 60s linear infinite;
}

.iwin-stars--alt {
	background-image:
		radial-gradient(1px 1px at 8% 22%, rgba(255, 255, 255, .4), transparent 60%),
		radial-gradient(1px 1px at 55% 50%, rgba(255, 210, 150, .55), transparent 60%),
		radial-gradient(1px 1px at 92% 71%, rgba(255, 180, 90, .45), transparent 60%);
	background-size: 480px 480px;
	opacity: .6;
	animation: iwinStars 90s linear infinite reverse;
}

@keyframes iwinStars {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 600px 600px;
	}
}

/* ---------- Layout shell ---------- */
.iwin-main {
	position: relative;
	z-index: 2;
	max-width: 720px;
	margin: 0 auto;
	padding: 32px 16px 48px;
	text-align: center;
}

/* ---------- Floating social icons (top-right) ---------- */
.iwin-social {
	position: fixed;
	top: 18px;
	right: 18px;
	z-index: 30;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.iwin-social-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 16px 8px 10px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .04em;
	color: #fff;
	background: linear-gradient(180deg, #1c8df0 0%, #155bb5 100%);
	box-shadow: 0 6px 14px rgba(20, 90, 180, .35), inset 0 1px 0 rgba(255, 255, 255, .25);
	border: 1px solid rgba(255, 255, 255, .15);
}

.iwin-social-btn svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: #fff;
}

.iwin-social-btn:hover {
	color: #fff;
	transform: translateY(-1px);
}

.iwin-social-btn--tg {
	background: linear-gradient(180deg, #36a8e0 0%, #1d7fb6 100%);
}

.iwin-social-btn--chat {
	background: linear-gradient(180deg, #ff9a36 0%, #e26a00 100%);
	box-shadow: 0 6px 14px rgba(220, 110, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .3);
	position: fixed;
	right: 18px;
	bottom: 24px;
	top: auto;
}

/* ---------- Side promo panels ---------- */
.iwin-side {
	position: fixed;
	top: 18%;
	z-index: 5;
	width: 230px;
	pointer-events: none;
}

.iwin-side>* {
	pointer-events: auto;
}

.iwin-side--left {
	left: 24px;
}

.iwin-side--right {
	right: 24px;
}

.iwin-side-card {
	position: relative;
	padding: 18px 16px 20px;
	color: #ffe9a4;
	text-align: center;
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(60, 32, 8, .95) 0%, rgba(20, 10, 2, .95) 100%);
	border: 1px solid rgba(243, 185, 72, .6);
	box-shadow: 0 0 18px rgba(243, 185, 72, .15), inset 0 0 24px rgba(0, 0, 0, .45);
}

.iwin-side-title {
	margin: 0 0 12px;
	font-size: 14px;
	letter-spacing: .14em;
	color: #f3d27a;
	font-weight: 800;
}

.iwin-side-domain {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	margin-bottom: 14px;
	border-radius: 8px;
	background: linear-gradient(180deg, #1c1207 0%, #060304 100%);
	border: 1px solid #c89c4a;
	font-size: 18px;
	font-weight: 800;
	color: #ffe9a4;
	letter-spacing: .04em;
}

.iwin-side-domain svg {
	width: 18px;
	height: 18px;
	color: #2ecc71;
}

.iwin-side-steps {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: left;
}

.iwin-side-steps li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
}

.iwin-step-num {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #2a1801;
	font-weight: 800;
	background: linear-gradient(180deg, #ffe09a 0%, #d49b3a 100%);
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .35);
}

.iwin-step-txt b {
	display: block;
	color: #ffd470;
	font-weight: 800;
	font-size: 14px;
}

.iwin-side-foot {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #fff8d9;
}

/* Right side promo */
.iwin-promo-card {
	position: relative;
	padding: 16px 14px 18px;
	border-radius: 16px;
	background:
		radial-gradient(ellipse at top, #6a0c0c 0%, #2a0303 70%, #100101 100%);
	border: 1px solid rgba(243, 185, 72, .7);
	color: #fff;
	overflow: hidden;
	min-height: 260px;
	box-shadow: 0 0 20px rgba(255, 80, 50, .2), inset 0 0 24px rgba(0, 0, 0, .5);
}

.iwin-promo-tag {
	display: block;
	font-size: 14px;
	font-weight: 800;
	color: #ffe9a4;
	letter-spacing: .12em;
	line-height: 1.15;
	text-shadow: 1px 1px 0 #5a1a05;
}

.iwin-promo-tag b {
	display: inline-block;
	margin-top: 4px;
	font-size: 32px;
	background: linear-gradient(180deg, #fff5b8 0%, #f3b948 70%, #b9701a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.iwin-promo-art {
	display: block;
	margin: 8px auto;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 30% 30%, #ffe9a4 0%, #e0a32a 35%, #6f3b06 80%);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .45), inset -8px -10px 16px rgba(0, 0, 0, .4);
	position: relative;
}

.iwin-promo-art::before,
.iwin-promo-art::after {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.iwin-promo-art::before {
	width: 24px;
	height: 24px;
	top: 28%;
	left: 32%;
	background: radial-gradient(circle, #fff 0%, #ddd 80%);
	box-shadow: 36px 6px 0 -2px #fff, 18px 30px 0 -2px #fff;
}

.iwin-promo-art::after {
	width: 14px;
	height: 14px;
	top: 52%;
	left: 56%;
	background: #c0392b;
}

.iwin-promo-name {
	display: block;
	margin-top: 6px;
	font-size: 22px;
	font-weight: 800;
	font-style: italic;
	color: #fff;
	text-shadow: 1px 1px 0 #6a0c0c, 0 0 8px rgba(255, 200, 100, .5);
}

.iwin-promo-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 10px;
}

.iwin-promo-dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(243, 185, 72, .35);
	transform: rotate(45deg);
}

.iwin-promo-dots .active {
	background: #f3b948;
}

/* ---------- Banner ---------- */
.iwin-banner {
	position: relative;
	z-index: 3;
	padding-top: 8px;
}

.iwin-logo {
	display: inline-block;
	margin: 0 auto 6px;
	max-width: 32%;
	min-width: 110px;
}

.iwin-logo-img,
.iwin-logo img {
	display: block;
	margin: 0 auto;
	max-height: 110px;
	width: auto;
	filter: drop-shadow(0 2px 8px rgba(255, 180, 60, .35));
}

.iwin-logo-text {
	display: inline-block;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: .08em;
	background: linear-gradient(180deg, #fff7d4 0%, #f5c649 60%, #b87016 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.iwin-tagline {
	margin: 8px 0 4px;
	font-size: 30px;
	letter-spacing: .12em;
	font-weight: 800;
	text-transform: uppercase;
}

.iwin-tagline-text {
	background: linear-gradient(180deg, #fff7d4 0%, #ffd86a 35%, #d59522 70%, #8d5108 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0 2px 12px rgba(255, 180, 60, .25);
	font-family: "Be Vietnam Pro", "Roboto", "Segoe UI", Arial, sans-serif;
}

.iwin-subline {
	margin: 0 0 10px;
	font-size: 14px;
	color: #d8c590;
	font-weight: 500;
}

.iwin-subline span {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	background: linear-gradient(180deg, #d31f1f 0%, #8a1010 100%);
	margin: 0 2px;
}

/* ---------- Hero / video frame ---------- */
.iwin-hero {
	margin: 18px auto 8px;
}

.iwin-hero-frame {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	border-radius: 8px;
	overflow: hidden;
	background: #0a0a0a;
	border: 4px solid #fec26a;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .6), 0 0 30px rgba(255, 180, 60, .15);
}

.iwin-hero-media,
.iwin-hero-frame iframe,
.iwin-hero-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.iwin-hero-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(ellipse at top, #4a1717 0%, #170606 70%, #050202 100%);
	color: #fff;
	gap: 4px;
}

.iwin-hero-crown {
	width: 60px;
	height: 50px;
	background:
		radial-gradient(circle at 50% 30%, #ffd86a 0 8px, transparent 9px),
		linear-gradient(180deg, #ffe09a 0%, #c98a2a 100%);
	-webkit-mask: radial-gradient(circle at 18% 70%, transparent 12px, #000 13px),
		radial-gradient(circle at 50% 70%, transparent 14px, #000 15px),
		radial-gradient(circle at 82% 70%, transparent 12px, #000 13px);
	-webkit-mask-composite: source-in;
	clip-path: polygon(0 100%, 0 40%, 18% 60%, 33% 20%, 50% 55%, 67% 20%, 82% 60%, 100% 40%, 100% 100%);
	margin-bottom: 4px;
}

.iwin-hero-name {
	font-size: 56px;
	font-weight: 900;
	letter-spacing: .14em;
	background: linear-gradient(180deg, #fff7d4 0%, #f5c649 60%, #b87016 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
}

.iwin-hero-sub {
	font-size: 18px;
	letter-spacing: .35em;
	color: #f5c649;
	font-weight: 700;
}

/* ---------- CTA section ---------- */
.iwin-cta {
	margin-top: 18px;
}

.iwin-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 12px auto;
	max-width: 60%;
}

.iwin-divider span {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #87632a 50%, transparent 100%);
}

.iwin-divider b {
	width: 12px;
	height: 12px;
	background: #f3b948;
	transform: rotate(45deg);
	box-shadow: 0 0 10px #f3b948;
}

.iwin-divider--mid {
	max-width: 40%;
}

.iwin-cta-hint {
	margin: 4px 0 14px;
	font-size: 16px;
	color: #cfbe7a;
	font-weight: 600;
}

.iwin-cta-hint .iwin-domain {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.iwin-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	max-width: 460px;
	min-height: 78px;
	padding: 12px 28px;
	margin: 8px auto;
	border: none;
	border-radius: 999px;
	font-family: inherit;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .45);
	transition: transform .25s, filter .25s, box-shadow .25s;
}

.iwin-btn:hover {
	transform: translateY(-2px);
	color: #fff;
	filter: brightness(1.07);
}

.iwin-btn:active {
	transform: translateY(1px);
}

.iwin-btn--green {
	background:
		linear-gradient(180deg, #1ec766 0%, #119246 55%, #0a5e2c 100%);
	border: 3px solid #ffd470;
	box-shadow:
		0 10px 24px rgba(0, 80, 30, .55),
		inset 0 0 18px rgba(0, 0, 0, .35),
		inset 0 2px 0 rgba(255, 255, 255, .25);
	animation: iwinPulse 1.6s ease-in-out infinite;
}

.iwin-btn--red {
	background:
		linear-gradient(180deg, #ff3b3b 0%, #c41616 55%, #6e0606 100%);
	border: 3px solid #ffd470;
	box-shadow:
		0 10px 24px rgba(120, 0, 0, .5),
		inset 0 0 18px rgba(0, 0, 0, .35),
		inset 0 2px 0 rgba(255, 255, 255, .2);
	max-width: 380px;
	min-height: 64px;
}

.iwin-btn-text {
	font-size: 28px;
}

.iwin-btn--red .iwin-btn-text {
	font-size: 22px;
	letter-spacing: .08em;
}

.iwin-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #fff;
}

.iwin-btn-icon svg {
	width: 100%;
	height: 100%;
}

@keyframes iwinPulse {

	0%,
	100% {
		transform: scale(1);
		filter: drop-shadow(0 0 0 rgba(255, 200, 100, .0));
	}

	50% {
		transform: scale(1.025);
		filter: drop-shadow(0 0 12px rgba(255, 200, 100, .55));
	}
}

.iwin-cta-cipher {
	display: block;
	align-items: center;
	gap: 6px;
	margin: 8px 0 0;
	font-size: 14px;
	color: #cfbe7a;
}

.iwin-cipher {
	display: inline-block;
	font-weight: 800;
	background: linear-gradient(90deg, #ff5959, #ffae3b, #1ec766, #36a8e0, #b86bff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.iwin-cta-cipher svg {
	width: 14px;
	height: 14px;
	color: #cfbe7a;
}

.iwin-dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 10px;
}

.iwin-dots span {
	width: 26px;
	height: 4px;
	border-radius: 4px;
	background: #6e5a25;
}

.iwin-dots span:first-child {
	background: #f3b948;
}

/* ---------- Content area (inherits in posts/pages) ---------- */
.iwin-content {
	position: relative;
	z-index: 2;
	margin: 28px auto 0;
	padding: 22px 22px 28px;
	background: rgba(8, 6, 14, .65);
	border: 1px solid rgba(243, 185, 72, .25);
	border-radius: 14px;
	color: #e9d8a6;
	text-align: left;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .45);
}

.iwin-content h1,
.iwin-content h2,
.iwin-content h3,
.iwin-content h4,
.iwin-content h5,
.iwin-content h6 {
	color: #ffd470;
	font-weight: 800;
	margin-top: 1em;
	line-height: 1.25;
	font-family: "Be Vietnam Pro", "Roboto", "Segoe UI", Arial, sans-serif;
}

.iwin-content h1 {
	font-size: 24px;
	text-align: center;
}

.iwin-content h2 {
	font-size: 20px;
}

.iwin-content h3 {
	font-size: 17px;
}

.iwin-content p,
.iwin-content li {
	line-height: 1.7;
	font-size: 15px;
}

.iwin-content a {
	color: #ffae3b;
	text-decoration: underline;
}

.iwin-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0;
	font-size: 14px;
}

.iwin-content table td,
.iwin-content table th {
	border: 1px solid rgba(243, 185, 72, .25);
	padding: 8px 12px;
	color: #f0e5bf;
}

.iwin-content table th {
	background: rgba(243, 185, 72, .12);
}

/* ---------- Footer ---------- */
.iwin-footer {
	position: relative;
	z-index: 2;
	margin-top: 36px;
	padding: 30px 16px 26px;
	color: #cfbe7a;
	background:
		linear-gradient(180deg, rgba(20, 12, 4, .6) 0%, rgba(8, 4, 1, .95) 100%);
	border-top: 1px solid rgba(243, 185, 72, .35);
	text-align: center;
	overflow: hidden;
}

.iwin-footer-glow {
	position: absolute;
	inset: -40% 10% auto 10%;
	height: 200px;
	background: radial-gradient(ellipse at center, rgba(243, 185, 72, .18) 0%, transparent 70%);
	filter: blur(20px);
	pointer-events: none;
}

.iwin-footer-inner {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.iwin-foot-logo {
	display: inline-block;
}

.iwin-foot-logo-img,
.iwin-foot-logo img {
	max-height: 70px;
	width: auto;
	filter: drop-shadow(0 2px 8px rgba(255, 180, 60, .35));
}

.iwin-foot-logo-text {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: .12em;
	background: linear-gradient(180deg, #fff7d4 0%, #f5c649 60%, #b87016 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.iwin-foot-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
	margin: 6px 0;
}

.iwin-foot-nav a {
	padding: 4px 16px;
	font-size: 13px;
	font-weight: 600;
	color: #d8c590;
	text-transform: uppercase;
	letter-spacing: .04em;
	border-left: 1px solid rgba(243, 185, 72, .35);
}

.iwin-foot-nav a:first-child {
	border-left: 0;
}

.iwin-foot-nav a:hover {
	color: #ffd470;
}

.iwin-foot-badges {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 6px 0;
}

.iwin-foot-dmca img {
	height: 30px;
	border-radius: 4px;
	background: #fff;
	padding: 2px 4px;
}

.iwin-foot-age {
	display: inline-flex;
	align-items: center;
	gap: 1px;
	padding: 4px 10px;
	border: 2px solid #c41616;
	border-radius: 999px;
	color: #ff6b6b;
	font-weight: 900;
	font-size: 14px;
}

.iwin-foot-age b {
	font-size: 16px;
	line-height: 1;
}

.iwin-foot-age small {
	font-size: 12px;
}

.iwin-foot-copy {
	margin: 4px 0 0;
	font-size: 13px;
	color: #b8a76a;
}

.iwin-foot-copy strong {
	color: #ffd470;
}

.iwin-foot-domain {
	color: #ffae3b;
}

.iwin-foot-disclaimer {
	margin: 0;
	font-size: 12px;
	color: #847649;
	max-width: 600px;
}

/* ---------- Hide native Flatsome chrome we don't want ---------- */
.iwin-page #header,
.iwin-page #footer,
.iwin-page .header,
.iwin-page .footer {
	display: none !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1280px) {
	.iwin-side {
		width: 200px;
	}

	.iwin-side--left {
		left: 14px;
	}

	.iwin-side--right {
		right: 14px;
	}

	.iwin-promo-art {
		width: 110px;
		height: 110px;
	}
}

@media (max-width: 1100px) {
	.iwin-side {
		display: none;
	}

	.iwin-main {
		max-width: 640px;
	}
}

@media (max-width: 991px) {
	.iwin-social-btn .iwin-social-label {
		display: none;
	}

	.iwin-social-btn {
		padding: 10px;
		border-radius: 50%;
	}

	.iwin-social-btn svg {
		width: 22px;
		height: 22px;
	}

	.iwin-social-btn--chat {
		padding: 10px;
	}

	.iwin-tagline {
		font-size: 26px;
	}

	.iwin-btn-text {
		font-size: 24px;
	}

	.iwin-btn--red .iwin-btn-text {
		font-size: 20px;
	}

	.iwin-hero-name {
		font-size: 44px;
	}
}

@media (max-width: 760px) {
	.iwin-main {
		padding: 22px 12px 36px;
	}

	.iwin-logo {
		max-width: 38%;
	}

	.iwin-logo-img,
	.iwin-logo img {
		max-height: 90px;
	}

	.iwin-tagline {
		font-size: 22px;
		letter-spacing: .08em;
	}

	.iwin-subline {
		font-size: 13px;
	}

	.iwin-hero-frame {
		border-width: 3px;
	}

	.iwin-hero-name {
		font-size: 36px;
		letter-spacing: .1em;
	}

	.iwin-hero-sub {
		font-size: 14px;
		letter-spacing: .25em;
	}

	.iwin-cta-hint {
		font-size: 14px;
	}

	.iwin-btn {
		min-height: 64px;
		gap: 8px;
	}

	.iwin-btn-text {
		font-size: 22px;
	}

	.iwin-btn--red {
		min-height: 56px;
	}

	.iwin-btn--red .iwin-btn-text {
		font-size: 18px;
	}

	.iwin-btn-icon {
		width: 28px;
		height: 28px;
	}

	.iwin-divider {
		max-width: 80%;
	}

	.iwin-content {
		padding: 16px 14px;
	}

	.iwin-foot-nav a {
		padding: 4px 10px;
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.iwin-social {
		top: 10px;
		right: 10px;
		gap: 8px;
	}

	.iwin-social-btn--chat {
		right: 10px;
		bottom: 14px;
	}

	.iwin-social-btn {
		padding: 8px;
	}

	.iwin-social-btn svg {
		width: 20px;
		height: 20px;
	}

	.iwin-logo {
		max-width: 44%;
	}

	.iwin-tagline {
		font-size: 19px;
	}

	.iwin-tagline {
		margin: 6px 0;
	}

	.iwin-subline {
		font-size: 12px;
	}

	.iwin-hero-name {
		font-size: 28px;
	}

	.iwin-hero-sub {
		font-size: 12px;
	}

	.iwin-btn {
		min-height: 56px;
		padding: 8px 18px;
		gap: 6px;
	}

	.iwin-btn-text {
		font-size: 18px;
	}

	.iwin-btn--red {
		min-height: 50px;
	}

	.iwin-btn--red .iwin-btn-text {
		font-size: 16px;
	}

	.iwin-btn-icon {
		width: 24px;
		height: 24px;
	}

	.iwin-cta-hint {
		font-size: 13px;
	}

	.iwin-content h1 {
		font-size: 20px;
	}

	.iwin-content h2 {
		font-size: 17px;
	}

	.iwin-content h3 {
		font-size: 15px;
	}

	.iwin-foot-logo-img,
	.iwin-foot-logo img {
		max-height: 56px;
	}

	.iwin-foot-copy {
		font-size: 12px;
	}

	.iwin-foot-disclaimer {
		font-size: 11px;
	}
}

@media (max-width: 360px) {
	.iwin-tagline {
		font-size: 17px;
	}

	.iwin-btn-text {
		font-size: 16px;
	}

	.iwin-btn--red .iwin-btn-text {
		font-size: 14px;
	}

	.iwin-hero-name {
		font-size: 24px;
	}
}

/* ---------- CTA app-button visibility (PC vs tablet/mobile) ---------- */
/* Default: ẩn nút TẢI APP NGAY trên PC (desktop). Chỉ hiện nút CHƠI NHANH BẢN WEB. */
.iwin-cta-app {
	display: none;
}

/* Tablet, iPad và mobile (bao gồm iPad portrait 768 và landscape 1024) */
@media (max-width: 1024px) {
	.iwin-cta-app {
		display: block;
	}
}

/* iPad Pro hoặc tablet rộng nhưng vẫn là touch device → vẫn hiển thị nút app */
@media (hover: none) and (pointer: coarse) {
	.iwin-cta-app {
		display: block;
	}
}