/* CallNova Landing Page Styles (2025 refresh) */

:root {
	color-scheme: light;
	--ink: #1b1d29;
	--ink-muted: #3f4255;
	--cloud: #f7f8fb;
	--shell: #ffffff;
	--mint: #4ddfba;
	--mint-dark: #2cb090;
	--sunset: #ff9f6e;
	--sunset-deep: #e97038;
	--sky: #4f7cff;
	--lavender: #8876ff;
	--accent: #ffd166;
	--warm-tint: rgba(255, 138, 0, 0.08);
	--midnight: #14162c;
	--orchid: #b896ff;
	--electric: #5bd4fc;
	--rosewater: #ffe1d6;
	--jade: #43f3c6;
	--shadow-sm: 0 8px 24px rgba(27, 29, 41, 0.08);
	--shadow-md: 0 18px 45px rgba(27, 29, 41, 0.12);
	--radius-lg: 28px;
	--radius-md: 18px;
	--radius-sm: 12px;
	--section-gap: clamp(5rem, 7vw, 8rem);
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Manrope', 'Segoe UI', Roboto, sans-serif;
	background:
		radial-gradient(circle at 18% 12%, rgba(136, 118, 255, 0.16), transparent 55%),
		radial-gradient(circle at 82% -5%, rgba(255, 159, 110, 0.18), transparent 50%),
		radial-gradient(circle at 50% 110%, rgba(77, 223, 186, 0.12), transparent 60%),
		linear-gradient(180deg, #eef2ff 0%, #ffffff 72%);
	color: var(--ink);
	line-height: 1.65;
	overflow-x: hidden;
	min-height: 100vh;
}

p {
	font-size: 1.0625rem;
	line-height: 1.6;
}

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

a {
	color: inherit;
}

.eyebrow {
	font-size: 0.9rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--lavender);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.86), rgba(200, 211, 255, 0.78));
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(136, 118, 255, 0.18);
	box-shadow: 0 16px 36px rgba(20, 22, 44, 0.1);
}

.site-nav {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem clamp(1.5rem, 4vw, 2.75rem);
}

.brand {
	font-family: 'Poppins', 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	color: var(--ink);
}

.brand-mark {
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--lavender), var(--mint));
	box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.35);
}

.nav-toggle {
	display: none;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 999px;
	border: 1px solid rgba(27, 29, 41, 0.1);
	background: var(--shell);
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 0.35rem;
	cursor: pointer;
}

.nav-toggle span {
	width: 1.35rem;
	height: 2px;
	background: var(--ink);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-links {
	display: flex;
	gap: clamp(1.2rem, 3vw, 2rem);
	align-items: center;
	font-weight: 600;
}

.nav-links a {
	text-decoration: none;
	color: var(--ink-muted);
	position: relative;
	padding-bottom: 0.2rem;
	transition: color 0.25s ease;
}

.nav-links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: var(--lavender);
	transition: width 0.25s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
	color: var(--lavender);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
	width: 100%;
}

.nav-links .pill {
	padding: 0.6rem 1.4rem;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.92), rgba(184, 150, 255, 0.92));
	color: #f4f6ff;
	box-shadow: 0 14px 32px rgba(79, 124, 255, 0.25);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nav-links .pill:hover,
.nav-links .pill:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(79, 124, 255, 0.32);
}

.hero {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2.5rem, 5vw, 4rem);
	padding: clamp(5rem, 6vw, 6.5rem) clamp(1.5rem, 4vw, 2.75rem);
	align-items: center;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.74)) border-box;
	box-shadow: 0 42px 90px rgba(20, 22, 44, 0.12);
	overflow: hidden;
}

.hero::before {
	content: "";
	position: absolute;
	inset: -25% 20% 40% -20%;
	background: radial-gradient(circle at 30% 30%, rgba(136, 118, 255, 0.6), transparent 60%);
	opacity: 0.45;
	filter: blur(42px);
	z-index: 0;
	pointer-events: none;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 45% -35% -35% 40%;
	background: radial-gradient(circle at 70% 70%, rgba(67, 243, 198, 0.45), transparent 60%);
	opacity: 0.4;
	filter: blur(50px);
	z-index: 0;
	pointer-events: none;
}

.hero-text h1 {
	font-family: 'Poppins', 'Manrope', sans-serif;
	font-size: clamp(2.6rem, 4.5vw, 3.8rem);
	line-height: 1.05;
	margin-top: 0.9rem;
	margin-bottom: 1rem;
}

.hero-text {
	position: relative;
	z-index: 1;
}

.hero-lede {
	font-size: 1.125rem;
	color: var(--ink-muted);
	max-width: 34rem;
	margin-bottom: 1.75rem;
}

.hero-highlights {
	list-style: none;
	display: grid;
	gap: 0.9rem;
	margin-bottom: 2.4rem;
	color: var(--ink-muted);
}

.hero-highlights li {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
}

.hero-highlights li::before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 6px;
	margin-top: 0.45rem;
	background: linear-gradient(135deg, var(--mint), var(--electric));
	box-shadow: 0 6px 14px rgba(67, 243, 198, 0.32);
	display: inline-block;
}

.highlight {
	color: var(--sky);
	font-weight: 700;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-bottom: 2.2rem;
	position: relative;
	z-index: 1;
}

.hero-trust {
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.08), rgba(255, 159, 110, 0.14));
	border: 1px solid rgba(79, 124, 255, 0.28);
	border-radius: var(--radius-md);
	padding: 1.1rem 1.4rem;
	box-shadow: var(--shadow-sm);
	color: var(--ink-muted);
	position: relative;
	z-index: 1;
}

.hero-trust strong {
	color: var(--ink);
}

.btn {
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	padding: 0.95rem 2.3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn.primary {
	background: linear-gradient(135deg, var(--sky), var(--orchid));
	color: var(--shell);
	box-shadow: 0 20px 40px rgba(79, 124, 255, 0.28);
}

.btn.primary:hover,
.btn.primary:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(79, 124, 255, 0.24);
}

.btn.ghost {
	background: rgba(91, 212, 252, 0.15);
	color: var(--sky);
	border: 1px solid rgba(79, 124, 255, 0.24);
}

.btn.ghost:hover,
.btn.ghost:focus-visible {
	transform: translateY(-3px);
	background: rgba(79, 124, 255, 0.12);
}

.btn.solid {
	background: linear-gradient(135deg, var(--sunset), #ff7fb4);
	color: var(--shell);
	box-shadow: 0 24px 48px rgba(255, 127, 180, 0.32);
}

.btn.solid:hover,
.btn.solid:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 22px 50px rgba(255, 159, 110, 0.32);
}

.stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 1rem;
}

.stat-number {
	font-size: 2rem;
	font-weight: 800;
	color: var(--sky);
}

.stat-label {
	display: block;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ink-muted);
}

.stat-subtext {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-top: 0.2rem;
	color: rgba(233, 122, 70, 0.9);
}

.hero-visual {
	position: relative;
	display: grid;
	justify-items: end;
	z-index: 1;
}

.hero-image-frame {
	position: relative;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: var(--shadow-md);
	max-width: min(520px, 90vw);
	background: rgba(0, 0, 0, 0.08);
}

.hero-image-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--warm-tint);
	mix-blend-mode: multiply;
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.hero-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(0, 0, 0, 0.25) 100%);
	box-shadow: inset -120px 0 120px rgba(0, 0, 0, 0.18);
	pointer-events: none;
}

.hero-image-frame figcaption {
	position: absolute;
	left: 1.1rem;
	bottom: 1.1rem;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	background: rgba(27, 29, 41, 0.72);
	color: #fff;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.warm-filter {
	filter: saturate(1.08) contrast(1.04) hue-rotate(-4deg);
}

.section-shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 clamp(1.5rem, 4vw, 2.75rem);
}

.try-now {
	padding: var(--section-gap) 0;
	background: linear-gradient(135deg, rgba(77, 223, 186, 0.08), rgba(79, 124, 255, 0.08)), var(--warm-tint);
}

.try-now .section-shell {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.try-visual {
	position: relative;
	display: grid;
	place-items: center;
	gap: 2.4rem;
}

.waveform {
	position: absolute;
	inset: -15% -5% auto;
	height: 240px;
	max-width: 420px;
	margin: 0 auto;
	filter: blur(0.6px);
	opacity: 0.5;
	z-index: -2;
}

.waveform-line {
	width: 100%;
	height: 4px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(79, 124, 255, 0.3), rgba(255, 159, 110, 0.35));
	animation: waveformPulse 4s ease-in-out infinite;
}

.waveform-line:nth-child(2) {
	animation-delay: 0.6s;
	opacity: 0.6;
}

.waveform-line:nth-child(3) {
	animation-delay: 1.2s;
	opacity: 0.4;
}

.transparency-banner {
	margin: calc(var(--section-gap) * 0.6) clamp(1.5rem, 4vw, 2.75rem) 0;
	border-radius: var(--radius-lg);
	background: linear-gradient(120deg, rgba(255, 225, 214, 0.55), rgba(200, 240, 255, 0.55));
	box-shadow: 0 28px 72px rgba(20, 22, 44, 0.12);
	overflow: hidden;
}

.transparency-banner .section-shell {
	display: grid;
	gap: 1.2rem;
	padding: clamp(2.4rem, 6vw, 3.4rem) clamp(1.8rem, 5vw, 3.2rem);
	position: relative;
}

.transparency-banner .section-shell::after {
	content: "";
	position: absolute;
	inset: 10% -20% -30% 35%;
	background: radial-gradient(circle at 65% 30%, rgba(67, 243, 198, 0.4), transparent 60%);
	filter: blur(40px);
	opacity: 0.7;
	z-index: 0;
}

.transparency-banner .section-shell > * {
	position: relative;
	z-index: 1;
}

.transparency-content h2 {
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	margin: 0.5rem 0 0.75rem;
}

.transparency-content p {
	color: var(--ink-muted);
	max-width: 780px;
	position: relative;
	z-index: 1;
}

.try-copy h2 {
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: 800;
	margin: 0.65rem 0 1rem;
}

.try-copy p {
	color: var(--ink-muted);
	margin-bottom: 1.6rem;
}

.quick-points {
	list-style: none;
	display: grid;
	gap: 0.7rem;
	margin-bottom: 2.1rem;
}

.quick-points li span {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(8px);
	border-radius: var(--radius-sm);
	padding: 0.55rem 0.95rem;
	box-shadow: var(--shadow-sm);
}

.quick-points li span::before {
	content: "●";
	color: var(--sunset-deep);
	font-size: 0.6rem;
}

.phone-shell {
	position: relative;
	border-radius: 40px;
	padding: 1.4rem;
	background: linear-gradient(155deg, rgba(27, 29, 41, 0.9), rgba(79, 124, 255, 0.65));
	box-shadow: var(--shadow-md);
	max-width: 360px;
	margin: 0 auto;
	z-index: 1;
}

.phone-shell img {
	border-radius: 28px;
	border: 4px solid rgba(255, 255, 255, 0.8);
}

.phone-glow {
	position: absolute;
	inset: -10% -8% auto;
	height: 50%;
	background: radial-gradient(circle, rgba(77, 223, 186, 0.35), transparent 65%);
	filter: blur(18px);
	z-index: -1;
}

.owner-support {
	max-width: 260px;
	border-radius: var(--radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	background: rgba(255, 255, 255, 0.92);
}

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

.owner-support figcaption {
	padding: 0.6rem 0.9rem;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(27, 29, 41, 0.75);
	color: #fff;
}

.image-credit {
	display: block;
	margin-top: 0.75rem;
	font-size: 0.75rem;
	color: rgba(27, 29, 41, 0.55);
}

.benefits {
	padding: var(--section-gap) 0;
}

.benefits-heading {
	max-width: 620px;
	margin-bottom: 2.8rem;
}

.benefits-heading h2 {
	font-size: clamp(2.25rem, 3vw, 3rem);
	margin: 0.75rem 0 1rem;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(240px, 1fr));
	gap: clamp(1.6rem, 4vw, 2.2rem);
}

.benefit-card {
	position: relative;
	z-index: 0;
	background: rgba(255, 255, 255, 0.9);
	padding: 1.6rem;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
	border: 1px solid rgba(27, 29, 41, 0.06);
	display: grid;
	gap: 1.1rem;
	transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.8s ease;
	overflow: hidden;
}

.benefit-card::after {
	content: "";
	position: absolute;
	inset: -120% 30% 45% -40%;
	background: radial-gradient(circle at 60% 30%, rgba(184, 150, 255, 0.22), transparent 65%);
	filter: blur(38px);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
	z-index: 0;
}

.benefit-card > * {
	position: relative;
	z-index: 1;
}

.benefit-card[data-animate] {
	transition-delay: var(--appear-delay, 0s);
}

.benefits-grid .benefit-card:nth-child(1) {
	--appear-delay: 0s;
}

.benefits-grid .benefit-card:nth-child(2) {
	--appear-delay: 0.1s;
}

.benefits-grid .benefit-card:nth-child(3) {
	--appear-delay: 0.2s;
}

.benefits-grid .benefit-card:nth-child(4) {
	--appear-delay: 0.3s;
}

.benefit-card h3 {
	font-size: 1.25rem;
	font-weight: 700;
}

.benefit-card p {
	color: var(--ink-muted);
}

.feature-image {
	overflow: hidden;
	border-radius: calc(var(--radius-md) - 6px);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.feature-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.card-copy p {
	margin-top: 0.4rem;
}

.benefit-card:hover,
.benefit-card:focus-within {
	transform: translateY(-6px);
	box-shadow: 0 26px 60px rgba(20, 22, 44, 0.16);
}

.benefit-card:hover::after,
.benefit-card:focus-within::after {
	opacity: 0.85;
}

.testimonial {
	padding: calc(var(--section-gap) * 0.75) 0;
	background: linear-gradient(135deg, rgba(15, 17, 28, 0.04), rgba(255, 138, 0, 0.08));
}

.testimonial .section-shell {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.testimonial-image {
	position: relative;
}

.testimonial-image img {
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
}

.testimonial-image::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 60%, rgba(27, 29, 41, 0.2));
	mix-blend-mode: multiply;
}

.testimonial-quote blockquote {
	font-family: 'Poppins', 'Manrope', sans-serif;
	font-size: clamp(1.4rem, 2.8vw, 2rem);
	font-weight: 600;
	margin: 1.2rem 0;
}

.stat-callout {
	background: rgba(255, 255, 255, 0.92);
	border-radius: var(--radius-md);
	border: 1px solid rgba(79, 124, 255, 0.18);
	padding: 1.5rem;
	box-shadow: var(--shadow-sm);
}

.stat-callout h3 {
	font-family: 'Poppins', 'Manrope', sans-serif;
	font-size: clamp(1.3rem, 2.4vw, 1.85rem);
	line-height: 1.35;
}

.stat-footnote {
	margin-top: 0.75rem;
	font-size: 0.9rem;
	color: var(--ink-muted);
}

.stat-footnote a {
	color: var(--sky);
	text-decoration: underline;
}

.stat-benefits {
	list-style: none;
	margin-top: 1.8rem;
	display: grid;
	gap: 0.85rem;
	color: var(--ink-muted);
}

.stat-benefits li {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
}

.stat-benefits li::before {
	content: "★";
	color: var(--sunset);
	font-size: 0.9rem;
	margin-top: 0.2rem;
}

.author {
	font-weight: 700;
	margin-bottom: 1.8rem;
}

.result-metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1.4rem;
}

.metric {
	font-size: 1.8rem;
	font-weight: 800;
	color: var(--lavender);
}

.metric-label {
	display: block;
	font-size: 0.85rem;
	color: var(--ink-muted);
}

.comparison {
	padding: calc(var(--section-gap) * 0.8) 0;
 	position: relative;
}

.comparison-heading {
	max-width: 620px;
	margin-bottom: 2.5rem;
}

.comparison-heading p {
	color: var(--ink-muted);
}

.comparison-heading h2 {
	font-size: clamp(2.1rem, 3.4vw, 3rem);
	margin: 0.7rem 0 0.9rem;
}

.comparison::before {
	content: "";
	position: absolute;
	inset: 12% 10% 20% 5%;
	background: radial-gradient(circle at 70% 20%, rgba(91, 212, 252, 0.18), transparent 65%);
	filter: blur(55px);
	opacity: 0.8;
	z-index: 0;
	pointer-events: none;
}

.comparison-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.4rem, 4vw, 2.2rem);
	position: relative;
	z-index: 1;
}

.comparison-card {
	background: rgba(255, 255, 255, 0.9);
	border-radius: var(--radius-md);
	border: 1px solid rgba(27, 29, 41, 0.08);
	padding: 1.8rem 1.6rem;
	box-shadow: var(--shadow-sm);
	display: grid;
	gap: 1rem;
}

.comparison-card h3 {
	font-size: 1.2rem;
	font-weight: 700;
}

.comparison-card ul {
	list-style: none;
	display: grid;
	gap: 0.65rem;
	color: var(--ink-muted);
}

.comparison-card ul li::before {
	content: "–";
	margin-right: 0.4rem;
	color: var(--lavender);
	font-weight: 700;
}

.comparison-card.featured {
	background: linear-gradient(135deg, rgba(79, 124, 255, 0.18), rgba(91, 212, 252, 0.28));
	border: 1px solid rgba(79, 124, 255, 0.35);
	box-shadow: 0 30px 70px rgba(79, 124, 255, 0.28);
}

.comparison-card.featured h3 {
	color: var(--ink);
}

.comparison-card.featured ul li::before {
	color: var(--sunset);
}


.cta {
	position: relative;
	overflow: hidden;
	border-radius: 40px;
	margin: var(--section-gap) clamp(1.5rem, 4vw, 2.75rem) 0;
	box-shadow: 0 40px 90px rgba(27, 29, 41, 0.2);
}

.cta-background {
	position: absolute;
	inset: 0;
}

.cta-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(1.08) contrast(1.04);
}

.cta-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(130deg, rgba(20, 22, 44, 0.88), rgba(79, 124, 255, 0.42) 45%, rgba(255, 127, 180, 0.36));
}

.cta-content {
	position: relative;
	z-index: 2;
	padding: clamp(4rem, 6vw, 6rem) clamp(1.8rem, 5vw, 4rem);
	color: #f7f8ff;
	max-width: 720px;
}

.cta-subtitle {
	margin-top: 0.8rem;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.82);
	max-width: 32rem;
}

.cta-content h2 {
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	margin: 0.8rem 0 1.2rem;
}

.cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

.cta-primary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.trial-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	font-size: 0.85rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-footer {
	background: linear-gradient(135deg, #0f111c, #1b1f3f);
	color: rgba(255, 255, 255, 0.72);
	padding: 2.8rem 0;
	margin-top: var(--section-gap);
}

.footer-shell {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 clamp(1.5rem, 4vw, 2.75rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.95rem;
}

.site-footer nav {
	display: inline-flex;
	gap: 1.1rem;
}

.site-footer a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.72);
	transition: color 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: #ffffff;
}


[data-animate] {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-animate].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes waveformPulse {
	0%, 100% {
		transform: scaleX(1);
	}
	40% {
		transform: scaleX(1.08);
	}
	60% {
		transform: scaleX(0.96);
	}
}

/* ======= Pricing Comparison Section ======= */
.pricing-comparison {
	position: relative;
	margin-block: var(--section-gap);
}

.pricing-comparison .section-shell {
	max-width: 900px;
	margin: 0 auto;
	padding-inline: clamp(1.5rem, 4vw, 2.75rem);
}

.pricing-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.pricing-heading h2 {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(2.4rem, 5vw, 3rem);
	font-weight: 700;
	margin-top: 0.6rem;
	margin-bottom: 0.8rem;
	line-height: 1.15;
	color: var(--ink);
}

.pricing-heading p {
	font-size: 1.1rem;
	color: var(--ink-muted);
	max-width: 600px;
	margin: 0 auto;
}

.pricing-table {
	background: var(--shell);
	border-radius: var(--radius-lg);
	padding: 2rem;
	box-shadow: var(--shadow-md);
	overflow-x: auto;
}

.pricing-table table {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Manrope', sans-serif;
	min-width: 600px;
}

.pricing-table thead tr {
	border-bottom: 2px solid rgba(136, 118, 255, 0.12);
}

.pricing-table th {
	text-align: left;
	padding: 1rem;
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--ink);
}

.pricing-table th:not(:first-child) {
	text-align: right;
}

.pricing-table tbody tr {
	border-bottom: 1px solid rgba(136, 118, 255, 0.08);
	transition: background 0.2s ease;
}

.pricing-table tbody tr:hover {
	background: rgba(77, 223, 186, 0.03);
}

.pricing-table tbody tr:last-child {
	background: linear-gradient(135deg, rgba(77, 223, 186, 0.12), rgba(79, 124, 255, 0.08));
	border: 2px solid var(--mint);
	border-radius: var(--radius-sm);
}

.pricing-table tbody tr:last-child:hover {
	background: linear-gradient(135deg, rgba(77, 223, 186, 0.18), rgba(79, 124, 255, 0.12));
}

.pricing-table td {
	padding: 1.25rem 1rem;
	vertical-align: middle;
}

.pricing-table td:not(:first-child) {
	text-align: right;
}

.pricing-table td strong {
	font-weight: 600;
	color: var(--ink);
}

.pricing-table td div {
	font-size: 0.85rem;
	color: var(--ink-muted);
	margin-top: 0.25rem;
}

.pricing-table .early-adopter-benefit {
	margin-top: 2rem;
	padding: 1.5rem;
	background: linear-gradient(135deg, #fff9e6, #fffef5);
	border-left: 4px solid var(--accent);
	border-radius: var(--radius-sm);
}

.pricing-table .early-adopter-benefit p:first-child {
	margin: 0;
	font-weight: 600;
	color: #856404;
}

.pricing-table .early-adopter-benefit p:last-child {
	margin: 0.5rem 0 0;
	color: #856404;
	font-size: 0.95rem;
}

@media (max-width: 960px) {
	.hero,
	.try-now .section-shell,
	.testimonial .section-shell {
		grid-template-columns: 1fr;
	}

	.hero {
		padding: clamp(3.4rem, 8vw, 5rem) clamp(1.25rem, 5vw, 2.2rem);
		box-shadow: 0 28px 60px rgba(27, 29, 41, 0.08);
	}

	.hero-visual {
		justify-items: center;
		margin-top: 2.4rem;
	}

	.hero-image-frame {
		max-width: min(560px, 100%);
	}

	.try-visual {
		order: -1;
	}

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

	.cta {
		border-radius: 32px;
		margin-inline: clamp(1rem, 5vw, 1.8rem);
	}

	.nav-toggle {
		display: inline-flex;
	}

	.nav-links {
		position: fixed;
		inset: 72px 1rem auto;
		background: rgba(255, 255, 255, 0.95);
		border-radius: 20px;
		border: 1px solid rgba(79, 124, 255, 0.15);
		box-shadow: var(--shadow-md);
		padding: 1.5rem;
		flex-direction: column;
		gap: 1.2rem;
		transform: translateY(-120%);
		opacity: 0;
		pointer-events: none;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

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

	.transparency-banner {
		margin-inline: clamp(1rem, 5vw, 1.8rem);
	}

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

	.comparison-card {
		padding: 1.6rem 1.4rem;
	}

	.pricing-table {
		padding: 1.5rem;
	}

	.pricing-table table {
		min-width: 550px;
		font-size: 0.9rem;
	}

	.pricing-heading h2 {
		font-size: 2rem;
	}
}

@media (max-width: 600px) {
	body {
		line-height: 1.6;
	}

	.hero {
		padding-top: 3.8rem;
	}

	.hero-text h1 {
		font-size: clamp(2.2rem, 9vw, 2.6rem);
	}

	.waveform {
		display: none;
	}

	.owner-support {
		justify-self: stretch;
	}

	.hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

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

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

	.transparency-banner {
		margin-inline: 1rem;
	}

	.quick-points li span {
		background: rgba(255, 255, 255, 0.9);
	}

	.benefits-grid {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: min(85vw, 320px);
		overflow-x: auto;
		gap: 1.4rem;
		scroll-snap-type: x mandatory;
		padding-bottom: 0.6rem;
	}

	.benefit-card {
		scroll-snap-align: center;
	}

	.cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.cta-primary {
		flex-direction: column;
		align-items: stretch;
	}

	.trial-badge {
		justify-content: center;
	}

	.pricing-comparison {
		padding-inline: 1rem;
	}

	.pricing-table {
		padding: 1rem;
		border-radius: var(--radius-md);
	}

	.pricing-table table {
		min-width: 500px;
		font-size: 0.85rem;
	}

	.pricing-table th,
	.pricing-table td {
		padding: 0.75rem 0.5rem;
	}

	.pricing-heading h2 {
		font-size: 1.75rem;
	}

	.pricing-heading p {
		font-size: 1rem;
	}
}
