:root {
	--bg: #061120;
	--panel: #0a1930;
	--panel-soft: #102449;
	--surface: #f4f7fb;
	--surface-alt: #e6edf5;
	--text: #edf5ff;
	--text-dark: #0f1f36;
	--muted: #8ea6c6;
	--line: rgba( 255, 255, 255, 0.1 );
	--accent: #16c465;
	--accent-strong: #0f9d50;
	--accent-red: #e2443b;
	--accent-red-dark: #bf271f;
	--accent-blue: #1f72d8;
	--warm: #ffd166;
	--shadow: 0 30px 80px rgba( 0, 0, 0, 0.22 );
	--radius: 28px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Manrope", sans-serif;
	color: var(--text);
	background:
		radial-gradient(circle at top left, rgba(31, 114, 216, 0.22), transparent 28%),
		radial-gradient(circle at top right, rgba(22, 196, 101, 0.18), transparent 28%),
		linear-gradient(180deg, #061120 0%, #0b1a34 46%, #eef3f8 46%, #eef3f8 100%);
}

a {
	color: inherit;
	text-decoration: none;
}

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

.container {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.site-shell {
	min-height: 100vh;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(20px);
	background: rgba(6, 17, 32, 0.88);
	border-bottom: 1px solid var(--line);
}

.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	gap: 20px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.brand-logo {
	width: 182px;
	height: auto;
	display: block;
}

.brand-copy strong,
.brand-copy small {
	display: block;
}

.brand-copy strong {
	font-family: "Sora", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.02em;
}

.brand-copy small,
.coverage-status,
.eyebrow {
	color: var(--muted);
}

.menu-toggle {
	display: none;
}

.menu,
.footer-menu {
	display: flex;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu a,
.footer-menu a {
	color: var(--text);
	font-weight: 700;
	padding: 10px 0;
	position: relative;
}

.menu a::after,
.footer-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--accent), var(--accent-red));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s ease;
}

.menu a:hover::after,
.menu .current-menu-item a::after,
.menu .current_page_item a::after,
.footer-menu a:hover::after {
	transform: scaleX(1);
}

.header-cta,
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 14px 22px;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-cta,
.button-primary {
	background: linear-gradient(135deg, var(--accent), #4de08b);
	color: #08111f;
	box-shadow: 0 16px 35px rgba(22, 196, 101, 0.24);
}

.header-cta-mobile {
	display: none;
}

.button-secondary {
	border: 1px solid rgba(226, 68, 59, 0.42);
	background: rgba(226, 68, 59, 0.12);
	color: var(--text);
}

.button-payment {
	border: 1px solid rgba(31, 114, 216, 0.72);
	background: linear-gradient(135deg, var(--accent-blue), #0f4fa6);
	color: #edf5ff;
	box-shadow: 0 16px 35px rgba(31, 114, 216, 0.22);
}

.button-payment:hover {
	background: linear-gradient(135deg, #3b8aee, #0d4591);
}

.hero-home .button-secondary {
	border-color: rgba(191, 39, 31, 0.84);
	background: linear-gradient(135deg, var(--accent-red), var(--accent-red-dark));
	color: #fff4f2;
	backdrop-filter: blur(8px);
	box-shadow: 0 14px 28px rgba(191, 39, 31, 0.28);
}

.hero-home .button-secondary:hover {
	background: linear-gradient(135deg, #ef564d, #b61f18);
}

.speedtest-card .button-secondary {
	border-color: rgba(191, 39, 31, 0.8);
	background: linear-gradient(135deg, var(--accent-red), var(--accent-red-dark));
	color: #fff4f2;
	box-shadow: 0 16px 35px rgba(191, 39, 31, 0.22);
}

.button-whatsapp {
	border: 1px solid rgba(22, 196, 101, 0.82);
	background: linear-gradient(135deg, var(--accent), #0f9f54);
	color: #f4fff9;
	box-shadow: 0 16px 35px rgba(22, 196, 101, 0.24);
}

.button-whatsapp:hover {
	background: linear-gradient(135deg, #2ae07d, #0c8748);
}

.site-main {
	padding: 42px 0 88px;
}

.hero,
.page-hero {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 32px;
	align-items: center;
	padding: 72px 0 28px;
	position: relative;
	z-index: 1;
	color: var(--text);
}

.hero-home {
	overflow: hidden;
	border-radius: 34px;
	padding: 78px 32px 34px;
	background: linear-gradient(135deg, rgba(6, 17, 32, 0.96), rgba(11, 26, 52, 0.9));
}

.hero-home > :not(.hero-media) {
	position: relative;
	z-index: 2;
}

.hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.hero-media::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 26%, rgba(31, 114, 216, 0.36), transparent 25%),
		radial-gradient(circle at 78% 18%, rgba(22, 196, 101, 0.22), transparent 22%),
		linear-gradient(115deg, rgba(8, 17, 31, 0.78), rgba(8, 17, 31, 0.35));
	z-index: 1;
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.45s ease;
}

.hero-video.is-ready {
	opacity: 1;
}

.page-hero {
	grid-template-columns: 1fr;
	max-width: 760px;
	margin-bottom: 18px;
}

.page-hero-copy {
	max-width: 760px;
	position: relative;
	z-index: 2;
}

.page-hero.page-hero-has-image {
	max-width: none;
	margin-bottom: 24px;
	padding: 84px 32px 44px;
	overflow: hidden;
	border-radius: 34px;
	color: #f4f8ff;
	background: linear-gradient(135deg, rgba(5, 14, 28, 0.94), rgba(11, 27, 52, 0.9));
}

.page-hero.page-hero-has-image::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(7, 18, 34, 0.88) 0%, rgba(7, 18, 34, 0.58) 55%, rgba(7, 18, 34, 0.72) 100%),
		radial-gradient(circle at 82% 20%, rgba(22, 196, 101, 0.18), transparent 22%),
		radial-gradient(circle at 20% 22%, rgba(31, 114, 216, 0.26), transparent 28%),
		var(--page-hero-bg) center/cover no-repeat;
	z-index: 0;
}

.page-hero.page-hero-has-image .eyebrow,
.page-hero.page-hero-has-image h1,
.page-hero.page-hero-has-image p {
	color: #f4f8ff;
}

.hero h1,
.page-hero h1 {
	font-family: "Sora", sans-serif;
	font-size: clamp(2.7rem, 7vw, 4.8rem);
	line-height: 0.98;
	margin: 10px 0 18px;
	color: var(--text);
}

.hero p,
.page-hero p,
.prose,
.benefit-card p,
.plan-card p,
.detail-card p,
.coverage-item p,
.faq-item p,
.newsletter-panel p,
.testimonial-card blockquote,
.availability-result,
.speedtest-card p {
	font-size: 1.05rem;
	line-height: 1.75;
}

.hero-copy p {
	max-width: 620px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.hero-panel,
.signal-card,
.signal-metrics div,
.benefit-card,
.plan-card,
.detail-card,
.coverage-item,
.testimonial-card,
.availability-card,
.speedtest-card,
.newsletter-panel,
.post-card,
.site-form,
.stack-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
	border-radius: var(--radius);
}

.hero-panel {
	padding: 28px;
	backdrop-filter: blur(10px);
}

.signal-card {
	padding: 26px;
	background: linear-gradient(135deg, rgba(31, 114, 216, 0.26), rgba(22, 196, 101, 0.2));
	position: relative;
	overflow: hidden;
}

.signal-card::after {
	content: "";
	position: absolute;
	right: -38px;
	bottom: -52px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(226, 68, 59, 0.46), transparent 70%);
}

.signal-card p,
.signal-card span {
	margin: 0;
}

.signal-card strong {
	display: block;
	margin: 6px 0 8px;
	font-size: clamp(3rem, 8vw, 5rem);
	font-family: "Sora", sans-serif;
}

.signal-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 16px;
}

.signal-metrics div {
	padding: 18px;
}

.signal-metrics strong {
	display: block;
	font-size: 1.3rem;
	font-family: "Sora", sans-serif;
}

.section {
	padding: 42px 28px;
	margin-top: 24px;
	border-radius: 32px;
	background: rgba(244, 247, 251, 0.98);
	box-shadow: 0 18px 40px rgba(9, 24, 43, 0.08);
	color: var(--text-dark);
}

.section-alt {
	margin: 24px 0 0;
	padding: 42px 28px;
	border-radius: 32px;
	background: linear-gradient(180deg, #e5edf6, #f6f9fc);
}

.section-heading {
	max-width: 760px;
	margin-bottom: 24px;
}

.section h2,
.section-heading h2,
.newsletter-panel h2 {
	font-family: "Sora", sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.08;
	margin: 10px 0;
}

.benefit-grid,
.plan-grid,
.plan-detail-grid,
.mission-grid,
.footer-grid,
.blog-grid {
	display: grid;
	gap: 22px;
}

.benefit-grid {
	grid-template-columns: repeat( auto-fit, minmax(220px, 1fr) );
}

.plan-grid,
.plan-detail-grid,
.mission-grid {
	grid-template-columns: repeat( auto-fit, minmax(240px, 1fr) );
}

.benefit-card,
.plan-card,
.detail-card,
.post-card,
.stack-card {
	padding: 24px;
}

.post-card h2,
.post-card h2 a,
.posts-list .post-card h2 a {
	color: var(--text);
}

.post-card .eyebrow,
.post-card p {
	color: rgba(237, 245, 255, 0.84);
}

.blog-grid .post-card,
.blog-grid .newsletter-panel {
	background: linear-gradient(180deg, rgba(10, 25, 48, 0.96), rgba(16, 36, 73, 0.94));
	border-color: rgba(255, 255, 255, 0.08);
	color: var(--text);
}

.blog-grid .newsletter-panel h2,
.blog-grid .newsletter-panel .eyebrow,
.blog-grid .newsletter-panel p {
	color: var(--text);
}

.benefit-icon {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-bottom: 12px;
	border-radius: 50%;
	background: rgba(22, 196, 101, 0.14);
	color: var(--accent-strong);
	font-weight: 800;
}

.price {
	font-family: "Sora", sans-serif;
	font-size: 1.7rem;
	margin: 8px 0;
	color: var(--accent-blue);
}

.text-link {
	font-weight: 700;
	color: var(--accent-red-dark);
}

.coverage-layout,
.split-section,
.blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	align-items: start;
}

.coverage-map-shell {
	position: relative;
	min-height: 420px;
	height: 100%;
	display: flex;
	overflow: hidden;
	border-radius: 32px;
	background: linear-gradient(180deg, #0b1728, #10213b);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.leaflet-map {
	min-height: 420px;
	width: 100%;
	height: 100%;
	flex: 1 1 auto;
}

.leaflet-container {
	font-family: "Manrope", sans-serif;
	border-radius: 32px;
	z-index: 1;
}

.leaflet-control-container,
.leaflet-pane,
.leaflet-top,
.leaflet-bottom {
	z-index: 1;
}

.coverage-legend {
	display: grid;
	gap: 16px;
	align-content: start;
}

.coverage-item {
	padding: 20px 22px;
}

.coverage-item.is-active {
	outline: 2px solid rgba(22, 196, 101, 0.35);
	transform: translateY(-2px);
}

.testimonial-card {
	padding: 28px;
	color: var(--text-dark);
}

.testimonial-card blockquote {
	font-size: 1.3rem;
	margin: 14px 0;
}

.faq-list {
	display: grid;
	gap: 14px;
}

.faq-item {
	padding: 18px 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(17, 32, 56, 0.08);
}

.faq-item summary {
	cursor: pointer;
	font-weight: 800;
	list-style: none;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.payment-step-list {
	padding-left: 22px;
	line-height: 1.85;
}

.payment-step-list li + li {
	margin-top: 10px;
}

.payment-reference-card h2,
.payment-alert h2 {
	margin-top: 10px;
}

.payment-alert {
	padding: 24px 28px;
	border-radius: 28px;
	border: 1px solid rgba(226, 68, 59, 0.16);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 245, 244, 0.96));
	color: var(--text-dark);
}

.check-list,
.contact-list,
.guide-list {
	padding-left: 18px;
	line-height: 1.8;
}

.availability-card,
.speedtest-card,
.newsletter-panel {
	padding: 24px;
}

.availability-result {
	margin-top: 14px;
	padding: 16px;
	border-radius: 18px;
	background: rgba(255,255,255,0.7);
}

.site-form {
	display: grid;
	gap: 14px;
	padding: 24px;
}

.compact-form {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.site-form input,
.site-form textarea,
#coverage-search {
	width: 100%;
	border: 1px solid rgba(17, 32, 56, 0.12);
	border-radius: 18px;
	padding: 16px 18px;
	font: inherit;
	color: var(--text-dark);
	background: rgba(255,255,255,0.92);
}

.form-notice {
	margin-bottom: 14px;
	padding: 14px 16px;
	border-radius: 18px;
	font-weight: 700;
}

.form-notice-success {
	background: rgba(22, 196, 101, 0.18);
	color: #0b6b4c;
}

.form-notice-invalid,
.form-notice-error {
	background: rgba(226, 68, 59, 0.14);
	color: #8b211b;
}

.posts-list {
	display: grid;
	gap: 18px;
}

.post-card h2 {
	font-size: 1.45rem;
}

.prose {
	max-width: 800px;
}

.single-post {
	color: var(--text-dark);
}

.site-footer {
	padding: 36px 0 48px;
	background:
		linear-gradient(180deg, rgba(22, 196, 101, 0.06), transparent 20%),
		linear-gradient(180deg, #07101d, #081527);
	border-top: 1px solid var(--line);
	color: var(--text);
}

.footer-grid {
	grid-template-columns: 1.1fr 1fr 0.9fr;
	color: var(--text);
}

.footer-logo {
	width: 192px;
	height: auto;
	display: block;
	margin-bottom: 14px;
}

.button:hover,
.header-cta:hover {
	transform: translateY(-2px);
}

@media ( max-width: 920px ) {
	.brand-logo {
		width: 152px;
	}

	.hero,
	.coverage-layout,
	.split-section,
	.blog-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.hero-home {
		padding-left: 22px;
		padding-right: 22px;
	}

		.section,
		.section-alt {
			padding: 34px 22px;
		}

	.menu-toggle {
		display: inline-flex;
		padding: 12px 16px;
		border-radius: 999px;
		border: 1px solid var(--line);
		background: transparent;
		color: var(--text);
	}

	.site-nav {
		display: none;
		position: absolute;
		top: calc(100% + 8px);
		left: 16px;
		right: 16px;
		padding: 18px;
		border-radius: 24px;
		background: rgba(8, 17, 31, 0.96);
		border: 1px solid var(--line);
	}

	.site-nav.is-open {
		display: block;
	}

	.menu {
		flex-direction: column;
	}

	.footer-menu {
		flex-direction: column;
		gap: 8px;
	}

	.menu a {
		padding: 6px 0;
	}

	.header-cta {
		display: none;
	}

	.header-cta-mobile {
		display: inline-flex;
		margin-top: 14px;
		width: 100%;
	}
}

@media ( max-width: 680px ) {
	.brand-copy {
		display: none;
	}

	.hero,
	.page-hero {
		padding-top: 44px;
	}

	.hero-home {
		padding-top: 54px;
		padding-bottom: 28px;
	}

	.hero h1,
	.page-hero h1 {
		font-size: 2.4rem;
	}

	.signal-metrics {
		grid-template-columns: 1fr;
	}

	.section-alt {
		padding-left: 18px;
		padding-right: 18px;
	}

	.section {
		padding-left: 18px;
		padding-right: 18px;
	}
}
