/*---------------------------------------------------------------------------------

    Template Name: DreamsAI — AI WordPress Theme Landing
    Version      : 1.0
    Author       : Dreams Technologies
    Author URI   : https://themeforest.net/user/dreamstechnologies

-----------------------------------------------------------------------------------

[Table of CSS]

    1.  Tokens
    2.  Base
    3.  Utilities
    4.  Buttons
    5.  Section scaffolding
    6.  Header
    7.  Hero
    8.  Marquee
    9.  Highlights (bento)
    10. AI providers
    11. Design studio
    12. Presentation builder
    13. Canvas editor
    14. Workflow
    15. AI features
    16. Exports
    17. Theme features
    18. Screenshots
    19. Why DreamsAI
    20. Testimonials
    21. FAQ
    22. CTA
    23. Footer
    24. Back to top
    25. Reveal
    26. Responsive

----------------------------------------------------------------------------------*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root {
	/* Brand */
	--violet: #8b5cff;
	--violet-600: #7c3aed;
	--purple: #a855f7;
	--magenta: #e030d0;
	--pink: #f45cc8;
	--amber: #ffb03a;
	--mint: #35e0a1;

	/* Surfaces */
	--bg: #07060f;
	--bg-2: #0b0a18;
	--surface: rgba(255, 255, 255, .04);
	--surface-2: rgba(255, 255, 255, .06);
	--stroke: rgba(255, 255, 255, .09);
	--stroke-2: rgba(255, 255, 255, .16);

	/* Text */
	--title: #ffffff;
	--body: #a9a7c4;
	--muted: #75738f;

	/* Effects */
	--grad: linear-gradient(100deg, #7c3aed, var(--purple) 52%, var(--magenta));
	--grad-soft: linear-gradient(140deg, rgba(139, 92, 255, .16), rgba(224, 48, 208, .1));
	--glow: 0 18px 50px -14px rgba(139, 92, 255, .55);
	--shadow: 0 30px 70px -30px rgba(0, 0, 0, .85);
	--shadow-lg: 0 50px 110px -40px rgba(0, 0, 0, .95);

	/* Geometry */
	--r-sm: 12px;
	--r: 18px;
	--r-lg: 26px;
	--r-xl: 34px;
	--r-pill: 999px;
	--container: 1216px;

	/* Type */
	--font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--display: 'Sora', var(--font);
}

/* ==========================================================================
   2. Base
   ========================================================================== */

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
	/* Painted on the root so the canvas — not <body> — carries the base colour.
	   Keeps the fixed .aurora layer (z-index:-2) visible behind page content. */
	background: var(--bg);
}

body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.75;
	color: var(--body);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 .55em;
	font-family: var(--display);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.025em;
	color: var(--title);
}

h1 {
	font-size: clamp(2.4rem, 5.4vw, 4.1rem);
}

h2 {
	font-size: clamp(1.9rem, 3.4vw, 2.85rem);
}

h3 {
	font-size: 1.2rem;
}

p {
	margin: 0 0 1rem;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color .25s ease;
}

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

img {
	height: auto;
}

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

button {
	font: inherit;
	border: 0;
	background: none;
	cursor: pointer;
	color: inherit;
}

:focus-visible {
	outline: 2px solid var(--magenta);
	outline-offset: 3px;
	border-radius: 4px;
}

::selection {
	background: rgba(139, 92, 255, .4);
	color: #fff;
}

/* ==========================================================================
   3. Utilities
   ========================================================================== */

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

.text-grad {
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Announced by screen readers, hidden visually — pairs with aria-hidden decorative text */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	padding: 12px 20px;
	background: var(--violet);
	color: #fff;
	border-radius: 0 0 var(--r-sm) 0;
}

.skip-link:focus {
	left: 0;
}

/* Aurora background — one fixed layer shared by the whole page */
.aurora {
	position: fixed;
	inset: 0;
	z-index: -2;
	overflow: hidden;
	pointer-events: none;
}

.aurora span {
	position: absolute;
	border-radius: 50%;
	filter: blur(90px);
	opacity: .5;
	will-change: transform;
}

.aurora .a1 {
	width: 620px;
	height: 620px;
	top: -220px;
	left: -140px;
	background: radial-gradient(circle, rgba(139, 92, 255, .75), transparent 68%);
	animation: drift 26s ease-in-out infinite;
}

.aurora .a2 {
	width: 560px;
	height: 560px;
	top: 4%;
	right: -180px;
	background: radial-gradient(circle, rgba(224, 48, 208, .5), transparent 68%);
	animation: drift 32s ease-in-out infinite reverse;
}

.aurora .a3 {
	width: 720px;
	height: 720px;
	bottom: -280px;
	left: 38%;
	background: radial-gradient(circle, rgba(244, 92, 200, .38), transparent 68%);
	animation: drift 38s ease-in-out infinite;
}

/* Grid veil */
.aurora::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
	background-size: 64px 64px;
	-webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%);
	mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 40%, transparent 100%);
}

@keyframes drift {

	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(60px, 50px, 0) scale(1.14);
	}
}

/* ==========================================================================
   4. Buttons
   ========================================================================== */

.btn-c {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 24px;
	border-radius: var(--r-pill);
	font-weight: 600;
	font-size: .95rem;
	line-height: 1;
	white-space: nowrap;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}

.btn-c i {
	font-size: 1.05rem;
}

.btn-c:hover {
	transform: translateY(-2px);
}

.btn-primary-c {
	background: var(--grad);
	color: #fff;
	box-shadow: var(--glow);
}

.btn-primary-c:hover {
	color: #fff;
	box-shadow: 0 22px 60px -12px rgba(139, 92, 255, .75);
}

.btn-glass {
	background: var(--surface-2);
	color: #fff;
	border: 1px solid var(--stroke-2);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.btn-glass:hover {
	background: rgba(255, 255, 255, .12);
	border-color: rgba(255, 255, 255, .28);
	color: #fff;
}

.btn-light {
	background: #fff;
	color: #0b0a18;
}

.btn-light:hover {
	color: #0b0a18;
	box-shadow: 0 20px 44px -14px rgba(255, 255, 255, .4);
}

.btn-lg-c {
	padding: 16px 32px;
	font-size: 1rem;
}

/* ==========================================================================
   5. Section scaffolding
   ========================================================================== */

.section {
	position: relative;
	padding: 110px 0;
}

.section-sm {
	position: relative;
	padding: 70px 0;
}

.section-head {
	max-width: 760px;
	margin: 0 auto 62px;
	text-align: center;
}

.section-head p {
	color: var(--body);
	font-size: 1.06rem;
	margin: 0;
}

.section-head h2 {
	margin-bottom: .4em;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 7px 16px 7px 12px;
	border-radius: var(--r-pill);
	background: var(--surface-2);
	border: 1px solid var(--stroke);
	color: #d9d6f5;
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.eyebrow i {
	font-size: .95rem;
	color: var(--magenta);
}

/* Shared glass card */
.glass {
	position: relative;
	background: var(--surface);
	border: 1px solid var(--stroke);
	border-radius: var(--r-lg);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

/* ==========================================================================
   6. Header
   ========================================================================== */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 60;
	padding: 18px 0;
	transition: padding .3s ease, background .3s ease, border-color .3s ease;
	border-bottom: 1px solid transparent;
}

.site-header.fixed {
	padding: 10px 0;
	background: rgba(7, 6, 15, .72);
	border-bottom-color: var(--stroke);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.site-header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--display);
	font-weight: 700;
	font-size: 1.25rem;
	color: #fff;
	letter-spacing: -.02em;
}

.brand img {
	height: 45px;
}

.brand b {
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 4px;
}

.nav-links a {
	display: block;
	padding: 9px 15px;
	border-radius: var(--r-pill);
	font-size: .92rem;
	font-weight: 500;
	color: var(--body);
	white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
	color: #fff;
	background: var(--surface-2);
}

.header-cta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--surface-2);
	border: 1px solid var(--stroke);
	color: #fff;
	font-size: 1.2rem;
}

/* ==========================================================================
   7. Hero
   ========================================================================== */

.hero {
	position: relative;
	padding: 180px 0 100px;
}

.hero-copy {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.hero h1 {
	margin-bottom: .35em;
}

.hero .lead {
	max-width: 840px;
	margin: 0 auto 34px;
	font-size: 1.13rem;
	color: var(--body);
}

.hero-cta {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 22px;
}

.hero-note {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 22px;
	font-size: .86rem;
	color: var(--muted);
}

.hero-note span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.hero-note i {
	color: var(--mint);
}

/* Animated headline word swap */
.word-swap {
	display: inline-grid;
	vertical-align: bottom;
	text-align: left;
}

/* Words share one grid cell, so the outgoing word must clear before the
   incoming one arrives — otherwise the two blend into unreadable double text. */
.word-swap span {
	grid-area: 1 / 1;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .4s ease .18s, transform .4s ease .18s;
}

.word-swap span.on {
	opacity: 1;
	transform: none;
}

.word-swap span.out {
	opacity: 0;
	transform: translateY(-12px);
	transition: opacity .22s ease, transform .22s ease;
}

/* Hero visual — app mockup */
.hero-visual {
	position: relative;
	max-width: 1040px;
	margin: 72px auto 0;
	perspective: 1600px;
}

.mockup {
	position: relative;
	border-radius: var(--r-xl);
	background: linear-gradient(150deg, rgba(20, 18, 40, .96), rgba(10, 9, 22, .96));
	border: 1px solid var(--stroke-2);
	box-shadow: var(--shadow-lg), 0 0 90px -30px rgba(139, 92, 255, .6);
	overflow: hidden;
	transform: rotateX(7deg);
	transform-origin: top center;
}

.mockup-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 18px;
	border-bottom: 1px solid var(--stroke);
	background: rgba(255, 255, 255, .03);
}

.dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #35353f;
}

.dot.r {
	background: #ff5f57;
}

.dot.y {
	background: #febc2e;
}

.dot.g {
	background: #28c840;
}

.mockup-bar .url {
	flex: 1;
	margin-left: 10px;
	padding: 6px 14px;
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, .05);
	font-size: .74rem;
	color: var(--muted);
	text-align: center;
}

.mockup-body {
	padding: 30px;
}

/* Prompt bar */
.prompt-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 14px 14px 20px;
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, .05);
	border: 1px solid var(--stroke-2);
	margin-bottom: 26px;
}

.prompt-bar .ico {
	color: var(--magenta);
	font-size: 1.2rem;
	flex-shrink: 0;
}

.prompt-bar .txt {
	flex: 1;
	font-size: .95rem;
	color: #efeeff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.caret {
	display: inline-block;
	width: 2px;
	height: 1.05em;
	margin-left: 2px;
	vertical-align: text-bottom;
	background: var(--magenta);
	animation: blink 1s steps(2) infinite;
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

.prompt-bar .go {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: var(--r-pill);
	background: var(--grad);
	color: #fff;
	font-size: .84rem;
	font-weight: 600;
	flex-shrink: 0;
}

/* Generated tiles */
.gen-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.gen-tile {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: var(--r);
	border: 1px solid var(--stroke);
	overflow: hidden;
	background: #12111f;
	animation: tile-in .7s both;
}

.gen-tile:nth-child(1) {
	animation-delay: .1s;
}

.gen-tile:nth-child(2) {
	animation-delay: .25s;
}

.gen-tile:nth-child(3) {
	animation-delay: .4s;
}

.gen-tile:nth-child(4) {
	animation-delay: .55s;
}

@keyframes tile-in {
	from {
		opacity: 0;
		transform: translateY(16px) scale(.96);
		filter: blur(8px);
	}
}

.gen-tile .art {
	position: absolute;
	inset: 0;
}

.gen-tile:nth-child(1) .art {
	background: linear-gradient(160deg, #8b5cff, #f45cc8);
}

.gen-tile:nth-child(2) .art {
	background: linear-gradient(160deg, #e030d0, #a855f7);
}

.gen-tile:nth-child(3) .art {
	background: linear-gradient(160deg, #ffb03a, #f45cc8);
}

.gen-tile:nth-child(4) .art {
	background: linear-gradient(160deg, #c084fc, #6d28d9);
}

.gen-tile .art::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .5), transparent 42%),
		radial-gradient(circle at 75% 70%, rgba(0, 0, 0, .4), transparent 45%);
}

.gen-tile .cap {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding: 8px 12px;
	border-radius: 12px;
	background: rgba(8, 7, 18, .6);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, .14);
	font-size: .72rem;
	font-weight: 600;
	color: #fff;
}

/* Floating cards */
.float-card {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 18px;
	border-radius: var(--r);
	background: rgba(16, 14, 32, .82);
	border: 1px solid var(--stroke-2);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	box-shadow: var(--shadow);
	animation: float 7s ease-in-out infinite;
}

.float-card .ic {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: var(--grad);
	color: #fff;
	font-size: 1.05rem;
	flex-shrink: 0;
}

.float-card .t {
	font-size: .86rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
}

.float-card .s {
	font-size: .74rem;
	color: var(--muted);
	line-height: 1.3;
}

/* Kept clear of the prompt bar so the typing animation stays readable */
.float-1 {
	top: 26%;
	left: -46px;
}

.float-2 {
	bottom: 16%;
	right: -40px;
	animation-delay: 2.2s;
}

.float-2 .ic {
	background: linear-gradient(140deg, var(--mint), var(--magenta));
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-16px);
	}
}

/* ==========================================================================
   8. Marquee
   ========================================================================== */

.marquee {
	padding: 30px 0 10px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	overflow: hidden;
}

.marquee .lbl {
	margin-bottom: 26px;
	text-align: center;
	font-size: .8rem;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--muted);
}

.marquee-track {
	display: flex;
	gap: 56px;
	width: max-content;
	animation: scroll-x 34s linear infinite;
}

.marquee:hover .marquee-track {
	animation-play-state: paused;
}

.marquee-track span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--display);
	font-size: 1.15rem;
	font-weight: 600;
	color: rgba(255, 255, 255, .42);
	white-space: nowrap;
	transition: color .25s ease;
}

.marquee-track span:hover {
	color: #fff;
}

.marquee-track i {
	color: var(--violet);
}

@keyframes scroll-x {
	to {
		transform: translateX(-50%);
	}
}

/* ==========================================================================
   9. Highlights (bento)
   ========================================================================== */

.bento {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.bento-card {
	position: relative;
	padding: 30px;
	border-radius: var(--r-lg);
	background: var(--surface);
	border: 1px solid var(--stroke);
	overflow: hidden;
	transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.bento-card:hover {
	transform: translateY(-6px);
	border-color: var(--stroke-2);
	background: var(--surface-2);
}

.bento-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--grad-soft);
	opacity: 0;
	transition: opacity .35s ease;
	pointer-events: none;
}

.bento-card:hover::before {
	opacity: 1;
}

.bento-card>* {
	position: relative;
}

.bento-card .ic {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	border-radius: 14px;
	background: var(--surface-2);
	border: 1px solid var(--stroke);
	color: var(--violet);
	font-size: 1.3rem;
}

.bento-card h3 {
	margin-bottom: .4em;
}

.bento-card p {
	margin: 0;
	font-size: .92rem;
}

.bento-card.wide {
	grid-column: span 2;
}

.bento-card.tall {
	grid-row: span 2;
}

.bento-card.feature {
	grid-column: span 2;
	grid-row: span 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: linear-gradient(155deg, rgba(139, 92, 255, .18), rgba(224, 48, 208, .06));
}

/* Mini dashboard art inside feature bento */
.mini-dash {
	margin-top: 26px;
	padding: 18px;
	border-radius: var(--r);
	background: rgba(8, 7, 18, .55);
	border: 1px solid var(--stroke);
}

.mini-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 9px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.mini-row:last-child {
	border-bottom: 0;
}

.mini-row .sw {
	width: 30px;
	height: 30px;
	border-radius: 9px;
	flex-shrink: 0;
	background: var(--grad);
}

.mini-row:nth-child(2) .sw {
	background: linear-gradient(140deg, var(--pink), var(--amber));
}

.mini-row:nth-child(3) .sw {
	background: linear-gradient(140deg, var(--mint), var(--magenta));
}

.mini-row .ln {
	height: 8px;
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, .12);
	flex: 1;
}

.mini-row .ln.short {
	max-width: 42%;
}

.mini-row .pct {
	font-size: .72rem;
	font-weight: 600;
	color: var(--mint);
}

/* ==========================================================================
   10. AI providers
   ========================================================================== */

.provider-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.provider-card {
	position: relative;
	padding: 34px;
	border-radius: var(--r-lg);
	background: var(--surface);
	border: 1px solid var(--stroke);
	text-align: center;
	overflow: hidden;
	transition: transform .35s ease, border-color .35s ease;
}

.provider-card:hover {
	transform: translateY(-8px);
	border-color: var(--stroke-2);
}

.provider-card .halo {
	position: absolute;
	top: -60px;
	left: 50%;
	width: 220px;
	height: 220px;
	transform: translateX(-50%);
	border-radius: 50%;
	filter: blur(60px);
	opacity: .35;
	transition: opacity .35s ease;
	pointer-events: none;
}

.provider-card:hover .halo {
	opacity: .7;
}

.provider-card.openai .halo {
	background: #10a37f;
}

.provider-card.gemini .halo {
	background: #4285f4;
}

.provider-card.claude .halo {
	background: #d97757;
}

.provider-card>*:not(.halo) {
	position: relative;
}

.provider-logo {
	display: grid;
	place-items: center;
	width: 78px;
	height: 78px;
	margin: 0 auto 22px;
	border-radius: 22px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--stroke-2);
}

.provider-logo img {
	width: 40px;
	height: 40px;
}

/* Provider marks are <img>, so their fills live in the SVG files themselves —
   `currentColor` does not cross the <img> boundary. */

.provider-card h3 {
	margin-bottom: .3em;
}

.provider-card p {
	font-size: .92rem;
	margin-bottom: 18px;
}

.model-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.model-tags span {
	padding: 5px 13px;
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, .06);
	border: 1px solid var(--stroke);
	font-size: .74rem;
	font-weight: 500;
	color: #cfcce8;
}

.provider-note {
	margin-top: 34px;
	padding: 20px 26px;
	border-radius: var(--r);
	background: var(--surface);
	border: 1px solid var(--stroke);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: .92rem;
	text-align: center;
	flex-wrap: wrap;
}

.provider-note i {
	color: var(--magenta);
	font-size: 1.2rem;
}

/* ==========================================================================
   11. Design studio
   ========================================================================== */

.studio-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.studio-card {
	padding: 24px;
	border-radius: var(--r-lg);
	background: var(--surface);
	border: 1px solid var(--stroke);
	text-align: center;
	transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.studio-card:hover {
	transform: translateY(-8px);
	border-color: var(--stroke-2);
	background: var(--surface-2);
}

/* Illustration: a tiny paper preview that "prints" on hover */
.studio-art {
	position: relative;
	height: 132px;
	margin-bottom: 20px;
	border-radius: var(--r);
	background: rgba(8, 7, 18, .5);
	border: 1px solid var(--stroke);
	display: grid;
	place-items: center;
	overflow: hidden;
}

.studio-art .paper {
	position: relative;
	width: 62px;
	height: 84px;
	border-radius: 7px;
	background: linear-gradient(150deg, #fff, #dcd9f2);
	box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .7);
	transition: transform .4s ease;
	overflow: hidden;
}

.studio-card:hover .studio-art .paper {
	transform: translateY(-5px) rotate(-4deg);
}

.studio-art .paper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 38%;
	background: var(--grad);
}

.studio-art .paper::after {
	content: "";
	position: absolute;
	left: 9px;
	right: 9px;
	top: 46%;
	height: 5px;
	border-radius: 3px;
	background: #b9b5d6;
	box-shadow: 0 11px 0 #cdcae3, 0 22px 0 #d8d5ea;
}

/* Card variant — landscape paper */
.studio-card.card-art .paper {
	width: 92px;
	height: 56px;
}

.studio-card.card-art .paper::before {
	width: 34%;
	height: 100%;
	right: auto;
}

.studio-card.card-art .paper::after {
	left: 40%;
	top: 30%;
}

/* Social variant — square paper */
.studio-card.social-art .paper {
	width: 76px;
	height: 76px;
}

/* Brochure variant — tri-fold */
.studio-card.brochure-art .paper {
	width: 96px;
	height: 68px;
	background: linear-gradient(90deg, #fff 33%, #e6e3f5 33%, #e6e3f5 66%, #fff 66%);
}

.studio-card.brochure-art .paper::before {
	height: 26%;
	opacity: .9;
}

.studio-art .shimmer {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, .22) 50%, transparent 60%);
	transform: translateX(-120%);
	transition: transform .8s ease;
}

.studio-card:hover .shimmer {
	transform: translateX(120%);
}

.studio-card h3 {
	font-size: 1.05rem;
	margin-bottom: .35em;
}

.studio-card p {
	margin: 0;
	font-size: .84rem;
}

/* ==========================================================================
   12. Presentation builder
   ========================================================================== */

.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.split.reverse .split-media {
	order: 2;
}

.split h2 {
	margin-bottom: .45em;
}

.split>div>p {
	font-size: 1.02rem;
}

.split-media {
	position: relative;
}

.check-list {
	margin: 26px 0 32px;
	display: grid;
	gap: 14px;
}

.check-list li {
	display: flex;
	gap: 13px;
	align-items: flex-start;
}

.check-list .ci {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	margin-top: 3px;
	border-radius: 50%;
	background: rgba(53, 224, 161, .14);
	border: 1px solid rgba(53, 224, 161, .3);
	color: var(--mint);
	font-size: .8rem;
	flex-shrink: 0;
}

.check-list b {
	display: block;
	color: #fff;
	font-size: .96rem;
	font-weight: 600;
}

.check-list span span {
	font-size: .9rem;
}

/* Slide deck illustration */
.deck {
	position: relative;
	padding: 22px;
	border-radius: var(--r-lg);
	background: linear-gradient(150deg, rgba(20, 18, 40, .95), rgba(10, 9, 22, .95));
	border: 1px solid var(--stroke-2);
	box-shadow: var(--shadow-lg);
}

.deck-main {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: var(--r);
	background: linear-gradient(150deg, #1b1834, #100e22);
	border: 1px solid var(--stroke);
	padding: 26px;
	overflow: hidden;
}

.deck-main::before {
	content: "";
	position: absolute;
	top: -40%;
	right: -20%;
	width: 70%;
	height: 160%;
	background: radial-gradient(circle, rgba(139, 92, 255, .5), transparent 65%);
	filter: blur(40px);
}

.deck-main .kicker {
	position: relative;
	font-size: .68rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--magenta);
	margin-bottom: 10px;
}

.deck-main .ttl {
	position: relative;
	font-family: var(--display);
	font-size: clamp(1rem, 2vw, 1.5rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
	margin-bottom: 16px;
}

.deck-bars {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 8px;
	height: 42%;
}

.deck-bars i {
	flex: 1;
	border-radius: 5px 5px 0 0;
	background: var(--grad);
	opacity: .85;
	animation: grow 1.6s ease both;
	transform-origin: bottom;
}

.deck-bars i:nth-child(1) {
	height: 45%;
	animation-delay: .05s;
}

.deck-bars i:nth-child(2) {
	height: 72%;
	animation-delay: .15s;
}

.deck-bars i:nth-child(3) {
	height: 55%;
	animation-delay: .25s;
}

.deck-bars i:nth-child(4) {
	height: 92%;
	animation-delay: .35s;
}

.deck-bars i:nth-child(5) {
	height: 66%;
	animation-delay: .45s;
}

@keyframes grow {
	from {
		transform: scaleY(0);
	}
}

.deck-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 14px;
}

.deck-thumbs i {
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid var(--stroke);
	transition: border-color .25s ease, background .25s ease;
}

.deck-thumbs i.on {
	border-color: var(--violet);
	background: rgba(139, 92, 255, .2);
}

.deck-badge {
	position: absolute;
	top: -18px;
	right: -14px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 15px;
	border-radius: var(--r-pill);
	background: var(--grad);
	color: #fff;
	font-size: .76rem;
	font-weight: 600;
	box-shadow: var(--glow);
	animation: float 6s ease-in-out infinite;
}

/* ==========================================================================
   13. Canvas editor
   ========================================================================== */

.editor {
	position: relative;
	border-radius: var(--r-lg);
	background: linear-gradient(150deg, rgba(20, 18, 40, .95), rgba(10, 9, 22, .95));
	border: 1px solid var(--stroke-2);
	box-shadow: var(--shadow-lg);
	overflow: hidden;
}

.editor-top {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-bottom: 1px solid var(--stroke);
	background: rgba(255, 255, 255, .03);
}

.editor-tools {
	display: flex;
	gap: 6px;
	margin-left: auto;
}

.editor-tools i {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .05);
	color: var(--muted);
	font-size: .85rem;
	transition: background .25s ease, color .25s ease;
}

.editor-tools i.on,
.editor-tools i:hover {
	background: rgba(139, 92, 255, .25);
	color: #fff;
}

.editor-main {
	display: grid;
	grid-template-columns: 1fr 168px;
	min-height: 300px;
}

.editor-canvas {
	position: relative;
	padding: 26px;
	display: grid;
	place-items: center;
	background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 22px 22px;
}

.artboard {
	position: relative;
	width: 200px;
	aspect-ratio: 3 / 4;
	border-radius: 10px;
	background: linear-gradient(155deg, #8b5cff, #e030d0);
	box-shadow: 0 24px 50px -16px rgba(0, 0, 0, .8);
	outline: 1.5px solid var(--magenta);
	outline-offset: 5px;
}

.artboard::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	background: radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .55), transparent 45%);
}

.artboard .hd {
	position: absolute;
	left: 16px;
	right: 16px;
	top: 22px;
	height: 9px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 16px 0 rgba(255, 255, 255, .55), 0 30px 0 rgba(255, 255, 255, .35);
}

/* Selection handles */
.artboard i {
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	border: 1.5px solid var(--magenta);
}

.artboard i:nth-child(1) {
	top: -9px;
	left: -9px;
}

.artboard i:nth-child(2) {
	top: -9px;
	right: -9px;
}

.artboard i:nth-child(3) {
	bottom: -9px;
	left: -9px;
}

.artboard i:nth-child(4) {
	bottom: -9px;
	right: -9px;
}

.editor-side {
	padding: 18px;
	border-left: 1px solid var(--stroke);
	background: rgba(255, 255, 255, .02);
}

.editor-side .hd {
	font-size: .68rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 12px;
}

.layer {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 8px 10px;
	margin-bottom: 6px;
	border-radius: 9px;
	background: rgba(255, 255, 255, .04);
	font-size: .76rem;
	color: #cfcce8;
	transition: background .25s ease;
}

.layer:hover,
.layer.on {
	background: rgba(139, 92, 255, .22);
	color: #fff;
}

.layer i {
	font-size: .85rem;
	color: var(--violet);
}

.swatches {
	display: flex;
	gap: 7px;
	margin-top: 18px;
}

.swatches i {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, .2);
	cursor: pointer;
	transition: transform .25s ease;
}

.swatches i:hover {
	transform: scale(1.18);
}

/* ==========================================================================
   14. Workflow
   ========================================================================== */

.flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}

/* Connecting rail */
.flow::before {
	content: "";
	position: absolute;
	top: 44px;
	left: 12%;
	right: 12%;
	height: 2px;
	background: linear-gradient(90deg, var(--violet), var(--purple), var(--magenta));
	opacity: .3;
}

.flow-step {
	position: relative;
	text-align: center;
}

.flow-ic {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	margin: 0 auto 22px;
	border-radius: 26px;
	background: rgba(11, 10, 24, .95);
	border: 1px solid var(--stroke-2);
	color: #fff;
	font-size: 1.7rem;
	transition: transform .35s ease, box-shadow .35s ease;
}

.flow-ic::before {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 1px;
	background: var(--grad);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	transition: opacity .35s ease;
}

.flow-step:hover .flow-ic {
	transform: translateY(-6px);
	box-shadow: var(--glow);
}

.flow-step:hover .flow-ic::before {
	opacity: 1;
}

.flow-num {
	position: absolute;
	top: -8px;
	right: calc(50% - 56px);
	z-index: 3;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--grad);
	color: #fff;
	font-size: .72rem;
	font-weight: 700;
}

.flow-step h3 {
	font-size: 1.08rem;
	margin-bottom: .35em;
}

.flow-step p {
	margin: 0;
	font-size: .88rem;
}

/* Animated arrow between steps */
.flow-arrow {
	position: absolute;
	top: 36px;
	right: -22px;
	z-index: 2;
	color: var(--magenta);
	font-size: 1.1rem;
	animation: nudge 1.8s ease-in-out infinite;
}

.flow-step:last-child .flow-arrow {
	display: none;
}

@keyframes nudge {

	0%,
	100% {
		transform: translateX(0);
		opacity: .5;
	}

	50% {
		transform: translateX(8px);
		opacity: 1;
	}
}

/* ==========================================================================
   15. AI features
   ========================================================================== */

.feat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.feat-card {
	position: relative;
	padding: 26px;
	border-radius: var(--r);
	background: var(--surface);
	border: 1px solid var(--stroke);
	overflow: hidden;
	transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.feat-card:hover {
	transform: translateY(-5px);
	background: var(--surface-2);
	border-color: var(--stroke-2);
}

/* Cursor-tracked spotlight (x/y set from JS) */
.feat-card::before {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	left: var(--x, 50%);
	top: var(--y, 50%);
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, rgba(139, 92, 255, .28), transparent 65%);
	opacity: 0;
	transition: opacity .3s ease;
	pointer-events: none;
}

.feat-card:hover::before {
	opacity: 1;
}

.feat-card>* {
	position: relative;
}

.feat-card .ic {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	border-radius: 12px;
	background: rgba(139, 92, 255, .14);
	border: 1px solid rgba(139, 92, 255, .26);
	color: var(--violet);
	font-size: 1.15rem;
}

.feat-card h3 {
	font-size: 1rem;
	margin-bottom: .3em;
}

.feat-card p {
	margin: 0;
	font-size: .85rem;
}

/* ==========================================================================
   16. Exports
   ========================================================================== */

.export-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: fit-content;
	margin: auto;
}

.export-card {
	padding: 30px 20px;
	border-radius: var(--r-lg);
	background: var(--surface);
	border: 1px solid var(--stroke);
	text-align: center;
	transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.export-card:hover {
	transform: translateY(-8px);
	border-color: var(--stroke-2);
	background: var(--surface-2);
}

.export-ext {
	position: relative;
	display: grid;
	place-items: center;
	width: 66px;
	height: 78px;
	margin: 0 auto 18px;
	border-radius: 10px 16px 10px 10px;
	font-family: var(--display);
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .04em;
	color: #fff;
	transition: transform .35s ease;
}

.export-card:hover .export-ext {
	transform: translateY(-4px) rotate(-4deg);
}

/* Folded corner */
.export-ext::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: rgba(7, 6, 15, .55) transparent;
	border-top-right-radius: 14px;
}

/* Format badges stay individually recognisable while sitting in the violet family */
.export-ext.png {
	background: linear-gradient(150deg, #8b5cff, #6d28d9);
}

.export-ext.jpg {
	background: linear-gradient(150deg, #c084fc, #7c3aed);
}

.export-ext.pdf {
	background: linear-gradient(150deg, #ff5f6d, #f45cc8);
}

.export-ext.pptx {
	background: linear-gradient(150deg, #ffb03a, #ff5f6d);
}

.export-ext.svg {
	background: linear-gradient(150deg, #e030d0, #a855f7);
}

.export-card h3 {
	font-size: .98rem;
	margin-bottom: .25em;
}

.export-card p {
	margin: 0;
	font-size: .8rem;
}

/* ==========================================================================
   17. Theme features
   ========================================================================== */

.tf-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.tf-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px;
	border-radius: var(--r);
	background: var(--surface);
	border: 1px solid var(--stroke);
	transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.tf-card:hover {
	transform: translateY(-4px);
	background: var(--surface-2);
	border-color: var(--stroke-2);
}

.tf-card .ic {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 11px;
	background: var(--grad);
	color: #fff;
	font-size: 1.05rem;
	flex-shrink: 0;
	transition: transform .3s ease;
}

.tf-card:hover .ic {
	transform: rotate(-8deg) scale(1.08);
}

.tf-card h3 {
	font-size: .92rem;
	margin: 0 0 .1em;
}

.tf-card p {
	margin: 0;
	font-size: .78rem;
	color: var(--muted);
}

/* ==========================================================================
   18. Screenshots
   ========================================================================== */

.shots-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 44px;
}

.shots-tabs button {
	padding: 10px 20px;
	border-radius: var(--r-pill);
	background: var(--surface);
	border: 1px solid var(--stroke);
	font-size: .88rem;
	font-weight: 500;
	color: var(--body);
	transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.shots-tabs button:hover {
	color: #fff;
	border-color: var(--stroke-2);
}

.shots-tabs button.on {
	background: var(--grad);
	border-color: transparent;
	color: #fff;
	box-shadow: var(--glow);
}

.shots-stage {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	perspective: 1400px;
}

.shot {
	display: none;
}

.shot.on {
	display: block;
	animation: shot-in .55s ease both;
}

@keyframes shot-in {
	from {
		opacity: 0;
		transform: translateY(22px) scale(.985);
	}
}

/* Overlapping stack behind the active shot */
.shot-stack {
	position: relative;
}

.shot-stack::before,
.shot-stack::after {
	content: "";
	position: absolute;
	left: 50%;
	border-radius: var(--r-lg);
	border: 1px solid var(--stroke);
	background: rgba(255, 255, 255, .03);
	pointer-events: none;
}

.shot-stack::before {
	top: -18px;
	width: 92%;
	height: 40px;
	transform: translateX(-50%);
	opacity: .6;
}

.shot-stack::after {
	top: -36px;
	width: 84%;
	height: 40px;
	transform: translateX(-50%);
	opacity: .3;
}

.shot-caption {
	margin-top: 26px;
	text-align: center;
}

.shot-caption h3 {
	margin-bottom: .25em;
}

.shot-caption p {
	margin: 0;
	font-size: .92rem;
}

/* Reusable browser frame */
.frame {
	position: relative;
	border-radius: var(--r-lg);
	background: linear-gradient(150deg, rgba(20, 18, 40, .96), rgba(10, 9, 22, .96));
	border: 1px solid var(--stroke-2);
	box-shadow: var(--shadow-lg), 0 0 80px -34px rgba(139, 92, 255, .6);
	overflow: hidden;
}

.frame-body {
	padding: 0;
	min-height: 340px;
}

/* Generic UI primitives used inside frames */
.ui-row {
	display: flex;
	gap: 14px;
}

.ui-side {
	width: 150px;
	flex-shrink: 0;
	padding: 14px;
	border-radius: var(--r);
	background: rgba(255, 255, 255, .03);
	border: 1px solid var(--stroke);
}

.ui-nav {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 8px 10px;
	margin-bottom: 5px;
	border-radius: 9px;
	font-size: .74rem;
	color: var(--muted);
}

.ui-nav.on {
	background: rgba(139, 92, 255, .2);
	color: #fff;
}

.ui-nav i {
	font-size: .9rem;
}

.ui-main {
	flex: 1;
}

.ui-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 14px;
}

.ui-stat {
	padding: 14px;
	border-radius: var(--r-sm);
	background: rgba(255, 255, 255, .03);
	border: 1px solid var(--stroke);
}

.ui-stat .n {
	font-family: var(--display);
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

.ui-stat .l {
	font-size: .68rem;
	color: var(--muted);
}

.ui-chart {
	display: flex;
	align-items: flex-end;
	gap: 7px;
	height: 130px;
	padding: 14px;
	border-radius: var(--r-sm);
	background: rgba(255, 255, 255, .03);
	border: 1px solid var(--stroke);
}

.ui-chart i {
	flex: 1;
	border-radius: 4px 4px 0 0;
	background: var(--grad);
	opacity: .8;
}

.ui-tiles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.ui-tile {
	aspect-ratio: 4 / 3;
	border-radius: var(--r-sm);
	border: 1px solid var(--stroke);
	position: relative;
	overflow: hidden;
}

.ui-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, .45), transparent 46%);
}

.ui-tile:nth-child(3n+1) {
	background: linear-gradient(150deg, #8b5cff, #f45cc8);
}

.ui-tile:nth-child(3n+2) {
	background: linear-gradient(150deg, #e030d0, #a855f7);
}

.ui-tile:nth-child(3n+3) {
	background: linear-gradient(150deg, #ffb03a, #ff5f6d);
}

.ui-hero {
	padding: 30px;
	border-radius: var(--r);
	background: linear-gradient(140deg, rgba(139, 92, 255, .3), rgba(224, 48, 208, .12));
	border: 1px solid var(--stroke);
	margin-bottom: 14px;
	text-align: center;
}

.ui-hero .t {
	font-family: var(--display);
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.ui-hero .s {
	font-size: .76rem;
	color: var(--body);
	margin-bottom: 14px;
}

.ui-hero .b {
	display: inline-block;
	padding: 8px 18px;
	border-radius: var(--r-pill);
	background: var(--grad);
	color: #fff;
	font-size: .72rem;
	font-weight: 600;
}

.ui-slides {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.ui-slide {
	aspect-ratio: 16 / 9;
	border-radius: var(--r-sm);
	background: linear-gradient(150deg, #1b1834, #100e22);
	border: 1px solid var(--stroke);
	padding: 10px;
}

.ui-slide .bar {
	height: 5px;
	border-radius: 3px;
	background: var(--grad);
	width: 60%;
	margin-bottom: 7px;
}

.ui-slide .ln {
	height: 3px;
	border-radius: 2px;
	background: rgba(255, 255, 255, .16);
	margin-bottom: 4px;
}

.ui-slide .ln.s {
	width: 70%;
}

.ui-list {
	display: grid;
	gap: 10px;
}

.ui-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: var(--r-sm);
	background: rgba(255, 255, 255, .03);
	border: 1px solid var(--stroke);
}

.ui-item .av {
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: var(--grad);
	flex-shrink: 0;
}

.ui-item:nth-child(2n) .av {
	background: linear-gradient(140deg, var(--pink), var(--amber));
}

.ui-item .ln {
	height: 7px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .13);
	flex: 1;
}

.ui-item .ln.s {
	max-width: 34%;
}

/* ==========================================================================
   19. Why DreamsAI
   ========================================================================== */

.compare {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 24px;
	align-items: start;
}

.compare-card {
	padding: 34px;
	border-radius: var(--r-lg);
	border: 1px solid var(--stroke);
	background: var(--surface);
}

.compare-card.win {
	position: relative;
	background: linear-gradient(155deg, rgba(139, 92, 255, .2), rgba(224, 48, 208, .07));
	border-color: rgba(139, 92, 255, .4);
	box-shadow: 0 0 70px -26px rgba(139, 92, 255, .8);
}

.compare-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--stroke);
}

.compare-head img {
	width: 34px;
	height: 34px;
}

.compare-head .nm {
	font-family: var(--display);
	font-size: 1.12rem;
	font-weight: 700;
	color: #fff;
}

.compare-head .tag {
	margin-left: auto;
	padding: 5px 12px;
	border-radius: var(--r-pill);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	background: var(--grad);
	color: #fff;
}

.compare-head .tag.dim {
	background: rgba(255, 255, 255, .08);
	color: var(--muted);
}

.compare-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 11px 0;
	font-size: .92rem;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.compare-list li:last-child {
	border-bottom: 0;
}

.compare-list i {
	font-size: 1.05rem;
	margin-top: 3px;
	flex-shrink: 0;
}

.compare-list .yes i {
	color: var(--mint);
}

.compare-list .yes {
	color: #efeeff;
}

.compare-list .no i {
	color: #ff5f6d;
}

.compare-list .no {
	color: var(--muted);
}

/* ==========================================================================
   20. Testimonials
   ========================================================================== */

.tst {
	position: relative;
}

.tst-viewport {
	overflow: hidden;
	padding: 6px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.tst-track {
	display: flex;
	gap: 22px;
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
	will-change: transform;
}

.tst-card {
	flex: 0 0 calc((100% - 44px) / 3);
	padding: 30px;
	border-radius: var(--r-lg);
	background: var(--surface);
	border: 1px solid var(--stroke);
	transition: border-color .3s ease, transform .3s ease;
}

.tst-card:hover {
	border-color: var(--stroke-2);
	transform: translateY(-4px);
}

.tst-stars {
	display: flex;
	gap: 3px;
	color: var(--amber);
	font-size: .88rem;
	margin-bottom: 14px;
}

.tst-card p {
	color: #d5d3ea;
	font-size: .96rem;
	margin-bottom: 22px;
}

.tst-user {
	display: flex;
	align-items: center;
	gap: 12px;
}

.tst-user .av {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--grad);
	color: #fff;
	font-size: .84rem;
	font-weight: 700;
	flex-shrink: 0;
}

.tst-user b {
	display: block;
	color: #fff;
	font-size: .9rem;
	line-height: 1.35;
}

.tst-user span {
	font-size: .78rem;
	color: var(--muted);
}

.tst-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	margin-top: 36px;
}

.tst-nav button {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--surface-2);
	border: 1px solid var(--stroke);
	color: #fff;
	font-size: 1rem;
	transition: background .25s ease, border-color .25s ease;
}

.tst-nav button:hover:not(:disabled) {
	background: var(--grad);
	border-color: transparent;
}

.tst-nav button:disabled {
	opacity: .35;
	cursor: not-allowed;
}

.tst-dots {
	display: flex;
	gap: 7px;
}

.tst-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: var(--r-pill);
	background: rgba(255, 255, 255, .2);
	border: 0;
	transition: width .3s ease, background .3s ease;
}

.tst-dots button.on {
	width: 26px;
	background: var(--grad);
}

/* ==========================================================================
   21. FAQ
   ========================================================================== */

.faq-wrap {
	max-width: 820px;
	margin: 0 auto;
}

.faq-item {
	margin-bottom: 12px;
	border-radius: var(--r);
	background: var(--surface);
	border: 1px solid var(--stroke);
	transition: border-color .3s ease, background .3s ease;
}

.faq-item.open {
	border-color: rgba(139, 92, 255, .42);
	background: rgba(139, 92, 255, .07);
}

.faq-q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 22px 24px;
	text-align: left;
	font-family: var(--display);
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}

.faq-q .ico {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--surface-2);
	border: 1px solid var(--stroke);
	color: var(--violet);
	font-size: .85rem;
	flex-shrink: 0;
	transition: transform .3s ease, background .3s ease, color .3s ease;
}

.faq-item.open .faq-q .ico {
	transform: rotate(45deg);
	background: var(--grad);
	color: #fff;
}

.faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
}

.faq-a p {
	margin: 0;
	padding: 0 24px 22px;
	font-size: .93rem;
}

/* ==========================================================================
   22. CTA
   ========================================================================== */

.cta {
	position: relative;
	padding: 76px 40px;
	border-radius: var(--r-xl);
	text-align: center;
	background: linear-gradient(150deg, rgba(139, 92, 255, .26), rgba(224, 48, 208, .1));
	border: 1px solid var(--stroke-2);
	overflow: hidden;
}

.cta::before {
	content: "";
	position: absolute;
	top: -55%;
	left: 50%;
	width: 760px;
	height: 760px;
	transform: translateX(-50%);
	background: radial-gradient(circle, rgba(139, 92, 255, .55), transparent 62%);
	filter: blur(70px);
	pointer-events: none;
}

.cta>* {
	position: relative;
}

.cta h2 {
	max-width: 680px;
	margin: 0 auto .35em;
}

.cta p {
	max-width: 560px;
	margin: 0 auto 32px;
	font-size: 1.05rem;
}

.cta-btns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 26px;
}

.cta-meta {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
	font-size: .85rem;
	color: var(--body);
}

.cta-meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.cta-meta i {
	color: var(--mint);
}

/* ==========================================================================
   23. Footer
   ========================================================================== */

.site-footer {
	position: relative;
	margin-top: 110px;
	padding: 76px 0 0;
	border-top: 1px solid var(--stroke);
	background: rgba(255, 255, 255, .015);
}

.footer-single {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-bottom: 44px;
}

.footer-single p {
	max-width: 560px;
	margin: 18px 0 26px;
	font-size: .92rem;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 28px;
	margin-bottom: 28px;
}

.footer-links a {
	font-size: .9rem;
	color: var(--body);
}

.footer-links a:hover {
	color: #fff;
}

.social {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.social a {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: var(--surface-2);
	border: 1px solid var(--stroke);
	color: var(--body);
	font-size: .95rem;
	transition: transform .25s ease, background .25s ease, color .25s ease;
}

.social a:hover {
	transform: translateY(-3px);
	background: var(--grad);
	border-color: transparent;
	color: #fff;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 24px 0;
	border-top: 1px solid var(--stroke);
	font-size: .84rem;
	color: var(--muted);
	text-align: center;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom a:hover {
	color: #fff;
}

/* ==========================================================================
   24. Back to top
   ========================================================================== */

.back-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 50;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--grad);
	color: #fff;
	font-size: 1.05rem;
	box-shadow: var(--glow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(14px);
	transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
	transform: none;
}

/* ==========================================================================
   25. Reveal
   ========================================================================== */

.reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .7s cubic-bezier(.4, 0, .2, 1), transform .7s cubic-bezier(.4, 0, .2, 1);
}

.reveal.in {
	opacity: 1;
	transform: none;
}

/* Stagger children of a revealed row */
.reveal-stagger>* {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .6s ease, transform .6s ease;
	transition-delay: calc(var(--i, 0) * 70ms);
}

.reveal-stagger.in>* {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
	}

	.reveal,
	.reveal-stagger>* {
		opacity: 1;
		transform: none;
	}
}

/* ==========================================================================
   26. Responsive
   ========================================================================== */

@media (max-width: 1199.98px) {

	/* Seven links plus the CTA get tight before the mobile nav kicks in at 992px */
	.site-header .inner {
		gap: 12px;
	}

	.nav-links a {
		padding: 9px 10px;
		font-size: .86rem;
	}

	.bento,
	.feat-grid,
	.tf-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.studio-grid,
	.export-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.float-1 {
		left: -14px;
	}

	.float-2 {
		right: -10px;
	}
}

@media (max-width: 991.98px) {

	.section {
		padding: 84px 0;
	}

	.nav-toggle {
		display: grid;
		align-items: center;
	}

	.nav-links {
		position: fixed;
		top: 72px;
		left: 16px;
		right: 16px;
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		padding: 14px;
		border-radius: var(--r);
		background: rgba(11, 10, 24, .97);
		border: 1px solid var(--stroke-2);
		-webkit-backdrop-filter: blur(18px);
		backdrop-filter: blur(18px);
		box-shadow: var(--shadow);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
	}

	.nav-links.open {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.hero {
		padding: 140px 0 80px;
	}

	.mockup {
		transform: none;
	}

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

	.split {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.split.reverse .split-media {
		order: 0;
	}

	.bento,
	.feat-grid,
	.tf-grid,
	.provider-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bento-card.feature,
	.bento-card.wide {
		grid-column: span 2;
	}

	.bento-card.tall {
		grid-row: span 1;
	}

	.flow {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 20px;
	}

	.flow::before,
	.flow-arrow {
		display: none;
	}

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

	.tst-card {
		flex: 0 0 calc((100% - 22px) / 2);
	}

	.editor-main {
		grid-template-columns: 1fr;
	}

	.editor-side {
		border-left: 0;
		border-top: 1px solid var(--stroke);
	}

}

@media (max-width: 767.98px) {

	.section {
		padding: 68px 0;
	}

	.section-head {
		margin-bottom: 42px;
	}

	.hero {
		padding: 124px 0 64px;
	}

	.hero-visual {
		margin-top: 48px;
	}

	.mockup-body {
		padding: 18px;
	}

	.prompt-bar {
		padding: 10px 10px 10px 16px;
	}

	.prompt-bar .go span {
		display: none;
	}

	.float-card {
		display: none;
	}

	.studio-grid,
	.export-grid,
	.provider-grid,
	.bento,
	.feat-grid,
	.tf-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bento-card.feature,
	.bento-card.wide {
		grid-column: span 2;
	}

	.ui-row {
		flex-direction: column;
	}

	.ui-side {
		width: 100%;
		display: flex;
		gap: 6px;
		overflow-x: auto;
	}

	.ui-nav {
		margin-bottom: 0;
		white-space: nowrap;
	}

	.ui-slides {
		grid-template-columns: repeat(2, 1fr);
	}

	.tst-card {
		flex: 0 0 100%;
	}

	.cta {
		padding: 54px 22px;
	}

	.footer-links {
		gap: 10px 18px;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 575.98px) {

	/* Brand + CTA + burger share ~350px here — scale them down so they don't collide */
	.brand {
		font-size: 1.08rem;
	}

	.brand img {
		width: 32px;
		height: 32px;
	}

	.header-cta .btn-c {
		padding: 11px 15px;
		font-size: .84rem;
	}

	.nav-toggle {
		width: 38px;
		height: 38px;
		font-size: 1.05rem;
	}

	.hero-cta .btn-c,
	.cta-btns .btn-c {
		width: 100%;
	}

	.studio-grid,
	.export-grid,
	.provider-grid,
	.bento,
	.feat-grid,
	.tf-grid,
	.flow,
	.gen-grid,
	.ui-tiles,
	.ui-stats {
		grid-template-columns: 1fr;
	}

	.bento-card.feature,
	.bento-card.wide {
		grid-column: span 1;
	}

	.deck-thumbs {
		grid-template-columns: repeat(2, 1fr);
	}
}
