@font-face {
	font-family: "Public Sans";
	src: url("../fonts/public-sans-latin-wght-normal.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

:root {
	--eai-accent: #22b8f5;
	--eai-blue: #006bd6;
	--eai-blue-dark: #0a389b;
	--eai-navy: #061126;
	--eai-navy-soft: #0c1d38;
	--eai-ink: #13243b;
	--eai-text: #58677a;
	--eai-muted: #68778a;
	--eai-line: #dfe8f3;
	--eai-mist: #edf5ff;
	--eai-surface: #f7faff;
	--eai-white: #fff;
	--eai-shadow: 0 22px 60px rgba(31, 74, 125, 0.13);
	--eai-shadow-soft: 0 12px 34px rgba(31, 74, 125, 0.09);
	--eai-radius: 24px;
	--eai-radius-small: 16px;
	--eai-shell: 1180px;
}

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 92px;
}

body {
	background: #fff;
	color: var(--eai-text);
	font-family: "Public Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
	overflow-x: hidden;
	overflow-x: clip;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

img,
svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

iframe,
video,
embed,
object {
	max-width: 100%;
}

section[id] {
	scroll-margin-top: 104px;
}

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

button,
input,
select,
textarea {
	font: inherit;
}

button,
summary,
a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--eai-ink);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.12;
	margin: 0 0 0.65em;
}

p {
	margin: 0 0 1.35em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

::selection {
	background: var(--eai-accent);
	color: var(--eai-navy);
}

:focus-visible {
	border-radius: 4px;
	outline: 3px solid var(--eai-accent);
	outline-offset: 4px;
}

.shell {
	margin-inline: auto;
	max-width: calc(var(--eai-shell) + 48px);
	padding-inline: 24px;
	position: relative;
	width: 100%;
}

.shell--narrow {
	max-width: 850px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.skip-link:focus {
	background: #fff;
	clip: auto !important;
	clip-path: none;
	color: var(--eai-navy);
	display: block;
	font-weight: 700;
	height: auto;
	left: 16px;
	padding: 12px 18px;
	top: 16px;
	width: auto;
	z-index: 99999;
}

.button {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	min-height: 50px;
	padding: 15px 27px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button svg,
.hero__text-link svg,
.footer-email svg,
.footer-trust svg,
.text-arrow svg,
.price-card li svg,
.pricing-note svg,
.order-summary li svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 19px;
}

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

.button--primary {
	background: linear-gradient(135deg, var(--eai-blue), var(--eai-blue-dark));
	box-shadow: 0 14px 32px rgba(8, 120, 249, 0.25);
	color: #fff;
}

.button--primary:hover {
	box-shadow: 0 18px 38px rgba(8, 120, 249, 0.34);
	color: #fff;
}

.button--outline {
	border-color: #bfd0e4;
	color: var(--eai-ink);
}

.button--outline:hover {
	background: var(--eai-navy);
	border-color: var(--eai-navy);
	color: #fff;
}

.button--light {
	background: #fff;
	box-shadow: 0 14px 34px rgba(0, 24, 90, 0.22);
	color: var(--eai-blue-dark);
}

.button--large {
	font-size: 15px;
	min-height: 58px;
	padding-inline: 34px;
}

.button--small {
	font-size: 13px;
	min-height: 44px;
	padding: 13px 20px;
}

.button--full {
	width: 100%;
}

/* Header */
.site-header {
	background: transparent;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
	z-index: 100;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled,
body:not(.home) .site-header {
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	background: rgba(5, 17, 39, 0.92);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.13);
}

.site-header__inner {
	align-items: center;
	display: flex;
	gap: 34px;
	height: 92px;
}

.site-branding {
	flex: 0 0 auto;
	margin-right: auto;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-height: 52px;
	max-width: 220px;
	object-fit: contain;
	width: auto;
}

.brand-lockup {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 19px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: -0.03em;
}

.brand-mark {
	align-items: center;
	background: linear-gradient(135deg, var(--eai-blue), var(--eai-blue-dark));
	border-radius: 8px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.22);
	display: inline-flex;
	height: 36px;
	justify-content: center;
	position: relative;
	width: 48px;
}

.brand-mark::before,
.brand-mark::after {
	background: #fff;
	content: "";
	height: 2px;
	left: 8px;
	position: absolute;
	top: 7px;
	transform: rotate(45deg);
	transform-origin: left center;
	width: 10px;
}

.brand-mark::after {
	left: auto;
	right: 8px;
	transform: rotate(-45deg);
	transform-origin: right center;
}

.brand-mark span {
	font-size: 13px;
	letter-spacing: 0.04em;
}

.brand-lockup--dark {
	color: var(--eai-ink);
}

.primary-navigation .menu,
.footer-menu {
	list-style: none;
}

.primary-menu {
	align-items: center;
	display: flex;
	gap: clamp(18px, 2vw, 31px);
}

.primary-menu a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	font-weight: 500;
	position: relative;
}

.primary-menu a::after {
	background: var(--eai-accent);
	bottom: -9px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transition: transform 180ms ease;
	width: 100%;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	color: #fff;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after {
	transform: translateX(-50%) scaleX(1);
}

.header-cta {
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
	color: var(--eai-ink);
	font-size: 14px;
	font-weight: 700;
	padding: 12px 24px;
	transition: transform 180ms ease, background-color 180ms ease;
	white-space: nowrap;
}

.header-cta:hover {
	background: var(--eai-accent);
	transform: translateY(-2px);
}

.menu-toggle {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	color: #fff;
	display: none;
	height: 46px;
	justify-content: center;
	padding: 0;
	width: 46px;
}

.menu-toggle svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
	width: 24px;
}

.menu-toggle__close {
	display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__open {
	display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__close {
	display: block;
}

/* Hero */
.hero {
	align-items: center;
	background: #030a17;
	display: flex;
	isolation: isolate;
	min-height: min(936px, 100svh);
	overflow: hidden;
	position: relative;
}

.hero::before {
	background:
		radial-gradient(ellipse at center, rgba(2, 8, 18, 0.76) 0%, rgba(2, 8, 18, 0.58) 42%, rgba(2, 8, 18, 0.28) 72%),
		linear-gradient(180deg, rgba(2, 8, 18, 0.28) 0%, rgba(2, 8, 18, 0.44) 48%, rgba(2, 8, 18, 0.93) 90%, #030810 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.hero__backdrop {
	background-color: #061126;
	background-image: url("../images/movie-poster-collage.webp");
	background-position: center 42%;
	background-size: cover;
	inset: 0;
	opacity: 0.86;
	position: absolute;
	transform: scale(1.04);
	z-index: -2;
}

.hero__glow {
	background: radial-gradient(circle, rgba(34, 184, 245, 0.25), rgba(34, 184, 245, 0) 65%);
	height: 680px;
	left: 50%;
	position: absolute;
	top: 44%;
	transform: translate(-50%, -50%);
	width: 1100px;
	z-index: -1;
}

.hero__inner {
	display: grid;
	min-height: min(936px, 100svh);
	place-items: center;
	padding-bottom: 62px;
	padding-top: 150px;
}

.hero__content {
	color: rgba(255, 255, 255, 0.82);
	margin-inline: auto;
	max-width: 1000px;
	text-align: center;
}

.hero__eyebrow {
	align-items: center;
	display: inline-flex;
	font-size: 15px;
	font-weight: 600;
	gap: 10px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

.hero__eyebrow::before,
.hero__eyebrow::after {
	background: var(--eai-accent);
	content: "";
	height: 1px;
	opacity: 0.75;
	width: 32px;
}

.hero h1 {
	color: #fff;
	font-size: clamp(52px, 5vw, 72px);
	font-weight: 850;
	letter-spacing: -0.047em;
	line-height: 1.04;
	margin-bottom: 24px;
	text-wrap: balance;
}

.hero h1 span {
	background: linear-gradient(90deg, var(--eai-accent), #65e6ff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero__copy {
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.7;
	margin: 0 auto 33px;
	max-width: 890px;
}

.hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	justify-content: center;
}

.hero__text-link {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 9px;
}

.hero__text-link svg {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	height: 38px;
	padding: 10px;
	width: 38px;
}

.hero__assurances {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 22px;
	justify-content: center;
	margin-top: 34px;
}

.hero__assurances span {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.hero__assurances svg {
	fill: none;
	height: 17px;
	stroke: var(--eai-accent);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.3;
	width: 17px;
}

.hero__scroll {
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	bottom: 28px;
	height: 44px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 27px;
}

.hero__scroll span {
	animation: eai-scroll 1.9s ease-in-out infinite;
	background: var(--eai-accent);
	border-radius: 50%;
	height: 5px;
	left: 10px;
	position: absolute;
	top: 9px;
	width: 5px;
}

@keyframes eai-scroll {
	0% { opacity: 0; transform: translateY(0); }
	35% { opacity: 1; }
	100% { opacity: 0; transform: translateY(17px); }
}

/* Shared sections */
.section {
	padding-block: clamp(104px, 7vw, 128px);
	position: relative;
}

.section-heading {
	max-width: 700px;
}

.section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.eyebrow {
	color: var(--eai-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.section-heading h2,
.faq-intro h2 {
	font-size: clamp(36px, 3.35vw, 51px);
	margin-bottom: 20px;
	text-wrap: balance;
}

.section-heading h2 span {
	color: var(--eai-blue);
}

.section-heading > p:last-child {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 0;
}

.section-heading--light h2,
.section-heading--light > p:last-child {
	color: #fff;
}

.section-heading--light > p:last-child {
	opacity: 0.78;
}

.section-heading--light .eyebrow {
	color: #9cecff;
}

/* Benefits */
.benefits {
	background: #fff;
}

.benefits .section-heading {
	margin-bottom: 75px;
}

.benefits-grid {
	display: grid;
	gap: 62px 60px;
	grid-template-columns: repeat(3, 1fr);
}

.benefit-card {
	text-align: center;
}

.benefit-card__icon {
	align-items: center;
	background: linear-gradient(145deg, var(--eai-blue-dark), var(--eai-blue));
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(8, 120, 249, 0.2);
	color: #fff;
	display: inline-flex;
	height: 58px;
	justify-content: center;
	margin-bottom: 25px;
	position: relative;
	width: 58px;
}

.benefit-card__icon::after {
	border: 1px solid rgba(8, 120, 249, 0.17);
	border-radius: 50%;
	content: "";
	inset: -8px;
	position: absolute;
}

.benefit-card__icon svg {
	fill: none;
	height: 28px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.55;
	width: 28px;
}

.benefit-card h3 {
	font-size: 20px;
	margin-bottom: 12px;
}

.benefit-card p {
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
}

/* Three-step process */
.process {
	background: linear-gradient(135deg, #f8fbff, #edf5ff);
	overflow: hidden;
}

.process::before {
	background-image: radial-gradient(#a9c9eb 1px, transparent 1px);
	background-size: 22px 22px;
	content: "";
	height: 360px;
	opacity: 0.36;
	position: absolute;
	right: -50px;
	top: -30px;
	width: 400px;
}

.process-grid {
	align-items: center;
	display: grid;
	gap: 75px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.process .section-heading {
	margin-bottom: 43px;
}

.steps-list {
	counter-reset: steps;
	display: grid;
	gap: 30px;
	list-style: none;
	margin-bottom: 38px;
}

.steps-list li {
	align-items: flex-start;
	display: grid;
	gap: 20px;
	grid-template-columns: 56px 1fr;
	position: relative;
}

.steps-list li:not(:last-child)::after {
	border-left: 1px dashed #acc6e2;
	content: "";
	height: calc(100% - 20px);
	left: 27px;
	position: absolute;
	top: 58px;
}

.step-number {
	align-items: center;
	background: #fff;
	border: 1px solid #d9e8f7;
	border-radius: 16px;
	box-shadow: var(--eai-shadow-soft);
	color: var(--eai-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 56px;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.steps-list h3 {
	font-size: 21px;
	margin: 2px 0 6px;
}

.steps-list p {
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}

.process-visual {
	min-height: 590px;
	position: relative;
}

.process-visual__orb {
	background: linear-gradient(145deg, #dff4ff, #cbe4ff);
	border-radius: 46% 54% 66% 34% / 52% 44% 56% 48%;
	height: 520px;
	left: 51%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-7deg);
	width: 520px;
}

.process-visual > img {
	left: 50%;
	max-width: 680px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 110%;
}

.process-badge {
	align-items: center;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(218, 231, 245, 0.8);
	border-radius: 17px;
	box-shadow: var(--eai-shadow);
	display: flex;
	gap: 11px;
	padding: 14px 18px;
	position: absolute;
	z-index: 2;
}

.process-badge strong {
	color: var(--eai-blue);
	font-size: 23px;
	line-height: 1;
}

.process-badge span {
	color: var(--eai-ink);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	max-width: 70px;
}

.process-badge--top {
	right: 0;
	top: 85px;
}

.process-badge--bottom {
	bottom: 90px;
	left: 10px;
}

/* Entertainment posters */
.entertainment {
	background: var(--eai-navy);
	overflow: hidden;
}

.entertainment::before,
.entertainment::after {
	border: 1px solid rgba(53, 193, 255, 0.16);
	border-radius: 50%;
	content: "";
	height: 650px;
	position: absolute;
	right: -330px;
	top: -300px;
	width: 650px;
}

.entertainment::after {
	bottom: -390px;
	left: -320px;
	right: auto;
	top: auto;
}

.entertainment .section-heading {
	margin-bottom: 58px;
}

.poster-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, 1fr);
}

.poster-card {
	aspect-ratio: 2 / 3;
	background: #0b1930;
	border-radius: 21px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	min-height: 0;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
}

.poster-card::after {
	background: linear-gradient(180deg, transparent 50%, rgba(2, 8, 20, 0.95));
	content: "";
	inset: 0;
	position: absolute;
}

.poster-card > img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center top;
	position: absolute;
	transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
	width: 100%;
}

.poster-card:hover > img {
	transform: scale(1.055);
}

.poster-card > div {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 24px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.poster-card span {
	color: #a9eaff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.poster-card h3 {
	color: #fff;
	font-size: 21px;
	margin: 4px 0 0;
}

/* Pricing */
.pricing {
	background: linear-gradient(180deg, #fff, #f6faff);
}

.pricing .section-heading {
	margin-bottom: 72px;
}

.pricing-grid {
	align-items: stretch;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-card {
	background: #fff;
	border: 1px solid #dfe8f3;
	border-radius: 22px;
	box-shadow: 0 13px 35px rgba(28, 67, 111, 0.08);
	display: flex;
	flex-direction: column;
	padding: 30px 24px 26px;
	position: relative;
}

.price-card--featured {
	border: 2px solid var(--eai-blue);
	box-shadow: 0 24px 60px rgba(8, 120, 249, 0.18);
	transform: translateY(-16px);
}

.price-card__badge {
	background: linear-gradient(90deg, var(--eai-blue-dark), var(--eai-blue));
	border-radius: 18px 18px 0 0;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	left: -2px;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 9px 12px;
	position: absolute;
	right: -2px;
	text-align: center;
	text-transform: uppercase;
	top: -34px;
}

.price-card__head {
	border-bottom: 1px solid #e7eef6;
	margin-bottom: 22px;
	padding-bottom: 23px;
	text-align: center;
}

.price-card__name {
	color: var(--eai-blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.price-card__price {
	color: var(--eai-ink);
	font-size: 47px;
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 1;
	margin-bottom: 9px;
}

.price-card__duration {
	color: var(--eai-ink);
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 2px;
}

.price-card__sub {
	color: var(--eai-muted);
	font-size: 12px;
	margin: 0;
}

.price-card .button {
	min-height: 47px;
}

.price-card__renewal {
	color: var(--eai-muted);
	font-size: 11px;
	margin: 10px 0 20px;
	text-align: center;
}

.price-card h3 {
	font-size: 14px;
	margin-bottom: 14px;
}

.price-card ul {
	display: grid;
	gap: 11px;
	list-style: none;
}

.price-card li {
	align-items: flex-start;
	color: #47576b;
	display: flex;
	font-size: 12.5px;
	gap: 8px;
	line-height: 1.45;
}

.price-card li svg {
	color: var(--eai-blue);
	flex: 0 0 16px;
	height: 16px;
	margin-top: 1px;
	stroke-width: 2.4;
	width: 16px;
}

.pricing-note {
	align-items: center;
	color: var(--eai-text);
	display: flex;
	font-size: 13px;
	gap: 8px;
	justify-content: center;
	margin: 39px 0 0;
}

.pricing-note svg {
	color: #20aa75;
	stroke-width: 2.4;
}

/* Devices */
.devices {
	background: linear-gradient(115deg, #082f83 0%, #0757b8 52%, #086bd5 100%);
	color: rgba(255, 255, 255, 0.78);
	overflow: hidden;
}

.devices__pattern {
	background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: 54px 54px;
	inset: 0;
	mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
	position: absolute;
}

.devices .section-heading {
	margin-bottom: 60px;
	max-width: 920px;
}

.devices-grid {
	align-items: center;
	display: grid;
	gap: 75px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.devices-visual img {
	filter: drop-shadow(0 32px 40px rgba(0, 20, 75, 0.28));
	width: 100%;
}

.device-points {
	display: grid;
	gap: 30px;
}

.device-points article {
	display: grid;
	gap: 20px;
	grid-template-columns: 58px 1fr;
}

.device-points__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.13);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 14px;
	display: flex;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.device-points__icon svg {
	fill: none;
	height: 28px;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
	width: 28px;
}

.device-points h3 {
	color: #fff;
	font-size: 22px;
	margin: 3px 0 8px;
}

.device-points p {
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
}

.device-points .button {
	justify-self: start;
	margin-left: 78px;
}

/* FAQ */
.faq {
	background: #fff;
}

.faq-grid {
	align-items: start;
	display: grid;
	gap: 90px;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.faq-intro {
	position: sticky;
	top: 132px;
}

.faq-intro h2 {
	margin-bottom: 20px;
}

.faq-intro > p:not(.eyebrow) {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 30px;
}

.faq-list {
	border: 1px solid #e2e9f1;
	border-radius: 20px;
	overflow: hidden;
}

.faq-item {
	background: #f7f9fc;
	border-bottom: 1px solid #fff;
}

.faq-item:last-child {
	border-bottom: 0;
}

.faq-item[open] {
	background: #fff;
}

.faq-item summary {
	align-items: center;
	color: var(--eai-ink);
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 750;
	gap: 20px;
	justify-content: space-between;
	list-style: none;
	padding: 18px 22px;
}

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

.faq-item summary i {
	flex: 0 0 18px;
	height: 18px;
	position: relative;
	width: 18px;
}

.faq-item summary i::before,
.faq-item summary i::after {
	background: var(--eai-blue-dark);
	content: "";
	height: 2px;
	left: 3px;
	position: absolute;
	top: 8px;
	transition: transform 170ms ease;
	width: 12px;
}

.faq-item summary i::after {
	transform: rotate(90deg);
}

.faq-item[open] summary i::after {
	transform: rotate(0deg);
}

.faq-item__answer {
	padding: 0 56px 19px 22px;
}

.faq-item__answer p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

/* Footer */
.site-footer__main {
	background: #edf5ff;
	border-top: 2px solid var(--eai-blue-dark);
	padding-block: 72px 64px;
}

.footer-grid {
	display: grid;
	gap: 54px;
	grid-template-columns: 1.3fr 0.75fr 0.9fr 1.15fr;
}

.footer-brand .custom-logo {
	filter: none;
	margin-bottom: 20px;
	max-height: 58px;
}

.footer-brand .brand-lockup {
	margin-bottom: 22px;
}

.footer-brand > p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
	max-width: 290px;
}

.footer-trust {
	display: grid;
	font-size: 12px;
	gap: 8px;
}

.footer-trust span {
	align-items: center;
	display: flex;
	gap: 7px;
}

.footer-trust svg {
	color: var(--eai-blue);
	height: 16px;
	stroke-width: 2.3;
	width: 16px;
}

.footer-heading {
	color: var(--eai-blue-dark);
	font-size: 14px;
	letter-spacing: 0.12em;
	margin: 3px 0 22px;
	text-transform: uppercase;
}

.footer-menu,
.footer-list {
	display: grid;
	gap: 10px;
	list-style: none;
}

.footer-menu a,
.footer-list li {
	font-size: 13px;
}

.footer-menu a:hover {
	color: var(--eai-blue);
}

.footer-contact p {
	font-size: 13px;
	line-height: 1.7;
	margin-bottom: 17px;
}

.footer-email {
	align-items: flex-start;
	color: var(--eai-ink);
	display: flex;
	font-size: 13px;
	gap: 8px;
	margin-bottom: 18px;
	word-break: break-word;
}

.footer-email svg {
	color: var(--eai-blue);
	flex: 0 0 18px;
	margin-top: 2px;
}

.site-footer__bottom {
	background: var(--eai-blue-dark);
	color: rgba(255, 255, 255, 0.8);
}

.footer-bottom-inner {
	align-items: center;
	display: flex;
	font-size: 12px;
	gap: 20px;
	justify-content: space-between;
	min-height: 58px;
}

.footer-bottom-inner p {
	margin: 0;
}

.footer-bottom-inner a:hover {
	color: #fff;
}

.support-chat {
	background: #fff;
	border: 1px solid rgba(5, 34, 86, 0.1);
	border-radius: 16px;
	bottom: 24px;
	box-shadow: 0 16px 45px rgba(5, 34, 86, 0.22);
	overflow: hidden;
	position: fixed;
	right: 24px;
	width: min(330px, calc(100vw - 48px));
	z-index: 80;
}

.support-chat__header {
	align-items: center;
	background: linear-gradient(145deg, var(--eai-accent), var(--eai-blue));
	color: #fff;
	display: flex;
	justify-content: space-between;
	min-height: 64px;
	padding: 11px 13px;
}

.support-chat__heading {
	align-items: center;
	display: flex;
	gap: 10px;
}

.support-chat__heading > span:last-child {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.support-chat__heading strong {
	font-size: 14px;
}

.support-chat__heading small {
	font-size: 11px;
	margin-top: 3px;
	opacity: 0.9;
}

.support-chat__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	display: flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.support-chat__icon svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.support-chat__toggle {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	height: 30px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 2px;
	width: 30px;
}

.support-chat__body {
	padding: 15px;
}

.support-chat__body > p {
	color: #516078;
	font-size: 12px;
	line-height: 1.45;
	margin: 0 0 11px;
}

.support-chat__form {
	display: grid;
	gap: 8px;
}

.support-chat__form input,
.support-chat__form textarea {
	background: #f7f9fc;
	border: 1px solid #dce3ee;
	border-radius: 9px;
	color: var(--eai-ink);
	font: inherit;
	font-size: 12px;
	line-height: 1.4;
	outline: none;
	padding: 9px 10px;
	width: 100%;
}

.support-chat__form textarea {
	min-height: 76px;
	resize: vertical;
}

.support-chat__form input:focus,
.support-chat__form textarea:focus {
	border-color: var(--eai-accent);
	box-shadow: 0 0 0 3px rgba(34, 184, 245, 0.12);
}

.support-chat__send {
	background: linear-gradient(145deg, var(--eai-accent), var(--eai-blue));
	border: 0;
	border-radius: 9px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	min-height: 38px;
	padding: 9px 12px;
}

.support-chat__send:disabled {
	cursor: wait;
	opacity: 0.7;
}

.support-chat__status {
	color: #516078;
	font-size: 11px;
	line-height: 1.35;
	min-height: 0;
}

.support-chat__status:empty {
	display: none;
}

.support-chat__honeypot {
	left: -10000px;
	position: absolute;
	top: auto;
}

.support-chat.is-minimized .support-chat__body {
	display: none;
}

/* Inner pages and posts */
.inner-hero,
.order-hero {
	background: radial-gradient(circle at 75% 15%, rgba(34, 184, 245, 0.22), transparent 35%), linear-gradient(145deg, var(--eai-navy), #0b2859);
	color: rgba(255, 255, 255, 0.75);
	padding: 178px 0 94px;
	text-align: center;
}

.inner-hero h1,
.order-hero h1 {
	color: #fff;
	font-size: clamp(42px, 5vw, 66px);
	margin-bottom: 12px;
}

.inner-hero .eyebrow,
.order-hero .eyebrow {
	color: #82e5ff;
}

.inner-hero p:last-child,
.order-hero p:last-child {
	font-size: 17px;
	margin: 0 auto;
	max-width: 700px;
}

.post-byline {
	font-size: 14px !important;
}

.content-surface {
	font-size: 17px;
	padding-block: 85px 110px;
}

.content-surface h2 {
	font-size: 34px;
	margin-top: 1.65em;
}

.content-surface h3 {
	font-size: 25px;
	margin-top: 1.5em;
}

.content-surface a:not(.button) {
	color: var(--eai-blue);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.content-surface blockquote {
	background: var(--eai-mist);
	border-left: 4px solid var(--eai-blue);
	margin: 32px 0;
	padding: 22px 28px;
}

.content-surface img,
.article-cover {
	border-radius: 20px;
}

.content-surface table,
.content-surface pre {
	max-width: 100%;
	overflow-x: auto;
}

.content-surface table {
	display: block;
	white-space: nowrap;
}

.article-cover {
	margin: 0 0 42px;
	overflow: hidden;
}

.archive-wrap {
	padding-block: 90px 115px;
}

.post-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, 1fr);
}

.post-card {
	background: #fff;
	border: 1px solid var(--eai-line);
	border-radius: 20px;
	box-shadow: var(--eai-shadow-soft);
	overflow: hidden;
}

.post-card__image {
	background: linear-gradient(145deg, var(--eai-navy-soft), var(--eai-blue-dark));
	display: grid;
	height: 220px;
	place-items: center;
}

.post-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.post-card__image span {
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.post-card__image svg {
	fill: none;
	height: 27px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 27px;
}

.post-card__content {
	padding: 25px;
}

.post-card__meta {
	color: var(--eai-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.post-card h2 {
	font-size: 23px;
	margin-bottom: 12px;
}

.post-card__content > p:not(.post-card__meta) {
	font-size: 14px;
	line-height: 1.65;
}

.text-arrow {
	align-items: center;
	color: var(--eai-blue);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 7px;
}

.empty-state,
.error-page__inner {
	text-align: center;
}

.error-page {
	background: radial-gradient(circle at 50% 35%, #12356f, var(--eai-navy) 60%);
	color: rgba(255, 255, 255, 0.72);
	display: grid;
	min-height: 760px;
	place-items: center;
	padding: 150px 0 80px;
}

.error-page h1 {
	color: #fff;
	font-size: clamp(42px, 5vw, 64px);
}

.error-code {
	color: var(--eai-accent);
	font-size: 80px;
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 1;
	margin-bottom: 22px;
}

/* Order page */
.order-hero {
	padding-bottom: 125px;
}

.order-section {
	background: #f5f9fe;
	padding-bottom: 110px;
}

.order-grid {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
	margin-top: -68px;
}

.order-form-card,
.order-summary {
	background: #fff;
	border: 1px solid var(--eai-line);
	border-radius: 24px;
	box-shadow: var(--eai-shadow);
}

.order-form-card {
	padding: 38px;
}

.order-form {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
	display: grid;
	gap: 8px;
}

.form-field--full {
	grid-column: 1 / -1;
}

.form-field--hidden {
	left: -9999px;
	position: absolute;
}

.form-field label {
	color: var(--eai-ink);
	font-size: 13px;
	font-weight: 750;
}

.form-field label span {
	color: #d64558;
}

.form-field input,
.form-field select,
.form-field textarea {
	appearance: none;
	background: #f8fbff;
	border: 1px solid #d7e2ef;
	border-radius: 12px;
	color: var(--eai-ink);
	min-height: 52px;
	padding: 12px 15px;
	width: 100%;
}

.form-field select {
	background-image: linear-gradient(45deg, transparent 50%, #597086 50%), linear-gradient(135deg, #597086 50%, transparent 50%);
	background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 38px;
}

.form-field textarea {
	min-height: 110px;
	resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	background: #fff;
	border-color: var(--eai-blue);
	box-shadow: 0 0 0 4px rgba(8, 120, 249, 0.1);
	outline: 0;
}

.form-submit p {
	font-size: 11px;
	line-height: 1.5;
	margin: 10px 0 0;
	text-align: center;
}

.form-notice {
	border-radius: 12px;
	font-size: 14px;
	margin-bottom: 24px;
	padding: 13px 15px;
}

.form-notice--success {
	background: #e6f8f0;
	border: 1px solid #aadfca;
	color: #146b4d;
}

.form-notice--error {
	background: #fff0f2;
	border: 1px solid #f0bcc5;
	color: #9c2f41;
}

.order-summary {
	padding: 31px 28px;
	position: sticky;
	top: 124px;
}

.order-summary__label {
	color: var(--eai-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.order-summary h2 {
	font-size: 28px;
	margin-bottom: 11px;
}

.order-summary__price {
	align-items: baseline;
	border-bottom: 1px solid var(--eai-line);
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
	padding-bottom: 22px;
}

.order-summary__price strong {
	color: var(--eai-ink);
	font-size: 40px;
	letter-spacing: -0.05em;
}

.order-summary__price span {
	font-size: 13px;
}

.order-summary ul {
	display: grid;
	gap: 12px;
	list-style: none;
}

.order-summary li {
	align-items: center;
	display: flex;
	font-size: 13px;
	gap: 9px;
}

.order-summary li svg {
	color: var(--eai-blue);
	flex: 0 0 17px;
	stroke-width: 2.4;
}

.order-summary__help {
	background: var(--eai-mist);
	border-radius: 12px;
	font-size: 12px;
	margin: 24px 0 0;
	padding: 12px 13px;
}

.order-summary__help a {
	color: var(--eai-blue);
	font-weight: 700;
}

/* Motion: enabled only after JavaScript has safely initialized it. */
.js.reveal-ready .reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease var(--reveal-delay, 0ms), transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--reveal-delay, 0ms);
}

.js.reveal-ready .reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Responsive navigation and tablet layout */
@media (min-width: 1121px) and (max-width: 1260px) {
	.site-header__inner {
		gap: 18px;
	}

	.custom-logo {
		max-width: 185px;
	}

	.primary-menu {
		gap: 14px;
	}

	.primary-menu a {
		font-size: 13px;
	}

	.header-cta {
		font-size: 13px;
		padding-inline: 18px;
	}
}

@media (max-width: 1120px) {
	html {
		scroll-padding-top: 84px;
	}

	section[id] {
		scroll-margin-top: 96px;
	}

	.site-header__inner {
		gap: 18px;
		height: 84px;
	}

	.js .menu-toggle {
		display: inline-grid;
		margin-left: 4px;
		order: 3;
	}

	.header-cta {
		margin-left: auto;
	}

	.primary-navigation {
		-webkit-overflow-scrolling: touch;
		background: rgba(5, 17, 39, 0.985);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 26px 50px rgba(0, 0, 0, 0.26);
		left: 0;
		max-height: calc(100vh - 84px);
		max-height: calc(100dvh - 84px);
		overscroll-behavior: contain;
		overflow-y: auto;
		padding: 16px 24px calc(18px + env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		top: 84px;
	}

	.admin-bar .primary-navigation {
		max-height: calc(100dvh - 116px);
		top: 116px;
	}

	.js .primary-navigation {
		opacity: 0;
		pointer-events: none;
		transform: translateY(-14px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
		visibility: hidden;
	}

	.js .primary-navigation.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.primary-menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		margin-inline: auto;
		max-width: 1180px;
	}

	.primary-menu a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		display: block;
		font-size: 16px;
		padding: 14px 4px;
	}

	.primary-menu li:last-child a {
		border-bottom: 0;
	}

	.primary-menu a::after {
		display: none;
	}

	.process-grid {
		gap: 48px;
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
	}

	.process-visual {
		min-height: 500px;
	}

	.process-visual__orb {
		height: 420px;
		width: 420px;
	}

	.pricing-grid {
		gap: 46px 22px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-inline: auto;
		max-width: 780px;
	}

	.price-card--featured {
		transform: none;
	}

	.devices-grid {
		gap: 48px;
	}
}

/* Tablets and compact laptops */
@media (max-width: 960px) {
	.section {
		padding-block: 92px;
	}

	.benefits-grid {
		gap: 48px 36px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.process-grid,
	.devices-grid {
		grid-template-columns: 1fr;
	}

	.process__content {
		max-width: 680px;
	}

	.process-visual {
		margin-inline: auto;
		max-width: 670px;
		min-height: 520px;
		width: 100%;
	}

	.poster-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-inline: auto;
		max-width: 780px;
	}

	.devices-visual {
		margin-inline: auto;
		max-width: 640px;
		order: 2;
		width: 100%;
	}

	.device-points {
		margin-inline: auto;
		max-width: 680px;
		width: 100%;
	}

	.faq-grid {
		gap: 46px;
		grid-template-columns: 1fr;
	}

	.faq-intro {
		max-width: 650px;
		position: static;
	}

	.footer-grid {
		gap: 48px 40px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.order-grid {
		grid-template-columns: 1fr;
	}

	.order-summary {
		position: static;
	}

	/* Scroll animations never control content visibility on touch layouts. */
	.js.reveal-ready .reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* WordPress admin-bar correction */
@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.admin-bar .primary-navigation {
		max-height: calc(100dvh - 130px);
		top: 130px;
	}
}

/* Phones */
@media (max-width: 680px) {
	html {
		scroll-padding-top: 72px;
	}

	section[id] {
		scroll-margin-top: 84px;
	}

	.shell {
		padding-inline: 18px;
	}

	.site-header__inner {
		height: 72px;
		padding-left: max(18px, env(safe-area-inset-left));
		padding-right: max(18px, env(safe-area-inset-right));
	}

	.site-branding {
		max-width: calc(100% - 62px);
		min-width: 0;
	}

	.brand-lockup {
		font-size: 15px;
		gap: 8px;
		max-width: 100%;
	}

	.brand-mark {
		height: 34px;
		width: 44px;
	}

	.brand-name {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.custom-logo {
		max-height: 42px;
		max-width: min(170px, 48vw);
	}

	.header-cta {
		display: none;
	}

	.menu-toggle {
		border-radius: 11px;
		height: 44px;
		margin-left: auto !important;
		width: 44px;
	}

	.primary-navigation {
		max-height: calc(100vh - 72px);
		max-height: calc(100dvh - 72px);
		padding-inline: 18px;
		top: 72px;
	}

	.admin-bar .primary-navigation {
		max-height: calc(100dvh - 118px);
		top: 118px;
	}

	.hero,
	.hero__inner {
		min-height: clamp(650px, 100svh, 780px);
	}

	.hero__inner {
		padding-bottom: 58px;
		padding-top: 104px;
	}

	.hero__backdrop {
		background-position: center 42%;
		opacity: 0.74;
		transform: scale(1.02);
	}

	.hero__glow {
		height: 520px;
		width: 760px;
	}

	.hero__eyebrow {
		font-size: 13px;
		margin-bottom: 16px;
	}

	.hero__eyebrow::before,
	.hero__eyebrow::after {
		width: 22px;
	}

	.hero h1 {
		font-size: clamp(36px, 11vw, 50px);
		line-height: 1.055;
		margin-bottom: 20px;
	}

	.hero__copy {
		font-size: 15.5px;
		line-height: 1.6;
		margin-bottom: 28px;
	}

	.hero__actions {
		flex-direction: column;
		gap: 12px;
	}

	.hero__actions .button {
		min-height: 54px;
		width: min(100%, 330px);
	}

	.hero__text-link {
		min-height: 44px;
	}

	.hero__assurances {
		gap: 9px 14px;
		margin-top: 24px;
	}

	.hero__assurances span {
		font-size: 11px;
	}

	.hero__scroll {
		display: none;
	}

	.section {
		padding-block: 68px;
	}

	.section-heading,
	.faq-intro {
		max-width: 100%;
	}

	.eyebrow {
		font-size: 11px;
		letter-spacing: 0.14em;
		margin-bottom: 12px;
	}

	.section-heading h2,
	.faq-intro h2 {
		font-size: clamp(30px, 8.8vw, 36px);
		line-height: 1.1;
		margin-bottom: 16px;
	}

	.section-heading > p:last-child,
	.faq-intro > p:not(.eyebrow) {
		font-size: 15px;
		line-height: 1.65;
	}

	.benefits .section-heading,
	.entertainment .section-heading,
	.pricing .section-heading,
	.devices .section-heading {
		margin-bottom: 40px;
	}

	.benefits-grid {
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.benefit-card {
		align-items: start;
		background: #fff;
		border: 1px solid #e3ebf4;
		border-radius: 18px;
		box-shadow: 0 10px 30px rgba(31, 74, 125, 0.07);
		display: grid;
		gap: 3px 15px;
		grid-template-columns: 50px minmax(0, 1fr);
		grid-template-rows: auto auto;
		max-width: none;
		padding: 19px;
		text-align: left;
	}

	.benefit-card__icon {
		grid-row: 1 / 3;
		height: 48px;
		margin: 3px 0 0;
		width: 48px;
	}

	.benefit-card__icon::after {
		inset: -5px;
	}

	.benefit-card__icon svg {
		height: 23px;
		width: 23px;
	}

	.benefit-card h3 {
		font-size: 18px;
		grid-column: 2;
		margin: 0 0 3px;
	}

	.benefit-card p {
		font-size: 13.5px;
		grid-column: 2;
		line-height: 1.6;
	}

	.process-grid {
		gap: 32px;
	}

	.process .section-heading {
		margin-bottom: 32px;
	}

	.steps-list {
		gap: 24px;
		margin-bottom: 30px;
	}

	.steps-list li {
		gap: 14px;
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.step-number {
		border-radius: 13px;
		height: 48px;
	}

	.steps-list li:not(:last-child)::after {
		left: 23px;
		top: 50px;
	}

	.steps-list h3 {
		font-size: 18px;
		margin-top: 1px;
	}

	.steps-list p {
		font-size: 14px;
		line-height: 1.6;
	}

	.process__content > .button {
		width: min(100%, 330px);
	}

	.process-visual {
		max-width: 520px;
		min-height: 340px;
	}

	.process-visual__orb {
		height: min(76vw, 310px);
		width: min(76vw, 310px);
	}

	.process-visual > img {
		width: min(108%, 520px);
	}

	.process-badge {
		border-radius: 13px;
		gap: 8px;
		padding: 10px 12px;
	}

	.process-badge strong {
		font-size: 17px;
	}

	.process-badge span {
		font-size: 9px;
		max-width: 58px;
	}

	.process-badge--top {
		right: 0;
		top: 20px;
	}

	.process-badge--bottom {
		bottom: 22px;
		left: 0;
	}

	.poster-grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 560px;
	}

	.poster-card {
		aspect-ratio: 2 / 3;
		border-radius: 15px;
		min-height: 0;
	}

	.poster-card::after {
		background: linear-gradient(180deg, transparent 44%, rgba(2, 8, 20, 0.97));
	}

	.poster-card > div {
		padding: 14px;
	}

	.poster-card h3 {
		font-size: clamp(14px, 4.2vw, 17px);
		line-height: 1.18;
		margin-top: 3px;
	}

	.poster-card span {
		font-size: 8px;
		letter-spacing: 0.1em;
		line-height: 1.25;
	}

	.pricing-grid {
		gap: 28px;
		grid-template-columns: 1fr;
		max-width: 440px;
	}

	.price-card {
		border-radius: 20px;
		margin-inline: auto;
		max-width: 440px;
		padding: 27px 22px 24px;
		width: 100%;
	}

	.price-card--featured {
		margin-top: 34px;
	}

	.price-card__price {
		font-size: 44px;
	}

	.pricing-note {
		align-items: flex-start;
		line-height: 1.5;
		margin-top: 28px;
		text-align: left;
	}

	.devices-grid {
		gap: 34px;
	}

	.devices .section-heading {
		margin-bottom: 38px;
	}

	.devices-visual {
		max-width: 520px;
	}

	.device-points {
		gap: 24px;
	}

	.device-points article {
		gap: 13px;
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.device-points__icon {
		border-radius: 12px;
		height: 48px;
		width: 48px;
	}

	.device-points__icon svg {
		height: 24px;
		width: 24px;
	}

	.device-points h3 {
		font-size: 18px;
		margin-top: 1px;
	}

	.device-points p {
		font-size: 13.5px;
		line-height: 1.65;
	}

	.device-points .button {
		justify-self: stretch;
		margin-left: 0;
	}

	.faq-grid {
		gap: 32px;
	}

	.faq-intro > p:not(.eyebrow) {
		margin-bottom: 24px;
	}

	.faq-intro .button {
		width: min(100%, 330px);
	}

	.faq-list {
		border-radius: 16px;
	}

	.faq-item summary {
		font-size: 14px;
		gap: 14px;
		min-height: 58px;
		padding: 16px;
	}

	.faq-item__answer {
		padding: 0 38px 18px 16px;
	}

	.footer-grid {
		gap: 36px;
		grid-template-columns: 1fr;
	}

	.site-footer__main {
		padding-block: 54px 48px;
	}

	.footer-brand > p {
		max-width: 430px;
	}

	.footer-heading {
		margin-bottom: 16px;
	}

	.footer-bottom-inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		justify-content: center;
		min-height: 82px;
		padding-bottom: env(safe-area-inset-bottom);
	}

	.support-chat {
		bottom: max(14px, env(safe-area-inset-bottom));
		right: max(14px, env(safe-area-inset-right));
		width: min(330px, calc(100vw - 28px));
	}

	.inner-hero,
	.order-hero {
		padding: 126px 0 68px;
	}

	.inner-hero h1,
	.order-hero h1 {
		font-size: clamp(34px, 10vw, 42px);
	}

	.inner-hero p:last-child,
	.order-hero p:last-child {
		font-size: 15px;
	}

	.content-surface,
	.archive-wrap {
		font-size: 16px;
		padding-block: 58px 72px;
	}

	.content-surface h2 {
		font-size: 29px;
	}

	.content-surface h3 {
		font-size: 22px;
	}

	.content-surface blockquote {
		margin: 26px 0;
		padding: 18px 20px;
	}

	.content-surface img,
	.article-cover,
	.post-card {
		border-radius: 16px;
	}

	.post-grid {
		grid-template-columns: 1fr;
	}

	.post-card__image {
		height: 205px;
	}

	.error-page {
		min-height: 100svh;
		padding-top: 120px;
	}

	.order-hero {
		padding-bottom: 96px;
	}

	.order-section {
		padding-bottom: 72px;
	}

	.order-grid {
		gap: 24px;
		margin-top: -44px;
	}

	.order-form-card,
	.order-summary {
		border-radius: 18px;
	}

	.order-form-card {
		padding: 24px 19px;
	}

	.order-form {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.form-field--full {
		grid-column: auto;
	}

	.form-field input,
	.form-field select,
	.form-field textarea {
		font-size: 16px;
	}

	.form-submit .button {
		width: 100%;
	}

	.order-summary {
		padding: 26px 21px;
	}
}

/* Small phones */
@media (max-width: 420px) {
	.shell {
		padding-inline: 16px;
	}

	.site-header__inner {
		padding-left: max(16px, env(safe-area-inset-left));
		padding-right: max(16px, env(safe-area-inset-right));
	}

	.brand-name {
		max-width: 135px;
	}

	.hero__inner {
		padding-top: 96px;
	}

	.hero h1 {
		font-size: clamp(34px, 11vw, 43px);
	}

	.hero__assurances {
		gap: 8px 11px;
	}

	.benefit-card {
		padding: 17px;
	}

	.process-visual {
		min-height: 310px;
	}

	.poster-grid {
		gap: 10px;
	}

	.poster-card > div {
		padding: 11px;
	}

	.poster-card h3 {
		font-size: 14px;
	}

	.poster-card span {
		font-size: 7.5px;
	}

	.price-card {
		padding-inline: 19px;
	}

	.footer-email span {
		word-break: break-all;
	}
}

@media (max-width: 340px) {
	.brand-name {
		max-width: 105px;
	}

	.poster-grid {
		grid-template-columns: 1fr;
		max-width: 290px;
	}

	.poster-card > div {
		padding: 16px;
	}

	.poster-card h3 {
		font-size: 17px;
	}

	.poster-card span {
		font-size: 8.5px;
	}
}

/* Wide desktops */
@media (min-width: 1440px) {
	.section {
		padding-block: 136px;
	}

	.hero h1 {
		font-size: 76px;
	}

	.poster-grid {
		gap: 24px;
	}
}


/* =========================================================
   1.3.5 — unified contact + privacy floating hub
   ========================================================= */
.eai-contact-hub {
	align-items: flex-end;
	bottom: max(20px, env(safe-area-inset-bottom));
	display: flex;
	flex-direction: column;
	position: fixed;
	right: max(20px, env(safe-area-inset-right));
	z-index: 99990;
}

.eai-contact-hub__menu {
	align-items: flex-end;
	bottom: calc(100% + 12px);
	display: grid;
	gap: 10px;
	justify-items: end;
	position: absolute;
	right: 0;
}

.eai-contact-hub__action {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--eai-ink);
	cursor: pointer;
	display: flex;
	font: inherit;
	gap: 9px;
	justify-content: flex-end;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	text-decoration: none;
	transform: translateY(10px) scale(0.94);
	transition: opacity 180ms ease, transform 220ms cubic-bezier(.2,.8,.2,1);
	width: max-content;
}

.eai-contact-hub__action:nth-child(2) {
	transition-delay: 25ms;
}

.eai-contact-hub__action:nth-child(1) {
	transition-delay: 50ms;
}

.eai-contact-hub.is-open .eai-contact-hub__action {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.eai-contact-hub__label {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(5, 34, 86, 0.08);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(5, 34, 86, 0.14);
	color: #10213d;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 9px 11px;
	white-space: nowrap;
}

.eai-contact-hub__action-icon,
.eai-contact-hub__launcher {
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(5, 34, 86, 0.24);
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
}

.eai-contact-hub__action-icon {
	color: #fff;
	height: 52px;
	width: 52px;
}

.eai-contact-hub__action-icon svg,
.eai-contact-hub__launcher svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 24px;
}

.eai-contact-hub__action--whatsapp .eai-contact-hub__action-icon {
	background: #25d366;
}

.eai-contact-hub__action--email .eai-contact-hub__action-icon {
	background: linear-gradient(145deg, #19baf6, #0879df);
}


.eai-contact-hub__action:hover .eai-contact-hub__action-icon,
.eai-contact-hub__action:focus-visible .eai-contact-hub__action-icon {
	transform: translateY(-1px);
}

.eai-contact-hub__launcher {
	background: linear-gradient(145deg, var(--eai-accent), var(--eai-blue));
	border: 2px solid rgba(255, 255, 255, 0.92);
	color: #fff;
	cursor: pointer;
	height: 60px;
	padding: 0;
	position: relative;
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: 60px;
}

.eai-contact-hub__launcher:hover,
.eai-contact-hub__launcher:focus-visible {
	box-shadow: 0 14px 34px rgba(5, 34, 86, 0.3);
	transform: translateY(-1px);
}

.eai-contact-hub__launcher:focus-visible,
.eai-contact-hub__action:focus-visible {
	outline: 3px solid rgba(34, 184, 245, 0.3);
	outline-offset: 3px;
}

.eai-contact-hub__launcher-open,
.eai-contact-hub__launcher-close {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	position: absolute;
	transition: opacity 160ms ease, transform 180ms ease;
}

.eai-contact-hub__launcher-close {
	opacity: 0;
	transform: rotate(-45deg) scale(0.72);
}

.eai-contact-hub.is-open .eai-contact-hub__launcher-open {
	opacity: 0;
	transform: rotate(45deg) scale(0.72);
}

.eai-contact-hub.is-open .eai-contact-hub__launcher-close {
	opacity: 1;
	transform: rotate(0) scale(1);
}

[data-eai-hub-absorbed] {
	display: none !important;
}

@media (max-width: 767px) {
	.eai-contact-hub {
		bottom: max(14px, env(safe-area-inset-bottom));
		right: max(14px, env(safe-area-inset-right));
	}

	.eai-contact-hub__menu {
		bottom: calc(100% + 10px);
		gap: 8px;
	}

	.eai-contact-hub__action-icon {
		height: 50px;
		width: 50px;
	}

	.eai-contact-hub__launcher {
		height: 58px;
		width: 58px;
	}

	.eai-contact-hub__label {
		font-size: 11px;
		padding: 8px 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.js.reveal-ready .reveal {
		opacity: 1;
		transform: none;
	}
}

@media print {
	.site-header,
	.site-footer,
	.support-chat,
	.eai-contact-hub,
	.hero__scroll {
		display: none !important;
	}

	.hero,
	.devices,
	.entertainment,
	.inner-hero,
	.order-hero {
		background: #fff !important;
		color: #000 !important;
		min-height: 0;
	}

	.hero h1,
	.devices h2,
	.entertainment h2,
	.inner-hero h1,
	.order-hero h1 {
		color: #000 !important;
	}
}

/* =========================================================
   1.3.3 — fully transparent header logo
   ========================================================= */

/* Header logo: make the uploaded dark-square logo visually merge into the
   navy header and give it more presence without changing the source file. */
.site-header .custom-logo-link {
	align-items: center;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	display: inline-flex;
	line-height: 0;
	padding: 0;
}

.site-header .custom-logo {
	background: transparent;
	filter: none;
	max-height: 82px;
	max-width: 320px;
	mix-blend-mode: normal;
	object-fit: contain;
}

/* Reference-style footer */
.footer-grid--reference {
	align-items: start;
	grid-template-columns: 1.25fr 0.8fr 0.8fr 1fr;
}

.footer-grid--reference .footer-brand .custom-logo {
	max-height: 64px;
	max-width: 230px;
	object-fit: contain;
}

.footer-grid--reference .footer-brand > p {
	font-size: 13px;
	font-weight: 650;
	letter-spacing: 0.015em;
	line-height: 1.75;
	max-width: 310px;
}

.footer-menu--reference {
	gap: 8px;
}

.footer-menu--reference a,
.footer-grid--reference .footer-list li {
	color: #34465f;
	font-size: 12px;
	line-height: 1.65;
}

.footer-follow .footer-email {
	margin-bottom: 14px;
}

.footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.footer-socials a {
	align-items: center;
	background: #fff;
	border: 1px solid #d7e6f6;
	border-radius: 5px;
	color: var(--eai-blue);
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	height: 30px;
	justify-content: center;
	min-width: 30px;
	padding-inline: 7px;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.footer-socials a:hover {
	background: var(--eai-blue);
	color: #fff;
	transform: translateY(-2px);
}

.footer-bottom-inner--centered {
	justify-content: center;
	min-height: 54px;
	text-align: center;
}

.footer-bottom-inner--centered p {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

/* Device + connection configuration */
.setup-page,
.checkout-page {
	background: #f3f8fe;
}

.setup-hero,
.checkout-hero {
	background:
		radial-gradient(circle at 50% 0%, rgba(22, 105, 213, 0.32), transparent 46%),
		linear-gradient(135deg, #07162e 0%, #0d3268 100%);
	color: rgba(255,255,255,0.82);
	padding: 156px 0 122px;
	text-align: center;
}

.setup-hero .eyebrow,
.checkout-hero .eyebrow {
	color: #58c8ff;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.13em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.setup-hero h1,
.checkout-hero h1 {
	color: #fff;
	font-size: clamp(36px, 5vw, 58px);
	margin-bottom: 16px;
}

.setup-hero p:last-child,
.checkout-hero p:last-child {
	font-size: 17px;
	line-height: 1.75;
	margin: 0 auto;
	max-width: 720px;
}

.setup-section,
.checkout-section {
	padding: 0 0 96px;
}

.shell--setup {
	max-width: 920px;
}

.setup-plan-strip {
	align-items: center;
	background: #fff;
	border: 1px solid #dce8f5;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(26, 72, 124, 0.12);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-top: -62px;
	padding: 20px 24px;
}

.setup-plan-strip div {
	display: grid;
	gap: 3px;
}

.setup-plan-strip span {
	color: var(--eai-blue);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.setup-plan-strip strong {
	color: var(--eai-ink);
	font-size: 17px;
}

.setup-plan-strip b {
	color: var(--eai-blue-dark);
	font-size: 26px;
	letter-spacing: -0.04em;
}

.setup-form {
	display: grid;
	gap: 18px;
	margin-top: 20px;
}

.setup-card {
	background: #fff;
	border: 1px solid #dce8f5;
	border-radius: 20px;
	box-shadow: 0 12px 34px rgba(26, 72, 124, 0.08);
	margin: 0;
	min-width: 0;
	padding: 24px;
}

.setup-card legend {
	align-items: center;
	color: var(--eai-blue);
	display: flex;
	font-size: 16px;
	font-weight: 850;
	gap: 10px;
	padding: 0 8px 0 0;
}

.setup-card legend span,
.checkout-card-heading > span {
	align-items: center;
	background: linear-gradient(135deg, #0a82ff, #0d4fc4);
	border-radius: 50%;
	box-shadow: 0 6px 14px rgba(0, 107, 214, 0.23);
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 850;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.setup-card__hint {
	font-size: 12px;
	line-height: 1.6;
	margin: 2px 0 18px;
}

.choice-grid {
	display: grid;
	gap: 12px;
}

.choice-grid--devices {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-grid--connections {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.choice-card {
	cursor: pointer;
	min-width: 0;
	position: relative;
}

.choice-card > input {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.choice-card__surface {
	align-items: center;
	background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
	border: 1px solid #dce7f3;
	border-radius: 15px;
	box-shadow: 0 5px 14px rgba(31, 74, 125, 0.06);
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 100%;
	justify-content: center;
	min-height: 128px;
	padding: 14px 10px;
	position: relative;
	text-align: center;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.choice-card:hover .choice-card__surface {
	border-color: #9bc8f8;
	transform: translateY(-2px);
}

.choice-card input:checked + .choice-card__surface {
	background: #f2f8ff;
	border-color: #1784f7;
	box-shadow: 0 0 0 3px rgba(23, 132, 247, 0.13), 0 10px 24px rgba(31, 74, 125, 0.1);
}

.choice-card input:focus-visible + .choice-card__surface {
	outline: 3px solid var(--eai-accent);
	outline-offset: 3px;
}

.choice-card__surface > i {
	background: #fff;
	border: 1.5px solid #bdd2e8;
	border-radius: 50%;
	height: 16px;
	position: absolute;
	right: 9px;
	top: 9px;
	width: 16px;
}

.choice-card input:checked + .choice-card__surface > i {
	background: var(--eai-blue);
	border-color: var(--eai-blue);
	box-shadow: inset 0 0 0 4px #fff;
}

.choice-card__icon {
	align-items: center;
	color: #245f9c;
	display: inline-flex;
	height: 52px;
	justify-content: center;
	width: 58px;
}

.choice-card__icon svg {
	fill: none;
	height: 48px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 48px;
}

.choice-card__surface strong {
	color: var(--eai-ink);
	font-size: 12px;
	line-height: 1.35;
}

.choice-card__surface small {
	color: var(--eai-muted);
	font-size: 9px;
	line-height: 1.35;
}

.choice-card__surface b {
	color: var(--eai-blue-dark);
	font-size: 15px;
	line-height: 1;
}

.choice-card--connection .choice-card__surface {
	min-height: 160px;
}

.connection-devices {
	align-items: center;
	color: #24384f;
	display: flex;
	justify-content: center;
	min-height: 36px;
}

.connection-devices svg {
	fill: none;
	height: 28px;
	margin-left: -7px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 28px;
}

.connection-devices svg:first-child {
	margin-left: 0;
}

.setup-action-card {
	background: #fff;
	border: 1px solid #dce8f5;
	border-radius: 20px;
	box-shadow: 0 12px 34px rgba(26, 72, 124, 0.08);
	padding: 20px 24px 18px;
}

.setup-total {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.setup-total span {
	font-size: 12px;
	font-weight: 700;
}

.setup-total strong {
	color: var(--eai-blue-dark);
	font-size: 20px;
}

.setup-continue[disabled] {
	box-shadow: none;
	cursor: not-allowed;
	filter: grayscale(0.35);
	opacity: 0.52;
	transform: none;
}

.setup-action-card > p {
	font-size: 10px;
	line-height: 1.5;
	margin: 10px 0 0;
	text-align: center;
}

/* Checkout */
.checkout-grid {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	margin-top: -62px;
}

.checkout-form-card,
.checkout-summary,
.checkout-invalid {
	background: #fff;
	border: 1px solid #dce8f5;
	border-radius: 22px;
	box-shadow: 0 18px 46px rgba(26, 72, 124, 0.11);
}

.checkout-form-card {
	padding: 30px;
}

.checkout-card-heading {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}

.checkout-card-heading h2 {
	font-size: 23px;
	margin-bottom: 4px;
}

.checkout-card-heading p {
	font-size: 12px;
	margin: 0;
}

.checkout-form {
	display: grid;
	gap: 19px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-summary {
	padding: 25px;
	position: sticky;
	top: 116px;
}

.checkout-summary__top {
	align-items: center;
	display: flex;
	font-size: 10px;
	font-weight: 850;
	justify-content: space-between;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.checkout-summary__top span {
	color: var(--eai-blue);
}

.checkout-summary__top a {
	color: var(--eai-blue-dark);
	letter-spacing: 0;
	text-decoration: underline;
	text-transform: none;
}

.checkout-summary h2 {
	font-size: 28px;
	margin-bottom: 4px;
}

.checkout-summary__duration {
	font-size: 13px;
	margin-bottom: 18px;
}

.checkout-summary dl {
	border-block: 1px solid var(--eai-line);
	margin: 0 0 20px;
	padding: 9px 0;
}

.checkout-summary dl > div {
	align-items: center;
	display: flex;
	font-size: 12px;
	gap: 20px;
	justify-content: space-between;
	padding: 8px 0;
}

.checkout-summary dt {
	color: var(--eai-muted);
}

.checkout-summary dd {
	color: var(--eai-ink);
	font-weight: 750;
	margin: 0;
	text-align: right;
}

.checkout-summary dl > .checkout-summary__total {
	font-size: 16px;
	padding-top: 12px;
}

.checkout-summary__total dd {
	color: var(--eai-blue-dark);
	font-size: 27px;
	letter-spacing: -0.04em;
}

.checkout-summary ul {
	display: grid;
	gap: 10px;
	list-style: none;
}

.checkout-summary li {
	align-items: flex-start;
	display: flex;
	font-size: 11px;
	gap: 8px;
	line-height: 1.45;
}

.checkout-summary li svg {
	color: var(--eai-blue);
	fill: none;
	flex: 0 0 16px;
	height: 16px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 16px;
}

.order-reference {
	display: block;
	margin-top: 6px;
}

.checkout-success-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.checkout-invalid {
	grid-column: 1 / -1;
	padding: 54px 30px;
	text-align: center;
}

.checkout-invalid > span {
	align-items: center;
	background: #edf6ff;
	border-radius: 50%;
	color: var(--eai-blue);
	display: inline-flex;
	height: 64px;
	justify-content: center;
	margin-bottom: 16px;
	width: 64px;
}

.checkout-invalid svg {
	fill: none;
	height: 30px;
	stroke: currentColor;
	width: 30px;
}

@media (max-width: 960px) {
	.footer-grid--reference {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.choice-grid--connections {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.checkout-grid {
		grid-template-columns: 1fr;
	}

	.checkout-summary {
		position: static;
	}
}

@media (max-width: 680px) {
	.site-header .custom-logo-link {
		padding: 0;
	}

	.site-header .custom-logo {
		max-height: 70px;
		max-width: min(235px, 66vw);
	}

	.footer-grid--reference {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	.footer-grid--reference .footer-brand .custom-logo {
		max-height: 58px;
		max-width: 210px;
	}

	.footer-grid--reference .footer-brand > p {
		font-size: 11px;
		max-width: 360px;
	}

	.footer-menu--reference a,
	.footer-grid--reference .footer-list li,
	.footer-follow .footer-email {
		font-size: 11px;
	}

	.footer-bottom-inner--centered {
		align-items: center;
		min-height: 58px;
		padding-block: 12px;
	}

	.footer-bottom-inner--centered p {
		font-size: 10px;
		line-height: 1.45;
		margin: 0 auto;
		max-width: 330px;
		text-align: center;
	}

	.setup-hero,
	.checkout-hero {
		padding: 112px 0 88px;
	}

	.setup-hero h1,
	.checkout-hero h1 {
		font-size: clamp(30px, 9vw, 39px);
	}

	.setup-hero p:last-child,
	.checkout-hero p:last-child {
		font-size: 14px;
	}

	.setup-section,
	.checkout-section {
		padding-bottom: 64px;
	}

	.setup-plan-strip,
	.checkout-grid {
		margin-top: -42px;
	}

	.setup-plan-strip {
		border-radius: 15px;
		padding: 16px;
	}

	.setup-plan-strip strong {
		font-size: 14px;
	}

	.setup-plan-strip b {
		font-size: 22px;
	}

	.setup-card {
		border-radius: 16px;
		padding: 18px 14px;
	}

	.setup-card legend {
		font-size: 14px;
	}

	.choice-grid--devices,
	.choice-grid--connections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.choice-card__surface,
	.choice-card--connection .choice-card__surface {
		min-height: 124px;
		padding: 12px 8px;
	}

	.choice-card--connection .choice-card__surface {
		min-height: 145px;
	}

	.choice-card__icon {
		height: 43px;
		width: 49px;
	}

	.choice-card__icon svg {
		height: 42px;
		width: 42px;
	}

	.setup-action-card {
		border-radius: 16px;
		padding: 17px 14px 15px;
	}

	.setup-total {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.setup-total strong {
		font-size: 17px;
	}

	.checkout-form-card,
	.checkout-summary,
	.checkout-invalid {
		border-radius: 17px;
	}

	.checkout-form-card {
		padding: 22px 17px;
	}

	.checkout-form {
		grid-template-columns: 1fr;
	}

	.checkout-form .form-field--full {
		grid-column: auto;
	}

	.checkout-card-heading h2 {
		font-size: 20px;
	}

	.checkout-summary {
		padding: 21px 18px;
	}
}

@media (max-width: 390px) {
	.choice-grid--devices,
	.choice-grid--connections {
		gap: 9px;
	}

	.choice-card__surface strong {
		font-size: 11px;
	}

	.choice-card__surface small {
		font-size: 8px;
	}
}

/* ========================================================================== 
   v1.3 — Real WooCommerce checkout + manual crypto payment
   ========================================================================== */
.eai-real-woocommerce-checkout .site-main,
.woocommerce-checkout .site-main {
	background: linear-gradient(180deg, #eef6ff 0%, #f8fbff 52%, #fff 100%);
}

.eai-real-woocommerce-checkout .woocommerce,
.woocommerce-checkout .woocommerce {
	margin-inline: auto;
	max-width: 1180px;
	padding: 58px 24px 84px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container .select2-selection--single {
	background: #fff;
	border: 1px solid #d9e5f2;
	border-radius: 13px;
	box-shadow: none;
	color: var(--eai-ink);
	min-height: 50px;
	padding: 12px 14px;
}

.woocommerce form .form-row textarea {
	min-height: 120px;
}

.woocommerce form .form-row label {
	color: var(--eai-ink);
	font-size: 13px;
	font-weight: 750;
	margin-bottom: 7px;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
	background: #fff;
	border: 1px solid #e0e9f4;
	border-radius: 22px;
	box-shadow: var(--eai-shadow-soft);
}

.woocommerce-checkout #customer_details {
	padding: 28px;
}

.woocommerce-checkout #order_review_heading {
	margin-top: 32px;
}

.woocommerce-checkout #order_review {
	padding: 24px;
}

.woocommerce-checkout #payment {
	background: #f8fbff;
	border: 1px solid #dfeaf6;
	margin-top: 24px;
	padding: 8px;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
	background: #fff;
	border: 1px solid #e1e9f3;
	border-radius: 14px;
	margin: 8px 0;
	padding: 14px 16px;
}

.woocommerce-checkout #payment ul.payment_methods li > label {
	color: var(--eai-ink);
	font-weight: 800;
}

.woocommerce-checkout #payment div.payment_box {
	background: #f2f7fd;
	border-radius: 13px;
	color: var(--eai-text);
	margin: 14px 0 0;
	padding: 16px;
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: linear-gradient(135deg, var(--eai-blue), var(--eai-blue-dark));
	border: 0;
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(8, 120, 249, 0.24);
	color: #fff;
	font-weight: 800;
	min-height: 52px;
	padding: 15px 27px;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: linear-gradient(135deg, var(--eai-blue-dark), #072c7d);
	color: #fff;
}

.woocommerce table.shop_table {
	border: 1px solid #e1e9f3;
	border-collapse: separate;
	border-radius: 15px;
	overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: #edf2f8;
	padding: 14px;
}

.woocommerce ul#shipping_method li,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	border-radius: 12px;
}

/* Manual USDT gateway */
.eai-crypto-wallet-card {
	background: #fff;
	border: 1px solid #dce8f5;
	border-radius: 18px;
	box-shadow: 0 14px 34px rgba(31, 74, 125, 0.08);
	margin-top: 16px;
	padding: 20px;
}

.eai-crypto-wallet-card__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.eai-crypto-wallet-card__head strong {
	color: var(--eai-ink);
	font-size: 18px;
}

.eai-crypto-wallet-card__head span {
	background: #eaf7ff;
	border-radius: 999px;
	color: var(--eai-blue-dark);
	font-size: 12px;
	font-weight: 750;
	padding: 7px 10px;
}

.eai-crypto-qr {
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 16px;
	display: block;
	margin: 4px auto 18px;
	max-width: 230px;
	padding: 10px;
	width: 100%;
}

.eai-crypto-amount {
	align-items: center;
	background: #f4f8fd;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 12px 14px;
}

.eai-crypto-amount span {
	font-size: 12px;
	font-weight: 700;
}

.eai-crypto-amount strong {
	color: var(--eai-ink);
}

.eai-crypto-address-row {
	align-items: center;
	background: #f4f8fd;
	border: 1px solid #e0eaf5;
	border-radius: 12px;
	display: flex;
	gap: 10px;
	padding: 10px;
}

.eai-crypto-address {
	color: var(--eai-ink);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
	font-weight: 700;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.eai-copy-wallet.button {
	background: #fff;
	border: 1px solid #d6e4f2;
	border-radius: 10px;
	box-shadow: none;
	color: var(--eai-blue-dark);
	flex: 0 0 auto;
	font-size: 12px;
	min-height: 38px;
	padding: 9px 13px;
}

.eai-crypto-warning {
	background: #fff9e8;
	border: 1px solid #f4df9d;
	border-radius: 12px;
	color: #705b1a;
	font-size: 12px;
	line-height: 1.55;
	margin: 14px 0 0;
	padding: 12px 13px;
}

.eai-crypto-thankyou {
	background: #fff;
	border: 1px solid #e0e9f4;
	border-radius: 22px;
	box-shadow: var(--eai-shadow-soft);
	margin: 28px 0;
	padding: 26px;
}

.setup-notice {
	margin-bottom: 20px;
}

@media (min-width: 980px) {
	.woocommerce-checkout form.checkout {
		display: grid;
		gap: 0 34px;
		grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
	}

	.woocommerce-checkout form.checkout #customer_details {
		grid-column: 1;
		grid-row: 1 / span 3;
	}

	.woocommerce-checkout form.checkout #order_review_heading,
	.woocommerce-checkout form.checkout #order_review {
		grid-column: 2;
	}

	.woocommerce-checkout form.checkout #order_review_heading {
		margin-top: 0;
	}
}

@media (max-width: 680px) {
	.eai-real-woocommerce-checkout .woocommerce,
	.woocommerce-checkout .woocommerce {
		padding: 36px 15px 64px;
	}

	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review {
		border-radius: 17px;
		padding: 18px;
	}

	.eai-crypto-wallet-card {
		padding: 15px;
	}

	.eai-crypto-address-row {
		align-items: stretch;
		flex-direction: column;
	}

	.eai-copy-wallet.button {
		width: 100%;
	}
}
