:root {
  color-scheme: dark;
  --bg: #090a0d;
  --bg-soft: #0e1015;
  --surface: #14171d;
  --surface-2: #191c23;
  --line: rgba(255, 255, 255, .11);
  --line-strong: rgba(255, 255, 255, .18);
  --text: #f7f5f7;
  --muted: #aaa8b0;
  --accent: #f33f97;
  --accent-soft: #ff72b5;
  --max: 1240px;
  --radius: 16px;
  --shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--text); line-height: 1.08; letter-spacing: -.035em; }
h2 { margin-bottom: 24px; font-size: clamp(2rem, 3.8vw, 3.6rem); }
h3 { margin-bottom: 12px; font-size: 1.25rem; letter-spacing: -.015em; }
p { margin-bottom: 20px; color: var(--muted); }

.container { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section { padding: 120px 0; }
.section-heading { max-width: 720px; margin-bottom: 56px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 680px; margin: 0 auto; }
.eyebrow { margin-bottom: 18px; color: var(--accent-soft); font-size: .76rem; font-weight: 800; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; transform: translateY(-150%); border-radius: 10px; background: white; color: #090a0d; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; border-bottom: 1px solid transparent; background: transparent; backdrop-filter: none; transition: background .22s ease, border-color .22s ease, backdrop-filter .22s ease; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(7, 8, 11, .88); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; min-height: 44px; align-items: center; white-space: nowrap; font-size: 1.18rem; font-weight: 850; letter-spacing: -.04em; }
.brand span, .domain strong, .hero h1 span { color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .88rem; font-weight: 700; }
.main-nav a:not(.button) { display: inline-flex; min-height: 44px; align-items: center; color: #dfdde2; transition: color .2s ease; }
.main-nav a:not(.button):hover { color: var(--accent-soft); }
.language { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: #ddd9df; font-size: .72rem; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; align-items: center; gap: 10px; border: 0; background: transparent; color: white; font-weight: 800; }
.menu-bars { display: grid; gap: 5px; width: 22px; }
.menu-bars i { display: block; width: 100%; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border: 1px solid var(--accent); border-radius: 999px; background: var(--accent); color: white; font-size: .92rem; font-weight: 800; line-height: 1; box-shadow: 0 10px 28px rgba(243, 63, 151, .18); transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #ff54a5; border-color: #ff54a5; box-shadow: 0 14px 34px rgba(243, 63, 151, .28); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding: 12px 20px; font-size: .82rem; }
.button-secondary { border-color: var(--line-strong); background: rgba(13, 15, 20, .65); box-shadow: none; }
.button-secondary:hover { border-color: rgba(255, 255, 255, .38); background: rgba(26, 28, 34, .9); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; color: var(--accent-soft); font-size: .92rem; font-weight: 800; }
.text-link:hover { color: white; }
a:focus-visible, button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.hero { display: flex; min-height: 800px; align-items: center; background-color: #090a0d; background-image: linear-gradient(90deg, rgba(7, 7, 10, .98) 0%, rgba(7, 7, 10, .84) 39%, rgba(7, 7, 10, .22) 70%, rgba(7, 7, 10, .1) 100%), url("../images/hero.webp"); background-position: center center, center center; background-size: cover, cover; background-repeat: no-repeat; }
.hero-content { padding-top: 78px; }
.hero-content > * { max-width: 720px; }
.hero h1 { margin-bottom: 26px; font-size: clamp(2.85rem, 4.4vw, 4.35rem); }
.hero-copy { max-width: 590px; color: #d2cfd4; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.age-note { margin: 20px 0 0; color: #96929a; font-size: .78rem; }

.characters { background: var(--bg-soft); }
.filters { display: flex; justify-content: center; gap: 10px; margin: -24px 0 42px; }
.filter { min-height: 44px; padding: 9px 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; transition: .2s ease; }
.filter:hover, .filter.is-active { border-color: var(--accent); background: var(--accent); color: white; }
.character-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 24px; }
.character-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #101218; transition: transform .22s ease, border-color .22s ease; }
.character-card:hover { transform: translateY(-5px); border-color: rgba(243, 63, 151, .42); }
.character-card.is-expanded { border-color: rgba(243, 63, 151, .48); background: linear-gradient(180deg, #12141a, #0e1015); }
.character-card[hidden] { display: none; }
.character-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #171a21; }
.card-content { display: grid; min-height: 286px; align-content: start; gap: 16px; padding: 22px; }
.card-content h3 { margin-bottom: 8px; }
.card-content p { margin: 0; font-size: .91rem; line-height: 1.6; }
.character-summary p { display: -webkit-box; min-height: 7.2em; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.character-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { width: fit-content; padding: 5px 9px; border: 1px solid var(--line); border-radius: 99px; color: #ccc9cf; font-size: .69rem; line-height: 1.2; }
.character-toggle { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 0; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; color: var(--accent-soft); text-align: left; font-size: .8rem; font-weight: 800; cursor: pointer; }
.character-toggle > span:last-child { display: grid; flex: 0 0 28px; height: 28px; place-items: center; border: 1px solid rgba(243, 63, 151, .38); border-radius: 50%; color: white; font-size: 1.05rem; font-weight: 400; transition: transform .2s ease, background .2s ease; }
.character-toggle[aria-expanded="true"] > span:last-child { transform: rotate(45deg); background: rgba(243, 63, 151, .16); }
.character-details { display: grid; gap: 16px; padding-top: 2px; }
.character-details[hidden] { display: none; }
.character-details p { color: #c5c2c9; font-size: .84rem; line-height: 1.72; }
.character-details .character-hook { padding: 14px; border-left: 2px solid var(--accent); background: rgba(243, 63, 151, .07); color: #ddd9df; }
.character-hook strong { color: var(--accent-soft); }
.character-details a { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; color: var(--accent-soft); font-size: .82rem; font-weight: 800; }
.section-action { margin-top: 48px; text-align: center; }

.intro-section { border-block: 1px solid var(--line); background: #0b0c10; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.7fr; gap: 100px; align-items: start; }
.intro-grid h2 { margin-bottom: 0; }
.prose-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.prose-columns p { margin: 0; }

.steps { background: #0f1116; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; margin: 0; padding: 0; list-style: none; }
.steps-grid li { position: relative; padding-top: 24px; border-top: 1px solid var(--line-strong); }
.steps-grid li:not(:last-child)::after { position: absolute; top: -1px; right: -45px; width: 20px; height: 1px; background: var(--accent); content: ""; }
.step-number { display: inline-block; margin-bottom: 30px; color: var(--accent); font-size: 1.6rem; font-weight: 850; letter-spacing: -.04em; }
.steps-grid p { margin-bottom: 0; }

.feature-tinted { background: var(--surface); }
.feature-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: center; }
.feature-copy { max-width: 600px; }
.feature-copy > p { max-width: 590px; }
.check-list { display: grid; gap: 13px; margin: 30px 0 34px; padding: 0; list-style: none; color: #ddd9df; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { position: absolute; top: .56em; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(243, 63, 151, .12); content: ""; }
.media-panel { overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #111319; box-shadow: var(--shadow); }
.media-panel > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.creator-preview { position: relative; }
.demo-controls { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: rgba(10, 11, 15, .9); backdrop-filter: blur(12px); }
.demo-tabs { display: grid; grid-template-columns: repeat(3, 1fr); padding: 4px; border-radius: 99px; background: #20232b; }
.demo-tabs button { min-height: 44px; border: 0; border-radius: 99px; background: transparent; color: #aaa8b0; font-size: .75rem; cursor: pointer; }
.demo-tabs button.is-active { background: var(--accent); color: white; }
.demo-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.demo-pills button { min-height: 44px; padding: 7px 13px; border: 1px solid var(--line-strong); border-radius: 99px; background: #161820; color: #ddd; font-size: .74rem; cursor: pointer; }
.demo-pills button.is-active { border-color: var(--accent); color: var(--accent-soft); }
.feature-reverse { grid-template-columns: 1.1fr .9fr; }
.chat-media img { aspect-ratio: 16 / 11; object-position: center 16%; }

.styles { background: #0c0d11; }
.style-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.image-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #111319; box-shadow: 0 14px 38px rgba(0, 0, 0, .16); }
.image-card img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; object-position: center 18%; background: #171a21; }
.image-card > div { padding: 28px; }
.image-card p { font-size: .95rem; }
.use-cases { background: var(--bg-soft); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.case-grid .image-card img { aspect-ratio: 3 / 2; }

.image-feature { background: #101218; }
.gallery-panel { display: grid; grid-template-columns: .88fr 1.08fr .88fr; gap: 14px; align-items: center; }
.gallery-panel img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid var(--line); border-radius: 14px; background: #171a21; }
.gallery-panel img:nth-child(2) { transform: translateY(-18px); }

.personality { background: #0b0c10; }
.personality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-block: 1px solid var(--line); }
.personality-grid article { padding: 38px 32px 38px 0; }
.personality-grid article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.personality-grid p { margin: 0; font-size: .92rem; }
.open-icon { display: inline-block; margin-bottom: 24px; color: var(--accent); font-size: .84rem; font-weight: 850; letter-spacing: .08em; }

.transparency { padding: 48px 0; border-block: 1px solid rgba(243, 63, 151, .25); background: #121016; }
.transparency-inner { display: flex; align-items: center; gap: 30px; }
.notice-mark { display: grid; flex: 0 0 64px; height: 64px; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent-soft); font-size: .95rem; font-weight: 850; }
.transparency h2 { margin-bottom: 8px; font-size: 1.55rem; }
.transparency p { max-width: 970px; margin: 0; font-size: .92rem; }

.faq { background: #0d0f13; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; min-height: 68px; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; border: 0; background: transparent; color: var(--text); text-align: left; font-size: 1rem; font-weight: 750; cursor: pointer; }
.faq-item button span { color: var(--accent); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq-item.is-open button span { transform: rotate(45deg); }
.faq-answer p { max-width: 650px; padding: 2px 38px 24px 0; margin: 0; font-size: .94rem; }
.faq-answer a { color: var(--accent-soft); text-decoration: underline; text-underline-offset: 3px; }
.faq-answer a:hover { color: white; }

.final-cta { overflow: hidden; padding: 0; border-top: 1px solid var(--line); background: #111319; }
.final-grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 520px; align-items: center; }
.final-grid > div { padding: 80px 64px 80px 0; }
.final-grid h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.final-grid img { width: calc(100% + max(32px, (100vw - var(--max)) / 2)); max-width: none; height: 100%; min-height: 520px; object-fit: cover; object-position: center 18%; background: #171a21; }

.site-footer { padding: 72px 0 40px; border-top: 1px solid var(--line); background: #08090c; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .75fr) 1fr; gap: 50px; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid h2 { margin-bottom: 18px; font-size: .82rem; letter-spacing: 0; }
.footer-grid nav a { display: inline-flex; min-height: 44px; align-items: center; color: var(--muted); font-size: .82rem; }
.footer-grid nav a:hover { color: var(--accent-soft); }
.footer-brand p, .domain p { margin: 16px 0 0; font-size: .78rem; }
.copyright { color: #6f6d74 !important; }
.domain strong { font-size: .92rem; }

/* Product capability sections */
.product-showcase { position: relative; overflow: hidden; border-block: 1px solid rgba(255, 255, 255, .07); background: #090a0d; }
.product-showcase::before { position: absolute; top: -240px; left: -220px; width: 600px; height: 600px; border-radius: 50%; background: rgba(112, 52, 180, .11); filter: blur(24px); content: ""; pointer-events: none; }
.product-showcase-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 82px; align-items: center; }
.product-showcase-reverse { grid-template-columns: 1.15fr .85fr; }
.product-showcase-copy { max-width: 560px; }
.product-showcase-copy h2 { max-width: 720px; margin-bottom: 28px; font-size: clamp(2.5rem, 4.5vw, 4.25rem); text-transform: uppercase; }
.product-showcase-copy > p:not(.eyebrow) { color: #b8b5bc; font-size: 1.03rem; }
.button-light { border-color: white; background: white; color: #0b0c10; box-shadow: 0 12px 30px rgba(0, 0, 0, .28); }
.button-light:hover { border-color: #f8d9e8; background: #f8d9e8; color: #090a0d; }
.feature-points { display: grid; gap: 0; padding: 0; margin: 34px 0 38px; list-style: none; }
.feature-points li { padding: 17px 0; border-top: 1px solid var(--line); color: #c8c5cc; line-height: 1.55; }
.feature-points li:last-child { border-bottom: 1px solid var(--line); }
.feature-points strong { color: var(--text); }
.feature-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0 38px; }
.feature-tags span { padding: 10px 15px; border: 1px solid var(--line-strong); border-radius: 999px; background: #1b1d22; color: #e1dee4; font-size: .78rem; font-weight: 750; }

.chat-preview-shell { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 24px; background: #111216; box-shadow: 0 34px 90px rgba(0, 0, 0, .42); }
.chat-preview-header { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); background: #17181c; }
.chat-preview-header img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.chat-preview-header strong, .chat-preview-header span { display: block; }
.chat-preview-header strong { margin-bottom: 3px; font-size: .96rem; }
.chat-preview-header div span { color: #8e8b93; font-size: .73rem; }
.chat-tone { padding: 7px 11px; border-radius: 999px; background: rgba(243, 63, 151, .14); color: var(--accent-soft); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.chat-preview-body { display: flex; min-height: 440px; flex-direction: column; gap: 20px; padding: 36px 30px; background: radial-gradient(circle at 80% 5%, rgba(243, 63, 151, .08), transparent 30%), #101115; }
.chat-bubble { max-width: 78%; padding: 17px 20px; margin: 0; border-radius: 17px; color: #e6e3e8; font-size: .9rem; line-height: 1.55; }
.chat-bubble-user { align-self: flex-end; border-bottom-right-radius: 5px; background: #2c2d32; }
.chat-bubble-character { align-self: flex-start; border-bottom-left-radius: 5px; background: #202126; }
.chat-scene-card { width: min(78%, 390px); padding: 16px 18px; border: 1px solid rgba(243, 63, 151, .25); border-radius: 14px; background: linear-gradient(135deg, rgba(243, 63, 151, .12), rgba(41, 28, 49, .36)); }
.chat-scene-card p { margin: 0; }
.chat-scene-card strong, .chat-scene-card span { display: block; }
.chat-scene-card strong { margin-bottom: 4px; color: var(--accent-soft); font-size: .75rem; text-transform: uppercase; }
.chat-scene-card span { color: #d5d2d8; font-size: .8rem; }
.chat-preview-input { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 18px 14px 24px; border-top: 1px solid var(--line); background: #191a1e; }
.chat-preview-input > span { color: #747179; font-size: .86rem; }
.chat-preview-input a { display: inline-flex; min-height: 46px; align-items: center; padding: 10px 17px; border-radius: 999px; background: var(--accent); color: white; font-size: .78rem; font-weight: 800; }

.product-image-generator { background: #0b0c0f; }
.image-generator-demo { min-width: 0; }
.generator-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 220px); gap: 14px; }
.generator-gallery img, .rendering-card { width: 100%; height: 100%; border: 1px solid var(--line); border-radius: 17px; background: #17181d; object-fit: cover; }
.generator-gallery img { object-position: center 18%; }
.generator-gallery img.is-selected { border: 3px solid var(--accent); }
.rendering-card { display: grid; place-content: center; padding: 22px; text-align: center; }
.rendering-card strong { color: var(--accent-soft); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.rendering-card span { max-width: 150px; margin-top: 7px; color: #8c8991; font-size: .74rem; line-height: 1.4; }
.generator-prompt { padding: 22px 24px; margin-top: 16px; border: 1px solid var(--line-strong); border-radius: 18px; background: #1b1c21; box-shadow: 0 28px 70px rgba(0, 0, 0, .3); }
.generator-prompt p { margin-bottom: 18px; color: #d8d5dc; font-size: .88rem; }
.generator-prompt > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.generator-prompt span { color: #89868e; font-size: .73rem; }
.generator-prompt a { display: inline-flex; min-height: 44px; align-items: center; padding: 10px 18px; border-radius: 999px; background: var(--accent); color: white; font-size: .76rem; font-weight: 800; }

.product-video { background: #08090b; }
.video-preview-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 24px; background: #15161a; box-shadow: 0 34px 90px rgba(0, 0, 0, .42); }
.video-preview-card::after { position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(4, 4, 6, .88)); content: ""; pointer-events: none; }
.video-preview-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 20%; }
.video-label { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; background: rgba(7, 8, 10, .7); color: white; font-size: .7rem; font-weight: 800; backdrop-filter: blur(10px); }
.video-preview-button { position: absolute; z-index: 2; top: 50%; left: 50%; display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; transform: translate(-50%, -50%); border: 1px solid rgba(255, 255, 255, .45); border-radius: 999px; background: rgba(10, 10, 12, .66); color: white; font-size: .82rem; font-weight: 800; backdrop-filter: blur(12px); }
.video-preview-button:hover { background: var(--accent); }
.video-timeline { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: flex; align-items: center; gap: 12px; color: #dfdce2; font-size: .7rem; }
.video-timeline i { flex: 1; height: 4px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, .3); }
.video-timeline b { display: block; width: 42%; height: 100%; border-radius: inherit; background: var(--accent); }

.pricing { border-block: 1px solid var(--line); background-color: #0b0b10; background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px), radial-gradient(circle at 15% 15%, rgba(105, 50, 168, .17), transparent 35%); background-size: 92px 92px, 92px 92px, auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 38px 32px 32px; border: 1px solid var(--line-strong); border-radius: 26px; background: rgba(23, 23, 30, .88); box-shadow: 0 24px 60px rgba(0, 0, 0, .18); }
.price-card-featured { border-color: rgba(204, 76, 244, .68); background: linear-gradient(145deg, rgba(48, 23, 57, .94), rgba(31, 20, 44, .92)); box-shadow: 0 26px 72px rgba(126, 36, 154, .22); }
.popular-label { position: absolute; top: 0; left: 50%; padding: 8px 18px; transform: translate(-50%, -50%); border-radius: 999px; background: linear-gradient(90deg, #aa4deb, var(--accent)); color: white; white-space: nowrap; font-size: .72rem; font-weight: 850; }
.plan-name { margin-bottom: 20px; color: white; font-size: 1.18rem; font-weight: 850; }
.plan-price { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.plan-price strong { color: #bd5cff; font-size: clamp(2.7rem, 4vw, 4rem); line-height: 1; letter-spacing: -.06em; }
.price-card-featured .plan-price strong { color: var(--accent-soft); }
.plan-price span { color: #d69bea; font-size: .8rem; }
.plan-intro { min-height: 5.4em; color: #aaa7af; font-size: .89rem; line-height: 1.6; }
.price-card ul { display: grid; gap: 0; padding: 0; margin: 18px 0 30px; list-style: none; }
.price-card li { padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, .08); color: #c8c5cd; font-size: .86rem; line-height: 1.45; }
.price-card li:last-child { border-bottom: 1px solid rgba(255, 255, 255, .08); }
.plan-button { display: inline-flex; width: 100%; min-height: 52px; align-items: center; justify-content: center; padding: 13px 18px; margin-top: auto; border: 1px solid var(--line-strong); border-radius: 14px; background: #292a32; color: white; font-size: .85rem; font-weight: 850; }
.plan-button:hover { border-color: rgba(255, 255, 255, .34); background: #33343d; }
.plan-button-primary { border-color: transparent; background: linear-gradient(90deg, #ac4df0, var(--accent)); }
.plan-button-primary:hover { border-color: transparent; background: linear-gradient(90deg, #bb63f3, #ff55a7); }
.affiliate-disclosure { max-width: 860px; margin: 28px auto 0; color: #85818c; font-size: .72rem; line-height: 1.6; text-align: center; }

/* Legal pages */
.legal-page .site-header { border-color: var(--line); background: rgba(7, 8, 11, .94); backdrop-filter: blur(18px); }
.legal-hero { position: relative; overflow: hidden; padding: 170px 0 92px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 18%, rgba(243, 63, 151, .18), transparent 32%), linear-gradient(135deg, #12131a 0%, #090a0d 68%); }
.legal-hero::after { position: absolute; right: max(32px, calc((100vw - var(--max)) / 2)); bottom: -82px; width: 260px; height: 260px; border: 1px solid rgba(243, 63, 151, .24); border-radius: 50%; content: ""; }
.legal-hero h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(2.7rem, 6vw, 5.3rem); }
.legal-hero .legal-lead { max-width: 760px; margin-bottom: 0; color: #d1ced4; font-size: 1.08rem; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; color: #85828b; font-size: .8rem; }
.legal-shell { display: grid; grid-template-columns: 260px minmax(0, 820px); gap: 90px; align-items: start; padding-top: 96px; padding-bottom: 120px; }
.legal-shell-simple { grid-template-columns: minmax(0, 820px); }
.legal-toc { position: sticky; top: 110px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #101218; }
.legal-toc strong { display: block; margin-bottom: 14px; color: var(--text); font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.legal-toc a { display: flex; min-height: 42px; align-items: center; border-top: 1px solid rgba(255, 255, 255, .07); color: var(--muted); font-size: .82rem; line-height: 1.35; }
.legal-toc a:hover { color: var(--accent-soft); }
.legal-content { min-width: 0; }
.legal-summary { padding: 30px; margin-bottom: 58px; border: 1px solid rgba(243, 63, 151, .34); border-radius: var(--radius); background: linear-gradient(135deg, rgba(243, 63, 151, .1), rgba(20, 23, 29, .72)); }
.legal-summary h2 { margin-bottom: 14px; font-size: 1.5rem; }
.legal-summary p:last-child { margin-bottom: 0; }
.legal-section { padding: 0 0 46px; margin-bottom: 46px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-section h2 { margin-bottom: 20px; font-size: clamp(1.75rem, 3vw, 2.45rem); }
.legal-section h3 { margin-top: 30px; font-size: 1.08rem; }
.legal-section p, .legal-section li { color: #b9b6bd; }
.legal-section ul { display: grid; gap: 10px; padding-left: 22px; }
.legal-section a { color: var(--accent-soft); text-decoration: underline; text-underline-offset: 4px; }
.legal-section a:hover { color: white; }
.legal-callout { padding: 22px 24px; margin: 26px 0; border-left: 3px solid var(--accent); background: #13151b; }
.legal-callout p:last-child { margin-bottom: 0; }
.legal-placeholder { display: inline-block; padding: 2px 7px; border: 1px dashed rgba(255, 114, 181, .55); border-radius: 6px; color: #ffd0e6; background: rgba(243, 63, 151, .08); }
.legal-back { margin-top: 54px; }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; font-size: .78rem; }
  .section { padding: 104px 0; }
  .feature-grid { gap: 56px; }
  .intro-grid, .faq-grid { gap: 64px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, .8fr); }
  .domain { grid-column: 1 / -1; }
  .product-showcase-grid { gap: 52px; }
  .generator-gallery { grid-template-rows: repeat(2, 180px); }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 48px), var(--max)); }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; top: 78px; right: 0; left: 0; display: flex; max-height: calc(100vh - 78px); flex-direction: column; align-items: stretch; gap: 0; padding: 22px 24px 30px; transform: translateY(-12px); border-bottom: 1px solid var(--line); background: rgba(8, 9, 12, .98); opacity: 0; overflow-y: auto; pointer-events: none; transition: .2s ease; }
  .main-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a:not(.button), .language { display: flex; width: 100%; min-height: 50px; align-items: center; border-bottom: 1px solid var(--line); border-radius: 0; }
  .main-nav .button { margin-top: 18px; }
  .hero { min-height: 720px; background-image: linear-gradient(90deg, rgba(7, 7, 10, .97) 0%, rgba(7, 7, 10, .8) 50%, rgba(7, 7, 10, .28) 100%), url("../images/hero.webp"); background-position: center center, 58% center; }
  .character-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .steps-grid { gap: 42px; }
  .steps-grid li:not(:last-child)::after { display: none; }
  .feature-grid, .feature-reverse { grid-template-columns: 1fr; }
  .feature-copy { max-width: 680px; }
  .feature-reverse .feature-copy { order: -1; }
  .style-grid { gap: 20px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-grid .image-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .case-grid .image-card img { height: 100%; aspect-ratio: auto; }
  .personality-grid { grid-template-columns: repeat(2, 1fr); }
  .personality-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .personality-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .final-grid { grid-template-columns: 1fr; }
  .final-grid > div { padding: 80px 0 60px; }
  .final-grid img { width: 100%; min-height: 400px; border-radius: var(--radius) var(--radius) 0 0; }
  .legal-shell { grid-template-columns: 1fr; gap: 48px; }
  .legal-toc { position: static; }
  .legal-toc nav { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 24px; }
  .product-showcase-grid, .product-showcase-reverse { grid-template-columns: 1fr; }
  .product-showcase-reverse .product-showcase-copy { order: -1; }
  .product-showcase-copy { max-width: 720px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; gap: 34px; }
  .plan-intro { min-height: 0; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: calc(100% - 40px); }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 42px; }
  .site-header { height: 70px; }
  .main-nav { top: 70px; max-height: calc(100vh - 70px); }
  .menu-label { display: none; }
  .hero { min-height: 820px; align-items: flex-end; background-image: linear-gradient(0deg, rgba(7, 7, 10, .99) 0%, rgba(7, 7, 10, .84) 44%, rgba(7, 7, 10, .3) 64%, rgba(7, 7, 10, .04) 100%), url("../images/hero-mobile.webp"); background-position: center center, center 48px; background-size: cover, cover; }
  .hero-content { padding-top: 290px; padding-bottom: 34px; }
  .hero h1 { font-size: clamp(2.2rem, 10vw, 3.1rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; margin-top: 22px; }
  .hero-actions .button { width: 100%; }
  .filters { justify-content: flex-start; padding-bottom: 6px; margin-bottom: 30px; overflow-x: auto; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .character-grid { display: flex; gap: 16px; margin-right: -20px; padding-right: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .character-grid::-webkit-scrollbar { display: none; }
  .character-card { flex: 0 0 min(82vw, 320px); scroll-snap-align: start; }
  .character-card[hidden] { display: none; }
  .character-summary p { min-height: 5.4em; -webkit-line-clamp: 3; }
  .prose-columns { grid-template-columns: 1fr; gap: 24px; }
  .steps-grid { grid-template-columns: 1fr; gap: 0; }
  .steps-grid li { padding: 30px 0 30px 72px; }
  .step-number { position: absolute; top: 28px; left: 0; margin: 0; }
  .feature-grid { gap: 44px; }
  .demo-controls { position: static; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: #111319; }
  .style-grid { grid-template-columns: 1fr; }
  .case-grid .image-card { display: block; }
  .case-grid .image-card img { height: auto; aspect-ratio: 3 / 2; }
  .gallery-panel { gap: 8px; }
  .gallery-panel img { border-radius: 10px; }
  .gallery-panel img:nth-child(2) { transform: translateY(-10px); }
  .personality-grid { grid-template-columns: 1fr; }
  .personality-grid article, .personality-grid article + article { padding: 30px 0; border-left: 0; border-top: 1px solid var(--line); }
  .personality-grid article:first-child { border-top: 0; }
  .transparency-inner { align-items: flex-start; }
  .notice-mark { flex-basis: 54px; height: 54px; }
  .final-grid img { min-height: 280px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 30px; }
  .footer-brand, .domain { grid-column: 1 / -1; }
  .legal-hero { padding: 132px 0 72px; }
  .legal-hero h1 { font-size: clamp(2.1rem, 9vw, 3rem); overflow-wrap: anywhere; hyphens: auto; }
  .legal-shell { padding-top: 64px; padding-bottom: 80px; }
  .legal-summary { padding: 24px; }
  .product-showcase-grid { gap: 42px; }
  .product-showcase-copy h2 { font-size: clamp(2.2rem, 10vw, 3.1rem); }
  .chat-preview-header { grid-template-columns: 44px minmax(0, 1fr); padding: 16px; }
  .chat-preview-header img { width: 44px; height: 44px; }
  .chat-tone { grid-column: 1 / -1; width: fit-content; }
  .chat-preview-body { min-height: 360px; padding: 24px 18px; }
  .chat-bubble { max-width: 91%; padding: 15px 16px; font-size: .83rem; }
  .chat-scene-card { width: 91%; }
  .chat-preview-input { padding: 12px 14px; }
  .chat-preview-input > span { max-width: 52%; }
  .generator-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 180px); gap: 9px; }
  .generator-gallery img, .rendering-card { border-radius: 12px; }
  .generator-prompt { padding: 18px; }
  .generator-prompt > div { align-items: stretch; flex-direction: column; }
  .generator-prompt a { justify-content: center; }
  .video-preview-card img { aspect-ratio: 4 / 5; object-position: center 18%; }
  .video-preview-button { width: max-content; max-width: calc(100% - 40px); }
  .price-card { padding: 34px 24px 26px; border-radius: 20px; }
}

@media (max-width: 420px) {
  .section { padding: 72px 0; }
  h2 { font-size: clamp(1.9rem, 9vw, 2.45rem); }
  .hero { min-height: 800px; background-position: center center, center 48px; background-size: cover, cover; }
  .hero h1 { font-size: clamp(2.05rem, 9.5vw, 2.5rem); }
  .hero-content { padding-top: 280px; padding-bottom: 30px; }
  .card-content { min-height: 266px; }
  .section-action .button, .feature-copy .button { width: 100%; }
  .transparency-inner { display: block; }
  .notice-mark { margin-bottom: 22px; }
  .final-grid > div { padding: 68px 0 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .domain { grid-column: auto; }
  .legal-toc nav { grid-template-columns: 1fr; }
  .product-showcase-copy .button { width: 100%; }
  .feature-tags { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
