/**
 * Leadywaves — Figma frame 482-287 (1440px landing)
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
	--lw-bg: #f8f8f8;
	--lw-bg-white: #ffffff;
	--lw-text: #111111;
	--lw-text-nav: #4b5563;
	--lw-text-nav-active: #9333ea;
	--lw-purple: #a855f7;
	--lw-indigo: #6366f1;
	--lw-green-top: #7ee081;
	--lw-green-mid: #4ade80;
	--lw-green-bottom: #22c55e;
	--lw-green-shadow: rgba(34, 197, 94, 0.45);
	--lw-container: 1280px;
	--lw-gutter: clamp(1.25rem, 4vw, 5rem);
	--lw-font: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
	--lw-header-h: 88px;
	--lw-radius-pill: 9999px;
	--lw-radius-card: 20px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--lw-font);
	color: var(--lw-text);
	background: var(--lw-bg);
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-family: "Inter", sans-serif;
}

body.home {
	background: var(--lw-bg);
}

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

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

.lw-container {
	width: min(100% - 2 * var(--lw-gutter), var(--lw-container));
	margin-inline: auto;
}

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

/* —— Logo —— */
.site-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.15rem;
	line-height: 1;
}

.site-logo__lead {
	font-size: 1.625rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--lw-text);
	text-transform: lowercase;
}

.site-logo__mark {
	display: inline-flex;
	align-items: center;
	margin: 0 0.1rem;
}

.site-logo__mark svg {
	display: block;
	width: 26px;
	height: 26px;
}

.site-logo__waves {
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	background: linear-gradient(95deg, #c084fc 0%, #a855f7 35%, #818cf8 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-transform: lowercase;
}

.custom-logo-link img {
	max-height: 44px;
	width: auto;
}

/* —— Buttons (green gradient pills) —— */
.lw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-weight: 700;
	border: 0;
	border-radius: var(--lw-radius-pill);
	color: #fff;
	background: linear-gradient(180deg, var(--lw-green-top) 0%, var(--lw-green-mid) 45%, var(--lw-green-bottom) 100%);
	box-shadow: 0 4px 14px var(--lw-green-shadow);
	transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
	white-space: nowrap;
	cursor: pointer;
}

.lw-btn:hover {
	filter: brightness(1.03);
	transform: translateY(-1px);
	box-shadow: 0 8px 22px var(--lw-green-shadow);
}

.lw-btn--sm {
	padding: 0.7rem 1.5rem;
	font-size: 0.9375rem;
	letter-spacing: -0.01em;
}

.lw-btn--lg {
	padding: 1.05rem 2.25rem;
	font-size: 1.0625rem;
	letter-spacing: -0.02em;
	min-width: 280px;
}

/* —— Header —— */
.site-header {
	position: relative;
	z-index: 50;
	background: #FFFCF8;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-height: var(--lw-header-h);
	padding-block: 0.75rem;
}

.site-header__brand {
	flex-shrink: 0;
}

.site-header__nav {
	flex: 1;
	display: flex;
	justify-content: end;
	min-width: 0;
}

.site-header__menu {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: clamp(1rem, 2.2vw, 2.5rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header__menu a {
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--lw-text-nav);
	padding: 0.25rem 0;
	position: relative;
	letter-spacing: -0.01em;
	transition: color 0.15s ease;
}

.site-header__menu a:hover {
	color: var(--lw-text);
}

.site-header__menu .current-menu-item > a,
.site-header__menu > li:first-child > a {
	color: var(--lw-text-nav-active);
}
/* 
.site-header__menu .current-menu-item > a,
.current_page_item > a{
    background: linear-gradient(
        93.51deg,
        #8100FC 2.89%,
        #A45BE8 90.83%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    border-bottom:1px solid;
    border-image-slice:1;
    border-image-source:linear-gradient(
        93.51deg,
        #8100FC 2.89%,
        #A45BE8 90.83%
    );
} */
/* .site-header__menu .current-menu-item > a::after,
.site-header__menu > li:first-child > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 2px;
	border-radius: 2px;
	background: var(--lw-text-nav-active);
}
 */
.site-header__actions {
	flex-shrink: 0;
}

.site-header__toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	padding: 0.5rem;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.site-header__toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--lw-text);
	border-radius: 2px;
}

/* —— Hero —— */
.hero {
	position: relative;
	overflow: hidden;
	padding: 2.5rem 0 0;
	text-align: center;
	background: var(--lw-bg);
}

.hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
}

.hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.7;
}

.hero__glow--purple {
	width: 520px;
	height: 520px;
	background: radial-gradient(circle, #e9d5ff 0%, transparent 70%);
	top: -120px;
	left: 50%;
	transform: translateX(-58%);
}

.hero__glow--pink {
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, #fbcfe8 0%, transparent 70%);
	top: 60px;
	right: 12%;
}

.hero__glow--lavender {
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, #ddd6fe 0%, transparent 70%);
	top: 180px;
	left: 18%;
}

.hero__inner {
	position: relative;
	z-index: 1;
	padding-bottom: 2rem;
}

.hero__trust {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 0.65rem;
	margin: 0 0 1.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #374151;
	letter-spacing: -0.01em;
}

.hero__trust-tp {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #111827;
	font-weight: 600;
}

.hero__trust-star {
	color: #00b67a;
	flex-shrink: 0;
}

.hero__trust-tp-label {
	font-size: 0.875rem;
	letter-spacing: -0.02em;
}

.hero__headline {
	margin: 0 auto 2rem;
	max-width: 14ch;
	font-size: clamp(2.75rem, 6.2vw, 4.5rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.045em;
	color: var(--lw-text);
}

.hero__headline-line {
	display: block;
}

.hero__cta {
	margin-bottom: 3.25rem;
}

/* Showcase fan (Figma card row) */
.hero__showcase {
	position: relative;
	width: 100vw;
	max-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	padding: 0 0 3rem;
	mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.hero__showcase-track {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 14px;
	padding: 0 2rem;
	min-height: 360px;
}

.hero__card {
	flex: 0 0 169px;
	width: 169px;
	height: 322px;
	border-radius: var(--lw-radius-card);
	overflow: hidden;
	box-shadow:
		0 4px 6px rgba(0, 0, 0, 0.04),
		0 20px 40px rgba(15, 23, 42, 0.1);
	transform-origin: center bottom;
	background: var(--card-bg, #e5e7eb);
}

.hero__card:nth-child(1) {
	height: 338px;
	transform: rotate(-7deg) translateY(8px);
	z-index: 2;
}

.hero__card:nth-child(2) {
	height: 338px;
	transform: rotate(-3deg) translateY(4px);
	z-index: 3;
}

.hero__card:nth-child(3) {
	transform: rotate(-1deg);
	z-index: 4;
}

.hero__card:nth-child(4) {
	z-index: 5;
}

.hero__card:nth-child(5) {
	z-index: 4;
}

.hero__card:nth-child(6) {
	transform: rotate(2deg);
	z-index: 3;
}

.hero__card:nth-child(7) {
	transform: rotate(5deg) translateY(6px);
	z-index: 2;
}

.hero__card--solid-black,
.hero__card--solid-black .hero__card-fill {
	background: #0a0a0a;
}

.hero__card--solid-grey,
.hero__card--solid-grey .hero__card-fill {
	background: #e8e8e8;
}

.hero__card--solid-navy,
.hero__card--solid-navy .hero__card-fill {
	background: #1e293b;
}

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

.hero__card-fill {
	width: 100%;
	height: 100%;
	background: var(--card-bg, #e8e8e8);
}

/* Demo mock cards (match Figma placeholders) */
.hero__mock {
	width: 100%;
	height: 100%;
	padding: 1rem 0.85rem;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.hero__mock--dark {
	background: linear-gradient(165deg, #2e1065 0%, #1e1b4b 50%, #0f172a 100%);
	color: #fff;
}

.hero__mock-badge {
	display: inline-block;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	padding: 0.25rem 0.45rem;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 6px;
	width: fit-content;
	margin-bottom: 0.75rem;
}

.hero__mock-title {
	margin: auto 0 0;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.hero__mock--light {
	background: #f5f5f5;
	color: #111;
}

.hero__mock-brand {
	font-size: 0.7rem;
	font-weight: 700;
	color: #6b7280;
	margin-bottom: 0.5rem;
}

.hero__mock-photo {
	flex: 1;
	min-height: 120px;
	border-radius: 12px;
	background: linear-gradient(145deg, #fde68a, #f59e0b);
	margin-bottom: 0.65rem;
}

.hero__mock-caption {
	margin: 0;
	font-size: 0.55rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.3;
}

/* —— Content / footer —— */
.content-area {
	padding: 3rem 0;
	background: var(--lw-bg-white);
}

.post-card__title {
	font-size: 2rem;
	margin: 0 0 1rem;
}

.site-footer {
	padding: 2rem 0;
	background: #0f172a;
	color: #94a3b8;
	text-align: center;
	font-size: 0.875rem;
}

.site-footer a {
	color: #e2e8f0;
}

.site-footer__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 1.5rem;
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}

.site-footer__menu a {
	color: #cbd5e1;
}

.site-footer__menu a:hover {
	color: #fff;
}

/* —— Blog / pages —— */
.content-area {
	padding: 3rem 0 4rem;
	background: var(--lw-bg-white);
}

.content-area--with-sidebar {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 2.5rem;
	align-items: start;
}

.content-area__main {
	min-width: 0;
}

.page-header {
	margin-bottom: 2rem;
}

.page-header__title {
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.post-card {
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #e5e7eb;
}

.post-card__title {
	margin: 0.75rem 0 0.5rem;
	font-size: 1.5rem;
}

.post-card__title a:hover {
	color: var(--lw-text-nav-active);
}

.post-card__meta,
.entry__meta {
	font-size: 0.875rem;
	color: var(--lw-text-nav);
}

.post-card__excerpt {
	color: #374151;
}

.entry__title {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.entry__content {
	font-size: 1.0625rem;
	line-height: 1.7;
}

.entry__content > *:first-child {
	margin-top: 0;
}

.entry__footer {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #e5e7eb;
	font-size: 0.875rem;
}

.front-page-content,
.page-content {
	padding: 2rem 0 4rem;
}

.sidebar .widget {
	margin-bottom: 2rem;
}

.sidebar .widget-title {
	font-size: 1.125rem;
	margin: 0 0 1rem;
}

.search-form {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	margin: 1rem 0;
}

.search-form__field {
	flex: 1;
	min-width: 200px;
	padding: 0.65rem 1rem;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font: inherit;
}

.comments-area {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #e5e7eb;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment {
	margin-bottom: 1.5rem;
}

.post-navigation {
	margin: 2rem 0;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.post-thumbnail img {
	border-radius: 12px;
	margin-bottom: 1rem;
}

@media (max-width: 900px) {
	.content-area--with-sidebar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1100px) {
	.site-header__menu {
		gap: 1rem;
	}

	.site-header__menu a {
		font-size: 0.8125rem;
	}

	.hero__card {
		flex: 0 0 140px;
		width: 140px;
		height: 270px;
	}

	.hero__card:nth-child(1),
	.hero__card:nth-child(2) {
		height: 285px;
	}
}

@media (max-width: 900px) {
	.site-header__inner {
		flex-wrap: wrap;
	}

	.site-header__nav {
		order: 3;
		flex: 1 1 100%;
		justify-content: flex-end;
	}

	.site-header__toggle {
		display: flex;
	}

	.site-header__menu {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		padding: 1rem 0;
		gap: 0.75rem;
	}

	.site-header__menu.is-open {
		display: flex;
	}

	.hero__showcase-track {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 1rem;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.hero__card {
		scroll-snap-align: center;
		transform: none !important;
	}

	.lw-btn--lg {
		min-width: auto;
		width: 100%;
		max-width: 340px;
	}
}

@media (max-width: 600px) {
	.lw-btn--sm {
		padding: 0.6rem 1.1rem;
		font-size: 0.8125rem;
	}

	.hero__headline {
		font-size: 2.25rem;
	}
}



.lw-header {
    position: relative;
    z-index: 100;
    padding: 16px 0;
    background: transparent;
}

.lw-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.main-menu li a {
    text-decoration: none;
    color: #231F20;
    font-size: 14px;
    font-weight: 400;
    line-height: 136%;
    transition: all .3s ease;
}

.current-menu-item>a,
.current_page_item>a {
    padding: 14px 18px;
    font-weight: 700;

    background: linear-gradient(
        93.51deg,
        #8100FC 2.89%,
        #A45BE8 90.83%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    border-bottom: 1px solid transparent;
    border-image: linear-gradient(
        93.51deg,
        #8100FC 2.89%,
        #A45BE8 90.83%
    ) 1;
}

/* ======================================
   HEADER BUTTON
====================================== */

.header-btn {
    width: 211px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;

    border-radius: 44px;

    background: linear-gradient(
        93.51deg,
        #2B870D 2.89%,
        #67BE32 90.83%
    );

    box-shadow:
        inset 0 4px 6px rgba(255, 255, 255, .25),
        inset -2px -4px 14px rgba(0, 0, 0, .14),
        4px 4px 14px rgba(0, 0, 0, .14);
}

/* ======================================
   HERO SECTION
====================================== */

.lw-hero {
    position: relative;
    overflow: hidden;
    padding-top: 110px;
    background: #FFFCF8;
}

.hero-texture {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    mix-blend-mode: color-burn;
    pointer-events: none;
    z-index: 1;
}

.lw-hero .container {
    position: relative;
    z-index: 5;
}

/* ======================================
   BLUR ELLIPSES
====================================== */

.hero-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(460px);
}

.hero-blur-left {
    width: 600px;
    height: 498px;
    left: -512px;
    top: 223px;
    background: #A45CE8;
}

.hero-blur-right {
    width: 300px;
    height: 498px;
    right: -350px;
    top: 186px;
    background: #A45CE8;
}

.hero-blur-right-small {
    width: 200px;
    height: 421px;
    right: -100px;
    top: 39px;
    background: #8101FC;
}

/* ======================================
   CENTER SHAPE
====================================== */

.hero-shape {
    position: absolute;
    top: 121px;
    left: 50%;
    width: 595px;

    transform:
        translateX(-50%)
        rotate(16.68deg);

    mix-blend-mode: color-burn;

    z-index: 2;
}

/* ======================================
   RATING
====================================== */

.hero-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    margin-bottom: 30px;

    font-size: 16px;
    line-height: 136%;
}

.rating-bold {
    font-weight: 700;
}

/* ======================================
   TITLE
====================================== */

.hero-title {
    max-width: 1100px;
    margin: 0 auto;

    text-align: center;

    font-size: 96px;
    font-weight: 700;
    line-height: 108%;
    color: #231F20;

    position: relative;
    z-index: 5;
}

/* ======================================
   CTA BUTTON
====================================== */

.hero-btn {
    width: 290px;
    height: 58px;

    margin: 40px auto 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 44px;

    color: #fff;
    text-decoration: none;
    font-weight: 700;

    background: linear-gradient(
        93.51deg,
        #2B870D 2.89%,
        #67BE32 90.83%
    );

    box-shadow:
        inset 0 4px 6px rgba(255,255,255,.25),
        inset -2px -4px 14px rgba(0,0,0,.14),
        4px 4px 14px rgba(0,0,0,.14);
}
.headder-btn{
	 width: 290px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 44px;

    color: #fff;
    text-decoration: none;
    font-weight: 700;

    background: linear-gradient(
        93.51deg,
        #2B870D 2.89%,
        #67BE32 90.83%
    );

    box-shadow:
        inset 0 4px 6px rgba(255,255,255,.25),
        inset -2px -4px 14px rgba(0,0,0,.14),
        4px 4px 14px rgba(0,0,0,.14);
}

/* ======================================
   MOCKUP SLIDER
====================================== */

/* ======================================
   MOCKUP MARQUEE
====================================== */

.mockup-slider {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    position: relative;
	z-index:4;
}

.marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: mockup-marquee 35s linear infinite;
}

.mockup-card {
    flex: 0 0 280px;
    width: 280px;
    margin-right: 24px;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;

    box-shadow:
        inset -3.28px -3.28px 12.29px rgba(121,135,176,.25),
        inset 2.46px 2.46px 4.92px rgba(121,135,176,.08),
        3.28px 3.28px 8.19px rgba(80,88,113,.08),
        .82px .82px 2.46px rgba(80,88,113,.25);
}

.mockup-card img {
    width: 100%;
    display: block;
}

@keyframes mockup-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ======================================
   CLIENT LOGOS MARQUEE
====================================== */

.client-slider {
    overflow: hidden;
    width: 100%;
    margin-top: 70px;
    padding-bottom: 50px;
    position: relative;
}

.logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: logo-marquee 25s linear infinite;
}

.logo-track img {
    height: 73px;
    width: auto;
    display: block;
    margin-right: 60px;
    flex-shrink: 0;
}

@keyframes logo-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Pause on hover */

.mockup-slider:hover .marquee-track,
.client-slider:hover .logo-track {
    animation-play-state: paused;
}


/**
 * AIDA / Why Choose Us section (Figma 482-835)
 */

.aida-section {
	position: relative;
	padding: clamp(4rem, 8vw, 6.5rem) 0;
	background: radial-gradient(120% 120% at 15% 20%, #4c1d95 0%, #1e1033 45%, #0a0612 100%);
	color: #fff;
	overflow: hidden;
}

.aida-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 60% 50% at 80% 50%, rgba(139, 92, 246, 0.25), transparent 70%);
	pointer-events: none;
}

.aida-section__inner {
	position: relative;
	z-index: 1;
}

.aida-section__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
}

.aida-section__visual {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 420px;
}

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

/* Built-in funnel (use until you upload Figma export to ACF) */
.aida-funnel {
	position: relative;
	width: min(100%, 420px);
	height: 400px;
}

.aida-funnel__stage {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.95);
	border-radius: 999px 999px 0 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(180deg, rgba(167, 139, 250, 0.35), rgba(109, 40, 217, 0.2));
}

.aida-funnel__stage--1 {
	top: 0;
	width: 100%;
	height: 72px;
	z-index: 4;
}

.aida-funnel__stage--2 {
	top: 58px;
	width: 82%;
	height: 72px;
	z-index: 3;
}

.aida-funnel__stage--3 {
	top: 116px;
	width: 64%;
	height: 72px;
	z-index: 2;
}

.aida-funnel__stage--4 {
	top: 174px;
	width: 46%;
	height: 80px;
	border-radius: 0 0 12px 12px;
	z-index: 1;
}

.aida-funnel__arrow {
	position: absolute;
	left: 50%;
	top: 24px;
	width: 4px;
	height: 200px;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #c4b5fd, #7c3aed);
	border-radius: 4px;
	opacity: 0.85;
	z-index: 5;
}

.aida-funnel__metric {
	position: absolute;
	padding: 0.5rem 0.85rem;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #fff;
	background: rgba(88, 28, 135, 0.85);
	border: 1px solid rgba(196, 181, 253, 0.35);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
	max-width: 130px;
	z-index: 6;
}

.aida-funnel__metric--tl {
	top: 200px;
	left: 0;
}

.aida-funnel__metric--bl {
	top: 280px;
	left: 4%;
}

.aida-funnel__metric--br {
	top: 300px;
	right: 0;
}

.aida-funnel__metric--tr {
	top: 220px;
	right: 2%;
}

.aida-section__title {
	margin: 0 0 1.25rem;
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.aida-section__text {
	margin-bottom: 1.75rem;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

.aida-section__text p {
	margin: 0 0 0.75rem;
}

.aida-section__benefits {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.aida-section__benefit {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 1.0625rem;
	font-weight: 600;
}

.aida-section__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(74, 222, 128, 0.15);
	color: #4ade80;
	flex-shrink: 0;
}

.aida-section__cta .lw-btn--lg {
	min-width: 260px;
}

@media (max-width: 960px) {
	.aida-section__grid {
		grid-template-columns: 1fr;
	}

	.aida-section__visual {
		min-height: 360px;
		order: 2;
	}

	.aida-section__content {
		order: 1;
	}
}