@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap";:root{--ink:#0a0a0a;--ink-soft:#1c1c1e;--paper:#fff;--paper-muted:#f3f6f5;--line:#e3e9e7;--text:#3d4a48;--text-h:#0a0a0a;--muted:#6b7a78;--accent:#00b490;--accent-hover:#00a082;--accent-soft:#00b4901f;--accent-ink:#04352c;--teal-deep:#1a5a59;--danger:#dc2626;--radius:10px;--radius-sm:8px;--shadow:0 1px 2px #0a0a0a0a, 0 8px 24px #1a5a590f;--font:"Outfit", ui-sans-serif, sans-serif;font-family:var(--font);color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-width:320px;margin:0}h1,h2,h3{font-family:var(--font);color:var(--text-h);letter-spacing:-.02em;font-weight:600}button,input,select{font:inherit}:root{--radius:12px;--accent-soft:#00b49024;background:var(--paper)}#root{min-height:100svh}h1,h2,h3{letter-spacing:-.03em}a{color:inherit}.landing{min-height:100vh;color:var(--text-h);background:var(--paper)}.landing-header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#ffffffe0;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 2rem;display:flex;position:sticky;top:0}.landing-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.landing-logo img{width:auto;height:32px}.landing-nav{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.landing-nav a{color:var(--muted);font-size:.95rem;font-weight:500;text-decoration:none}.landing-nav a:hover{color:var(--teal-deep)}.landing-nav-login{color:var(--teal-deep)}.landing-nav-whatsapp{color:var(--teal-deep);font-weight:600}.landing-footer{text-align:center;color:var(--muted);border-top:1px solid var(--line);background:var(--paper-muted);flex-direction:column;align-items:center;gap:.85rem;padding:2.5rem 2rem;font-size:.875rem;display:flex}.landing-footer img{opacity:.55;width:auto;height:20px}.landing-footer p{margin:0}.landing-footer-nav{gap:1.25rem;display:flex}.landing-footer-nav a{color:var(--muted);font-weight:500;text-decoration:none}.landing-footer-nav a:hover{color:var(--teal-deep)}@media (width<=640px){.landing-header{padding:1rem 1.25rem}.landing-nav{gap:.85rem 1rem;font-size:.9rem}}.section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--teal-deep);margin:0;font-size:.72rem;font-weight:600}.section-head{text-align:center;max-width:40rem;margin:0 auto 2.5rem}.section-head h2{margin:.5rem 0 .75rem;font-size:clamp(1.5rem,3vw,2rem)}.section-lede{color:var(--muted);margin:0;line-height:1.6}.btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;padding:.8rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .1s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{background:var(--ink-soft)}.btn-secondary{border-color:var(--line);color:var(--ink);background:#ffffffbf}.btn-secondary:hover{border-color:var(--teal-deep);color:var(--teal-deep)}.btn-block{width:100%}.hero{background:radial-gradient(70% 55% at 85% 20%,#00b4902e,#0000 55%),radial-gradient(50% 40% at 10% 80%,#1a5a591a,#0000 50%),linear-gradient(165deg,#f7faf9 0%,#eef4f2 48%,#e4eeeb 100%);flex-direction:column;justify-content:center;min-height:calc(100svh - 72px);padding:3rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 40%,#00b49014 40% 42%,#0000 42%),linear-gradient(45deg,#0000 55%,#1a5a590f 55% 57%,#0000 57%);height:70%;animation:18s ease-in-out infinite alternate hero-drift;position:absolute;inset:-20% 40% auto -10%}.hero-inner{z-index:1;text-align:center;max-width:720px;margin:0 auto;position:relative}.hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--teal-deep);margin:0 0 1rem;font-size:.72rem;font-weight:600;animation:.9s ease-out both hero-rise}.hero-mark{width:min(120px,28vw);height:auto;margin:0 auto 1.75rem;animation:.9s ease-out 40ms both hero-rise;display:block}.hero h1{margin:0 0 1rem;font-size:clamp(2.25rem,5vw,3.25rem);line-height:1.12;animation:.9s ease-out 80ms both hero-rise}.hero-lede{color:var(--text);max-width:36rem;margin:0 auto 2rem;font-size:1.125rem;line-height:1.6;animation:.9s ease-out .16s both hero-rise}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.85rem;animation:.9s ease-out .24s both hero-rise;display:flex}@keyframes hero-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-drift{0%{transform:translate(0,0)rotate(0)}to{transform:translate(2%,3%)rotate(2deg)}}.credibility{text-align:center;border-bottom:1px solid var(--line);background:var(--paper);padding:3rem 2rem}.credibility-lede{max-width:32rem;color:var(--muted);margin:0 auto 1.5rem;line-height:1.55}.discipline-list{flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;margin:0;padding:0;list-style:none;display:flex}.discipline-list li{border:1px solid var(--line);color:var(--text);background:var(--paper-muted);border-radius:999px;padding:.35rem .75rem;font-size:.85rem}.platform-band{background:var(--paper-muted);border-bottom:1px solid var(--line);padding:4rem 2rem}.platform-band-inner{text-align:center;max-width:40rem;margin:0 auto}.platform-band-inner h2{margin:.5rem 0 1rem;font-size:clamp(1.4rem,3vw,1.85rem)}.platform-band-inner p{color:var(--text);margin:0;line-height:1.65}.platform-band-inner p strong{color:var(--text-h);font-weight:600}.features{background:var(--paper);padding:5rem 2rem}.pillar-list{flex-direction:column;gap:2rem;max-width:1120px;margin:0 auto;display:flex}.pillar{border:1px solid var(--line);border-radius:calc(var(--radius) + 4px);background:var(--paper);box-shadow:var(--shadow);grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;padding:1.5rem;display:grid}.pillar-copy{padding:.5rem .75rem}.pillar-copy h3{margin:.35rem 0 .75rem;font-size:1.35rem}.pillar-copy p{color:var(--text);margin:0 0 1rem;line-height:1.6}.pillar-copy ul{margin:0;padding:0;list-style:none}.pillar-copy ul li{color:var(--text);margin-bottom:.45rem;padding-left:1.1rem;font-size:.95rem;position:relative}.pillar-copy ul li:before{content:"";background:var(--accent);width:6px;height:6px;position:absolute;top:.55em;left:0;transform:rotate(45deg)}.pillar-head{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.pillar-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep);margin:0;font-size:.72rem;font-weight:600}.pillar-panel{border-radius:var(--radius);background:radial-gradient(ellipse 80% 70% at 100% 0%, #00b49029, transparent 55%), linear-gradient(160deg, var(--paper-muted) 0%, #e8f0ed 100%);border:1px solid var(--line);flex-direction:column;justify-content:flex-end;gap:.35rem;min-height:180px;padding:1.5rem;display:flex}.pillar-panel-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep);font-size:.72rem;font-weight:600}.pillar-panel-title{color:var(--text-h);font-size:1.1rem;font-weight:600;line-height:1.35}.pillar-panel-index{color:var(--muted);letter-spacing:.08em;margin-top:auto;font-size:.8rem;font-weight:600}.roles{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1120px;margin:0 auto;padding:0 2rem 5rem;display:grid}.role-card{border:1px solid var(--line);border-radius:calc(var(--radius) + 4px);background:var(--paper-muted);padding:1.75rem}.role-card h2{margin:.5rem 0 1rem;font-size:1.35rem}.role-card ul{margin:0;padding:0;list-style:none}.role-card ul li{color:var(--text);border-bottom:1px solid var(--line);padding:.35rem 0}.role-card ul li:last-child{border-bottom:none}.pricing{background:var(--paper-muted);border-top:1px solid var(--line);padding:5rem 2rem}.price-card{border:1px solid var(--line);border-radius:calc(var(--radius) + 4px);background:var(--paper);max-width:28rem;box-shadow:var(--shadow);text-align:center;margin:0 auto;padding:2rem}.price-card-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep);margin:0;font-size:.72rem;font-weight:600}.price-card-amount{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.15rem;margin:.75rem 0 .35rem;display:flex}.price-currency{color:var(--text-h);font-size:1.5rem;font-weight:600}.price-value{letter-spacing:-.04em;color:var(--text-h);font-size:3rem;font-weight:700;line-height:1}.price-interval{color:var(--muted);font-size:.95rem}.price-card-trial{color:var(--teal-deep);margin:0 0 1.25rem;font-size:.95rem;font-weight:500}.price-includes{text-align:left;margin:0 0 1.5rem;padding:0;list-style:none}.price-includes li{border-bottom:1px solid var(--line);color:var(--text);padding:.45rem 0;font-size:.95rem}.price-includes li:last-child{border-bottom:none}.price-note{color:var(--muted);text-align:left;margin:1rem 0 0;font-size:.85rem;line-height:1.5}.migration{background:var(--paper);border-top:1px solid var(--line);padding:5rem 2rem}.migration-inner{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:1.5rem;max-width:1120px;margin:0 auto;display:grid}.migration-copy h2{margin:.5rem 0 .85rem;font-size:clamp(1.5rem,3vw,2rem)}.migration-lede{color:var(--text);max-width:36rem;margin:0 0 1.25rem;line-height:1.6}.migration-list{margin:0 0 1.5rem;padding:0;list-style:none}.migration-list li{color:var(--text);margin-bottom:.45rem;padding-left:1.1rem;font-size:.95rem;position:relative}.migration-list li:before{content:"";background:var(--accent);width:6px;height:6px;position:absolute;top:.55em;left:0;transform:rotate(45deg)}.migration-actions{flex-wrap:wrap;gap:.75rem;display:flex}.migration-panel{border-radius:calc(var(--radius) + 4px);background:radial-gradient(ellipse 90% 70% at 100% 0%, #00b49024, transparent 55%), linear-gradient(160deg, var(--paper-muted) 0%, #e8f0ed 100%);box-shadow:var(--shadow);border:1px solid #00b49038;flex-direction:column;justify-content:flex-end;gap:.5rem;padding:1.75rem;display:flex}.migration-panel-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep);font-size:.72rem;font-weight:600}.migration-panel-title{color:var(--text-h);font-size:1.25rem;font-weight:600;line-height:1.35}.migration-panel-note{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.contact .section-lede a{color:var(--teal-deep);font-weight:500;text-decoration:none}.contact .section-lede a:hover{text-decoration:underline}.contact{max-width:32rem;margin:0 auto;padding:5rem 2rem}.contact-priority{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.contact-channel-hint{text-align:center;color:var(--muted);margin:0 0 1.75rem;font-size:.9rem;line-height:1.5}.btn-whatsapp{background:var(--teal-deep);color:#fff;border:1px solid var(--teal-deep)}.btn-whatsapp:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.contact-form-label{color:var(--text-h);text-align:left;margin:0 0 .75rem;font-size:.95rem;font-weight:600}.contact-error{border-radius:var(--radius-sm);color:var(--danger);background:#dc262614;margin:0;padding:.65rem .85rem;font-size:.9rem;line-height:1.45}.contact-form{flex-direction:column;gap:1rem;display:flex}.field{text-align:left;flex-direction:column;gap:.35rem;display:flex}.field span{color:var(--text-h);font-size:.85rem;font-weight:500}.field input,.field textarea{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);color:var(--text-h);padding:.8rem .9rem}:is(.field input,.field textarea):focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.field textarea{resize:vertical;min-height:5rem}.contact-success{text-align:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper-muted);padding:1.5rem}.contact-success p{color:var(--text);margin:0 0 1rem;line-height:1.55}@media (width<=900px){.migration-inner,.pillar{grid-template-columns:1fr}.pillar-panel{min-height:120px}.roles{grid-template-columns:1fr}}@media (width<=640px){.hero{min-height:auto;padding:2rem 1.25rem 3.5rem}.features,.pricing,.contact{padding:3.5rem 1.25rem}.roles{padding:0 1.25rem 3.5rem}.credibility,.platform-band{padding:2.5rem 1.25rem}}.legal-page{max-width:42rem;margin:0 auto;padding:3rem 2rem 4rem}.legal-back a{color:var(--teal-deep);font-size:.95rem;font-weight:500;text-decoration:none}.legal-back a:hover{text-decoration:underline}.legal-page h1{margin:1.25rem 0 1rem;font-size:1.75rem}.legal-body{color:var(--text);line-height:1.65}.legal-body p{margin:0 0 1rem}.legal-body a{color:var(--teal-deep)}
