/* ============================================================
   Quotewyze Landing — premium SaaS landing
   Stripe / Linear / Vercel aesthetic. Single-page, scroll-driven.
   ============================================================ */

:root {
	--qw-ink:       #0b1220;
	--qw-ink-2:     #1f2937;
	--qw-ink-3:     #475569;
	--qw-text:      #0f172a;
	--qw-muted:     #64748b;
	--qw-line:      #e5e7eb;
	--qw-line-2:    #eef0f3;
	--qw-bg:        #ffffff;
	--qw-bg-2:      #fafafa;
	--qw-bg-3:      #f4f5f7;
	--qw-accent:    #ee8585;
	--qw-accent-2:  #f4a4a4;
	--qw-accent-d:  #d96a6a;
	--qw-hero-bg:   #0b1220;
	--qw-hero-bg-2: #111a30;
	--qw-radius:    14px;
	--qw-radius-sm: 10px;
	--qw-shadow:    0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.06);
	--qw-shadow-lg: 0 4px 12px rgba(15, 23, 42, 0.06), 0 24px 48px rgba(15, 23, 42, 0.12);
	--qw-max:       1120px;
}

/* Reset-ish */
.qw-landing,
.qw-landing * {
	box-sizing: border-box;
}

html, body {
	background: var(--qw-bg);
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	color: var(--qw-text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	line-height: 1.6;
}

.qw-landing {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	color: var(--qw-text);
	overflow-x: hidden;
}

.qw-landing a {
	color: inherit;
	text-decoration: none;
}

.qw-landing h1,
.qw-landing h2,
.qw-landing h3 {
	font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	letter-spacing: -0.02em;
	color: var(--qw-text);
	margin: 0;
	line-height: 1.15;
}

.qw-landing p {
	margin: 0;
}

.qw-container {
	width: 100%;
	max-width: var(--qw-max);
	margin: 0 auto;
	padding: 0 24px;
}

/* ============================================================
   Nav
   ============================================================ */
.qw-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(11, 18, 32, 0.85);
	backdrop-filter: saturate(150%) blur(12px);
	-webkit-backdrop-filter: saturate(150%) blur(12px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.qw-nav__inner {
	max-width: var(--qw-max);
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	gap: 32px;
}

.qw-nav__brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	font-family: 'Plus Jakarta Sans', Inter, sans-serif;
	font-weight: 700;
	letter-spacing: -0.01em;
	font-size: 17px;
}

.qw-nav__brand-mark {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--qw-accent) 0%, var(--qw-accent-d) 100%);
	box-shadow: 0 4px 10px rgba(238, 133, 133, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.qw-nav__links {
	display: flex;
	gap: 28px;
	margin-left: 20px;
	flex: 1;
}

.qw-nav__links a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 500;
	transition: color 0.15s ease;
}

.qw-nav__links a:hover {
	color: #fff;
}

.qw-nav__cta {
	display: inline-flex;
	align-items: center;
	padding: 9px 16px;
	border-radius: 999px;
	background: #fff;
	color: var(--qw-ink) !important;
	font-size: 14px;
	font-weight: 600;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.qw-nav__cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* ============================================================
   Hero
   ============================================================ */
.qw-hero {
	position: relative;
	background: var(--qw-hero-bg);
	background-image:
		radial-gradient(60% 50% at 50% 0%, rgba(238, 133, 133, 0.18) 0%, rgba(238, 133, 133, 0) 60%),
		linear-gradient(180deg, #0b1220 0%, #0d1428 100%);
	color: #ffffff;
	overflow: hidden;
	isolation: isolate;
}

.qw-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image:
		linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
	-webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
}

.qw-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.45;
	z-index: -1;
}

.qw-hero__glow--a {
	width: 480px;
	height: 480px;
	left: -100px;
	top: -100px;
	background: radial-gradient(circle, rgba(238, 133, 133, 0.55) 0%, transparent 70%);
}

.qw-hero__glow--b {
	width: 540px;
	height: 540px;
	right: -120px;
	top: 40px;
	background: radial-gradient(circle, rgba(99, 102, 241, 0.35) 0%, transparent 70%);
}

.qw-hero__inner {
	position: relative;
	padding: 96px 24px 112px;
	text-align: center;
}

.qw-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.85);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-bottom: 28px;
}

.qw-eyebrow__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.18);
}

.qw-hero__title {
	font-size: clamp(40px, 6vw, 68px);
	font-weight: 800;
	color: #ffffff;
	letter-spacing: -0.035em;
	line-height: 1.05;
	max-width: 880px;
	margin: 0 auto 22px;
}

.qw-hero__accent {
	background: linear-gradient(120deg, var(--qw-accent) 0%, #fbbf24 50%, var(--qw-accent) 100%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.qw-hero__sub {
	font-size: 19px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.72);
	max-width: 640px;
	margin: 0 auto 40px;
}

.qw-hero__cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-bottom: 56px;
}

/* ============================================================
   Buttons
   ============================================================ */
.qw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 22px;
	font-size: 15px;
	font-weight: 600;
	font-family: inherit;
	border-radius: 10px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
	white-space: nowrap;
	line-height: 1;
}

.qw-btn__icon {
	transition: transform 0.15s ease;
}

.qw-btn:hover .qw-btn__icon {
	transform: translateX(2px);
}

.qw-btn--primary {
	background: var(--qw-accent);
	color: #fff !important;
	box-shadow: 0 8px 24px rgba(238, 133, 133, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.qw-btn--primary:hover {
	background: var(--qw-accent-d);
	transform: translateY(-1px);
	box-shadow: 0 12px 32px rgba(238, 133, 133, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.qw-btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.18);
	color: #fff !important;
	backdrop-filter: blur(6px);
}

.qw-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.28);
	transform: translateY(-1px);
}

.qw-btn--ghost-dark {
	background: rgba(15, 23, 42, 0.06);
	border-color: rgba(15, 23, 42, 0.12);
	color: var(--qw-ink) !important;
}

.qw-btn--ghost-dark:hover {
	background: rgba(15, 23, 42, 0.1);
	border-color: rgba(15, 23, 42, 0.2);
	transform: translateY(-1px);
}

.qw-btn--outline {
	background: transparent;
	border-color: var(--qw-line);
	color: var(--qw-ink) !important;
}

.qw-btn--outline:hover {
	border-color: var(--qw-ink);
	transform: translateY(-1px);
}

/* ============================================================
   Trust signals
   ============================================================ */
.qw-trust {
	list-style: none;
	margin: 0;
	padding: 24px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	max-width: 760px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	backdrop-filter: blur(6px);
}

.qw-trust__item {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.qw-trust__item strong {
	font-family: 'Plus Jakarta Sans', Inter, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.02em;
}

.qw-trust__item span {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.3;
}

/* ============================================================
   Section structure
   ============================================================ */
.qw-section {
	padding: 96px 0;
}

.qw-section--light {
	background: var(--qw-bg-2);
}

.qw-section--white {
	background: var(--qw-bg);
}

.qw-section__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 64px;
}

.qw-section__kicker {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: var(--qw-accent);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-bottom: 14px;
}

.qw-section__title {
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 700;
	margin-bottom: 14px;
}

.qw-section__lead {
	font-size: 17px;
	color: var(--qw-muted);
	line-height: 1.6;
}

/* ============================================================
   Features
   ============================================================ */
.qw-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.qw-feature {
	padding: 28px;
	background: #fff;
	border: 1px solid var(--qw-line);
	border-radius: var(--qw-radius);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.qw-feature:hover {
	transform: translateY(-3px);
	border-color: rgba(238, 133, 133, 0.4);
	box-shadow: var(--qw-shadow-lg);
}

.qw-feature__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(238, 133, 133, 0.14) 0%, rgba(238, 133, 133, 0.06) 100%);
	color: var(--qw-accent-d);
	margin-bottom: 18px;
}

.qw-feature__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	letter-spacing: -0.01em;
}

.qw-feature__body {
	color: var(--qw-muted);
	font-size: 15px;
	line-height: 1.6;
}

/* ============================================================
   Pricing
   ============================================================ */
.qw-plans {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: stretch;
}

.qw-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 32px 28px;
	background: #fff;
	border: 1px solid var(--qw-line);
	border-radius: var(--qw-radius);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.qw-plan:hover {
	transform: translateY(-3px);
	box-shadow: var(--qw-shadow);
}

.qw-plan--featured {
	background: var(--qw-ink);
	color: #fff;
	border-color: var(--qw-ink);
	box-shadow: var(--qw-shadow-lg);
	transform: translateY(-8px);
}

.qw-plan--featured:hover {
	transform: translateY(-11px);
}

.qw-plan--featured .qw-plan__name,
.qw-plan--featured .qw-plan__amount,
.qw-plan--featured .qw-plan__period {
	color: #fff;
}

.qw-plan--featured .qw-plan__desc,
.qw-plan--featured .qw-plan__list li {
	color: rgba(255, 255, 255, 0.7);
}

.qw-plan--featured .qw-plan__list li::before {
	background: var(--qw-accent);
}

.qw-plan__badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--qw-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 999px;
	box-shadow: 0 6px 16px rgba(238, 133, 133, 0.35);
}

.qw-plan__head {
	margin-bottom: 22px;
}

.qw-plan__name {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 6px;
	letter-spacing: -0.01em;
}

.qw-plan__desc {
	font-size: 14px;
	color: var(--qw-muted);
	line-height: 1.5;
}

.qw-plan__price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--qw-line-2);
}

.qw-plan--featured .qw-plan__price {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.qw-plan__amount {
	font-family: 'Plus Jakarta Sans', Inter, sans-serif;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

.qw-plan__period {
	font-size: 16px;
	color: var(--qw-muted);
	font-weight: 500;
}

.qw-plan__list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.qw-plan__list li {
	position: relative;
	padding-left: 26px;
	font-size: 14.5px;
	color: var(--qw-ink-3);
	line-height: 1.5;
}

.qw-plan__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(238, 133, 133, 0.18);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'><path d='M2.5 6.2L5 8.5L9.5 4' stroke='%23ee8585' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
}

.qw-plan__cta {
	width: 100%;
	margin-top: auto;
}

/* ============================================================
   CTA band
   ============================================================ */
.qw-cta {
	padding: 96px 0;
}

.qw-cta__inner {
	text-align: center;
	max-width: 720px;
}

.qw-cta__title {
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 700;
	margin-bottom: 14px;
}

.qw-cta__lead {
	font-size: 17px;
	color: var(--qw-muted);
	line-height: 1.6;
	margin-bottom: 32px;
}

.qw-cta__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 22px;
}

.qw-cta__contact {
	color: var(--qw-muted);
	font-size: 14px;
}

.qw-cta__contact a {
	color: var(--qw-accent);
	font-weight: 600;
}

.qw-cta__contact a:hover {
	color: var(--qw-accent-d);
	text-decoration: underline;
}

/* ============================================================
   Footer
   ============================================================ */
.qw-footer {
	background: var(--qw-ink);
	color: rgba(255, 255, 255, 0.65);
	padding: 56px 0 40px;
}

.qw-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	justify-content: space-between;
}

.qw-footer__brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-family: 'Plus Jakarta Sans', Inter, sans-serif;
	font-weight: 700;
}

.qw-footer__links {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.qw-footer__links a {
	color: rgba(255, 255, 255, 0.65);
	font-size: 14px;
	transition: color 0.15s ease;
}

.qw-footer__links a:hover {
	color: #fff;
}

.qw-footer__copy {
	font-size: 13px;
	width: 100%;
	text-align: center;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 960px) {
	.qw-features,
	.qw-plans {
		grid-template-columns: repeat(2, 1fr);
	}

	.qw-plan--featured {
		transform: none;
	}

	.qw-plan--featured:hover {
		transform: translateY(-3px);
	}

	.qw-nav__links {
		display: none;
	}

	.qw-trust {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}
}

@media (max-width: 640px) {
	.qw-section {
		padding: 72px 0;
	}

	.qw-hero__inner {
		padding: 72px 20px 88px;
	}

	.qw-hero__title {
		font-size: 38px;
	}

	.qw-hero__sub {
		font-size: 17px;
	}

	.qw-features,
	.qw-plans {
		grid-template-columns: 1fr;
	}

	.qw-trust {
		grid-template-columns: repeat(2, 1fr);
		padding: 20px;
	}

	.qw-nav__cta {
		display: none;
	}

	.qw-nav__inner {
		justify-content: space-between;
	}

	.qw-btn {
		width: 100%;
		max-width: 320px;
	}

	.qw-hero__cta {
		flex-direction: column;
		align-items: center;
	}

	.qw-cta__buttons {
		flex-direction: column;
		align-items: center;
	}

	.qw-footer__inner {
		justify-content: center;
		text-align: center;
		flex-direction: column;
	}
}

/* ============================================================
   Hide WordPress admin bar height on the landing (so the hero
   actually starts at the top). The admin bar itself stays on.
   ============================================================ */
.admin-bar .qw-nav {
	top: 32px;
}

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