/* ASM final homepage v1 — lightweight, no vendor JS */

:root {
	--asm-blue: #0e4e9a;
	--asm-blue-dark: #08244f;
	--asm-navy: #08244f;
	--asm-navy-mid: #0a2f6b;
	--asm-cyan: #19c6e8;
	--asm-gold: #f5ca44;
	--asm-ice: #f4f8fc;
	--asm-ink: #16324f;
	--asm-muted: #4a657a;
	--asm-radius: 16px;
	--asm-shadow: 0 12px 30px rgba(6, 42, 74, 0.08);
	--asm-max: 1180px;
}

.asm-home {
	margin: 0;
	background: #fff;
	color: var(--asm-ink);
	font-family: Poppins, "Segoe UI", sans-serif;
	line-height: 1.6;
	overflow-x: hidden;
}

.asm-home.asm-nav-lock {
	overflow: hidden;
}

.asm-home img {
	max-width: 100%;
	height: auto;
}

.asm-skip {
	position: absolute;
	left: -999px;
}

.asm-wrap {
	width: min(var(--asm-max), calc(100% - 40px));
	margin: 0 auto;
}

/* Header */
.asm-header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: #fff;
	box-shadow: 0 6px 20px rgba(6, 42, 74, 0.06);
}

.asm-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 72px;
	padding: 8px 0;
}

.asm-logo img {
	width: 170px;
	height: auto;
	object-fit: contain;
	display: block;
}

.asm-nav-toggle {
	display: none;
	border: 0;
	background: var(--asm-ice);
	color: var(--asm-navy);
	border-radius: 10px;
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	cursor: pointer;
	font-family: inherit;
	font-weight: 600;
	font-size: 14px;
	z-index: 201;
	position: relative;
}

.asm-nav-toggle:hover,
.asm-nav-toggle:focus {
	background: #e8eef6;
	color: var(--asm-navy-mid);
}

.asm-nav {
	display: flex;
	align-items: center;
	gap: 8px;
}

.asm-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.asm-menu a,
.asm-drop__btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	color: var(--asm-ink);
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	border-radius: 8px;
	border: 0;
	background: none;
	cursor: pointer;
	font-family: inherit;
}

.asm-menu a:hover,
.asm-drop__btn:hover,
.asm-menu a[aria-current="page"] {
	color: var(--asm-blue);
	background: var(--asm-ice);
}

.asm-drop {
	position: relative;
}

.asm-drop__panel {
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	min-width: 240px;
	background: #fff;
	border-radius: 14px;
	box-shadow: var(--asm-shadow);
	padding: 8px;
	display: none;
}

.asm-drop.is-open .asm-drop__panel,
.asm-drop:hover .asm-drop__panel {
	display: block;
}

.asm-drop__panel a {
	display: flex;
	width: 100%;
	padding: 10px 12px;
}

.asm-drop__icon {
	width: 8px;
	height: 8px;
	border-radius: 99px;
	background: var(--asm-cyan);
}

.asm-wa-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 999px;
	background: #25d366;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.asm-wa-btn:hover {
	filter: brightness(0.95);
}

/* Hero */
.asm-hero {
	background:
		radial-gradient(circle at 80% 20%, rgba(25, 198, 232, 0.18), transparent 34%),
		linear-gradient(160deg, #08244f 0%, #0a2f6b 48%, #0e4e9a 100%);
	color: #fff;
	padding: 48px 0 56px;
}

.asm-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 36px;
	align-items: center;
}

.asm-badge {
	display: inline-block;
	margin: 0 0 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	letter-spacing: 0.08em;
	font-size: 11px;
	font-weight: 600;
}

.asm-hero h1 {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.asm-hero h1 span {
	color: var(--asm-cyan);
}

.asm-hero p {
	margin: 0 0 20px;
	max-width: 34rem;
	color: rgba(255, 255, 255, 0.92);
}

.asm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

.asm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
}

.asm-btn--gold {
	background: var(--asm-gold);
	color: var(--asm-navy);
}

.asm-btn--ghost {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.asm-btn--sv {
	border-color: var(--asm-cyan);
	color: #fff;
	font-weight: 600;
}

.asm-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.asm-hero__stats div {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 12px 12px;
	min-height: 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.asm-hero__stats strong {
	display: block;
	font-size: 13px;
}

.asm-hero__stats span {
	font-size: 12px;
	opacity: 0.85;
}

.asm-hero__media {
	position: relative;
}

.asm-hero__media img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.asm-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.asm-chips span {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 12px;
}

/* Strip */
.asm-strip {
	margin-top: -28px;
	padding-bottom: 24px;
}

.asm-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.asm-card {
	background: #fff;
	border-radius: var(--asm-radius);
	box-shadow: var(--asm-shadow);
	overflow: hidden;
}

.asm-strip article {
	padding: 18px;
}

.asm-strip h3,
.asm-pack h3,
.asm-iptv-card h3 {
	margin: 0 0 6px;
	font-size: 16px;
	color: var(--asm-navy);
}

.asm-strip p,
.asm-pack p,
.asm-iptv p {
	margin: 0;
	color: var(--asm-muted);
	font-size: 14px;
}

.asm-card img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	display: block;
}

/* Sections */
.asm-section {
	padding: 56px 0;
}

.asm-section--ice {
	background: var(--asm-ice);
}

.asm-kicker {
	margin: 0 0 6px;
	color: var(--asm-blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.asm-section h2 {
	margin: 0 0 8px;
	font-size: clamp(24px, 3vw, 34px);
	color: var(--asm-navy);
}

.asm-lead {
	margin: 0 0 24px;
	max-width: 40rem;
	color: var(--asm-muted);
}

.asm-pack-grid,
.asm-iptv-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.asm-pack,
.asm-iptv-card {
	padding: 0 0 18px;
}

.asm-pack__body,
.asm-iptv-card {
	padding: 16px 16px 18px;
}

.asm-price {
	margin: 10px 0;
	font-size: 22px;
	font-weight: 700;
	color: var(--asm-blue);
}

.asm-price small {
	font-size: 13px;
	font-weight: 500;
	color: var(--asm-muted);
}

.asm-list {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: var(--asm-muted);
}

.asm-list li {
	padding: 3px 0 3px 16px;
	position: relative;
}

.asm-list li::before {
	content: "";
	position: absolute;
	margin-left: -14px;
	margin-top: 7px;
	width: 7px;
	height: 7px;
	border-radius: 99px;
	background: var(--asm-cyan);
}

.asm-pack .asm-btn {
	width: calc(100% - 32px);
	margin: 0 16px;
	background: var(--asm-blue);
	color: #fff;
}

.asm-iptv-card .asm-btn {
	width: 100%;
	margin: 8px 0 0;
	background: var(--asm-blue);
	color: #fff;
}

.asm-iptv-layout {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 28px;
	align-items: start;
}

.asm-iptv-copy img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: var(--asm-radius);
	margin-bottom: 14px;
}

.asm-iptv-card {
	background: #fff;
	border-radius: var(--asm-radius);
	box-shadow: var(--asm-shadow);
	padding: 18px;
}

/* Smart Village / CCTV */
.asm-split {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 28px;
	align-items: center;
}

.asm-split img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	border-radius: 20px;
}

.asm-cta {
	background: linear-gradient(160deg, #08244f, #0a2f6b);
	color: #fff;
	text-align: center;
	padding: 48px 0;
}

.asm-cta h2,
.asm-cta p {
	color: #fff;
}

.asm-cta .asm-btn {
	background: var(--asm-gold);
	color: var(--asm-navy);
	min-width: 220px;
}

.asm-legal {
	background: var(--asm-ice);
	padding: 8px 0 48px;
}

.asm-legal__card {
	background: #fff;
	border: 1px solid rgba(10, 47, 107, 0.1);
	border-radius: 20px;
	padding: 32px 28px 28px;
	box-shadow: var(--asm-shadow);
	text-align: center;
}

.asm-legal__card h2 {
	margin: 0 0 14px;
	font-size: clamp(18px, 2.4vw, 24px);
	line-height: 1.4;
	color: var(--asm-navy);
	font-weight: 600;
}

.asm-legal__numbers {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	color: var(--asm-navy-mid);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.asm-legal__numbers li {
	margin: 6px 0;
	overflow-wrap: anywhere;
}

.asm-legal__logos {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px 24px;
	align-items: center;
	justify-items: center;
}

.asm-legal__logos img {
	width: auto;
	max-width: min(100%, 200px);
	max-height: 88px;
	height: auto;
	object-fit: contain;
	background: transparent;
}

/* Footer */
.asm-footer {
	background: var(--asm-navy);
	color: rgba(255, 255, 255, 0.86);
	padding: 40px 0 18px;
}

.asm-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
	gap: 24px;
}

.asm-footer h3 {
	margin: 0 0 10px;
	font-size: 14px;
	color: #fff;
}

.asm-footer a {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	display: block;
	padding: 4px 0;
}

.asm-footer a:hover {
	color: var(--asm-cyan);
}

.asm-footer__logo {
	width: 150px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	background: transparent;
	padding: 0;
	display: block;
	margin-bottom: 10px;
	filter: none;
	opacity: 1;
	image-rendering: auto;
}

.asm-copy {
	margin-top: 22px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
}

@media (hover: none) {
	.asm-drop:hover .asm-drop__panel {
		display: none;
	}
	.asm-drop.is-open .asm-drop__panel {
		display: block;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		transition: none !important;
	}
}

@media (max-width: 1100px) {
	.asm-pack-grid,
	.asm-iptv-grid,
	.asm-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.asm-hero__grid,
	.asm-iptv-layout,
	.asm-split,
	.asm-footer__grid {
		grid-template-columns: 1fr;
	}

	.asm-hero__media img,
	.asm-split img {
		height: 240px;
	}

	.asm-header {
		overflow: visible;
	}

	.asm-header__inner {
		position: relative;
	}

	.asm-nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.asm-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: calc(100% + 4px);
		z-index: 210;
		background: #fff;
		padding: 12px 16px 16px;
		box-shadow: 0 16px 40px rgba(8, 36, 79, 0.16);
		flex-direction: column;
		align-items: stretch;
		border-radius: 16px;
		max-height: min(78vh, 560px);
		overflow-x: hidden;
		overflow-y: auto;
	}

	.asm-header.is-open .asm-nav {
		display: flex;
	}

	.asm-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
		width: 100%;
	}

	.asm-menu a,
	.asm-drop__btn {
		min-height: 44px;
		width: 100%;
		justify-content: flex-start;
	}

	.asm-drop:hover .asm-drop__panel {
		display: none;
	}

	.asm-drop__panel {
		position: static;
		min-width: 0;
		width: 100%;
		box-shadow: none;
		display: none;
		padding: 0 0 4px 8px;
		background: var(--asm-ice);
		border-radius: 12px;
	}

	.asm-drop.is-open .asm-drop__panel {
		display: flex;
		flex-direction: column;
	}

	.asm-drop__panel a {
		min-height: 44px;
	}

	.asm-wa-btn {
		margin-top: 8px;
		width: 100%;
	}

	.asm-logo img {
		width: 132px;
	}

	.asm-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.asm-hero__actions .asm-btn {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.asm-wrap {
		width: calc(100% - 28px);
	}

	.asm-hero__stats,
	.asm-pack-grid,
	.asm-iptv-grid,
	.asm-strip__grid {
		grid-template-columns: 1fr;
	}

	.asm-hero {
		padding: 32px 0 48px;
	}

	.asm-legal__logos {
		grid-template-columns: 1fr;
	}

	.asm-legal__card {
		padding: 24px 18px 22px;
	}

	.asm-legal__logos img {
		max-height: 96px;
	}
}
