/* Commercial experience. Kept separate from authenticated application styles. */
.launch-page { --muted: #aabbb2; background: #030605; }
.launch-page [id] { scroll-margin-top: 105px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--accent-gold); color: #030605; }
.skip-link:focus { top: 12px; }
.launch-page .public-header { width: min(1320px, calc(100% - 64px)); }
.launch-page .hero { position: relative; width: min(1320px, calc(100% - 64px)); grid-template-columns: 1.2fr 1fr; gap: 24px; min-height: 690px; padding: 64px 0 50px; }
.launch-page .hero-copy { position: relative; z-index: 3; }
.launch-page .hero h1 { font-size: clamp(3.3rem, 5.8vw, 5.65rem); line-height: .99; letter-spacing: -.065em; font-weight: 850; margin: 20px 0 28px; }
.launch-page .hero-copy > p { max-width: 490px; font-size: 1.06rem; line-height: 1.75; }
.launch-page .eyebrow { font-size: .68rem; letter-spacing: .18em; }
.launch-page .hero h1 span { background: none; color: var(--accent-gold); }
.launch-page .button { border-radius: 7px; min-height: 50px; }
.launch-page .hero-actions .button { background: linear-gradient(135deg, var(--secondary-color), var(--primary-color)); color: #03120c; }
.launch-page .hero-actions .text-link { color: #d8e5df; font-size: .85rem; }
.launch-page .trust-row { gap: 8px 20px; font-size: .73rem; color: #a0b2a8; }
.launch-page .trust-row span::before { content: '·'; margin-right: 8px; color: var(--secondary-color); }
.launch-page .hero-visual { height: 590px; min-height: 0; }
.launch-page .hero-reference { --hero-shift: 0%; width: 350px; max-width: 100%; max-height: 590px; object-fit: contain; }
.launch-page .visual-glow { width: 520px; filter: blur(25px); background: radial-gradient(ellipse, #087f5b55, transparent 68%); animation: none; }
.orbit { position: absolute; width: 420px; height: 420px; border: 1px solid #25c77a30; border-radius: 50%; transform: rotate(-30deg) scaleY(.65); z-index: -1; }
.orbit-two { width: 540px; height: 540px; border-color: #ffcd3c20; transform: rotate(30deg) scaleY(.65); }
.orbit-one::before { content: ''; position: absolute; top: 60px; left: 60px; width: 8px; height: 8px; background: var(--accent-gold); border-radius: 50%; box-shadow: 0 0 22px #ffcd3c; }
.visual-caption { position: absolute; bottom: 10px; right: 0; font-size: .6rem; letter-spacing: .23em; color: #7b998a; }
.gold { color: var(--accent-gold); }
.rhythm-strip { display: flex; align-items: center; justify-content: center; gap: 38px; border-block: 1px solid #ffffff14; padding: 30px 24px; font-size: clamp(1rem, 2vw, 1.5rem); letter-spacing: -.04em; background: #0b100d; }
.equalizer { display: flex; align-items: center; height: 32px; gap: 4px; margin-left: 45px; }
.equalizer i { width: 3px; height: 28px; background: var(--secondary-color); animation: rhythm 1.6s ease-in-out 3; transform: scaleY(.3); }
.equalizer i:nth-child(3n) { animation-delay: -.5s; height: 18px; }
.equalizer i:nth-child(2n) { animation-delay: -.9s; height: 36px; }
@keyframes rhythm { 50% { transform: scaleY(1); } }
.launch-page .section { width: min(1240px, calc(100% - 64px)); padding: 96px 0; }
.launch-page .section-heading { margin: 0 0 45px; max-width: 730px; text-align: left; }
.launch-page h2 { font-weight: 750; letter-spacing: -.055em; }
.launch-page .feature-grid { gap: 0; border-block: 1px solid var(--border); }
.launch-page .feature-card { border: 0; border-right: 1px solid var(--border); border-radius: 0; padding: 30px 26px; background: none; transition: background .25s; }
.launch-page .feature-card:first-child { padding-left: 0; }
.launch-page .feature-card:last-child { border-right: 0; }
.launch-page .feature-card:hover { background: #25c77a07; }
.launch-page .feature-icon { display: block; width: auto; height: auto; background: none; font: 600 .65rem ui-monospace, monospace; letter-spacing: .08em; margin-bottom: 36px; }
.launch-page .feature-card h3 { font-size: 1.1rem; }
.launch-page .showcase-section { padding-top: 25px; }
.gallery-controls { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; color: var(--muted); font-size: .8rem; }
.gallery-controls[hidden] { display: none; }
.gallery-controls button { width: 46px; height: 46px; margin-left: 7px; background: transparent; color: var(--text); border: 1px solid var(--border); border-radius: 50%; cursor: pointer; }
.gallery-controls button:disabled { opacity: .3; cursor: default; }
.launch-page .showcase-grid { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 0 24px; scrollbar-color: #267655 #101512; scrollbar-width: thin; }
.launch-page .showcase-card { flex: 0 0 270px; border-radius: 14px; scroll-snap-align: start; box-shadow: none; background: #101512; }
.launch-page .showcase-card img { height: 420px; width: 100%; object-fit: contain; padding: 18px 15px 0; }
.launch-page .showcase-card figcaption { border-top: 0; min-height: 100px; }
.launch-page .showcase-card figcaption strong { font-size: .9rem; }
.launch-page .plans-section { border-top: 1px solid var(--border); }
.launch-page .plan-card { padding: 28px 22px; border-radius: 12px; }
.launch-page .plan-price { font-size: clamp(1.35rem, 2vw, 1.8rem); letter-spacing: -.055em; }
.launch-page .plan-card .button { padding-inline: 10px; font-size: .82rem; }
.plans-note { max-width: 760px; margin: 25px 0 0; font-size: .82rem; color: var(--muted); }
.plans-note a, .launch-page .form-note a { text-decoration: underline; text-underline-offset: 3px; color: #d9e5de; }
.launch-page .faq-section { display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; padding-top: 0; }
.faq-section h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { padding: 22px 30px 22px 0; cursor: pointer; font-weight: 600; font-size: .95rem; }
.faq-list details p { color: var(--muted); font-size: .9rem; max-width: 550px; }
.launch-page .contact-section { width: min(1240px, calc(100% - 64px)); margin: 0 auto 75px; padding: 58px; gap: 65px; border-radius: 16px; align-items: start; background: linear-gradient(125deg, #10261a, #0c120f 65%); }
.launch-page .contact-copy { padding-top: 40px; }
.launch-page .contact-copy h2 { font-size: clamp(2.5rem, 4vw, 3.5rem); }
.launch-page .lead-form { grid-template-columns: 1fr 1fr; gap: 18px; }
.form-intro { grid-column: 1/-1; font-weight: 700; margin-bottom: 0; }
.form-intro span { display: block; color: var(--muted); font-size: .73rem; font-weight: 400; margin-top: 5px; }
.launch-page .lead-form > :not(.field) { grid-column: 1/-1; }
.launch-page .lead-form .field:nth-last-of-type(1) { grid-column: 1/-1; }
.launch-page .field { align-content: start; }
.launch-page .field-help { display: block; font-size: .7rem; color: var(--muted); }
.launch-page .error-text { display: block; font-size: .78rem; }
.launch-page .form-note { color: #aabbb2; margin: 0; }
.launch-page .public-footer { width: min(1240px, calc(100% - 64px)); gap: 25px; flex-wrap: wrap; color: #a0b2a8; }
.launch-page .toast-stack { position: relative; inset: auto; width: min(1240px, calc(100% - 64px)); margin: 20px auto; }
.launch-page .hero-reference { animation: launch-phone-float 6.5s ease-in-out infinite; }
.launch-page .hero-visual::after { animation: launch-phone-shadow 6.5s ease-in-out infinite; }
@keyframes launch-phone-float {
  0%, 100% { transform: translate3d(var(--hero-shift), -2px, 0) rotate(.25deg); }
  50% { transform: translate3d(var(--hero-shift), -20px, 0) rotate(-.25deg); }
}
@keyframes launch-phone-shadow {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: .55; }
  50% { transform: translateX(-50%) scale(.9); opacity: .35; }
}
@keyframes enter { from { opacity: .25; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.reveal-in { animation: enter .75s cubic-bezier(.2,.7,.2,1) both; }
@media (min-width: 1000px) { .launch-page .hero-copy { animation: enter .9s ease-out both; } }
@media (max-width: 1000px) {
 .launch-page .hero { min-height: 610px; } .launch-page .hero-visual { height: 500px; } .launch-page .hero-reference { width: 290px; }
 .launch-page .hero-actions { gap: 16px; flex-wrap: wrap; } .orbit { width: 290px; height: 290px; } .orbit-two { width: 360px; height: 360px; }
 .launch-page .plans-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 25px; }
 .launch-page .feature-grid { grid-template-columns: repeat(2,1fr); } .launch-page .feature-card { padding: 24px; } .launch-page .feature-card:first-child { padding-left: 24px; }
 .launch-page .contact-section { padding: 35px; gap: 35px; grid-template-columns: 1fr 1.2fr; } .launch-page .lead-form { grid-template-columns: 1fr; }
 .equalizer { margin-left: 0; }
}
@media (max-width: 680px) {
 .launch-page .public-header { width: calc(100% - 32px); min-height: 72px; } .launch-page .public-header .brand { font-size: .95rem; }
 .launch-page .public-header nav { gap: 10px; } .launch-page .public-header nav > a:not(.button) { display: none; } .launch-page .public-header nav .button { display: inline-flex; font-size: .75rem; padding: 0 12px; }
 .launch-page .hero { width: calc(100% - 40px); grid-template-columns: 1fr; padding: 46px 0 20px; gap: 0; }
 .launch-page .hero h1 { font-size: clamp(3rem, 11vw, 4.6rem); } .launch-page .hero-copy > p { font-size: .96rem; }
 .launch-page .hero-visual { height: 400px; margin-top: 25px; } .launch-page .hero-reference { width: 245px; max-height: 420px; }
 .visual-caption { right: 50%; transform: translateX(50%); white-space: nowrap; font-size: .51rem; bottom: 0; }
 .rhythm-strip { gap: 12px; flex-wrap: wrap; padding: 22px 20px; font-size: 1rem; } .equalizer { display: none; }
 .launch-page .section { width: calc(100% - 40px); padding: 65px 0; }
 .launch-page .section-heading h2 { font-size: 2.3rem; } .launch-page .section-heading p { font-size: .95rem; }
 .launch-page .feature-card, .launch-page .feature-card:first-child { padding: 23px 12px; } .launch-page .feature-card:nth-child(even) { border-right: 0; } .launch-page .feature-card p { font-size: .82rem; }
 .launch-page .feature-icon { font-size: .58rem; margin-bottom: 24px; } .launch-page .feature-card h3 { font-size: 1rem; }
 .launch-page .showcase-card { flex-basis: 255px; } .gallery-controls > span { max-width: 160px; }
 .launch-page .plans-grid { grid-template-columns: 1fr; } .launch-page .plan-price { font-size: 2rem; } .launch-page .plan-card { padding: 27px; }
 .launch-page .faq-section { grid-template-columns: 1fr; gap: 8px; padding-top: 0; }
 .launch-page .contact-section { width: calc(100% - 32px); grid-template-columns: 1fr; padding: 27px 20px; gap: 25px; } .launch-page .contact-copy { padding-top: 0; }
 .launch-page .contact-copy h2 { font-size: 2.5rem; } .launch-page .public-footer { width: calc(100% - 40px); font-size: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 .launch-page *, .launch-page *::before, .launch-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (max-width: 680px) {
 .launch-page .hero-visual { overflow: clip; }
 .launch-page .visual-glow { width: 100%; }
 .launch-page .hero-copy { text-align: left; }
 .launch-page .hero-actions, .launch-page .trust-row { justify-content: flex-start; }
 .launch-page .hero h1 { font-size: clamp(2.7rem, 10.5vw, 4rem); }
}
/* Individual app screenshot viewer. Native dialog contains keyboard focus. */
.launch-page .showcase-card { position: relative; }
.showcase-open { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: inherit; background: transparent; cursor: zoom-in; }
.showcase-open::after { content: 'Ampliar ↗'; position: absolute; top: 12px; right: 12px; padding: 6px 10px; border: 1px solid #ffffff30; border-radius: 6px; background: #030605dc; color: #fff; font-size: .7rem; }
.showcase-open:focus-visible { outline-offset: -4px; }
html.viewer-is-open { overflow: hidden; }
.image-viewer { width: min(900px, calc(100% - 24px)); max-width: none; max-height: calc(100dvh - 24px); padding: 0; border: 1px solid #ffffff20; border-radius: 18px; background: #080e0b; color: var(--text); overflow: auto; box-shadow: 0 30px 100px #0009; }
.image-viewer::backdrop { background: #020504e8; backdrop-filter: blur(10px); }
.viewer-shell { position: relative; padding: 48px 18px 18px; }
.viewer-stage { display: grid; grid-template-columns: 48px minmax(0,1fr) 48px; align-items: center; gap: 14px; }
.viewer-image { display: block; width: 100%; height: min(66dvh, 720px); object-fit: contain; }
.image-viewer button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #ffffff26; border-radius: 50%; background: #14221a; color: #fff; font-size: 1.3rem; cursor: pointer; }
.image-viewer button:hover { background: #087f5b; }
.viewer-close { position: absolute; top: 8px; right: 10px; z-index: 1; }
.viewer-caption { margin: 16px auto 0; max-width: 570px; text-align: center; }
.viewer-count { color: var(--accent-gold); font-size: .73rem; letter-spacing: .14em; }
.viewer-caption h2 { margin: 6px 0; font-size: 1.2rem; }
.viewer-caption p { margin: 0; color: var(--muted); font-size: .85rem; }
@media (max-width: 680px) {
 .viewer-shell { padding: 54px 8px 16px; }
 .viewer-stage { grid-template-columns: 40px minmax(0,1fr) 40px; gap: 2px; }
 .image-viewer .viewer-prev, .image-viewer .viewer-next { width: 38px; height: 44px; }
 .viewer-image { height: min(60dvh, 620px); }
 .viewer-caption p { font-size: .78rem; }
}

/* Fade only translucent pixels of the asset; the opaque phone stays intact. */
.launch-page .hero-reference { filter: url(#hero-halo-soften) drop-shadow(0 28px 35px #0006); }
.hero-filter-defs { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
