/*
 * LP do Monitor de Uptime — CSS PORTADO do repositório monitorUptime (index.html).
 * Escopado sob `.lp`. Regere em vez de editar à mão (scratchpad/rm-scope-css.py).
 */

.lp {
    --ink: #161B22;
    --deep: #1E2530;
    --slate: #475569;
    --slate-dark: #334155;
    --neon: #94A3B8;
    --orange: #F2731E;
    --orange-dark: #C6570F;
    --bg: #FFFFFF;
    --surface: #F1F5F9;
    --surface2: #E2E8F0;
    --text: #161B22;
    --muted: #64748B;
    --line: rgba(22,27,34,.12);
    --shadow: 0 18px 50px -22px rgba(71,85,105,.22);
    --radius: 16px;
  }
.lp * { box-sizing: border-box; }
.lp { scroll-behavior: smooth; }
.lp {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
.lp h1, .lp h2, .lp h3 { font-family: 'Inter', sans-serif; line-height: 1.05; margin: 0; letter-spacing: -.02em; }
.lp p { margin: 0; }
.lp a { color: inherit; }
.lp ul { margin: 0; padding: 0; list-style: none; }
.lp .eyebrow {
    font-family: 'Space Mono', monospace;
    font-size: 12.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
.lp .eyebrow::before {
    content: "";
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--slate);
    box-shadow: 0 0 0 4px rgba(71,85,105,.18);
  }
.lp .wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
@media (max-width: 780px) {

}
.lp .hero {
    padding: 64px 0 44px; position: relative; overflow: hidden;
    background: linear-gradient(160deg, rgba(22,27,34,.82), rgba(30,37,48,.64)), url('/site/uptime/images/monitoramentosite.webp') center/cover no-repeat;
  }
@keyframes floatBlob { 0%, 100% { transform: translate(0,0) scale(1); } 50% { transform: translate(22px,-18px) scale(1.07); } }
.lp .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; position: relative; z-index: 1; }
.lp .hero h1 { font-size: clamp(32px, 4.6vw, 50px); font-weight: 800; color: #fff; }
.lp .hero h1 .hl { color: var(--neon); }
.lp .hero .lead { margin-top: 20px; font-size: 18.5px; color: rgba(255,255,255,.85); max-width: 40ch; }
.lp .hero .eyebrow { color: var(--neon); }
.lp .hero .eyebrow::before { background: #fff; }
.lp .hero .btn.ghost { color: #fff; }
.lp .hero .btn.ghost:hover { color: var(--neon); }
.lp .hero .microtrust { color: rgba(255,255,255,.85); }
.lp .hero .microtrust .ck { color: var(--neon); }
.lp .hero-grid > div:first-child { animation: heroInLeft .8s cubic-bezier(.16,.84,.44,1) both; }
.lp .hero-grid > .demo { animation: heroInRight .8s .15s cubic-bezier(.16,.84,.44,1) both; }
@keyframes heroInLeft { from { opacity: 0; transform: translateX(-26px); } to { opacity: 1; transform: none; } }
@keyframes heroInRight { from { opacity: 0; transform: translateX(26px) scale(.97); } to { opacity: 1; transform: none; } }
.lp .cta-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 30px; }
.lp .btn {
    font-family: 'Inter'; font-weight: 700; font-size: 16px; letter-spacing: -.01em;
    border: none; cursor: pointer; border-radius: 11px; padding: 16px 26px;
    background: var(--orange); color: #fff; white-space: nowrap; text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    transition: transform .12s, background .2s; box-shadow: 0 14px 26px -12px rgba(0,0,0,.45);
  }
.lp .btn:hover { background: var(--orange-dark); transform: translateY(-1px); }
.lp .btn.ghost { background: transparent; color: var(--slate-dark); box-shadow: none; font-weight: 700; }
.lp .btn.ghost:hover { color: var(--ink); background: transparent; }
.lp .btn-full { width: 100%; justify-content: center; }
.lp .btn:focus-visible { outline: 3px solid var(--slate); outline-offset: 2px; }
.lp .microtrust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; font-size: 13.5px; color: var(--muted); font-weight: 600; }
.lp .microtrust span { display: inline-flex; align-items: center; gap: 6px; }
.lp .microtrust .ck { color: var(--slate-dark); }
.lp .demo { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.lp .demo-top { background: rgba(0,0,0,.3); padding: 12px 16px; display: flex; align-items: center; gap: 8px; }
.lp .demo-top i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.25); }
.lp .demo-top span { font-family: 'Space Mono', monospace; font-size: 11.5px; color: var(--neon); margin-left: 8px; }
.lp .demo-body { padding: 22px; background: linear-gradient(180deg, #E2E8F0, var(--surface)); }
.lp .demo-status {
    background: #fff; border-radius: 14px; padding: 18px; display: flex; align-items: center; gap: 14px;
    opacity: 0; animation: statusIn .4s .15s ease both;
  }
@keyframes statusIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.lp .demo-dot { width: 14px; height: 14px; border-radius: 50%; background: #22C55E; flex: none; box-shadow: 0 0 0 5px rgba(34,197,94,.18); animation: pulseDot 2s ease-in-out infinite; }
@keyframes pulseDot { 0%, 100% { box-shadow: 0 0 0 5px rgba(34,197,94,.18); } 50% { box-shadow: 0 0 0 8px rgba(34,197,94,.08); } }
.lp .demo-status div b { font-size: 15px; color: var(--text); display: block; }
.lp .demo-status div span { font-size: 12.5px; color: var(--muted); font-family: 'Space Mono', monospace; }
.lp .demo-bars { display: flex; gap: 3px; margin-top: 16px; align-items: flex-end; height: 40px; }
.lp .demo-bars i { flex: 1; background: #22C55E; border-radius: 2px; opacity: 0; animation: barIn .3s ease both; }
.lp .demo-bars i:nth-child(7) { background: #EF4444; }
.lp .demo-bars i:nth-child(1) { height: 100%; animation-delay: .3s; }
.lp .demo-bars i:nth-child(2) { height: 100%; animation-delay: .34s; }
.lp .demo-bars i:nth-child(3) { height: 100%; animation-delay: .38s; }
.lp .demo-bars i:nth-child(4) { height: 100%; animation-delay: .42s; }
.lp .demo-bars i:nth-child(5) { height: 100%; animation-delay: .46s; }
.lp .demo-bars i:nth-child(6) { height: 100%; animation-delay: .5s; }
.lp .demo-bars i:nth-child(7) { height: 45%; animation-delay: .54s; }
.lp .demo-bars i:nth-child(8) { height: 100%; animation-delay: .58s; }
.lp .demo-bars i:nth-child(9) { height: 100%; animation-delay: .62s; }
.lp .demo-bars i:nth-child(10) { height: 100%; animation-delay: .66s; }
.lp .demo-bars i:nth-child(11) { height: 100%; animation-delay: .7s; }
.lp .demo-bars i:nth-child(12) { height: 100%; animation-delay: .74s; }
.lp .demo-bars i:nth-child(13) { height: 100%; animation-delay: .78s; }
.lp .demo-bars i:nth-child(14) { height: 100%; animation-delay: .82s; }
@keyframes barIn { to { opacity: 1; } }
.lp .demo-caption { margin-top: 10px; font-family: 'Space Mono', monospace; font-size: 11.5px; color: var(--muted); }
.lp .trustbar { background: var(--ink); color: #E2E8F0; padding: 16px 0; border-block: 1px solid var(--line); }
.lp .trustbar .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; align-items: center; }
.lp .trustbar span { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; opacity: .9; }
.lp .trustbar .sep { color: var(--neon); opacity: .7; }
.lp .section { padding: 78px 0; }
.lp .section.alt { background: var(--surface); border-block: 1px solid var(--line); }
.lp .sec-head { max-width: 640px; margin-bottom: 44px; }
.lp .sec-head h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; color: var(--text); margin-top: 14px; }
.lp .sec-head p { color: var(--muted); margin-top: 14px; font-size: 17.5px; }
.lp .sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.lp .grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp .feat { background: var(--surface2); border: 1px solid var(--line); border-radius: 14px; padding: 24px; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.lp .feat:hover { transform: translateY(-5px); border-color: var(--slate); box-shadow: var(--shadow); }
.lp .feat .ic { font-size: 26px; display: inline-block; transition: transform .22s ease; }
.lp .feat:hover .ic { transform: scale(1.15) rotate(-4deg); }
.lp .feat h3 { font-size: 18.5px; color: var(--text); margin: 14px 0 8px; font-family: 'Inter'; font-weight: 700; }
.lp .feat p { font-size: 14.5px; color: var(--muted); }
@media (max-width: 900px) {
.lp .grid3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
.lp .grid3 { grid-template-columns: 1fr; }
}
.lp #faq.section.alt {
    background: linear-gradient(135deg, rgba(22,27,34,.93), rgba(30,37,48,.87)), url('/site/uptime/images/monitorsite.webp') center/cover no-repeat;
    border-block: none;
  }
.lp #faq .sec-head h2 { color: #fff; }
.lp .faq { max-width: 780px; margin: 0 auto; }
.lp .faq-item { border-bottom: 1px solid rgba(255,255,255,.18); }
.lp .faq-q {
    width: 100%; display: flex; justify-content: space-between; align-items: center;
    background: none; border: none; cursor: pointer; padding: 20px 4px; text-align: left;
    font-family: 'Inter'; font-weight: 700; font-size: 16.5px; color: #fff;
    transition: color .18s ease;
  }
.lp .faq-q:hover { color: var(--neon); }
.lp .faq-q .plus { font-size: 20px; color: var(--neon); transition: transform .2s; flex: none; margin-left: 16px; }
.lp .faq-item.open .faq-q .plus { transform: rotate(45deg); }
.lp .faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.lp .faq-item.open .faq-a { max-height: 260px; }
.lp .faq-a p { padding: 0 4px 20px; color: var(--muted); font-size: 15px; max-width: 62ch; }
.lp #faq .faq-a p { color: rgba(255,255,255,.78); }
.lp .contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.lp .contact-info h2 { font-size: clamp(26px, 3.4vw, 36px); color: var(--text); }
.lp .contact-info p { color: var(--muted); margin-top: 14px; font-size: 17px; max-width: 40ch; }
.lp .contact-list { margin-top: 26px; display: flex; flex-direction: column; gap: 14px; font-size: 15px; color: var(--text); font-weight: 600; }
.lp .contact-list li { display: flex; gap: 10px; align-items: flex-start; }
.lp .form-card { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 28px; box-shadow: var(--shadow); }
.lp .fld { margin-top: 14px; }
.lp .fld:first-child { margin-top: 0; }
.lp .fld label { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.lp .fld input, .lp .fld textarea {
    width: 100%; font-family: 'Inter'; font-size: 15px;
    padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 10px;
    background: #fff; color: var(--text); outline: none; transition: border-color .18s, box-shadow .18s;
  }
.lp .fld textarea { resize: vertical; min-height: 90px; }
.lp .fld input:focus-visible, .lp .fld textarea:focus-visible { border-color: var(--slate); box-shadow: 0 0 0 4px rgba(71,85,105,.2); }
.lp .form-msg { min-height: 18px; font-size: 13.5px; margin-top: 10px; }
.lp .form-msg.ok { color: var(--slate-dark); }
.lp .form-msg.err { color: #D9482E; }
@media (max-width: 860px) {
.lp .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
.lp .hero-grid { grid-template-columns: 1fr; gap: 34px; }
.lp .demo { order: -1; }
}
@media (max-width: 560px) {
.lp .cta-row { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
.lp * { scroll-behavior: auto; transition: none !important; animation: none !important; }
}
