/*
Theme Name: Golden Ads Premium
Theme URI: https://goldenadspublicidad.lat
Description: Child theme premium para Golden Ads, basado en Hello Elementor. Landing page black & gold para agencia de marketing digital, publicidad, ecommerce, branding, automatización y seguridad digital.
Author: Golden Ads
Author URI: https://goldenadspublicidad.lat
Template: hello-elementor
Version: 1.0.8
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: golden-ads-premium
*/

:root {
	--ga-black: #050505;
	--ga-black-2: #0e0e0e;
	--ga-gold: #c89b2c;
	--ga-gold-bright: #f3d681;
	--ga-gold-deep: #8f6218;
	--ga-gold-soft: #fff0ad;
	--ga-white: #ffffff;
	--ga-gray: #b3b3b3;
	--ga-line: rgba(212, 175, 55, 0.22);
	--ga-panel: rgba(255, 255, 255, 0.045);
	--ga-shadow: 0 26px 80px rgba(0, 0, 0, 0.55);
	--ga-radius: 8px;
	--ga-max: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ga-white);
	background:
		linear-gradient(180deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.98)),
		radial-gradient(circle at 72% 18%, rgba(212, 175, 55, 0.16), transparent 32rem),
		radial-gradient(circle at 18% 12%, rgba(212, 175, 55, 0.12), transparent 30rem),
		var(--ga-black);
	background-size: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
	overflow-x: hidden;
}

.ga-site-main,
.ga-site-main h1,
.ga-site-main h2,
.ga-site-main h3,
.ga-site-main h4,
.ga-site-main h5,
.ga-site-main h6,
.ga-site-main p,
.ga-site-main li,
.ga-site-main span,
.ga-site-main small,
.ga-site-main label,
.ga-site-main summary,
.ga-header,
.ga-header a,
.ga-footer,
.ga-footer h2,
.ga-footer p,
.ga-footer a {
	color: #ffffff;
}

.ga-eyebrow,
.ga-menu a:hover,
.ga-menu a:focus,
.ga-node span,
.ga-metric strong,
.ga-store-card strong,
.ga-orbit-card strong,
.ga-phone__screen span,
.ga-footer__links a:hover,
.ga-footer__links a:focus {
	color: var(--ga-gold-bright);
}

.ga-btn--gold,
.ga-icon,
.ga-check-row span,
.ga-service-card__icon,
.ga-shield {
	color: #080808;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(135deg, transparent 0 39%, rgba(212, 175, 55, 0.13) 40%, rgba(212, 175, 55, 0.03) 42%, transparent 43% 100%),
		linear-gradient(45deg, transparent 0 40%, rgba(255, 215, 0, 0.08) 41%, rgba(156, 122, 24, 0.05) 43%, transparent 44% 100%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
		radial-gradient(circle at 50% 20%, rgba(255, 215, 0, 0.1), transparent 42rem);
	background-size: 520px 520px, 640px 640px, 90px 90px, 90px 90px, auto;
	opacity: 0.72;
	animation: gaBackgroundDrift 26s ease-in-out infinite alternate;
}

body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		linear-gradient(135deg, transparent 0 26%, rgba(255, 215, 0, 0.09) 26.2%, rgba(156, 122, 24, 0.08) 27%, transparent 27.3% 100%),
		linear-gradient(225deg, transparent 0 32%, rgba(255, 215, 0, 0.08) 32.2%, rgba(156, 122, 24, 0.06) 33%, transparent 33.3% 100%),
		radial-gradient(circle at 78% 22%, rgba(255, 215, 0, 0.13), transparent 24rem),
		radial-gradient(circle at 12% 78%, rgba(156, 122, 24, 0.12), transparent 28rem);
	background-size: 760px 520px, 680px 560px, auto, auto;
	background-position: center top, right 80px, center, center;
	opacity: 0.82;
	mix-blend-mode: screen;
}

body.ga-menu-open {
	overflow: hidden;
}

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

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

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

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ga-container {
	width: min(var(--ga-max), calc(100% - 40px));
	margin-inline: auto;
}

.ga-section {
	position: relative;
	padding: 112px 0;
}

.ga-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 1000;
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
	border-bottom: 1px solid transparent;
}

.ga-header.is-scrolled,
.ga-menu-open .ga-header {
	background: rgba(5, 5, 5, 0.78);
	backdrop-filter: blur(18px);
	border-color: rgba(212, 175, 55, 0.16);
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
}

.ga-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
	gap: 24px;
}

.ga-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 190px;
}

.ga-brand--image {
	min-width: 0;
	line-height: 0;
}

.ga-brand__monogram {
	display: grid;
	place-items: center;
	width: 48px;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 215, 0, 0.52);
	border-radius: 50%;
	color: #0a0802;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 25%),
		linear-gradient(145deg, var(--ga-gold-soft), var(--ga-gold-bright) 34%, var(--ga-gold) 62%, var(--ga-gold-deep));
	font-weight: 950;
	letter-spacing: 0;
	box-shadow: 0 0 26px rgba(212, 175, 55, 0.32);
}

.ga-brand__wordmark {
	display: grid;
	line-height: 1.05;
}

.ga-brand__wordmark strong {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 950;
	text-transform: uppercase;
}

.ga-brand__wordmark small {
	max-width: 190px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.78rem;
}

.ga-brand__logo {
	width: clamp(126px, 12vw, 178px);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 0 14px rgba(200, 155, 44, 0.34));
}

.ga-brand--image .ga-brand__logo {
	width: auto;
	height: clamp(58px, 6vw, 78px);
	max-width: 220px;
	object-fit: contain;
}

.ga-brand__logo--footer {
	width: 210px;
	max-width: 100%;
}

.ga-brand--image .ga-brand__logo--footer {
	height: clamp(92px, 8vw, 126px);
	max-width: 240px;
}

.ga-brand__mark {
	display: grid;
	place-items: center;
	width: 46px;
	aspect-ratio: 1;
	color: var(--ga-black);
	background: linear-gradient(135deg, var(--ga-gold-bright), var(--ga-gold));
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	font-weight: 900;
	box-shadow: 0 0 28px rgba(212, 175, 55, 0.28);
}

.ga-brand__text {
	display: grid;
	line-height: 1.2;
}

.ga-brand__text strong {
	font-size: 1rem;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ga-brand__text small {
	color: var(--ga-gray);
	font-size: 0.76rem;
}

.ga-nav {
	display: flex;
	align-items: center;
	gap: 24px;
}

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

.ga-menu a {
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.92rem;
	transition: color 0.2s ease;
}

.ga-menu a:hover,
.ga-menu a:focus {
	color: var(--ga-gold-bright);
}

.ga-nav-toggle {
	display: none;
	width: 44px;
	aspect-ratio: 1;
	padding: 10px;
	border: 1px solid var(--ga-line);
	border-radius: var(--ga-radius);
	background: rgba(255, 255, 255, 0.04);
}

.ga-nav-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--ga-white);
	border-radius: 99px;
}

.ga-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: var(--ga-radius);
	font-weight: 800;
	line-height: 1.1;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ga-btn:hover,
.ga-btn:focus {
	transform: translateY(-2px);
}

.ga-btn--small {
	min-height: 42px;
	padding-inline: 18px;
	font-size: 0.9rem;
}

.ga-btn--gold {
	color: #080808;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 22%),
		linear-gradient(145deg, var(--ga-gold-soft), var(--ga-gold-bright) 22%, var(--ga-gold) 58%, var(--ga-gold-deep));
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 14px 42px rgba(200, 155, 44, 0.3), 0 2px 0 rgba(255, 255, 255, 0.18) inset;
}

.ga-btn--ghost {
	color: var(--ga-white);
	background: rgba(255, 255, 255, 0.045);
	border-color: var(--ga-line);
}

.ga-btn--with-icon {
	gap: 10px;
}

.ga-btn--with-icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.ga-hero {
	position: relative;
	min-height: 100vh;
	display: grid;
	align-items: center;
	padding-top: 130px;
	overflow: hidden;
}

.ga-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.86), rgba(5, 5, 5, 0.5)),
		repeating-linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0 2px, transparent 2px 120px),
		repeating-linear-gradient(45deg, rgba(156, 122, 24, 0.08) 0 2px, transparent 2px 150px),
		radial-gradient(circle at 68% 40%, rgba(255, 215, 0, 0.2), transparent 34rem);
	opacity: 1;
}

.ga-hero__copy,
.ga-section-heading,
.ga-final-cta__inner {
	text-shadow: 0 3px 22px rgba(0, 0, 0, 0.88);
}

.ga-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	align-items: center;
	gap: 58px;
}

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

@media (max-width: 782px) {
	.admin-bar .ga-header {
		top: 46px;
	}
}

.ga-eyebrow {
	margin: 0 0 14px;
	color: var(--ga-gold-bright);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2 {
	line-height: 1.02;
	letter-spacing: 0;
}

h1 {
	max-width: 820px;
	margin-bottom: 22px;
	font-size: clamp(3rem, 6.4vw, 6.6rem);
}

h2 {
	margin-bottom: 18px;
	font-size: clamp(2rem, 4.2vw, 4.6rem);
}

h3 {
	font-size: 1.08rem;
	line-height: 1.25;
}

.ga-lead {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.95);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.ga-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 30px 0 14px;
}

.ga-microcopy,
.ga-note {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.94rem;
}

.ga-hero-visual {
	position: relative;
	min-height: 620px;
	perspective: 1100px;
}

.ga-hero-visual::before {
	content: "";
	position: absolute;
	right: 8%;
	bottom: 4px;
	left: 9%;
	z-index: 0;
	height: 96px;
	border-radius: 50%;
	background:
		radial-gradient(ellipse at center, rgba(255, 226, 112, 0.34), rgba(212, 175, 55, 0.14) 42%, transparent 72%),
		linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.25), transparent);
	filter: blur(3px);
	opacity: 0.7;
	transform: rotateX(66deg);
	animation: gaGoldFlow 8s ease-in-out infinite;
	pointer-events: none;
}

.ga-hero-visual::after {
	content: "";
	position: absolute;
	right: 21%;
	bottom: 54px;
	z-index: 1;
	width: clamp(160px, 22vw, 260px);
	height: clamp(52px, 7vw, 76px);
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 22%),
		linear-gradient(145deg, #fff0ad 0%, #ffd35a 28%, #c49020 66%, #7b5112 100%);
	box-shadow:
		0 24px 60px rgba(0, 0, 0, 0.58),
		0 0 36px rgba(255, 215, 0, 0.22),
		inset 0 7px 16px rgba(255, 255, 255, 0.26),
		inset -12px -16px 22px rgba(69, 38, 0, 0.34);
	transform: perspective(520px) rotateX(58deg) rotateZ(-7deg);
	animation: gaGoldBarReveal 1.1s ease 0.2s both, gaGoldBarFloat 7s ease-in-out 1.3s infinite;
	pointer-events: none;
}

.ga-floating-logo {
	position: absolute;
	top: -18px;
	left: 50%;
	z-index: 12;
	width: min(290px, 42vw);
	transform: translateX(-50%);
	filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.72)) drop-shadow(0 0 22px rgba(200, 155, 44, 0.3));
	animation: gaLogoPulse 5s ease-in-out infinite;
}

.ga-floating-logo--css {
	display: grid;
	justify-items: center;
	gap: 3px;
	width: min(290px, 42vw);
	text-align: center;
}

.ga-floating-logo--css span {
	position: relative;
	color: transparent;
	font-size: clamp(3.9rem, 8vw, 6.8rem);
	font-weight: 950;
	line-height: 0.78;
	letter-spacing: 0;
	background: linear-gradient(135deg, #fff3aa 0%, #ffd700 28%, #c89b2c 60%, #8f6218 100%);
	-webkit-background-clip: text;
	background-clip: text;
	text-shadow: none;
	filter: drop-shadow(0 0 18px rgba(255, 215, 0, 0.32));
}

.ga-floating-logo--css strong {
	color: var(--ga-gold-bright);
	font-size: clamp(1.15rem, 2.4vw, 2rem);
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.85);
}

.ga-floating-logo--css small {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(0.58rem, 1vw, 0.78rem);
	font-weight: 800;
	text-transform: uppercase;
}

.ga-floating-asset {
	position: absolute;
	z-index: 4;
	width: clamp(96px, 14vw, 150px);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.65));
	pointer-events: none;
}

.ga-css-icon {
	display: block;
	height: clamp(96px, 14vw, 150px);
	background: linear-gradient(145deg, #fff0ad, #d4af37 48%, #8f6218);
	box-shadow: 0 24px 34px rgba(0, 0, 0, 0.65), inset 0 8px 16px rgba(255, 255, 255, 0.26);
}

.ga-css-icon--rocket {
	width: clamp(92px, 11vw, 132px);
	height: clamp(92px, 11vw, 132px);
	border-radius: 50% 50% 50% 12%;
	transform: rotate(-34deg);
}

.ga-css-icon--rocket::before {
	content: "";
	position: absolute;
	inset: 22% 22% auto auto;
	width: 28%;
	aspect-ratio: 1;
	border: 6px solid rgba(8, 8, 8, 0.78);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.26);
}

.ga-css-icon--rocket::after {
	content: "";
	position: absolute;
	left: -18%;
	bottom: -8%;
	width: 36%;
	height: 36%;
	border-radius: 50%;
	background: radial-gradient(circle, #fff0ad, #ffd700 42%, transparent 70%);
	filter: blur(1px);
}

.ga-css-icon--shield {
	display: grid;
	place-items: center;
	width: clamp(84px, 10vw, 118px);
	height: clamp(100px, 12vw, 138px);
	clip-path: polygon(50% 0, 92% 16%, 84% 74%, 50% 100%, 16% 74%, 8% 16%);
	background: linear-gradient(145deg, #f6e59a, #d4af37 55%, #8f6218);
}

.ga-css-icon--shield::after {
	content: "\2713";
	color: #090909;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 950;
}

.ga-floating-asset--rocket {
	left: -8px;
	top: 248px;
	transform: rotate(-10deg);
	animation: gaAssetFloatA 6.4s ease-in-out infinite;
}

.ga-floating-asset--shield {
	right: 28px;
	top: 430px;
	z-index: 2;
	width: clamp(84px, 10vw, 118px);
	transform: rotate(8deg);
	animation: gaAssetFloatB 7s ease-in-out infinite;
}

.ga-floating-asset--heart {
	left: 20%;
	top: 88px;
	z-index: 6;
	width: clamp(72px, 9vw, 112px);
	transform: rotate(-8deg);
	animation: gaAssetFloatB 7.5s ease-in-out infinite;
}

.ga-floating-asset--medal {
	right: 19%;
	top: 292px;
	z-index: 7;
	width: clamp(70px, 8vw, 104px);
	transform: rotate(6deg);
	animation: gaAssetFloatA 6.8s ease-in-out infinite;
}

.ga-dashboard,
.ga-phone,
.ga-orbit-card,
.ga-store-card,
.ga-shield {
	position: absolute;
	border: 1px solid var(--ga-line);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025));
	box-shadow: var(--ga-shadow), 0 0 42px rgba(212, 175, 55, 0.12);
	backdrop-filter: blur(16px);
}

.ga-dashboard {
	top: 90px;
	left: 20px;
	right: 40px;
	z-index: 3;
	min-height: 360px;
	border-radius: 8px;
	--float-transform: rotateX(8deg) rotateY(-12deg);
	transform: var(--float-transform);
	animation: gaFloat 7s ease-in-out infinite;
	overflow: hidden;
}

.ga-dashboard__top {
	display: flex;
	gap: 8px;
	padding: 16px;
	border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.ga-dashboard__top span {
	width: 10px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--ga-gold);
	opacity: 0.8;
}

.ga-dashboard__body {
	display: grid;
	gap: 24px;
	padding: 28px;
}

.ga-dashboard__body p,
.ga-phone p {
	color: rgba(255, 255, 255, 0.88);
	margin-bottom: 4px;
}

.ga-dashboard__body strong {
	font-size: 4rem;
	line-height: 1;
}

.ga-bars {
	display: flex;
	align-items: end;
	height: 120px;
	gap: 14px;
}

.ga-bars span {
	flex: 1;
	border-radius: 6px 6px 0 0;
	background: linear-gradient(180deg, var(--ga-gold-bright), rgba(212, 175, 55, 0.14));
}

.ga-line-chart {
	height: 80px;
	border-radius: 8px;
	background:
		linear-gradient(135deg, transparent 46%, rgba(255, 215, 0, 0.9) 48%, transparent 50%),
		linear-gradient(25deg, transparent 52%, rgba(212, 175, 55, 0.55) 54%, transparent 56%);
	background-size: 220px 80px, 260px 80px;
}

.ga-phone {
	right: 0;
	bottom: 70px;
	z-index: 4;
	width: 190px;
	min-height: 330px;
	border-radius: 32px;
	padding: 18px;
	--float-transform: rotateZ(2deg);
	animation: gaFloat 6.5s ease-in-out infinite reverse;
}

.ga-phone__notch {
	width: 74px;
	height: 16px;
	margin: 0 auto 22px;
	border-radius: 0 0 14px 14px;
	background: #050505;
}

.ga-phone__screen {
	display: grid;
	align-content: center;
	min-height: 245px;
	padding: 18px;
	border-radius: 22px;
	background: linear-gradient(160deg, rgba(212, 175, 55, 0.16), rgba(0, 0, 0, 0.68));
}

.ga-phone__screen span {
	color: var(--ga-gold-bright);
	font-size: 0.92rem;
}

.ga-orbit-card {
	top: 42px;
	right: 68px;
	z-index: 6;
	width: 170px;
	padding: 18px;
	border-radius: 8px;
	--float-transform: rotateZ(-3deg);
	animation: gaFloat 5.8s ease-in-out infinite;
}

.ga-orbit-card strong {
	display: block;
	color: var(--ga-gold-bright);
	font-size: 2rem;
}

.ga-store-card {
	left: 0;
	bottom: 38px;
	z-index: 5;
	width: 220px;
	padding: 18px;
	border-radius: 8px;
	--float-transform: rotateZ(2deg);
	animation: gaFloat 7.4s ease-in-out infinite;
}

.ga-store-card strong {
	display: block;
	color: var(--ga-gold-bright);
}

.ga-shield {
	display: grid;
	place-items: center;
	right: 178px;
	bottom: 26px;
	width: 78px;
	aspect-ratio: 0.84;
	color: #080808;
	background: linear-gradient(135deg, var(--ga-gold-bright), var(--ga-gold));
	clip-path: polygon(50% 0, 92% 16%, 84% 74%, 50% 100%, 16% 74%, 8% 16%);
	font-weight: 900;
	font-size: 2rem;
	--float-transform: rotateZ(-4deg);
	animation: gaFloat 5.6s ease-in-out infinite reverse;
}

.ga-section-heading {
	max-width: 850px;
	margin-inline: auto;
	margin-bottom: 48px;
	text-align: center;
}

.ga-section-heading p {
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.08rem;
}

.ga-split .ga-section-heading,
.ga-contact .ga-section-heading {
	margin-inline: 0;
	text-align: left;
}

.ga-card-grid,
.ga-service-grid,
.ga-testimonial-grid,
.ga-metrics {
	display: grid;
	gap: 18px;
}

.ga-card-grid--six {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ga-mini-card,
.ga-service-card,
.ga-testimonial,
.ga-metric,
.ga-step,
.ga-faq-item,
.ga-form,
.ga-consult__inner {
	border: 1px solid var(--ga-line);
	border-radius: var(--ga-radius);
	background: var(--ga-panel);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.ga-mini-card {
	padding: 24px;
	background: linear-gradient(145deg, rgba(5, 5, 5, 0.84), rgba(14, 14, 14, 0.72));
	backdrop-filter: blur(10px);
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.ga-mini-card h3 {
	color: #ffffff;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
}

.ga-mini-card:hover,
.ga-service-card:hover,
.ga-testimonial:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 215, 0, 0.45);
}

.ga-icon,
.ga-service-card__icon,
.ga-check-row span {
	display: inline-grid;
	place-items: center;
	color: var(--ga-black);
	background: linear-gradient(135deg, var(--ga-gold-bright), var(--ga-gold));
	font-weight: 900;
}

.ga-icon {
	width: 34px;
	aspect-ratio: 1;
	margin-bottom: 18px;
	border-radius: 50%;
}

.ga-split {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
	gap: 48px;
	align-items: start;
}

.ga-stack {
	display: grid;
	gap: 12px;
}

.ga-check-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px;
	border-bottom: 1px solid rgba(212, 175, 55, 0.14);
	color: rgba(255, 255, 255, 0.96);
}

.ga-check-row span {
	flex: 0 0 30px;
	width: 30px;
	aspect-ratio: 1;
	border-radius: 50%;
}

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

.ga-service-card {
	position: relative;
	min-height: 260px;
	padding: 28px;
	overflow: hidden;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.ga-service-card::after {
	content: "";
	position: absolute;
	inset: auto -20% -45% 40%;
	height: 150px;
	background: radial-gradient(circle, rgba(212, 175, 55, 0.16), transparent 68%);
	pointer-events: none;
}

.ga-service-card__image {
	width: 86px;
	height: 86px;
	object-fit: contain;
	margin: -8px 0 18px;
	filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.46)) drop-shadow(0 0 18px rgba(200, 155, 44, 0.12));
	animation: gaIconFloat 5.8s ease-in-out infinite;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.ga-service-card__symbol {
	display: grid;
	place-items: center;
	color: #080808;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.78), transparent 28%),
		linear-gradient(145deg, var(--ga-gold-soft), var(--ga-gold-bright) 30%, var(--ga-gold) 64%, var(--ga-gold-deep));
	font-size: 2rem;
	font-weight: 950;
	line-height: 1;
	box-shadow:
		0 18px 34px rgba(0, 0, 0, 0.42),
		0 0 26px rgba(212, 175, 55, 0.22),
		inset 0 8px 14px rgba(255, 255, 255, 0.28);
}

.ga-service-card:hover .ga-service-card__image {
	animation-play-state: paused;
	transform: translateY(-8px) rotate(-2deg) scale(1.05);
	filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 26px rgba(200, 155, 44, 0.26));
}

.ga-service-card:nth-child(2n) .ga-service-card__image {
	animation-delay: -1.4s;
}

.ga-service-card:nth-child(3n) .ga-service-card__image {
	animation-delay: -2.6s;
}

.ga-service-card p,
.ga-testimonial p,
.ga-step p {
	color: #ffffff;
}

.ga-ecosystem {
	background: linear-gradient(180deg, rgba(14, 14, 14, 0.5), rgba(5, 5, 5, 0));
}

.ga-system-map {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ga-system-map::before {
	content: "";
	position: absolute;
	inset: 50% 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.7), transparent);
	box-shadow: 0 0 24px rgba(255, 215, 0, 0.28);
}

.ga-node {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
	min-height: 150px;
	padding: 24px;
	border: 1px solid var(--ga-line);
	border-radius: var(--ga-radius);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	transform: translateY(var(--offset, 0));
}

.ga-node span {
	color: var(--ga-gold-bright);
	font-weight: 900;
}

.ga-results {
	background:
		radial-gradient(circle at 50% 0, rgba(212, 175, 55, 0.16), transparent 36rem),
		var(--ga-black-2);
}

.ga-metrics {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ga-metric {
	padding: 28px;
}

.ga-metric h3 {
	margin-bottom: 12px;
	color: var(--ga-gold-bright);
	font-size: 1.15rem;
}

.ga-metric p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
}

.ga-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ga-timeline::before {
	content: "";
	position: absolute;
	top: 38px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: rgba(212, 175, 55, 0.35);
}

.ga-step {
	position: relative;
	z-index: 1;
	padding: 28px;
	background: rgba(5, 5, 5, 0.72);
}

.ga-step span {
	display: grid;
	place-items: center;
	width: 44px;
	aspect-ratio: 1;
	margin-bottom: 24px;
	color: var(--ga-black);
	background: linear-gradient(135deg, var(--ga-gold-bright), var(--ga-gold));
	border-radius: 50%;
	font-weight: 900;
}

.ga-testimonial-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ga-testimonial {
	padding: 24px;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.ga-impact-index {
	display: grid;
	place-items: center;
	width: 54px;
	aspect-ratio: 1;
	margin-bottom: 16px;
	border-radius: 8px;
	color: var(--ga-black);
	background: linear-gradient(135deg, #fff4a8, var(--ga-gold));
	font-weight: 900;
}

.ga-testimonial h3 {
	margin-bottom: 10px;
	color: var(--ga-gold-bright);
}

.ga-consult__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 44px;
	padding: 42px;
	background:
		linear-gradient(135deg, rgba(212, 175, 55, 0.13), rgba(255, 255, 255, 0.035)),
		rgba(255, 255, 255, 0.04);
}

.ga-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.ga-feature-list li {
	position: relative;
	padding-left: 24px;
	color: rgba(255, 255, 255, 0.82);
}

.ga-feature-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: var(--ga-gold-bright);
}

.ga-consult__panel {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 18px;
	padding: 28px;
	border: 1px solid rgba(255, 215, 0, 0.28);
	border-radius: var(--ga-radius);
	background: rgba(0, 0, 0, 0.34);
	text-align: center;
}

.ga-consult__panel .ga-btn {
	text-align: center;
}

.ga-consult__panel p {
	max-width: 28ch;
	margin-inline: auto;
}

.ga-panel-icon {
	width: 150px;
	max-width: 70%;
	justify-self: center;
	margin-bottom: 4px;
	filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.58));
}

.ga-panel-icon--css {
	display: grid;
	place-items: center;
	height: 150px;
	border: 1px solid rgba(255, 215, 0, 0.2);
	border-radius: 34px;
	background:
		radial-gradient(circle at 64% 34%, rgba(255, 215, 0, 0.24), transparent 26%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.03)),
		linear-gradient(160deg, #4f5362, #141722 72%);
	box-shadow:
		0 26px 46px rgba(0, 0, 0, 0.48),
		0 0 34px rgba(212, 175, 55, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	animation: gaIconFloat 6.2s ease-in-out infinite;
}

.ga-panel-icon--css::before {
	content: "WA";
	display: grid;
	place-items: center;
	width: 74px;
	aspect-ratio: 1;
	color: #080808;
	border-radius: 50%;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.76), transparent 28%),
		linear-gradient(145deg, var(--ga-gold-soft), var(--ga-gold-bright) 36%, var(--ga-gold) 66%, var(--ga-gold-deep));
	font-size: 1rem;
	font-weight: 950;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.42), 0 0 28px rgba(255, 215, 0, 0.18);
}

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

.ga-faq-item {
	padding: 0 22px;
}

.ga-faq-item summary {
	cursor: pointer;
	padding: 20px 0;
	color: var(--ga-white);
	font-weight: 800;
}

.ga-faq-item p {
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.72);
}

.ga-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
	gap: 44px;
	align-items: start;
}

.ga-form {
	display: grid;
	gap: 16px;
	padding: 28px;
}

.ga-form label {
	display: grid;
	gap: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 700;
}

.ga-form input,
.ga-form select,
.ga-form textarea {
	width: 100%;
	color: var(--ga-white);
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(212, 175, 55, 0.24);
	border-radius: var(--ga-radius);
	padding: 14px 15px;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ga-form textarea {
	min-height: 128px;
	resize: vertical;
}

.ga-form option {
	color: #111;
}

.ga-form input:focus,
.ga-form select:focus,
.ga-form textarea:focus {
	border-color: var(--ga-gold-bright);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.14);
}

.ga-form__note {
	margin: -4px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
}

.ga-final-cta__inner {
	text-align: center;
	max-width: 900px;
}

.ga-final-logo {
	width: min(340px, 72vw);
	margin: 26px auto 0;
	filter: drop-shadow(0 0 26px rgba(200, 155, 44, 0.28));
}

.ga-final-logo--css {
	width: auto;
	color: transparent;
	background: linear-gradient(135deg, #fff7c7 0%, #ffd700 28%, #c89b2c 58%, #8f6218 100%);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: clamp(2.2rem, 6vw, 4.8rem);
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: none;
	filter: drop-shadow(0 0 26px rgba(200, 155, 44, 0.38));
}

.ga-final-cta .ga-actions {
	justify-content: center;
}

.ga-signature {
	display: grid;
	gap: 4px;
	margin-top: 36px;
	color: var(--ga-gray);
}

.ga-signature strong {
	color: var(--ga-white);
	font-size: 1.25rem;
}

.ga-footer {
	padding: 58px 0 28px;
	background: #030303;
	border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.ga-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.9fr;
	gap: 34px;
}

.ga-footer h2 {
	margin-bottom: 16px;
	font-size: 1rem;
}

.ga-footer p,
.ga-footer a {
	color: rgba(255, 255, 255, 0.84);
}

.ga-footer__links {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ga-footer__links a:hover {
	color: var(--ga-gold-bright);
}

.ga-footer__bottom {
	margin-top: 36px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ga-socials {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.ga-socials a {
	display: grid;
	place-items: center;
	width: 54px;
	aspect-ratio: 1;
	border: 1px solid rgba(200, 155, 44, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.035);
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.ga-socials a:hover,
.ga-socials a:focus {
	transform: translateY(-3px);
	border-color: rgba(243, 214, 129, 0.55);
}

.ga-socials img {
	width: 42px;
	height: 42px;
	object-fit: contain;
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.38));
}

.ga-socials span {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: #080808;
	border-radius: inherit;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 28%),
		linear-gradient(145deg, var(--ga-gold-soft), var(--ga-gold-bright) 34%, var(--ga-gold) 68%, var(--ga-gold-deep));
	font-size: 0.72rem;
	font-weight: 950;
	line-height: 1;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.ga-reveal {
	opacity: 1;
	transform: none;
	transition: opacity 0.75s ease, transform 0.75s ease;
}

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

@keyframes gaFloat {
	0%,
	100% {
		transform: var(--float-transform, none) translateY(0);
	}
	50% {
		transform: var(--float-transform, none) translateY(-18px);
	}
}

@keyframes gaLogoPulse {
	0%,
	100% {
		transform: translateX(-50%) translateY(0) scale(1);
	}
	50% {
		transform: translateX(-50%) translateY(-8px) scale(1.025);
	}
}

@keyframes gaGoldFlow {
	0%,
	100% {
		opacity: 0.56;
		transform: rotateX(66deg) translateX(0) scaleX(1);
	}
	50% {
		opacity: 0.82;
		transform: rotateX(66deg) translateX(10px) scaleX(1.04);
	}
}

@keyframes gaGoldBarReveal {
	from {
		opacity: 0;
		transform: perspective(520px) rotateX(58deg) rotateZ(-7deg) translateY(26px) scale(0.92);
	}
	to {
		opacity: 1;
		transform: perspective(520px) rotateX(58deg) rotateZ(-7deg) translateY(0) scale(1);
	}
}

@keyframes gaGoldBarFloat {
	0%,
	100% {
		transform: perspective(520px) rotateX(58deg) rotateZ(-7deg) translateY(0);
	}
	50% {
		transform: perspective(520px) rotateX(58deg) rotateZ(-7deg) translateY(-9px);
	}
}

@keyframes gaAssetFloatA {
	0%,
	100% {
		transform: translateY(0) rotate(-10deg);
	}
	50% {
		transform: translateY(-16px) rotate(-4deg);
	}
}

@keyframes gaAssetFloatB {
	0%,
	100% {
		transform: translateY(0) rotate(8deg);
	}
	50% {
		transform: translateY(14px) rotate(3deg);
	}
}

@keyframes gaIconFloat {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(-1deg);
	}
	50% {
		transform: translate3d(0, -10px, 0) rotate(2deg);
	}
}

@keyframes gaBackgroundDrift {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 0.46;
	}
	100% {
		transform: translate3d(-18px, 22px, 0);
		opacity: 0.68;
	}
}

@media (max-width: 1024px) {
	.ga-hero__grid,
	.ga-split,
	.ga-contact__grid,
	.ga-consult__inner {
		grid-template-columns: 1fr;
	}

	.ga-hero {
		min-height: auto;
		padding-top: 116px;
	}

	.ga-hero__copy {
		max-width: 760px;
	}

	.ga-hero-visual {
		min-height: 520px;
		max-width: 680px;
		width: 100%;
		margin: 0 auto;
	}

	.ga-hero-visual::after {
		right: 27%;
		bottom: 38px;
	}

	.ga-floating-logo {
		top: -6px;
		width: min(260px, 46vw);
	}

	.ga-dashboard {
		top: 72px;
		left: 34px;
		right: 34px;
		min-height: 330px;
	}

	.ga-phone {
		right: 26px;
		bottom: 58px;
		width: 170px;
		min-height: 300px;
	}

	.ga-orbit-card {
		top: 46px;
		right: 34px;
	}

	.ga-store-card {
		left: 28px;
		bottom: 42px;
	}

	.ga-floating-asset--rocket {
		left: 24px;
		top: 264px;
	}

	.ga-floating-asset--shield {
		right: 132px;
		top: 404px;
	}

	.ga-floating-asset--heart {
		left: 18%;
		top: 86px;
	}

	.ga-floating-asset--medal {
		right: 18%;
		top: 270px;
	}

	.ga-service-grid,
	.ga-card-grid--six,
	.ga-metrics,
	.ga-timeline,
	.ga-testimonial-grid,
	.ga-system-map,
	.ga-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ga-timeline::before,
	.ga-system-map::before {
		display: none;
	}
}

@media (max-width: 780px) {
	.ga-container {
		width: min(100% - 28px, var(--ga-max));
	}

	.ga-section {
		padding: 78px 0;
	}

	.ga-hero {
		padding-top: 96px;
	}

	.ga-header__inner {
		min-height: 72px;
	}

	.ga-nav-toggle {
		display: block;
	}

	.ga-nav {
		position: fixed;
		inset: 72px 14px auto;
		display: grid;
		gap: 18px;
		padding: 20px;
		border: 1px solid var(--ga-line);
		border-radius: var(--ga-radius);
		background: rgba(5, 5, 5, 0.94);
		box-shadow: var(--ga-shadow);
		opacity: 0;
		transform: translateY(-12px);
		pointer-events: none;
		transition: opacity 0.2s ease, transform 0.2s ease;
	}

	.ga-nav.is-open {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	.ga-menu {
		display: grid;
		gap: 12px;
	}

	.ga-menu a {
		display: block;
		padding: 10px 0;
		font-size: 1rem;
	}

	h1 {
		font-size: clamp(2.45rem, 14vw, 4rem);
	}

	.ga-hero__grid {
		gap: 24px;
	}

	.ga-hero__copy {
		text-align: center;
	}

	.ga-hero__copy .ga-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		max-width: 360px;
		margin-inline: auto;
	}

	.ga-hero-visual {
		min-height: 430px;
		overflow: visible;
	}

	.ga-hero-visual::before {
		right: 6%;
		bottom: -6px;
		left: 6%;
		height: 72px;
	}

	.ga-hero-visual::after {
		right: 22%;
		bottom: 28px;
		width: 150px;
		height: 48px;
	}

	.ga-floating-logo {
		top: -4px;
		left: 50%;
		width: min(210px, 58vw);
	}

	.ga-floating-asset {
		width: 76px;
	}

	.ga-floating-asset--rocket {
		left: 2px;
		top: 236px;
	}

	.ga-floating-asset--shield {
		right: 70px;
		top: 342px;
		width: 70px;
	}

	.ga-floating-asset--heart,
	.ga-floating-asset--medal {
		display: none;
	}

	.ga-dashboard {
		top: 58px;
		left: 2px;
		right: 2px;
		min-height: 286px;
		transform: none;
	}

	.ga-dashboard__body strong {
		font-size: 2.65rem;
	}

	.ga-dashboard__body {
		padding: 22px;
		gap: 18px;
	}

	.ga-bars {
		height: 92px;
	}

	.ga-line-chart {
		height: 58px;
	}

	.ga-phone {
		right: 4px;
		width: 132px;
		min-height: 232px;
		bottom: 44px;
		padding: 14px;
	}

	.ga-phone__screen {
		min-height: 164px;
		padding: 14px;
		font-size: 0.86rem;
	}

	.ga-orbit-card {
		right: 0;
		top: 40px;
		width: 142px;
		padding: 14px;
	}

	.ga-store-card {
		left: 0;
		width: 170px;
		bottom: 14px;
		padding: 14px;
	}

	.ga-shield {
		right: 130px;
		width: 60px;
	}

	.ga-service-grid,
	.ga-card-grid--six,
	.ga-metrics,
	.ga-timeline,
	.ga-testimonial-grid,
	.ga-system-map,
	.ga-footer__grid,
	.ga-feature-list {
		grid-template-columns: 1fr;
	}

	.ga-service-card {
		min-height: auto;
		padding: 24px;
	}

	.ga-service-card__image {
		width: 76px;
		height: 76px;
	}

	.ga-node {
		transform: none;
	}

	.ga-consult__inner {
		padding: 24px;
	}

	.ga-actions .ga-btn,
	.ga-form .ga-btn {
		width: 100%;
	}

	.ga-brand {
		min-width: auto;
	}

	.ga-brand__logo {
		width: 118px;
	}

	.ga-brand--image .ga-brand__logo {
		width: auto;
		height: 56px;
		max-width: 150px;
	}

	.ga-brand__text small {
		display: none;
	}

	.ga-brand__wordmark small {
		display: none;
	}
}

.ga-brand .custom-logo {
	width: clamp(126px, 12vw, 178px);
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 0 14px rgba(200, 155, 44, 0.34));
}

.ga-phone--iphone {
	z-index: 8;
	width: 214px;
	min-height: 366px;
	padding: 14px;
	border-radius: 40px;
	border-color: rgba(255, 255, 255, 0.16);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 28%),
		linear-gradient(150deg, #545868 0%, #1a1c25 42%, #07080c 100%);
	box-shadow:
		0 34px 86px rgba(0, 0, 0, 0.68),
		0 0 44px rgba(212, 175, 55, 0.16),
		inset 0 0 0 2px rgba(255, 255, 255, 0.07),
		inset 12px 0 24px rgba(255, 255, 255, 0.08),
		inset -18px -24px 36px rgba(0, 0, 0, 0.46);
	--float-transform: rotateZ(3deg) rotateY(-7deg);
}

.ga-phone--iphone::before {
	content: "";
	position: absolute;
	inset: 7px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 34px;
	pointer-events: none;
}

.ga-phone__button {
	position: absolute;
	width: 3px;
	border-radius: 99px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(23, 25, 34, 0.9));
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.08);
}

.ga-phone__button--left {
	top: 92px;
	left: -4px;
	height: 48px;
}

.ga-phone__button--right {
	top: 142px;
	right: -4px;
	height: 64px;
}

.ga-phone--iphone .ga-phone__notch {
	position: absolute;
	top: 15px;
	left: 50%;
	z-index: 4;
	width: 78px;
	height: 19px;
	margin: 0;
	border-radius: 0 0 16px 16px;
	transform: translateX(-50%);
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.48);
}

.ga-phone--iphone .ga-phone__notch::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 15px;
	width: 5px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
}

.ga-phone--iphone .ga-phone__screen {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 338px;
	padding: 42px 13px 16px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 29px;
	background:
		radial-gradient(circle at 76% 84%, rgba(255, 255, 255, 0.18), transparent 22%),
		radial-gradient(circle at 50% 18%, rgba(212, 175, 55, 0.19), transparent 40%),
		linear-gradient(160deg, rgba(212, 175, 55, 0.15), rgba(0, 0, 0, 0.86) 72%);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.035),
		inset 0 -30px 44px rgba(0, 0, 0, 0.55);
	overflow: hidden;
}

.ga-phone__status {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	opacity: 0.88;
}

.ga-phone__status span {
	color: #fff;
	font-size: inherit;
}

.ga-phone__status i {
	width: 30px;
	height: 10px;
	border-radius: 99px;
	background:
		linear-gradient(90deg, #fff 0 34%, transparent 34% 42%, #fff 42% 62%, transparent 62% 70%, #fff 70%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.16));
	opacity: 0.84;
}

.ga-wa-notification {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07));
	box-shadow:
		0 18px 28px rgba(0, 0, 0, 0.42),
		0 0 24px rgba(212, 175, 55, 0.13),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(14px);
	animation: gaNotificationIn 1s ease both, gaNotificationFloat 5.5s ease-in-out 1s infinite;
}

.ga-wa-notification img,
.ga-wa-icon {
	width: 36px;
	height: 36px;
	object-fit: contain;
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.32));
}

.ga-wa-icon,
.ga-btn__wa {
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	color: #061007;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.8), transparent 30%),
		linear-gradient(145deg, #fff0ad, #d4af37 54%, #8f6218);
	font-size: 0.64rem;
	font-weight: 950;
	line-height: 1;
}

img.ga-wa-icon,
img.ga-btn__wa {
	display: block;
	border-radius: 10px;
	color: inherit;
	background: transparent;
	font-size: 0;
	box-shadow: none;
}

.ga-btn__wa {
	width: 30px;
	height: 30px;
}

.ga-wa-notification p,
.ga-wa-notification strong,
.ga-wa-notification span {
	margin: 0;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}

.ga-wa-notification p {
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.1;
}

.ga-wa-notification span {
	display: block;
	color: var(--ga-gold-bright);
	font-size: 0.74rem;
	font-weight: 850;
	line-height: 1.15;
}

.ga-wa-notification strong {
	display: block;
	color: #fff;
	font-size: 0.84rem;
	line-height: 1.18;
}

.ga-phone__screen-glow {
	position: absolute;
	right: 12px;
	bottom: 20px;
	left: 12px;
	z-index: 1;
	height: 88px;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(255, 215, 0, 0.2), transparent 68%);
	filter: blur(12px);
	opacity: 0.72;
}

@keyframes gaNotificationIn {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.92);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes gaNotificationFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-7px);
	}
}

@media (max-width: 1024px) {
	.ga-phone--iphone {
		right: 18px;
		bottom: 52px;
		width: 186px;
		min-height: 324px;
	}

	.ga-phone--iphone .ga-phone__screen {
		min-height: 296px;
	}
}

@media (max-width: 780px) {
	.ga-hero-visual {
		min-height: 460px;
	}

	.ga-phone--iphone {
		right: 6px;
		bottom: 44px;
		width: 136px;
		min-height: 238px;
		padding: 8px;
		border-radius: 27px;
	}

	.ga-phone--iphone::before {
		inset: 5px;
		border-radius: 23px;
	}

	.ga-phone__button {
		display: none;
	}

	.ga-phone--iphone .ga-phone__notch {
		top: 9px;
		width: 50px;
		height: 12px;
		border-radius: 0 0 10px 10px;
	}

	.ga-phone--iphone .ga-phone__screen {
		min-height: 218px;
		padding: 30px 7px 9px;
		border-radius: 21px;
	}

	.ga-phone__status {
		margin-bottom: 11px;
		font-size: 0.54rem;
	}

	.ga-phone__status i {
		width: 24px;
		height: 8px;
	}

	.ga-wa-notification {
		grid-template-columns: 22px minmax(0, 1fr);
		gap: 6px;
		padding: 8px;
		border-radius: 14px;
	}

	.ga-wa-notification img,
	.ga-wa-notification .ga-wa-icon {
		width: 22px;
		height: 22px;
	}

	.ga-wa-notification p {
		font-size: 0.58rem;
	}

	.ga-wa-notification span {
		font-size: 0.58rem;
	}

	.ga-wa-notification strong {
		font-size: 0.62rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	body::before {
		animation: none !important;
	}
}
