* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
	min-height: 100vh;
	background: linear-gradient(180deg, #0a0a0f 0%, #0f0f17 50%, #0a0a0f 100%);
	font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #f5f5f7;
	overflow-x: hidden;
	position: relative;
}
/* Ambient Glows */
.glow-left {
	position: fixed;
	top: 10%;
	left: -10%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(99, 102, 241, 0.12) 0%, transparent 70%);
	filter: blur(80px);
	pointer-events: none;
	z-index: 0;
}
.glow-right {
	position: fixed;
	bottom: 20%;
	right: -5%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(20, 184, 166, 0.1) 0%, transparent 70%);
	filter: blur(100px);
	pointer-events: none;
	z-index: 0;
}
/* Container */
.container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}
.container-narrow {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	z-index: 1;
}
/* Hero Section */
.hero {
	padding: 80px 40px 50px;
	text-align: center;
	animation: fadeInUp 0.8s ease-out;
}
.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(20, 184, 166, 0.2) 100%);
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 24px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.hero-badge svg {
	color: #a78bfa;
}
.hero h1 {
	font-size: clamp(30px, 6vw, 8vw);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin-bottom: 20px;
	background: linear-gradient(135deg, #ffffff 0%, #a78bfa 50%, #2dd4bf 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.hero p {
	font-size: 18px;
	color: rgb(255 255 255 / 80%);
	max-width: 80%;
	margin: 0 auto;
	line-height: 1.6;
	letter-spacing: 0.05px;
}
/* Demo Video Section */
.demo-video {
	padding: 0 40px 60px;
	max-width: 900px;
	margin: 0 auto;
	animation: fadeInUp 0.8s ease-out 0.1s both;
}
.demo-video-container {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(20, 184, 166, 0.15) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	/* position: relative; */
	/* aspect-ratio: 16 / 9; */
	/* border-top-left-radius: 0; */
	/* border-top-right-radius: 0; */
}
.demo-video-inner {
	background: linear-gradient(135deg, #1a1a2e 0%, #16162a 100%);
	padding: 8px;
}
.demo-video-inner .ratio {
	border-radius: 16px
}
.demo-video-grid {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 24px 24px;
}
.demo-play-btn {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 40px rgba(99, 102, 241, 0.5);
	position: relative;
	z-index: 1;
}
.demo-play-btn svg {
	width: 44px;
	height: 44px;
	color: #fff;
}
.demo-video-label {
	font-size: 15px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	z-index: 1;
}
.demo-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 8px 14px;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(8px);
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 2;
}
.demo-badge-dot {
	color: #ef4444;
}
/* Two Paths Section */
.paths-section {
	padding: 40px;
	animation: fadeInUp 0.8s ease-out 0.15s both;
}
.paths-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
}
.path-card {
	background: linear-gradient(180deg, rgba(99, 102, 241, 0.08) 0%, rgba(99, 102, 241, 0.02) 100%);
	border: 1px solid rgba(99, 102, 241, 0.2);
	border-radius: 24px;
	padding: 36px;
	position: relative;
	overflow: hidden;
	display: grid;
	gap: 20px;
}
.path-card.remix {
	background: linear-gradient(180deg, rgba(20, 184, 166, 0.08) 0%, rgba(20, 184, 166, 0.02) 100%);
	border-color: rgba(20, 184, 166, 0.2);
}
.path-card-glow {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
	filter: blur(40px);
}
.path-card.remix .path-card-glow {
	background: radial-gradient(circle, rgba(20, 184, 166, 0.2) 0%, transparent 70%);
}
.path-icon {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	box-shadow: 0 8px 32px rgba(99, 102, 241, 0.4);
}
.path-card.remix .path-icon {
	background: linear-gradient(135deg, #14b8a6 0%, #2dd4bf 100%);
	box-shadow: 0 8px 32px rgba(20, 184, 166, 0.4);
}
.path-icon svg {
	width: 26px;
	height: 26px;
	color: #fff;
}
.path-card h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
	letter-spacing: 0.03px;
}
.path-card p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.05px;
}
.path-feature-wrapper {
	align-self: end;
	display: grid;
	gap: 30px;
}
.path-features {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.path-feature {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0.03px;
}
.path-feature svg {
	width: 16px;
	height: 16px;
	color: #6366f1;
	flex-shrink: 0;
}
.path-card.remix .path-feature svg {
	color: #14b8a6;
}
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 24px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	width: max-content;
	overflow: hidden;
	letter-spacing: 0.1px;
}
.btn-primary {
	background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
	color: #fff;
	box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4);
}
.btn-primary.teal {
	background: linear-gradient(135deg, #14b8a6 0%, #2dd4bf 100%);
	box-shadow: 0 4px 20px rgba(20, 184, 166, 0.4);
}
.btn-primary.secondary {
	box-shadow: none !important;
}
.btn-secondary {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
}
.btn svg {
	width: 18px;
	height: 18px;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.btn-primary.secondary::before {
	background: rgb(255 255 255 / 10%);
}
.btn-primary.teal::before {
  background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
}
.btn-primary:hover::before {
  opacity: 1;
  transition: all 0.5s ease;
}
.btn-primary:hover {
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
  transform: translateY(-1px);
}
/* Timeline Section */
.timeline-section {
	padding: 60px 40px 80px;
}
.timeline-header {
	text-align: center;
	margin-bottom: 64px;
}
.timeline-header h2 {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 16px;
	letter-spacing: 0;
	animation: fadeInUp 0.8s ease-out 0.2s both;
}
.timeline-header p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	animation: fadeInUp 0.8s ease-out 0.25s both;
	letter-spacing: 0.03px;
}
.timeline {
	position: relative;
}
.timeline-line {
	position: absolute;
	left: 28px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, #6366f1 0%, #8b5cf6 25%, #a78bfa 50%, #14b8a6 75%, #2dd4bf 100%);
	opacity: 0.3;
	border-radius: 2px;
}
.timeline-step {
	display: flex;
	gap: 24px;
	margin-bottom: 48px;
	animation: fadeInUp 0.8s ease-out both;
}
.timeline-step:nth-child(2) {
	animation-delay: 0.3s;
}
.timeline-step:nth-child(3) {
	animation-delay: 0.4s;
}
.timeline-step:nth-child(4) {
	animation-delay: 0.5s;
}
.timeline-step:nth-child(5) {
	animation-delay: 0.6s;
}
.timeline-step:nth-child(6) {
	animation-delay: 0.7s;
}
.timeline-step:last-child {
	margin-bottom: 0;
}
.step-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}
.step-icon svg {
	width: 24px;
	height: 24px;
	color: #fff;
}
.step-icon.purple {
	background: linear-gradient(135deg, #6366f1 0%, #6366f1dd 100%);
	box-shadow: 0 8px 24px rgba(99, 102, 241, 0.5);
}
.step-icon.violet {
	background: linear-gradient(135deg, #7c3aed 0%, #7c3aeddd 100%);
	box-shadow: 0 8px 24px rgba(124, 58, 237, 0.5);
}
.step-icon.cyan {
	background: linear-gradient(135deg, #06b6d4 0%, #06b6d4dd 100%);
	box-shadow: 0 8px 24px rgba(6, 182, 212, 0.5);
}
.step-icon.teal-dark {
	background: linear-gradient(135deg, #0891b2 0%, #0891b2dd 100%);
	box-shadow: 0 8px 24px rgba(8, 145, 178, 0.5);
}
.step-icon.teal {
	background: linear-gradient(135deg, #14b8a6 0%, #14b8a6dd 100%);
	box-shadow: 0 8px 24px rgba(20, 184, 166, 0.5);
}
.step-content {
	flex: 1;
	padding-top: 4px;
}
.step-label {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.step-label.purple {
	color: #6366f1;
}
.step-label.violet {
	color: #7c3aed;
}
.step-label.cyan {
	color: #06b6d4;
}
.step-label.teal-dark {
	color: #0891b2;
}
.step-label.teal {
	color: #14b8a6;
}
.step-content h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.03px;
}
.step-content > p {
	font-size: 16px;
	color: rgb(255 255 255 / 80%);
	line-height: 1.7;
	margin: 0;
	letter-spacing: 0.05px;
}
.step-tips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}
.step-tip {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.step-tip svg {
	width: 16px;
	height: 16px;
	opacity: 0.8;
}
.step-tip span {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
}
.step-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}
.step-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.step-cta.primary {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.step-cta.secondary {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.step-cta svg {
	width: 16px;
	height: 16px;
}
/* Screenshot Placeholder */
.screenshot-placeholder {
	margin-top: 30px;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(135deg, #1a1a2e 0%, #16162a 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	position: relative;
}
.faq-answer .screenshot-placeholder {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.screenshot-inner .ratio {
	border-radius: 0 0 10px 10px;
}
.screenshot-dots {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
	background-size: 16px 16px;
}
.screenshot-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.screenshot-icon svg {
	width: 22px;
	height: 22px;
}
.screenshot-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
}
.screenshot-chrome {
	height: 32px;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	padding: 0 12px;
	gap: 6px;
}
.chrome-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.chrome-dot.red {
	background: #ff5f57;
}
.chrome-dot.yellow {
	background: #febc2e;
}
.chrome-dot.green {
	background: #28c840;
}
/* Remix Caveat */
.remix-caveat {
	margin-left: 72px;
	margin-bottom: 48px;
	animation: fadeInUp 0.8s ease-out 0.45s both;
}
.caveat-box {
	background: linear-gradient(135deg, rgba(251, 191, 36, 0.12) 0%, rgba(245, 158, 11, 0.06) 100%);
	border: 1px solid rgba(251, 191, 36, 0.25);
	border-radius: 16px;
	padding: 28px;
}
.caveat-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}
.caveat-header svg {
	width: 20px;
	height: 20px;
	color: #fbbf24;
}
.caveat-header span {
	font-size: 17px;
	font-weight: 600;
	color: #fbbf24;
}
.caveat-box > p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.7;
	margin-bottom: 20px;
}
.caveat-box strong {
	color: #fff;
}
.caveat-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin-bottom: 10px;
}
.caveat-examples {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}
.caveat-example {
	padding: 6px 12px;
	background: rgba(251, 191, 36, 0.15);
	border-radius: 8px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}
.caveat-steps {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.caveat-step {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
}
.caveat-step-num {
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: rgba(251, 191, 36, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: #fbbf24;
	flex-shrink: 0;
}
.caveat-screenshot {
	border-radius: 12px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(251, 191, 36, 0.2);
	position: relative;
	padding-top: 28px;
}
.caveat-screenshot-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: rgba(251, 191, 36, 0.2);
	border: 1px solid rgba(251, 191, 36, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}
.caveat-screenshot-icon svg {
	width: 20px;
	height: 20px;
	color: #fbbf24;
}
.caveat-screenshot-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
}
.caveat-screenshot-chrome {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 28px;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	padding: 0 10px;
	gap: 5px;
	z-index: 22;
}
.caveat-screenshot-chrome .chrome-dot {
	width: 8px;
	height: 8px;
}
.caveat-note {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 16px;
	line-height: 1.6;
}
/* FAQ Section */
.faq-section {
	padding: 40px 40px 100px;
	max-width: 800px;
	margin: 0 auto;
	animation: fadeInUp 0.8s ease-out 0.8s both;
}
.faq-section h3 {
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 50px;
	text-align: center;
}
.faq-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.faq-item {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	overflow: hidden;
}
.faq-question {
	width: 100%;
	padding: 20px 24px;
	background: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-family: inherit;
	text-align:left;
}
.faq-question span {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.03px;
}
.faq-question svg {
	width: 20px;
	height: 20px;
	color: rgba(255, 255, 255, 0.4);
	transition: transform 0.3s ease;
	flex-shrink: 0;
	margin-left: 16px;
}
.faq-item.open .faq-question svg {
	transform: rotate(90deg);
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.faq-item.open .faq-answer {
	max-height: max-content;
}
.faq-answer p {
	padding: 0 24px 20px;
	margin: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
	letter-spacing: 0.05px;
}
.faq-examples {
	margin: 0 24px 24px;
	padding: 16px;
	background: rgba(99, 102, 241, 0.1);
	border: 1px solid rgba(99, 102, 241, 0.2);
	border-radius: 12px;
}
.faq-examples-label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin-bottom: 12px;
}
.faq-example-item {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	padding: 8px 12px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	font-family: monospace;
	margin-bottom: 8px;
}
.faq-example-item:last-child {
	margin-bottom: 0;
}
.faq-video {
	margin: 0 24px 24px;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(20, 184, 166, 0.1) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	aspect-ratio: 16/9;
	position: relative;
	cursor: pointer;
	display: grid;
}
.faq-video-inner {
	position: absolute;
	display: grid;
	flex-direction: column;
	gap: 12px;
	aspect-ratio: 16/9;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.faq-video-btn {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}
.faq-video-btn svg {
	width: 28px;
	height: 28px;
	color: #fff;
}
.faq-video-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
}
.faq-screenshot {
	margin: 0 24px 24px;
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	aspect-ratio: 16/9;
	position: relative;
}
.faq-screenshot-inner {
	position: absolute;
	inset: 0;
}
/* CTA Section */
.cta-section {
	padding: 60px 40px 160px;
	text-align: center;
	animation: fadeInUp 0.8s ease-out 0.9s both;
}
.cta-box {
	max-width: 720px;
	margin: 0 auto;
	padding: 48px;
	background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(20, 184, 166, 0.1) 100%);
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.cta-box h2 {
	font-size: 46px;
	font-weight: 800;
	margin-bottom: 12px;
	letter-spacing: -0.02em;
}
.cta-box > p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	margin-bottom: 28px;
	line-height: 1.6;
	letter-spacing: 0.03px;
}
.cta-buttons {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}
.cta-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 28px;
	border-radius: 14px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.cta-btn.primary {
	background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
	box-shadow: 0 8px 32px rgba(99, 102, 241, 0.4);
}
.cta-btn.secondary {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.cta-btn svg {
	width: 18px;
	height: 18px;
}

.ratio {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}
.ratio__square::before {
	--bs-aspect-ratio: 100%;
}
.ratio__vertical::before {
	--bs-aspect-ratio: 125%;
}
.ratio__wide::before {
	--bs-aspect-ratio: 56.25%;
}
.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-overlay + .ratio {
	opacity: 0.56;
	transition: all .15s linear;
}
.video-overlay.hidden + .ratio {
	opacity: 1;
}
.demo-video .ratio {
	position: absolute;
	left: 0;
	top: 0;
}

/* Animations */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* Responsive */
@media (max-width: 767px) {
	.hero {
		padding: 20px 20px 10px;
	}
	.container,.container-narrow,.paths-section,.timeline-section,.faq-section,.cta-section {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.demo-video {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.timeline-line {
		/* display: none; */
		left: 17px;
	}
	.step-icon {
		width: 36px;
		height: 36px;
	}
	.step-icon svg {
		width: 20px;
		height: 20px;
	}
	.remix-caveat {
		margin-left: 0;
	}
	.paths-grid {
		grid-template-columns: 1fr;
	}
	.cta-buttons {
		flex-direction: column;
	}
	.cta-btn {
		justify-content: center;
	}
}

/* Footer Section */
.footer {
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 0;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(5, auto);
	gap: 60px;
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}

.footer-column h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column li {
	margin-bottom: 12px;
}

.footer-column a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
	letter-spacing: 0.05px;
	line-height: 1.6;
}

.footer-column a:hover {
	color: #01A0C6;
}

.footer-bottom {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-copyright {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0.05px;
}

.footer-legal {
	display: flex;
	gap: 30px;
}

.footer-legal a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
	letter-spacing: 0.05px;
}

.footer-legal a:hover {
	color: #ffffff;
	text-decoration: underline;
}

@media (max-width: 968px) {
	.footer-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.footer-column:nth-child(2) {
		display: none;
	}
	.faq-section {
		padding-bottom: 40px;
	}
	.cta-section {
		padding-top: 0;
		padding-bottom: 60px;
	}
}

@media (max-width: 640px) {
	.footer {
		padding: 40px 20px 30px;
	}
	
	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	
	.footer-bottom {
		flex-direction: column;
		text-align: center;
		padding: 0;
	}
	
	.footer-legal {
		justify-content: center;
		order: -1;
	}
}

/* Header/Navigation */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: transparent;
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	border-bottom: 1px solid transparent;
	transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
}

.header.scrolled {
	background: rgba(10, 10, 15, 0.75);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
	top: -7px;
}

.logo svg {
	max-height: 20px;
	width: auto;
}

.nav-desktop {
	display: flex;
	align-items: center;
	gap: 40px;
}

.nav-desktop a {
	font-size: 15px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
}

.nav-desktop a:hover {
	color: #fff;
	text-decoration: underline;
}

.nav-desktop .nav-cta {
	padding: 10px 20px;
	background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
	display: flex;
	align-items: center;
	gap: 6px;
	position: relative;
	overflow: hidden;
}

.nav-desktop .nav-cta:hover {
	box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
	transform: translateY(-1px);
}

/* Mobile Menu Toggle */
.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1001;
	position: relative;
	left: 10px;
}

.menu-toggle span {
	display: block;
	width: 21px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.menu-toggle span:nth-child(1) {
	margin-bottom: 4px;
}

.menu-toggle span:nth-child(2) {
	margin-bottom: 4px;
}

.menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
	margin-bottom: 9px;
}

.menu-toggle.active span:nth-child(2) {
	opacity: 0;
	visibility: hidden;
	background: transparent;
}

.menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Navigation */
.nav-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(10, 10, 15, 0.98);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	z-index: 999;
	padding: 0px 40px 40px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav-mobile.active {
	opacity: 1;
	visibility: visible;
}

.nav-mobile a {
	font-size: 20px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	padding: 16px 0;
	transition: color 0.3s ease;
	text-align: center;
}

.nav-mobile a:hover {
	color: #fff;
}

.nav-mobile .nav-cta-mobile {
	margin-top: 20px;
	padding: 16px 32px;
	background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
	border-radius: 12px;
	color: #fff;
	font-weight: 600;
	box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4);
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Body padding for fixed header */
body {
	padding-top: 84px;
}

@media (max-width: 767px) {
	.header-inner {
		padding: 14px 20px;
	}
	
	.nav-desktop {
		display: none;
	}
	
	.menu-toggle {
		display: flex;
	}
	
	.nav-mobile {
		display: flex;
	}
	.logo {
		top: -2px;
	}
	.logo svg {
		max-height: 22px;
	}
	body {
		padding-top: 76px;
	}
	.hero p {
		display: none;
	}

	.hero h1 {
		margin-bottom: 0;
	}

	.hero-badge {
		margin-bottom: 16px;
	}

	.path-card {
		padding: 20px;
	}

	.timeline-header h2 {
		font-size: 24px;
		margin-bottom: 6px;
	}

	.timeline-header {
		margin-bottom: 34px;
	}

	.step-icon {
		/* margin: 0 auto; */
	}

	.step-ctas a {
		width: -webkit-fill-available;
		justify-content: center;
		/* min-width: 190px; */
	}

	.screenshot-placeholder {
		margin-top: 0;
		margin-bottom: 16px;
		grid-row-start: 3;
	}

	.step-content {
		padding-top: 0;
		display: grid;
		/* text-align: center; */
		gap: 0;
	}

	.timeline-step {
		margin-bottom: 50px;
		/* flex-direction: column; */
		gap: 16px;
	}

	.step-tip {
		text-align: left;
		width: -webkit-fill-available;
	}

	.timeline-step:nth-child(3) {
		margin-bottom: 20px;
	}

	.caveat-box {
		padding: 20px 20px 0;
		margin-left: 48px;
	}

	.step-label {
		margin-bottom: 6px;
	}

	.step-content h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.path-card h3 {
		font-size: 20px;
	}

	.faq-section h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.cta-box {
		padding: 30px;
	}

	.cta-box h2 {
		font-size: 28px;
	}

	.cta-section {
		padding-bottom: 40px;
	}

	.footer-column a {
		line-height: 1.3;
	}

	.footer-column:nth-child(2) {
		display: none;
	}

	.footer-copyright {
	    padding-left: 40px;
	    padding-right: 40px;
	    line-height: 1.6;
	}
}

.video-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.step-content .screenshot-inner,
.caveat-screenshot-inner,
.demo-video .video-container {
	position: relative;
	aspect-ratio: 16/9;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.step-content .video-container .video-overlay,
.step-content .video-container .ratio,
.caveat-screenshot-inner .video-container .video-overlay,
.caveat-screenshot-inner .video-container .ratio {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #0e131abd;
    cursor: pointer;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}
.caveat-screenshot-inner .video-overlay {
	background-image: linear-gradient(135deg, #282116e6 0%, #1d1b1af5 100%);
}
.video-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}
.demo-video .video-overlay {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.play-btn-wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-overlay:hover .play-btn-wrapper {
    transform: scale(1.05);
}

.play-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.play-btn svg {
    margin-left: 4px;
    max-width: 24px;
}

.play-label {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.03em;
    width: max-content;
}

#faq {
    scroll-margin-top: 80px;
}
.faq-item {
    scroll-margin-top: 126px;
}
.guide-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.4);
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}
.guide-btn:hover::before {
	background: linear-gradient(135deg, #5f24c3 0%, #7c42ff 100%);
}
/* Prompt Paths (Step 2) */
.prompt-paths {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 12px;
}

.prompt-path {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.prompt-path strong {
  color: #a78bfa;
  font-weight: 600;
}

.prompt-path em {
  display: block;
  margin-top: 6px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  font-style: normal;
  font-family: 'SF Mono', Monaco, 'Courier New', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.faq-answer ul {
  padding: 0 24px 20px 48px;
  margin: 0;
}

.faq-answer li {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}

.faq-answer li:last-child {
  margin-bottom: 0;
}
.faq-item a {
    color: #22d3ee;
    text-decoration: none;
}
.faq-item a:hover {
	text-decoration: underline;
}
@media (max-width:767px) {
.guide-btn {
	width:-webkit-fill-available;
	justify-content: center;
	
}
.path-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
}
.path-features + a.btn-primary {
    width: -webkit-fill-available;
    justify-content: center;
}
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}