/* Sales-page setting. Existing app palette and product media are preserved. */
.garden-theme { background: #090b15; }
.garden-theme body { background: transparent; isolation: isolate; --dim: #b1b1c5; --faint: #9292aa; }
.moonlit-garden { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; contain: strict; background: #090b15; }
.garden-scene { position: absolute; top: 0; left: 0; width: 100%; height: max(230lvh, 200vw); will-change: transform; }
.garden-scene picture, .garden-scene img { display: block; width: 100%; height: 100%; }
.garden-scene img { object-fit: fill; }
.garden-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(9,11,21,.06),rgba(9,11,21,.45) 22%,rgba(9,11,21,.62) 50%,rgba(9,11,21,.42) 78%,rgba(9,11,21,.06)); }
.garden-mist { position: absolute; inset: -10%; opacity: .38; background: radial-gradient(ellipse at 14% 60%,rgba(121,109,190,.12),transparent 36%),radial-gradient(ellipse at 90% 35%,rgba(108,144,214,.1),transparent 40%); }
.garden-fireflies { position: absolute; inset: 0; opacity: var(--firefly-visibility,.15); }
.garden-fireflies i { position: absolute; left: var(--x); top: var(--y); width: 3px; height: 3px; border-radius: 50%; background: #f4e6ab; box-shadow: 0 0 6px 2px #e9d49166,0 0 20px 5px #d2b6f522; animation: garden-drift var(--d) ease-in-out var(--delay) infinite; }
@keyframes garden-drift { 0%,100% { opacity: .1; transform: translate3d(0,12px,0); } 35% { opacity: .85; } 60% { opacity: .25; transform: translate3d(var(--drift),-22px,0); } 80% { opacity: .6; } }
.garden-bird { position: absolute; left: 0; top: 14%; width: 50px; height: 25px; color: #030610; opacity: 0; }
.garden-bird svg { width: 100%; height: 100%; filter: drop-shadow(0 0 1px #737cad55); }
.bird-wing-left,.bird-wing-right { transform-origin: 40px 23px; }
.is-flying .bird-wing-left { animation: garden-wing-left .55s ease-in-out infinite alternate; }
.is-flying .bird-wing-right { animation: garden-wing-right .55s ease-in-out infinite alternate; }
@keyframes garden-wing-left { to { transform: rotate(-19deg) scaleY(.55); } }
@keyframes garden-wing-right { to { transform: rotate(19deg) scaleY(.55); } }
.moonlit-garden.is-paused * { animation-play-state: paused !important; }
.garden-motion { position: fixed; z-index: 45; bottom: 18px; left: 18px; width: 44px; height: 44px; border: 1px solid #c1b6e933; border-radius: 50%; display: grid; place-items: center; color: #c0bad3; background: #0b0d18e6; cursor: pointer; transition: color .2s,border-color .2s; }
.garden-motion[hidden] { display: none; }
.garden-motion:hover { color: white; border-color: #b6a4e599; }
.garden-motion svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.garden-play-icon,.garden-motion[aria-pressed="true"] .garden-pause-icon { display: none; }
.garden-motion[aria-pressed="true"] .garden-play-icon { display: block; }
.garden-theme .nav { background: #0a0b15db; border-bottom-color: #b5a4e31c; }
.garden-theme .hero, .garden-theme .vc-page .vc-hero { background: transparent; border-bottom: 0; padding: 72px 0 80px; }
.garden-theme .hero::before { display: none; }
.garden-theme .hero > .container, .garden-theme .vc-hero > .container { max-width: 1240px; }
.garden-theme .hero-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 64px; min-height: 590px; }
.garden-theme .hero h1 { font-size: clamp(2.6rem,5.2vw,4.5rem); letter-spacing: -.055em; line-height: 1.045; margin: 20px 0 24px; text-wrap: balance; }
.garden-theme .hero .sub { max-width: none; font-size: 1.16rem; line-height: 1.7; color: #c2bed2; }
.garden-theme .grad-text { background-image: linear-gradient(105deg,#7795ff,#aa85f8 55%,#e9a1dc); }
.garden-theme .eyebrow { color: #b29bef; font-size: .7rem; letter-spacing: .16em; }
.garden-theme .hero-ctas { gap: 12px; margin-top: 28px; }
.garden-theme .hero-ctas .btn { min-height: 50px; }
.garden-theme .hero-ctas .btn:last-child:not(:first-child) { background: transparent; border-color: transparent; padding-inline: 10px; color: #bdb7cf; }
.garden-theme .hero-meta { margin-top: 24px; letter-spacing: .07em; line-height: 1.9; }
.garden-theme .hero-demo { position: relative; max-width: 420px; width: 100%; justify-self: end; }
.garden-theme .hero-demo::before { content: ''; position: absolute; inset: -13px -13px 44px; border: 1px solid #c8b9fa30; border-radius: 27px; pointer-events: none; }
.garden-theme .hero-demo .compare { border-radius: 18px; border-color: #b8a5ee50; box-shadow: 0 25px 70px #0007,0 0 70px #7c5cff14; }
.garden-theme .hero-demo .compare-note { font-size: .76rem; line-height: 1.6; color: #b8b1ca; margin-top: 17px; }
.garden-theme .section, .garden-theme .vc-section { padding: 92px 0; background: transparent; border: 0; }
.garden-theme .section > .container, .garden-theme .vc-section > .container { position: relative; }
.garden-theme .section + .section > .container::before, .garden-theme .vc-section + .vc-section > .container::before { content: ''; position: absolute; top: -92px; left: 24px; right: 24px; height: 1px; background: linear-gradient(90deg,transparent,#c0b0e629,transparent); }
.garden-theme .section h2,.garden-theme .vc-page h2 { font-size: clamp(1.9rem,3.4vw,3rem); letter-spacing: -.04em; line-height: 1.14; text-wrap: balance; }
.garden-theme .section .lede { max-width: none; color: #b9b5c9; }
.garden-theme #demo .compare-wrap { margin-top: 32px; }
.garden-theme .compare { border-color: #ae9fd83d; }
.garden-theme .demo-crop-label { margin-top: 66px; }
.garden-theme .demo-stat { margin-top: 25px; }
.garden-theme .card,.garden-theme .vc-feature,.garden-theme .vc-requirements,.garden-theme .vc-free { background: linear-gradient(140deg,#171623ee,#10121fe8); border-color: #b0a0db29; }
.garden-theme .card::before { background: linear-gradient(90deg,#93a0df,#bca1dc); }
.garden-theme .card:hover { border-color: #bba9e45e; box-shadow: 0 12px 35px #0004; }
.garden-theme .vc-crosslink { background: #111320c9; border-color: #bba8e12b; padding: 22px 28px; }
.garden-theme .vc-crosslink-band { margin: 0; }
.garden-theme .protected { padding: 54px 0; }
.garden-theme .protected .container { max-width: 950px; text-align: center; }
.garden-theme .protected p { margin-inline: auto; }
.garden-theme .protected .chips { justify-content: center; }
.garden-theme .protected .chips span { background: #171626d9; }
.garden-theme #previews .pv-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.garden-theme #previews .pv-thumb { background: #10111edd; border-color: #b3a1dd38; }
.garden-theme #how .pipeline { background: #0e101abb; padding: 32px 22px; border: 1px solid #b4a1df25; border-radius: 22px; }
.garden-theme #features .cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
.garden-theme #features .card { padding: 28px; }
.garden-theme #features .card:first-child { grid-column: 1/-1; max-width: none; }
.garden-theme #features .card:first-child p { max-width: none; }
.garden-theme #buy { padding-top: 100px; padding-bottom: 130px; background: radial-gradient(ellipse at 50% 55%,#736caa13,transparent 65%); }
.garden-theme #buy > .container > .eyebrow,.garden-theme #buy > .container > h2 { display: block; text-align: center; }
.garden-theme #buy .eyebrow::before { display: none; }
.garden-theme #buy .buy-card { background: linear-gradient(155deg,#262137f5,#131423f7); border-color: #b29be878; box-shadow: 0 24px 90px #0005,0 0 60px #9f8bdd0d; }
.garden-theme #buy .demo-card { background: #12131fea; border-color: #b19bdc38; }
.garden-theme .faq details { background: #11121fe8; border-color: #ae9bcc2d; }
.garden-theme .footer { background: #090b14b8; border-color: #bba8e129; padding-bottom: 90px; }
.garden-theme .vc-hero-grid { grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 50px; min-height: 550px; }
.garden-theme .vc-page h1 { font-size: clamp(2.6rem,4.6vw,4rem); line-height: 1.08; letter-spacing: -.05em; text-wrap: balance; }
.garden-theme .vc-intro { font-size: 1.1rem; color: #c0bacf; line-height: 1.7; }
.garden-theme .vc-hero-free { color: #d6c7e6; font-size: .9rem; margin-top: 18px; }
.garden-theme .vc-hero-proof { display: block; margin: 30px 0; padding: 0 12px; }
.garden-theme .vc-hero-proof .vc-product-shot { border-radius: 18px; border-color: #b6a5e665; box-shadow: 0 28px 70px #0006,0 0 70px #8f74dd12; }
.garden-theme .vc-hero-proof .vc-product-shot + .vc-product-shot { width: 66%; margin: -18px -12px 0 auto; border-width: 4px; border-color: #171726; }
.garden-theme .vc-hero-proof .vc-product-shot:hover { z-index: 2; }
.garden-theme .vc-apps span { background: #171626dc; border-color: #b6a5d43b; }
.garden-theme .vc-section-alt { background: #0c0d1766; }
.garden-theme .vc-page #buy .vc-feature { padding: 35px; }
.garden-theme .vc-page #buy .vc-feature:last-child { border-color: #b4a0e56e; background: linear-gradient(145deg,#282239ef,#141522f5); }
.garden-theme .vc-page #buy .vc-feature > p:nth-of-type(2) { font: 600 2.8rem/1.5 var(--font-display); color: #f0eafb; letter-spacing: -.05em; margin-top: 15px; }
.garden-theme .vc-page #buy .vc-feature h3 { font-size: 1.4rem; }
.garden-theme .mac-bar { background: #11121bc7; color: #a9a4bb; border-top: 1px solid #b9a1de20; }
.garden-theme .mac-bar-inner { padding: 20px 24px; }
.garden-theme .mac-bar-text { color: #a9a4bb; font-size: .85rem; }
.garden-theme .mac-bar-btn { color: #c8bfdc; background: transparent; border-color: #c7b5e742; font-family: var(--font-body); font-size: .8rem; }
.garden-theme .mac-bar:hover .mac-bar-btn { background: #bba8dd12; }
.garden-deep-dive { width: min(1072px,calc(100% - 48px)); margin: 0 auto 14px; border: 1px solid #b6a4db30; border-radius: 16px; background: #10121ee6; }
.garden-deep-dive > summary,.garden-extra-example > summary { padding: 22px 26px; cursor: pointer; font-family: var(--font-display); font-size: 1.05rem; color: #d1c7e3; }
.garden-deep-dive[open] > summary { border-bottom: 1px solid #b6a4db30; }
.garden-deep-dive > .section { padding: 30px 0 45px; }
.garden-extra-example { margin-top: 35px; border: 1px solid #b6a4db30; border-radius: 16px; background: #10121ebb; }
.garden-extra-example > summary { font-size: .92rem; }
.garden-extra-example[open] { padding: 0 24px 26px; }
.garden-extra-example[open] > summary { padding-inline: 0; }
/* The scene is still an attractive backdrop with no script; no content is hidden. */
@media(max-width:1100px) {
  .garden-theme .nav-inner { position: relative; }
  .garden-theme .nav-toggle { display: inline-flex; }
  .garden-theme .nav-links { position: absolute; top: 64px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 4px; margin: 0; padding: 12px 24px 20px; border: 1px solid #b5a4e32b; border-top: 0; border-radius: 0 0 14px 14px; background: #0e0f1bfa; box-shadow: 0 20px 40px #0006; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .18s,transform .18s,visibility .18s; }
  .garden-theme .nav.is-open .nav-links { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .garden-theme .nav-links a:not(.btn) { display: block; padding: 10px 12px; border-radius: 8px; font-size: 1rem; }
  .garden-theme .nav-links .btn { width: 100%; margin-top: 6px; }
}
@media(min-width:1450px) { .garden-theme .hero > .container,.garden-theme .vc-hero > .container { max-width: 1300px; } .garden-theme .hero-demo { max-width: 450px; } }
@media(max-width:1000px) and (min-width:701px) { .garden-theme .hero-grid,.garden-theme .vc-hero-grid { gap: 32px; } .garden-theme .hero h1 { font-size: 3.4rem; } .garden-theme .hero-meta span { display: block; } .garden-theme .hero-meta span + span::before { display: none; } }
@media(max-width:700px) {
  .garden-theme .garden-at-buy .vf-buy-flyout:not(:focus-visible) { visibility: hidden; pointer-events: none; }
  .garden-scene { height: 220lvh; }
  .garden-scene img { object-fit: cover; }
  .garden-shade { background: linear-gradient(90deg,#090b1540,#090b1588 25%,#090b1599 65%,#090b1540); }
  .garden-fireflies i:nth-child(n+5),.garden-bird { display: none; }
  .garden-theme .hero,.garden-theme .vc-page .vc-hero { padding: 35px 0 54px; }
  .garden-theme .hero-grid,.garden-theme .vc-hero-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 0; min-height: 0; }
  .garden-theme .hero-grid > div:first-child,.garden-theme .vc-hero-grid > div:first-child { display: contents; }
  .garden-theme .hero .eyebrow,.garden-theme .vc-hero .eyebrow { order: 0; font-size: .62rem; }
  .garden-theme .hero h1,.garden-theme .vc-page h1 { order: 1; font-size: clamp(2.3rem,9.3vw,3.1rem); margin: 16px 0 18px; max-width: 600px; }
  .garden-theme .hero .sub { order: 2; font-size: 1rem; line-height: 1.65; }
  .garden-theme .hero-ctas { order: 3; margin: 20px 0 26px; gap: 9px; }
  .garden-theme .hero-ctas .btn { padding: 11px 14px; font-size: .9rem; min-height: 46px; }
  .garden-theme .hero-ctas .btn:last-child { display: none; }
  .garden-theme .hero-demo { order: 4; max-width: 350px; justify-self: center; margin-top: 8px; }
  .garden-theme .hero-demo .compare { aspect-ratio: 1.15; }
  .garden-theme .hero-demo .compare img { height: 100%; object-fit: cover; object-position: 50% 37%; }
  .garden-theme .hero-demo::before { inset: -8px -8px 49px; border-radius: 22px; }
  .garden-theme .hero-meta { order: 5; font-size: .62rem; margin-top: 20px; text-align: center; }
  .garden-theme .launch-note { order: 6; margin-top: 15px; }
  .garden-theme .vc-intro { order: 5; font-size: 1rem; }
  .garden-theme .vc-hero-free { order: 3; font-size: .84rem; margin-top: 13px; }
  .garden-theme .vc-hero .vc-actions { order: 4; margin: 18px 0 25px; }
  .garden-theme .vc-hero .vc-actions .btn { width: auto; flex: 1 1 auto; padding: 12px 16px; }
  .garden-theme .vc-hero-proof { order: 2; margin: 4px 0 8px; padding: 0; }
  .garden-theme .vc-hero-proof .vc-product-shot + .vc-product-shot { margin-right: -3px; }
  .garden-theme .vc-release { order: 6; font-size: .76rem; margin-top: 16px; }
  .garden-theme .section,.garden-theme .vc-section { padding: 60px 0; }
  .garden-theme .section + .section > .container::before,.garden-theme .vc-section + .vc-section > .container::before { top: -60px; }
  .garden-theme .section h2,.garden-theme .vc-page h2 { font-size: 2rem; }
  .garden-theme #features .cards,.garden-theme #previews .pv-grid { grid-template-columns: minmax(0,1fr); }
  .garden-theme .protected { padding: 35px 0; }
  .garden-theme #buy { padding: 70px 0 85px; }
  .garden-theme .vc-page #buy .vc-feature { padding: 26px; }
  .garden-theme #buy .buy-card,.garden-theme #buy .demo-card { padding: 30px 24px; }
  .garden-theme #buy .buy-row { display: flex; flex-direction: column; gap: 10px; }
  .garden-theme #buy .buy-row .btn { width: 100%; min-height: 48px; padding: 13px 16px; }
  .garden-theme .vc-crosslink { padding: 20px; gap: 16px; }
  .garden-theme .vc-crosslink img { width: 45px; height: 45px; }
  .garden-motion { bottom: 16px; left: 12px; }
}
@media(prefers-reduced-motion:reduce) { .garden-fireflies,.garden-bird { display: none; } .garden-scene { will-change: auto; } }
