[hidden] { display: none !important; }

:root {
  --ink: #f8f3ff;
  --muted: #b8aac8;
  --purple: #8b4dff;
  --pink: #f44db1;
  --panel: rgba(38, 24, 58, 0.7);
  --line: rgba(255, 255, 255, 0.12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 3%, rgba(127, 59, 255, .22), transparent 28rem),
    radial-gradient(circle at 0 42%, rgba(191, 42, 255, .1), transparent 28rem),
    #0a0610;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-width: 320px;
}
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

main { overflow: hidden; }
.section, .header, footer { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.header {
  height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-bottom: 1px solid rgba(255,255,255,.08); position: relative; z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; font-size: 20px; }
.brand__mark {
  width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; color: #ffd75b;
  background: linear-gradient(145deg, rgba(129,69,219,.44), rgba(50,28,75,.78)); border: 1px solid rgba(203,157,255,.3);
  box-shadow: inset 0 0 14px rgba(181,91,255,.18), 0 8px 28px rgba(84,31,171,.2);
}
.nav { display: flex; gap: 34px; color: #c2b5ce; font-size: 14px; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: white; }
.header__actions { display:flex; align-items:center; gap:9px; }
.button {
  border: 0; color: white; border-radius: 999px; padding: 15px 24px; font-weight: 750; letter-spacing: -.01em;
  background: rgba(255,255,255,.1); transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--small { font-size: 13px; padding: 12px 19px; background: linear-gradient(110deg, #9253ff, #f04daf); box-shadow: 0 8px 26px rgba(197,66,204,.25); }
.button--ghost { background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.13); box-shadow:none; }
.button--primary { background: linear-gradient(110deg, #8b54ff 0%, #ed4eb6 100%); box-shadow: 0 14px 34px rgba(195,58,211,.26), inset 0 1px rgba(255,255,255,.3); }
.button--wide { width: 100%; min-height: 52px; }
.button:disabled { opacity: .7; cursor: wait; }

.hero { min-height: 760px; padding: 90px 0 105px; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 8vw, 110px); align-items: center; position: relative; }
.hero::before { content:""; position:absolute; width: 480px; height:480px; border-radius:50%; right: 0; top: 130px; background: rgba(130,55,255,.16); filter: blur(100px); pointer-events:none; }
.eyebrow { color: #cab7dd; display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: #c266ff; box-shadow: 0 0 14px #c266ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 23px 0 25px; font-size: clamp(54px, 6vw, 82px); line-height: .95; letter-spacing: -.065em; font-weight: 760; }
h1 span, .section-heading h2 span, .final-cta h2 span { color: transparent; background: linear-gradient(95deg, #b77aff, #f15ebb); background-clip: text; -webkit-background-clip: text; }
.hero__lead { max-width: 530px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.trust-row span { font-size: 11px; color: #c7b9d2; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); }
.trust-row span::before { content: "✓"; color: #bc7aff; margin-right: 6px; }

.creator-card { position: relative; z-index: 1; padding: clamp(22px, 3vw, 34px); border: 1px solid rgba(224,191,255,.18); border-radius: 30px; background: linear-gradient(145deg, rgba(73,44,97,.76), rgba(29,17,44,.9)); box-shadow: 0 34px 85px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(20px); }
.card-glow { position:absolute; inset:-1px; border-radius:inherit; box-shadow: 0 0 70px rgba(119,54,255,.15); pointer-events:none; }
.creator-card__head { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin-bottom:18px; }
.creator-card h2 { font-size: 18px; margin: 8px 0 0; letter-spacing: -.025em; }
.step { color:#b886ff; font-size:10px; letter-spacing:.16em; font-weight:800; }
.privacy { font-size:10px; color:#9bd6bb; padding: 7px 10px; border-radius:999px; background:rgba(88,202,145,.08); border:1px solid rgba(115,223,170,.14); }
.dropzone { width:100%; min-height:195px; position:relative; overflow:hidden; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:9px; color:white; border:1px dashed rgba(232,214,245,.4); border-radius:21px; background:rgba(255,255,255,.045); }
.dropzone:hover, .dropzone.is-dragging { background:rgba(151,83,229,.11); border-color:#c587ff; }
.dropzone strong { font-size:14px; }
.dropzone small { color:#a998b7; font-size:11px; }
.upload-icon { width:50px; height:50px; display:grid; place-items:center; border-radius:15px; color:#dbb9ff; font-size:24px; background:rgba(168,102,234,.13); border:1px solid rgba(203,164,242,.2); }
.dropzone.has-photo { min-height:250px; border-style:solid; padding:0; }
.dropzone img { width:100%; height:250px; object-fit:cover; display:block; }
.change-photo { position:absolute; bottom:13px; left:50%; translate:-50%; background:rgba(12,7,18,.78); border:1px solid rgba(255,255,255,.18); border-radius:999px; padding:8px 13px; font-size:11px; backdrop-filter:blur(8px); }
.filename { margin:9px 0 0; color:#b5d9c4; font-size:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.prompt-label { display:block; margin:22px 0 10px; color:#f3eafd; font-size:13px; font-weight:700; }
.prompt-label .step { margin-right:10px; }
textarea { width:100%; min-height:94px; resize:vertical; color:white; line-height:1.5; padding:15px 16px; outline:none; border:1px solid rgba(255,255,255,.12); border-radius:15px; background:rgba(7,4,11,.35); }
textarea::placeholder { color:#887996; }
textarea:focus { border-color:#9a5ced; box-shadow:0 0 0 3px rgba(154,92,237,.1); }
.prompt-chips { display:flex; gap:7px; overflow-x:auto; padding:10px 0 14px; scrollbar-width:none; }
.prompt-chips button { flex:0 0 auto; border:1px solid rgba(255,255,255,.09); border-radius:999px; padding:7px 9px; color:#af9ebb; background:rgba(255,255,255,.035); font-size:9px; }
.prompt-chips button:hover { color:white; border-color:rgba(190,121,255,.45); }
.notice { color:#ffc1db; font-size:11px; margin:0 0 10px; }
.microcopy { text-align:center; color:#8f819c; font-size:9px; margin:10px 0 0; }
.visually-hidden { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }
.spinner { display:inline-block; width:14px; height:14px; margin-right:8px; border:2px solid rgba(255,255,255,.35); border-top-color:white; border-radius:50%; vertical-align:-2px; animation:spin .75s linear infinite; }
@keyframes spin { to { transform:rotate(360deg); } }

.download-strip { margin-top:-64px; margin-bottom:70px; display:flex; justify-content:center; position:relative; z-index:2; }
.download-strip__button { min-width:360px; display:flex; align-items:center; justify-content:center; gap:17px; padding:17px 24px; color:white; border:1px solid rgba(216,181,255,.2); border-radius:22px; background:linear-gradient(135deg,rgba(57,35,77,.92),rgba(28,17,42,.94)); box-shadow:0 18px 45px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.08); transition:transform .2s ease,border-color .2s ease; }
.download-strip__button:hover { transform:translateY(-2px); border-color:rgba(213,160,255,.4); }
.download-strip__icon { width:58px; height:58px; flex:0 0 auto; display:grid; place-items:center; border-radius:17px; color:#ffe17b; font-size:28px; background:linear-gradient(145deg,rgba(139,77,255,.45),rgba(244,77,177,.24)); border:1px solid rgba(221,184,255,.22); box-shadow:0 12px 28px rgba(139,77,255,.18); }
.download-strip__button > span:nth-child(2) { display:flex; flex-direction:column; align-items:flex-start; gap:2px; }
.download-strip__button small { color:#9e8dac; font-size:9px; text-transform:uppercase; letter-spacing:.1em; }
.download-strip__button strong { font-size:17px; letter-spacing:-.02em; }

.section-heading { text-align:center; max-width:680px; margin:0 auto 50px; }
.section-heading--left { text-align:left; margin-left:0; }
.section-heading h2 { font-size:clamp(38px,5vw,60px); line-height:1.04; letter-spacing:-.055em; margin:18px 0; }
.section-heading p { color:var(--muted); line-height:1.7; }
.result { padding: 40px 0 120px; }
.result__grid { display:grid; grid-template-columns:1.2fr .8fr; gap:28px; padding:25px; border:1px solid var(--line); border-radius:30px; background:var(--panel); }
.result-frame { min-height:460px; position:relative; overflow:hidden; border-radius:20px; background:#17101e; user-select:none; }
.result-frame img { width:100%; height:100%; position:absolute; object-fit:cover; filter:saturate(1.18) contrast(1.08) brightness(1.03); pointer-events:none; }
.result-tint { position:absolute; inset:0; background:linear-gradient(135deg,rgba(119,49,255,.2),transparent 50%,rgba(255,48,174,.08)); }
.result-lock { position:absolute; left:50%; bottom:18px; translate:-50%; white-space:nowrap; padding:9px 14px; border-radius:999px; background:rgba(9,5,14,.76); border:1px solid rgba(255,255,255,.18); color:#e0d3eb; font-size:11px; backdrop-filter:blur(10px); }
.result-lock span { color:#ffd75b; }
.result__info { padding:25px 16px; align-self:center; }
.result__label { color:#aa78ed; text-transform:uppercase; letter-spacing:.14em; font-size:10px; font-weight:800; }
.result__info blockquote { margin:14px 0 25px; font-size:22px; line-height:1.35; letter-spacing:-.02em; }
.result__info ul { list-style:none; padding:0; margin:0 0 26px; color:#c2b4ce; line-height:2; font-size:13px; }
.result__info li span { color:#bf7aff; margin-right:8px; }
.result__info small { display:block; text-align:center; color:#85768f; font-size:9px; margin-top:11px; }

.examples { padding:125px 0; }
.examples-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.example { position:relative; min-height:430px; overflow:hidden; border-radius:25px; border:1px solid rgba(255,255,255,.12); isolation:isolate; }
.example::before { position:absolute; content:""; inset:0; background:linear-gradient(180deg,transparent 47%,rgba(7,4,11,.92)); z-index:1; pointer-events:none; }
.example--cinema { background:radial-gradient(circle at 60% 30%, #ffb18b 0, #a45293 24%, transparent 45%), linear-gradient(145deg,#27112b,#5a173b 58%,#110b1c); }
.example--editorial { background:radial-gradient(circle at 45% 23%, #e5c4ff 0,#8462b7 23%,transparent 43%),linear-gradient(155deg,#282334,#6f657b 55%,#14111a); }
.example--fantasy { background:radial-gradient(circle at 60% 24%,#83d9ff 0,#5468d6 20%,transparent 45%),linear-gradient(145deg,#0f253d,#382170 55%,#0d0c1d); }
.example__photo { position:absolute; inset:0; width:300%; height:100%; max-width:none; object-fit:cover; pointer-events:none; }
.example--cinema .example__photo { left:0; object-position:left center; }
.example--editorial .example__photo { left:-100%; object-position:center center; }
.example--fantasy .example__photo { left:-200%; object-position:right center; }
.example__number { position:absolute; z-index:2; top:18px; right:20px; font-size:10px; letter-spacing:.15em; color:rgba(255,255,255,.75); padding:6px 8px; border-radius:999px; background:rgba(7,4,11,.35); backdrop-filter:blur(8px); }
.example__caption { position:absolute; inset:auto 22px 22px; display:flex; justify-content:space-between; align-items:end; gap:10px; z-index:2; }
.example__caption strong { font-size:17px; }
.example__caption span { color:#c7b7cc; font-size:10px; text-align:right; }

.how { padding:125px 0; }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.steps-grid article { min-height:280px; padding:26px; position:relative; border:1px solid var(--line); border-radius:23px; background:linear-gradient(145deg,rgba(57,35,76,.48),rgba(21,13,31,.76)); }
.steps-grid article > b { position:absolute; top:24px; right:25px; font-size:11px; color:#8569a1; letter-spacing:.15em; }
.step-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:16px; color:#e4bdff; background:rgba(145,82,220,.13); border:1px solid rgba(190,129,255,.2); font-size:21px; }
.steps-grid h3 { margin:43px 0 12px; font-size:20px; }
.steps-grid p { color:var(--muted); line-height:1.65; font-size:13px; margin:0; }

.testimonial { margin-top:80px; margin-bottom:100px; max-width:920px; padding:55px 65px; border:1px solid rgba(231,202,255,.16); border-radius:28px; background:linear-gradient(130deg,rgba(84,42,119,.34),rgba(35,20,49,.64)); }
.quote-mark { font:72px/1 Georgia,serif; color:#b774ff; height:42px; }
.testimonial > blockquote { font-size:clamp(24px,3vw,35px); line-height:1.35; letter-spacing:-.035em; margin:15px 0 36px; }
.author { display:flex; align-items:center; gap:13px; }
.author > span { width:40px; height:40px; border-radius:50%; display:grid; place-items:center; background:linear-gradient(145deg,#9358d8,#ef5fb1); font-size:11px; }
.author div { display:flex; flex-direction:column; gap:3px; }
.author strong { font-size:12px; }.author small{font-size:10px;color:#9585a3}.author b{margin-left:auto;color:#ffd567;letter-spacing:3px;font-size:11px}

.faq { padding:110px 0; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { list-style:none; padding:24px 0; cursor:pointer; font-weight:650; display:flex; justify-content:space-between; gap:20px; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { width:26px; height:26px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; color:#bf7aff; transition:transform .2s; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { color:var(--muted); max-width:760px; font-size:14px; line-height:1.7; padding-bottom:24px; margin:0; }

.final-cta { margin-top:100px; margin-bottom:105px; padding:85px 30px; position:relative; text-align:center; border:1px solid rgba(214,173,255,.18); border-radius:34px; background:radial-gradient(circle at 50% 80%,rgba(215,58,208,.2),transparent 36%),linear-gradient(140deg,rgba(100,46,150,.4),rgba(31,17,45,.82)); overflow:hidden; }
.final-cta h2 { font-size:clamp(42px,6vw,70px); line-height:1; letter-spacing:-.06em; margin:20px 0; }
.final-cta > p:not(.eyebrow) { color:var(--muted); margin-bottom:28px; }
.spark { position:absolute; color:#ffd65f; text-shadow:0 0 22px #bb73ff; }.spark--one{left:12%;top:23%;font-size:28px}.spark--two{right:14%;bottom:22%;font-size:18px}
footer { min-height:100px; display:flex; align-items:center; gap:25px; border-top:1px solid var(--line); color:#8f8199; font-size:11px; }
footer .brand { color:white; font-size:16px; } footer .brand__mark{width:30px;height:30px;font-size:13px} footer p{margin:0} footer > span{margin-left:auto}

.modal-backdrop { position:fixed; z-index:100; inset:0; padding:20px; display:grid; place-items:center; background:rgba(5,2,9,.78); backdrop-filter:blur(14px); animation:modal-fade .22s ease-out; }
.app-modal { width:min(500px,100%); position:relative; padding:42px; text-align:center; border:1px solid rgba(224,188,255,.24); border-radius:30px; background:radial-gradient(circle at 50% 0,rgba(154,76,255,.28),transparent 45%),linear-gradient(145deg,#38204c,#160d21); box-shadow:0 40px 120px rgba(0,0,0,.65),0 0 70px rgba(145,52,244,.18); animation:modal-rise .28s ease-out; }
.app-modal__close { position:absolute; top:15px; right:15px; width:34px; height:34px; border-radius:50%; border:1px solid var(--line); background:rgba(255,255,255,.05); color:#cdbed7; font-size:22px; line-height:1; }
.app-modal__icon { width:70px; height:70px; margin:0 auto 22px; display:grid; place-items:center; border-radius:22px; color:#ffd76e; font-size:31px; background:linear-gradient(145deg,rgba(146,78,255,.45),rgba(238,77,180,.25)); border:1px solid rgba(229,191,255,.3); box-shadow:0 18px 45px rgba(147,55,226,.25); }
.app-modal__status { display:inline-flex; align-items:center; gap:7px; color:#acd8be; text-transform:uppercase; letter-spacing:.13em; font-size:9px; font-weight:800; }
.app-modal__status i { width:6px; height:6px; border-radius:50%; background:#75dea0; box-shadow:0 0 12px #75dea0; }
.app-modal h2 { margin:13px 0 16px; font-size:34px; line-height:1.05; letter-spacing:-.045em; }
.app-modal > p { color:#c1b2cd; line-height:1.65; font-size:14px; margin-bottom:22px; }
.app-modal > p strong { color:#fff; }
.app-modal__benefits { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; margin-bottom:24px; }
.app-modal__benefits span { padding:7px 9px; border-radius:999px; border:1px solid var(--line); color:#cbbdd4; background:rgba(255,255,255,.04); font-size:9px; }
.app-modal > small { display:block; margin-top:13px; color:#887a93; font-size:9px; }
.app-modal a.button--wide { display:flex; align-items:center; justify-content:center; }
.app-modal .app-modal__message { margin:13px 0 0; padding:10px; border-radius:12px; color:#d9cce2; background:rgba(255,255,255,.05); font-size:11px; }
@keyframes modal-fade { from{opacity:0} }
@keyframes modal-rise { from{opacity:0;transform:translateY(18px) scale(.98)} }

@media (max-width: 900px) {
  .nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:70px; }
  .hero__copy { text-align:center; }
  .hero__lead { margin-inline:auto; }
  .trust-row { justify-content:center; }
  .creator-card { width:min(620px,100%); margin-inline:auto; }
  .result__grid { grid-template-columns:1fr; }
  .examples-grid { grid-template-columns:repeat(2,1fr); }.example:last-child{grid-column:1/-1}
  .steps-grid { grid-template-columns:1fr; }.steps-grid article{min-height:220px}
}

@media (max-width: 600px) {
  .section, .header, footer { width:min(100% - 24px, var(--max)); }
  .header { height:70px; gap:8px; }.header .button{padding:10px 12px;font-size:10px}.header__actions{gap:6px}.header__actions .button--ghost{display:none}.brand{font-size:17px}.brand__mark{width:32px;height:32px}
  .hero { padding:60px 0 80px; gap:45px; }
  h1 { font-size:clamp(46px,15vw,64px); }
  .hero__lead { font-size:15px; }
  .creator-card { border-radius:23px; padding:17px; }
  .privacy { display:none; }
  .dropzone { min-height:175px; }.dropzone.has-photo,.dropzone img{height:220px;min-height:220px}
  .prompt-chips { margin-right:-17px; }
  .download-strip { margin-top:-46px; margin-bottom:45px; }
  .download-strip__button { min-width:0; width:min(100%,390px); padding:14px 18px; }
  .download-strip__icon { width:52px; height:52px; font-size:25px; }
  .section-heading { margin-bottom:34px; }.section-heading h2{font-size:38px}
  .result { padding-bottom:80px; }.result__grid{padding:12px;border-radius:22px}.result-frame{min-height:340px}.result__info{padding:20px 8px}
  .examples,.how,.faq { padding:85px 0; }
  .examples-grid { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; margin-right:-12px; padding-right:12px; scrollbar-width:none; }
  .example { flex:0 0 84vw; min-height:390px; scroll-snap-align:start; }
  .testimonial { width:calc(100% - 24px); padding:37px 24px; margin-top:45px; }.testimonial>blockquote{font-size:24px}.author b{display:none}
  .final-cta { width:calc(100% - 24px); margin-top:55px; margin-bottom:70px; padding:65px 18px; }.final-cta h2{font-size:42px}.spark{display:none}
  footer { padding:28px 0; flex-wrap:wrap; } footer p{order:3;width:100%} footer>span{margin-left:auto}
  .app-modal{padding:35px 20px 25px;border-radius:24px}.app-modal h2{font-size:29px}.app-modal__icon{width:60px;height:60px;border-radius:19px;margin-bottom:18px}
}

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