/* FoundrsOS — Landing (01). Complementa fos-design.css com as estruturas próprias da página pública. */

html { scroll-behavior: smooth; }
::selection { background: rgba(215, 255, 103, .35); color: #FCFCFC; }

.lp-page { width: 100%; max-width: 1440px; margin: 0 auto; padding: var(--fos-page-pad); box-sizing: border-box; overflow: hidden; }
.lp-section { margin-top: 104px; scroll-margin-top: 24px; }
@media (max-width: 759.98px) { .lp-section { margin-top: 64px; } }

/* Nav pública */
.lp-nav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; min-height: 64px; position: relative; z-index: 5; }
.lp-nav__brand { display: flex; align-items: center; gap: 10px; flex: 1 1 0; min-width: 0; color: var(--fos-fg); text-decoration: none !important; }
.lp-nav__brand:hover { color: var(--fos-fg); }
.lp-nav__links { display: flex; align-items: center; gap: 4px; min-width: 0; max-width: 100%; overflow-x: auto; scrollbar-width: none; }
.lp-nav__links::-webkit-scrollbar { display: none; }
.lp-nav__link { height: 40px; padding: 0 14px; border-radius: 999px; display: flex; align-items: center; font-size: 14px; color: #B5B5B1; text-decoration: none !important; white-space: nowrap; }
.lp-nav__link:hover { background: var(--fos-hover); color: var(--fos-fg); }
.lp-nav__actions { display: flex; align-items: center; gap: 10px; flex: 1 1 auto; justify-content: flex-end; min-width: 0; }
.lp-glow-btn { box-shadow: 0 0 0 1px rgba(215, 255, 103, .35), 0 10px 34px rgba(215, 255, 103, .22); }
@media (max-width: 1179.98px) { .lp-nav__links { order: 3; flex: 1 0 100%; } }
@media (max-width: 759.98px) { .lp-nav { gap: 10px; } .lp-nav__brand .fos-brand-name { font-size: 17px; } }

/* Hero */
.lp-hero { position: relative; text-align: center; padding: 84px 0 64px; }
@media (max-width: 1179.98px) { .lp-hero { padding: 64px 0 52px; } }
@media (max-width: 759.98px) { .lp-hero { padding: 44px 0 40px; } }
.lp-hero__pill { position: relative; display: inline-flex; align-items: center; gap: 10px; min-height: 40px; padding: 0 18px; border-radius: 999px; background: var(--fos-panel); border: 1px solid var(--fos-line); font-size: 13.5px; color: #B5B5B1; }
.lp-hero__pill strong { color: var(--fos-fg); font-weight: 500; }
.lp-hero__title { position: relative; margin: 26px auto 0; max-width: 16ch; font-size: 72px; font-weight: 600; line-height: 1.02; letter-spacing: -.04em; background: linear-gradient(180deg, #9A9A96 0%, #FCFCFC 62%); -webkit-background-clip: text; background-clip: text; color: transparent; text-wrap: balance; }
@media (max-width: 1179.98px) { .lp-hero__title { font-size: 56px; } }
@media (max-width: 759.98px) { .lp-hero__title { font-size: 38px; } }
.lp-hero__sub { position: relative; margin: 22px auto 0; max-width: 56ch; font-size: 17px; color: var(--fos-fg-3); line-height: 1.55; text-wrap: pretty; }
@media (max-width: 759.98px) { .lp-hero__sub { font-size: 15px; } }
.lp-hero__ctas { position: relative; display: flex; gap: 14px; justify-content: center; align-items: center; margin-top: 32px; flex-wrap: wrap; }
.lp-hero__note { position: relative; margin-top: 18px; font-size: 13px; color: var(--fos-fg-5); }

/* Showcase (MacBook) */
.lp-showcase { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.lp-mac { width: 100%; max-width: 1040px; display: flex; flex-direction: column; align-items: center; }
.lp-mac__lid { width: 100%; position: relative; border-radius: 24px; padding: 12px 12px 18px; background: linear-gradient(180deg, #3E3E3E 0%, #252525 42%, #151515 100%); box-shadow: 0 40px 120px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 0 1px #2E2E2E; box-sizing: border-box; }
.lp-mac__notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 132px; height: 16px; background: #0B0B0B; border-radius: 0 0 10px 10px; z-index: 3; display: flex; align-items: center; justify-content: center; }
.lp-mac__notch span { width: 5px; height: 5px; border-radius: 50%; background: #1E1E1E; box-shadow: inset 0 0 2px rgba(255, 255, 255, .25); }
.lp-mac__screen { border-radius: 14px; background: #0F0F0F; overflow: hidden; border: 1px solid #1E1E1E; aspect-ratio: 16 / 10; display: flex; flex-direction: column; }
.lp-mac__base { width: 106%; max-width: 100%; height: 13px; border-radius: 0 0 12px 12px; background: linear-gradient(180deg, #4A4A4A 0%, #2B2B2B 45%, #171717 100%); box-shadow: 0 26px 50px rgba(0, 0, 0, .55); }
.lp-mac__lip { width: 104px; height: 6px; border-radius: 0 0 8px 8px; background: linear-gradient(180deg, #1C1C1C, #101010); margin-top: -1px; }
@media (max-width: 759.98px) {
    .lp-mac__lid { border-radius: 16px; padding: 8px 8px 12px; }
    .lp-mac__notch { top: 8px; width: 86px; height: 12px; }
    .lp-mac__screen { border-radius: 10px; aspect-ratio: auto; min-height: 420px; }
    .lp-mac__base { width: 104%; height: 9px; border-radius: 0 0 8px 8px; }
    .lp-mac__lip { width: 70px; height: 4px; }
}
.lp-mock__bar { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid #1E1E1E; }
.lp-mock__mark { width: 22px; height: 22px; border-radius: 7px; background: var(--fos-accent); display: flex; align-items: center; justify-content: center; color: #0A0A0A; font-size: 12px; font-weight: 600; flex: none; }
.lp-mock__nav { display: flex; gap: 2px; margin-left: 10px; padding: 3px; border-radius: 999px; background: var(--fos-panel); overflow: hidden; }
.lp-mock__nav span { height: 26px; padding: 0 12px; border-radius: 999px; color: #8A8A86; font-size: 12px; display: flex; align-items: center; white-space: nowrap; }
.lp-mock__nav span.is-on { background: #2A2A2A; color: var(--fos-fg); }
.lp-mock__pill { height: 26px; padding: 0 10px; border-radius: 999px; background: var(--fos-panel); font-size: 11.5px; color: #8A8A86; display: flex; align-items: center; gap: 6px; }
.lp-mock__body { padding: 26px; flex: 1; display: flex; flex-direction: column; min-height: 0; }
@media (max-width: 759.98px) { .lp-mock__nav { display: none; } .lp-mock__body { padding: 16px; } }
.lp-mock__title { font-size: 26px; letter-spacing: -.02em; }
.lp-mock__cta { height: 32px; padding: 0 14px; border-radius: 999px; background: var(--fos-accent); color: #0A0A0A; font-size: 12.5px; font-weight: 500; display: flex; align-items: center; gap: 6px; }
.lp-mock__cta .msr { font-size: 16px; }
.lp-mock__grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.lp-mock__grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 16px; flex: 1; align-content: center; }
@media (max-width: 759.98px) { .lp-mock__grid3, .lp-mock__grid2 { grid-template-columns: 1fr; } .lp-mock__title { font-size: 20px; } }
.lp-mock__card { background: var(--fos-panel); border-radius: 20px; padding: 18px; min-width: 0; }
.lp-mock__big { font-size: 28px; letter-spacing: -.02em; }
@media (max-width: 759.98px) { .lp-mock__big { font-size: 22px; } }
.lp-mock__bars { display: flex; align-items: flex-end; gap: 14px; flex: 1; min-height: 64px; margin-top: 12px; background: var(--fos-panel); border-radius: 20px; padding: 16px; }
@media (max-width: 759.98px) { .lp-mock__bars { gap: 6px; } }
.lp-mock__bars > span { flex: 1; min-width: 0; border-radius: 8px 8px 4px 4px; background: #2E2E2E; }
.lp-mock__bars > span.is-on { background: var(--fos-accent-gradient); }
.lp-mock__bars > span.is-future { background: #1B1B1B; }
.lp-mock__dre { margin-top: 16px; background: var(--fos-panel); border-radius: 20px; overflow: hidden; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.lp-mock__dre-row { display: flex; align-items: center; gap: 10px; height: 40px; padding: 0 16px; border-bottom: 1px solid #1E1E1E; font-size: 13px; color: #C9C9C5; }
.lp-mock__dre-row.is-total { height: 46px; background: #1C1C1C; color: var(--fos-fg); font-weight: 500; }
.lp-mock__dre-row > span:first-child { color: #6B6B68; font-size: 12px; width: 26px; flex: none; font-weight: 400; }
.lp-mock__dre-row > span.lbl { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-mock__dre-row > span.cell { width: 62px; text-align: right; font-size: 12.5px; color: #9A9A96; flex: none; }
.lp-mock__dre-row > span.cell.neg { color: var(--fos-negative); }
.lp-mock__dre-row > span.tot { width: 62px; text-align: right; font-size: 12.5px; font-weight: 500; flex: none; }
@media (max-width: 759.98px) { .lp-mock__dre-row > span.cell.hide-m { display: none; } .lp-mock__dre-row > span.cell, .lp-mock__dre-row > span.tot { width: 44px; } }
.lp-mock__fluxo { display: flex; flex-direction: column; justify-content: flex-end; gap: 3px; height: 100%; flex: 1; min-width: 0; }
.lp-mock__fluxo span:first-child { border-radius: 6px 6px 0 0; background: var(--fos-accent); }
.lp-mock__fluxo span:last-child { border-radius: 0 0 6px 6px; background: #3A3A3A; }
.lp-mock__task { display: flex; align-items: center; gap: 10px; height: 34px; font-size: 12.5px; }
.lp-mock__task i { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid #3A3A3A; flex: none; }
.lp-mock__task.is-done i { border-color: var(--fos-accent); background: var(--fos-accent); }
.lp-mock__task.is-done span { color: #8A8A86; text-decoration: line-through; }
.lp-mock[hidden] { display: none !important; }

/* Seções */
.lp-head { text-align: center; max-width: 640px; margin: 0 auto; }
.lp-head p { margin: 14px 0 0; font-size: 15px; color: var(--fos-fg-3); text-wrap: pretty; }
.lp-head .fos-h2 { margin-top: 12px; }
.lp-trust { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 64px; padding: 22px 28px; border-radius: 26px; background: var(--fos-panel); }
.lp-trust img { height: 26px; width: auto; filter: grayscale(1) brightness(0) invert(1); opacity: .55; }
.lp-trust img:hover { opacity: .9; }
.lp-trust__sep { width: 1px; height: 24px; background: var(--fos-line); }
@media (max-width: 759.98px) { .lp-trust__sep { display: none; } }
.lp-cat { margin-top: 36px; }
.lp-cat__head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.lp-cat__head h3 { margin: 0; font-size: 20px; font-weight: 400; }
.lp-cat__head span.line { flex: 1; height: 1px; background: var(--fos-line-2); }
.lp-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 36px; background: var(--fos-panel); border-radius: 26px; padding: var(--fos-panel-pad); }
@media (max-width: 1179.98px) { .lp-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.lp-stats__value { font-size: 28px; letter-spacing: -.02em; margin-top: 2px; }
.lp-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
@media (max-width: 759.98px) { .lp-compare { grid-template-columns: 1fr; } }
.lp-list { display: flex; flex-direction: column; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.lp-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--fos-fg-2); text-wrap: pretty; }
.lp-list li .msr { font-size: 18px; margin-top: 1px; }
.lp-chaos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 18px; padding: 16px; border-radius: 18px; background: var(--fos-inner); opacity: .7; }
.lp-chaos span { height: 44px; border-radius: 10px; background: var(--fos-panel-hover); display: flex; align-items: center; justify-content: center; font-family: ui-monospace, monospace; font-size: 12px; color: var(--fos-negative); }
.lp-feature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: center; margin-top: 56px; }
.lp-feature--rev .lp-feature__text { order: 2; }
@media (max-width: 1179.98px) { .lp-feature { grid-template-columns: 1fr; } .lp-feature--rev .lp-feature__text { order: 0; } }
.lp-feature__title { margin: 14px 0 0; font-size: 34px; font-weight: 400; letter-spacing: -.02em; }
@media (max-width: 759.98px) { .lp-feature__title { font-size: 26px; } }
.lp-feature__text p { margin: 12px 0 0; font-size: 15px; color: var(--fos-fg-3); max-width: 52ch; text-wrap: pretty; }
.lp-commit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: center; border-radius: 32px; }
@media (max-width: 759.98px) { .lp-commit { grid-template-columns: 1fr; } }
.lp-commit__ring { position: relative; width: 300px; height: 300px; margin: 0 auto; }
@media (max-width: 759.98px) { .lp-commit__ring { width: 220px; height: 220px; } }
.lp-commit__ring::before { content: ""; position: absolute; inset: -30px; background: radial-gradient(circle at center, rgba(215, 255, 103, .14) 0%, rgba(215, 255, 103, 0) 70%); }
.lp-commit__ring svg { position: relative; width: 100%; height: 100%; }
.lp-price { position: relative; max-width: 560px; margin: 32px auto 0; background: var(--fos-inner-2); border: 1px solid var(--fos-accent-border); border-radius: 28px; padding: 36px 32px 28px; box-sizing: border-box; }
@media (max-width: 759.98px) { .lp-price { padding: 30px 22px 22px; } }
.lp-price__tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); }
.lp-price__value { display: flex; align-items: baseline; justify-content: center; gap: 6px; margin-top: 8px; }
.lp-price__value span:first-child { font-size: 20px; color: var(--fos-fg-4); font-weight: 300; }
.lp-price__value span:last-child { font-size: 72px; letter-spacing: -.03em; line-height: 1; }
.lp-price__facts { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--fos-line-2); font-size: 13px; color: var(--fos-fg-4); }
.lp-price__facts span { display: flex; align-items: center; gap: 6px; }
.lp-price__facts .msr { font-size: 16px; }
.lp-faq { max-width: 860px; margin: 32px auto 0; display: flex; flex-direction: column; gap: 10px; }
.lp-faq details { background: var(--fos-panel); border-radius: 22px; padding: 0 22px; }
.lp-faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 60px; font-size: 16px; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary .msr { color: var(--fos-fg-4); transition: transform .2s; }
.lp-faq details[open] summary .msr { transform: rotate(180deg); }
.lp-faq details p { margin: 0 0 20px; font-size: 14px; color: var(--fos-fg-3); line-height: 1.55; }
.lp-close { position: relative; text-align: center; padding: 32px 0; }
.lp-close::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 100%, rgba(215, 255, 103, .10) 0%, rgba(215, 255, 103, 0) 65%); pointer-events: none; }
.lp-footer { margin-top: 104px; padding-top: 26px; border-top: 1px solid var(--fos-line-2); display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.lp-footer a { color: var(--fos-fg-4); font-size: 13.5px; }
.lp-google .lp-google__icon { width: 20px; height: 20px; flex: none; }
