/* Homepage presentation only; copy and application behavior live in index.html. */
:root { color-scheme: dark; --home-bg:#060a12; --home-panel:#101722; --home-muted:#a7afc1; }
body { background:var(--home-bg); color:#f5f6fc; -webkit-font-smoothing:antialiased; }
body > .fixed.inset-0 { opacity:.32; }
#navbar { padding:16px 0; background:rgba(6,10,18,.88); backdrop-filter:blur(20px); border-bottom:1px solid #ffffff0c; }
#navbar > div, main .max-w-7xl, footer .max-w-7xl { max-width:1180px; }
#navbar > div > div:first-child > div { width:30px; height:30px; border-radius:9px; }
#navbar > div > div:first-child > span { color:#c3b4ff; letter-spacing:-1px; }
#navbar a { font-size:12px; }
main > section { padding-top:64px; padding-bottom:64px; scroll-margin-top:78px; }
main h2 { font-size:clamp(26px,3vw,38px); line-height:1.18; letter-spacing:-1.1px; text-wrap:balance; margin-bottom:16px; }
main h3 { text-wrap:balance; }
main p { text-wrap:pretty; }
main .text-zinc-400, footer .text-zinc-400 { color:var(--home-muted); }
main .text-center.mb-16 { margin-bottom:36px; }
main .text-center > span.tracking-widest { font-size:10px; letter-spacing:.16em; color:#aa9bea; margin-bottom:12px; }
main .text-center > p { font-size:15px; line-height:1.65; }
main > section:first-child { min-height:660px; max-width:1280px; margin:auto; padding:140px 50px 80px; display:grid; grid-template-columns:1.1fr 1fr; gap:24px; text-align:left; }
main > section:first-child > div:first-child { position:relative; z-index:2; margin:0; }
main h1 { font-size:clamp(36px,3.7vw,54px); line-height:1.08; letter-spacing:-1.8px; font-weight:900; text-wrap:balance; }
main > section:first-child p { font-size:15px; line-height:1.75; max-width:490px; margin-top:22px; }
main > section:first-child .inline-flex { padding:7px 12px; font-size:10px; margin-bottom:0; color:#c8c9ed; background:#172033; box-shadow:none; }
main > section:first-child .pt-8 { justify-content:flex-start; align-items:stretch; padding-top:0; gap:12px; flex-wrap:wrap; }
main > section:first-child a { padding:15px 18px; font-size:12px; border-radius:10px; }
main a.bg-gradient-to-r, #navbar a.bg-gradient-to-r { background:linear-gradient(110deg,#793af3,#246aff); box-shadow:0 6px 24px #6337ed35,inset 0 1px #ffffff26; }
#features { background:#0a1019; }
#features .grid { gap:16px; }
#features .grid > div { padding:24px; border-radius:14px; background:linear-gradient(130deg,#141c29,#0c121c); border-color:#ffffff0d; display:grid; grid-template-columns:42px 1fr; column-gap:16px; align-content:start; }
#features .grid > div > div { width:42px; height:46px; border-radius:10px; grid-row:1 / 3; margin:0; background:#7854ed12; border:1px solid #9566ff26; color:#b68aff; }
#features .grid svg { width:22px; height:22px; }
#features h3 { font-size:15px; line-height:1.4; margin:0 0 8px; }
#features .grid p { font-size:12px; line-height:1.7; }
#examples { background:#060a11; }
#gallery-container { max-width:1320px; margin:auto; }
#gallery-container img { filter:saturate(.87); }
#gallery-row-1 > div, #gallery-row-2 > div { width:158px; border-radius:12px; }
#gallery-container:hover .animate-marquee, #gallery-container:hover .animate-marquee-reverse { animation-play-state:paused; }
#examples > div:last-child a { display:inline-flex; padding:12px 20px; font-size:12px; border-radius:10px; }
#styles { border-top:1px solid #ffffff08; }
#styles-container { gap:16px; }
#styles-container > a { aspect-ratio:2 / 1; border-radius:13px; }
#styles-container h3 { font-size:16px; }
#how-it-works { background:#0a1019; border-block:1px solid #ffffff08; }
#how-it-works .w-24 { width:58px; height:58px; font-size:23px; margin-bottom:20px; color:#d0bdff; background:#100d21; box-shadow:inset 0 0 16px #743cf333,0 0 18px #6632cf22; }
#how-it-works .absolute { top:29px; }
#how-it-works h3 { font-size:16px; }
#how-it-works .grid p { font-size:13px; }
#pricing { background:#080d16; }
#pricing .grid { align-items:stretch; gap:20px; }
#pricing .grid > div { border-radius:16px; padding:28px; display:flex; flex-direction:column; background:#101722; }
#pricing .grid > div:nth-child(2) { background:radial-gradient(ellipse at top,#35235b,#111522 70%); box-shadow:0 0 30px #7844eb20; }
#pricing .grid > div > a { margin-top:auto; border-radius:10px; font-size:14px; }
#pricing h3 { font-size:21px; }
#pricing li { font-size:14px; }
#testimonials .grid { gap:16px; }
#testimonials .grid > div { padding:24px; border-radius:14px; background:#101722; border-color:#ffffff0c; }
#testimonials .grid p { font-size:13px; line-height:1.75; }
#testimonials .w-14 { width:40px; height:40px; font-size:14px; }
#faq { background:#090e17; }
#faq > div { max-width:1132px; }
#faq h2 { max-width:690px; margin-inline:auto; }
#faq .space-y-4 { display:grid; grid-template-columns:1fr 1fr; gap:10px 16px; align-items:start; }
#faq .space-y-4 > * { margin:0; }
.faq-item { border-radius:9px; background:#121a26; border-color:#ffffff08; }
.faq-item button { padding:16px 18px; gap:16px; }
.faq-item button span { font-size:13px; line-height:1.5; }
.faq-item button svg { flex-shrink:0; width:16px; }
.faq-content > div { font-size:13px; padding:0 18px 18px; }
.faq-item.open .faq-content { max-height:none; }
main > section:last-child { margin:40px auto; max-width:1132px; border:1px solid #7958d44d; border-radius:22px; padding:48px; text-align:left; background:radial-gradient(ellipse at 85% 10%,#36277466,transparent 60%),linear-gradient(120deg,#101323,#091124); display:grid; grid-template-columns:1.4fr 1fr; column-gap:40px; align-items:center; }
main > section:last-child > .absolute { pointer-events:none; }
main > section:last-child h2 { font-size:32px; position:relative; }
main > section:last-child p { grid-column:1; font-size:15px; margin:0; position:relative; }
main > section:last-child a { grid-column:2; grid-row:1 / 3; justify-self:end; padding:17px 25px; border-radius:12px; font-size:15px; position:relative; }
footer { background:#060a12!important; padding-top:48px!important; }
footer p { font-size:13px; }
footer h4 { font-size:14px!important; }
a, button { transition:background-color .2s,box-shadow .2s,transform .2s; }
a:focus-visible, button:focus-visible { outline:2px solid #b39bff!important; outline-offset:5px; }
a:active, button:active { transform:translateY(1px); }
@media(min-width:768px) and (max-width:1050px) { #navbar a[href^="mailto:"]:first-child { display:none; } main > section:first-child { padding-inline:28px; }  }
@media(max-width:767px) {
 #navbar { padding:12px 0; } #navbar > div { padding-inline:18px; } #navbar > div > div:last-child { gap:12px; }
 main > section { padding:44px 20px; } main h2 { letter-spacing:-.6px; } main .text-center.mb-16 { margin-bottom:26px; }
 main > section:first-child { padding:108px 22px 42px; grid-template-columns:1fr; gap:24px; min-height:0; }
 main h1 { font-size:clamp(32px,7.5vw,48px); letter-spacing:-1px; }
 main > section:first-child p { font-size:14px; } main > section:first-child .pt-8 { margin-top:22px; }
 main > section:first-child a { width:100%; padding:14px; }

 #features .grid > div { padding:20px; } #features .grid { gap:12px; }
 #gallery-row-1 > div, #gallery-row-2 > div { width:130px; }
 #styles-container { gap:12px; } #styles-container > a { aspect-ratio:3 / 4; } #styles-container h3 { font-size:14px; }
 #how-it-works .grid { grid-template-columns:1fr 1fr; gap:28px 18px; } #how-it-works .grid p { font-size:12px; }
 #pricing .grid { gap:28px; } #faq .space-y-4 { grid-template-columns:1fr; }
 main > section:last-child { margin:24px 16px; padding:30px 24px; display:block; } main > section:last-child h2 { font-size:28px; } main > section:last-child a { margin-top:24px; }
 footer { padding-inline:22px!important; } footer .grid { gap:30px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto!important; } *,*::before,*::after { animation:none!important; transition:none!important; } }

/* Keep intrinsic text and decorative glows inside the responsive columns. */
main > section:first-child { overflow:clip; }
main > section:first-child > div { min-width:0; }
#gallery-row-1 > div > img, #gallery-row-2 > div > img, #styles-container > a > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }

.hero-artwork { width:112%; margin-left:-6%; }
.hero-artwork img { display:block; width:100%; height:auto; mask-image:radial-gradient(ellipse at center,#000 56%,transparent 73%); }
@media(max-width:767px) { .hero-artwork { width:100%; max-width:440px; margin:0 auto; } }
