@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;1,9..40,300&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--lp-black: #0b0b0b;--lp-white: #f5f3ee;--lp-accent: #c8ff00;--lp-accent-dim: #a8d900;--lp-muted: #6b6b5e;--lp-border: rgba(245, 243, 238, .12);--lp-card-bg: #141412;--lp-font-display: "Syne", sans-serif;--lp-font-body: "DM Sans", sans-serif}html{scroll-behavior:smooth}body{background:var(--lp-black);color:var(--lp-white);font-family:var(--lp-font-body);font-weight:300;line-height:1.6;overflow-x:hidden}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 4vw;background:#0b0b0bd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--lp-border)}.lp-nav-logo{font-family:var(--lp-font-display);font-weight:800;font-size:1.1rem;letter-spacing:-.02em;color:var(--lp-white);text-decoration:none}.lp-nav-logo span{color:var(--lp-accent)}.lp-nav-cta{background:var(--lp-accent);color:var(--lp-black);font-family:var(--lp-font-display);font-weight:700;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;padding:.55rem 1.25rem;border-radius:2px;text-decoration:none;transition:background .2s}.lp-nav-cta:hover{background:var(--lp-accent-dim)}.lp-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding:0 4vw 8vh;padding-top:80px;position:relative;overflow:hidden}.lp-hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(200,255,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(200,255,0,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.lp-hero-tag{font-family:var(--lp-font-display);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-accent);margin-bottom:1.5rem;opacity:0;animation:lpFadeUp .7s .2s forwards}.lp-hero-headline{font-family:var(--lp-font-display);font-weight:800;font-size:clamp(3rem,8vw,7.5rem);line-height:.93;letter-spacing:-.03em;max-width:900px;opacity:0;animation:lpFadeUp .7s .35s forwards}.lp-hero-headline em{font-style:normal;color:var(--lp-accent)}.lp-hero-sub{margin-top:2.5rem;font-size:clamp(1rem,1.5vw,1.15rem);font-weight:300;color:#f5f3ee99;max-width:480px;opacity:0;animation:lpFadeUp .7s .5s forwards}.lp-hero-actions{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap;opacity:0;animation:lpFadeUp .7s .65s forwards}.lp-btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--lp-accent);color:var(--lp-black);font-family:var(--lp-font-display);font-weight:700;font-size:.9rem;letter-spacing:.04em;padding:.9rem 2rem;border-radius:2px;text-decoration:none;transition:background .2s,transform .15s}.lp-btn-primary:hover{background:var(--lp-accent-dim);transform:translateY(-2px)}.lp-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--lp-white);font-family:var(--lp-font-display);font-weight:600;font-size:.9rem;padding:.9rem 2rem;border:.5px solid rgba(245,243,238,.3);border-radius:2px;text-decoration:none;transition:border-color .2s,background .2s}.lp-btn-secondary:hover{border-color:var(--lp-white);background:#f5f3ee0d}.lp-hero-scroll-line{position:absolute;bottom:0;right:8vw;width:.5px;height:80px;background:linear-gradient(to bottom,transparent,var(--lp-accent));animation:lpFadeIn 1s 1.2s both}.lp-section{padding:7rem 4vw}.lp-section-label{font-family:var(--lp-font-display);font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--lp-accent);margin-bottom:1rem}.lp-section-title{font-family:var(--lp-font-display);font-weight:800;font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.03em;line-height:1;max-width:600px;margin-bottom:4rem}.lp-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1px;background:var(--lp-border);border:.5px solid var(--lp-border)}.lp-service-card{background:var(--lp-card-bg);padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem;transition:background .3s;position:relative;overflow:hidden}.lp-service-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--lp-accent);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.lp-service-card:hover{background:#1a1a16}.lp-service-card:hover:after{transform:scaleX(1)}.lp-service-num{font-family:var(--lp-font-display);font-size:.7rem;font-weight:700;letter-spacing:.15em;color:var(--lp-accent);opacity:.6}.lp-service-icon{width:44px;height:44px;border:.5px solid var(--lp-border);display:flex;align-items:center;justify-content:center;border-radius:2px}.lp-service-icon svg{width:22px;height:22px;stroke:var(--lp-accent);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.lp-service-name{font-family:var(--lp-font-display);font-weight:700;font-size:1.2rem;letter-spacing:-.01em}.lp-service-desc{font-size:.9rem;color:#f5f3ee8c;line-height:1.65;flex:1}.lp-service-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.lp-tag{font-size:.7rem;font-weight:400;letter-spacing:.05em;padding:.25rem .7rem;border:.5px solid rgba(200,255,0,.2);color:#c8ff00a6;border-radius:1px}.lp-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}.lp-process-step{display:flex;flex-direction:column;gap:.75rem}.lp-process-num{font-family:var(--lp-font-display);font-size:3rem;font-weight:800;color:var(--lp-accent);opacity:.15;line-height:1}.lp-process-title{font-family:var(--lp-font-display);font-weight:700;font-size:1rem}.lp-process-desc{font-size:.88rem;color:#f5f3ee80;line-height:1.65}.lp-divider{border:none;border-top:.5px solid var(--lp-border)}.lp-cta-section{padding:8rem 4vw;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.lp-cta-eyebrow{font-family:var(--lp-font-display);font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--lp-muted)}.lp-cta-title{font-family:var(--lp-font-display);font-weight:800;font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.04em;line-height:.95;max-width:700px}.lp-cta-title em{font-style:normal;color:var(--lp-accent)}.lp-cta-sub{font-size:1rem;color:#f5f3ee80;max-width:380px}.lp-btn-whatsapp{margin-top:.5rem;display:inline-flex;align-items:center;gap:.6rem;background:var(--lp-accent);color:var(--lp-black);font-family:var(--lp-font-display);font-weight:700;font-size:1rem;letter-spacing:.02em;padding:1rem 2.5rem;border-radius:2px;text-decoration:none;transition:background .2s,transform .15s}.lp-btn-whatsapp:hover{background:var(--lp-accent-dim);transform:translateY(-3px)}.lp-footer{border-top:.5px solid var(--lp-border);padding:2rem 4vw;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.lp-footer-logo{font-family:var(--lp-font-display);font-weight:800;font-size:1rem;color:var(--lp-white);text-decoration:none}.lp-footer-logo span{color:var(--lp-accent)}.lp-footer-text{font-size:.78rem;color:var(--lp-muted)}.lp-cert-card{border:.5px solid var(--lp-border);background:var(--lp-card-bg);padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.lp-cert-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.lp-cert-meta{display:flex;flex-direction:column;gap:.5rem}.lp-cert-institution{font-family:var(--lp-font-display);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-accent);opacity:.7}.lp-cert-title{font-family:var(--lp-font-display);font-weight:800;font-size:clamp(1.3rem,2.5vw,2rem);letter-spacing:-.02em;color:var(--lp-white)}.lp-cert-info{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:#f5f3ee73;margin-top:.25rem}.lp-cert-dot{color:var(--lp-accent);opacity:.5}.lp-cert-badge{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:var(--lp-accent);flex-shrink:0}.lp-cert-badge svg{width:40px;height:40px}.lp-cert-badge span{font-family:var(--lp-font-display);font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.lp-cert-modules{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;background:var(--lp-border);border:.5px solid var(--lp-border)}.lp-cert-module{background:#0f0f0d;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start}.lp-cert-module-num{font-family:var(--lp-font-display);font-size:.65rem;font-weight:700;letter-spacing:.12em;color:var(--lp-accent);opacity:.5;padding-top:.15rem;flex-shrink:0}.lp-cert-module-title{font-family:var(--lp-font-display);font-weight:700;font-size:.88rem;color:var(--lp-white);margin-bottom:.6rem;line-height:1.3}.lp-cert-module-list{list-style:none;display:flex;flex-direction:column;gap:.3rem}.lp-cert-module-list li{font-size:.78rem;color:#f5f3ee73;line-height:1.5;padding-left:.75rem;position:relative}.lp-cert-module-list li:before{content:"—";position:absolute;left:0;color:var(--lp-accent);opacity:.4;font-size:.7rem}.lp-cert-footer{display:flex;gap:3rem;flex-wrap:wrap;border-top:.5px solid var(--lp-border);padding-top:1.5rem}.lp-cert-signer{display:flex;flex-direction:column;gap:.2rem}.lp-cert-signer-name{font-family:var(--lp-font-display);font-weight:700;font-size:.9rem;color:var(--lp-white)}.lp-cert-signer-role{font-size:.75rem;color:#f5f3ee66}@keyframes lpFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes lpFadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:600px){.lp-hero-actions{flex-direction:column}.lp-btn-primary,.lp-btn-secondary{justify-content:center}.lp-footer{flex-direction:column;text-align:center}}
